summaryrefslogtreecommitdiff
path: root/src/vm/arm64
AgeCommit message (Expand)AuthorFilesLines
2019-06-06PInvoke stubs for Unix platforms (#24834)Fadi Hanna2-10/+75
2019-05-25Make sure all of the calculations of enregistered return types match correctl...Jeremy Koritzinsky2-3/+5
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas2-2/+9
2019-05-14Fix more save/restore code for HVAs (#24434)Carol Eidt3-19/+29
2019-04-16Arm64 vector ABI (#23675)Carol Eidt5-6/+28
2019-04-08Merge pull request #23752 from adityamandaleeka/arm64_clrwwAditya Mandaleeka1-2/+16
2019-04-05Replacing some calls to GetThread with an inlined version (#23771)Fadi Hanna1-3/+4
2019-04-04Merge pull request #23721 from janvorli/fix-musl-arm64-crossbuildJan Vorlicek1-1/+1
2019-04-04Fix MUSL ARM64 cross buildJan Vorlicek1-1/+1
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-11/+0
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna4-0/+176
2019-03-28Enable CLR write watch for ARM64 Windows.Aditya Mandaleeka1-2/+16
2019-02-12Enable portable fast alloc helpers on ARM64 Windows. (#22541)Aditya Mandaleeka1-2/+0
2019-02-01Preserve Vector Arg registers on Arm64 (#22257)Carol Eidt7-49/+53
2019-01-23Merge pull request #22003 from adityamandaleeka/writebarrier_updates_arm64Aditya Mandaleeka2-51/+149
2019-01-15Use separate shift and indexing.Aditya Mandaleeka1-6/+9
2019-01-15Load ephemeral bounds simultaneously with ldp.Aditya Mandaleeka1-3/+4
2019-01-15Switch back to two compares.Aditya Mandaleeka1-2/+2
2019-01-15Bringing Unix write barrier changes to Windows.Aditya Mandaleeka2-48/+142
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-1/+17
2019-01-08Fix write barrier bounds checks for ARM64 UnixAditya Mandaleeka1-3/+15
2018-11-13Optimize vtable calls (#20696)Fadi Hanna1-0/+158
2018-10-30Add support for large number of argumets in CCW call on Arm64 (#20670)David Wrighton1-5/+15
2018-10-26Implement interface dispatch to COM for ARM64 (#20618)David Wrighton2-8/+86
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek3-227/+1
2018-09-01i386: Fixed definition with declaration in eetoprofinterfaceimpl.cpp (#18792)sergey ignatov1-1/+1
2018-08-10Merge pull request #19344 from adityamandaleeka/aa64_vm_callconv_changesAditya Mandaleeka7-35/+51
2018-08-09Update DynamicHelper for Unix to match Win.Aditya Mandaleeka1-1/+1
2018-08-08Fix R2R DynamicHelper to use the correct offset to x0 reg.Aditya Mandaleeka2-3/+6
2018-08-07Fix non-Windows assembly code to match Windows calldescr/arg reg changes.Aditya Mandaleeka2-3/+6
2018-08-07Make VM-side changes for ARM64 Windows calling convention.Aditya Mandaleeka5-28/+38
2018-07-19Eliminate arm64 contract asserts (#19015)Noah Falk1-5/+5
2018-07-05Enable genFnCalleeRegArgs for Arm64 Varargs (#18714)Jarret Shook2-31/+0
2018-06-03Typo (#18266)John Doe1-1/+1
2018-05-24[Arm64] debugging work (#17993)David Wrighton1-1/+0
2018-05-07Arm64 debugger step into behavior (#17912)David Wrighton2-6/+6
2018-04-27Use HiddenArg instead of hardcoded x12.Aditya Mandaleeka2-4/+4
2018-04-26Fix register being shifted in pinvoke stub.Aditya Mandaleeka2-4/+4
2018-04-23GenericPInvokeCalli shift left then or 1 (#17734)Steve MacLean2-2/+21
2018-04-19[Arm64/Linux] Fix GenericPInvokeCalliHelper (#17659)Steve MacLean2-5/+4
2018-04-18Fix ephemeral limits checks in write barrier for ARM64 (#17641)Jan Vorlicek2-4/+4
2018-04-14[Arm64/Linux] #17521 for linux (#17546)Steve MacLean1-0/+6
2018-04-13[Arm64/Linux] Use platform memset/memcpy (#17536)Steve MacLean1-329/+15
2018-04-13[Arm64/Windows] Simplify JIT_MemSet & JIT_MemCpy (#17537)Steve MacLean1-222/+37
2018-04-13Preserve VASigCookieReg across PInvokeStubWorker call (#17521)Aditya Mandaleeka1-2/+8
2018-03-26[Arm64] Remove C++ stubs obscurring assembly versions (#17172)Steve MacLean1-15/+0
2018-03-24Delete unused files from src/inc (#17186)Jan Kotas1-1/+0
2018-03-22[ARM64] Fix UMEntryThunkCode::Poison method (#17122)Konstantin Baladurin1-1/+1
2018-03-15[Arm64] Fix EmitShuffleThunk reg allocation (#16947)Steve MacLean1-7/+7
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0