summaryrefslogtreecommitdiff
path: root/src/vm/arm64
AgeCommit message (Expand)AuthorFilesLines
2017-07-24[Arm64] Pass ResolveCacheElem in DispatchToken to match AMD64Steve MacLean, Qualcomm Datacenter Technologies Inc2-1/+3
2017-07-24[Arm64] Fix ResolveStub tokenHash lookupSteve MacLean1-2/+2
2017-06-15Revert "[Arm64] JIT_WriteBarrier optimization (#12227)"Jarret Shook3-277/+69
2017-06-14[Arm64] JIT_WriteBarrier optimization (#12227)Steve MacLean3-69/+277
2017-06-08[Arm64] stlr for JIT_WriteBarrierSteve MacLean, Qualcomm Datacenter Technologies, Inc2-4/+2
2017-06-08[Arm64] Use ish domain JIT_WriteBarrierSteve MacLean, Qualcomm Datacenter Technologies, Inc2-4/+4
2017-05-24[Arm64/Win] Revise JIT_MemSet (#11420)Steve MacLean1-89/+157
2017-05-20[Arm64/Win] Revise JIT_MemCpy (#11261)Steve MacLean1-91/+85
2017-05-05[Arm64/Unix] Enable FEATURE_USE_SOFTWARE_WRITE_WATCH_FOR_GC_HEAP (#11375)Steve MacLean2-0/+46
2017-05-03[Arm64/Unix] Revise JIT_MemSet (#11217)Steve MacLean1-89/+157
2017-04-26[Arm64/Unix] Revise JIT_MemCpy (#11143)Steve MacLean1-90/+84
2017-04-15[Arm64] Fix assembly errors (#10977)Steve MacLean1-18/+18
2017-04-12Add platform (x64 & arm64) specific optimized jit helpers for statics access ...Rahul Kumar4-1/+137
2017-04-04Merge pull request #10190 from sdmaclea/PR-ARM64-BACKPORT-9500Rahul Kumar1-11/+27
2017-03-27Use PROLOG_SAVE_REG_PAIR_NO_FP per review commentsSteve MacLean, Qualcomm Datacenter Technologies, Inc1-3/+1
2017-03-27Fix unwinding issue caught by CISteve MacLean, Qualcomm Datacenter Technologies, Inc1-1/+3
2017-03-17[Arm64/Windows] Fix per review commentSteve MacLean, Qualcomm Datacenter Technologies, Inc1-1/+1
2017-03-17[Arm64/Windows] Revert changes per #10260 & reviewSteve MacLean, Qualcomm Datacenter Technologies, Inc2-5/+2
2017-03-17[Arm64/Unix] Remove x19 corruption workaroundSteve MacLean, Qualcomm Datacenter Technologies, Inc1-4/+1
2017-03-15[Arm64/Windows] Backport #9500 changesSteve MacLean, Qualcomm Datacenter Technologies, Inc3-12/+31
2017-03-01[Arm64/Unix] Fix stack unwinding (#9877)Steve MacLean1-1/+7
2017-02-28Merge pull request #9729 from rahku/hijackfixRahul Kumar1-0/+10
2017-02-24Remove NakedThrowHelper and ifdef-out its callers (#9771)Jan Vorlicek1-21/+0
2017-02-24[Linux/ARM,ARM64] Fix undefined FixContextHandler issue (#9755)Jonghyun Park1-1/+1
2017-02-22add FP return values as part of HijackFrameRahul Kumar1-0/+10
2017-02-17[ARM64/Unix] (#9500)Steve MacLean7-174/+556
2017-02-10[Arm64] Add more GCROOTS logging (#9514)Steve MacLean1-2/+9
2017-02-05Port 121d095ed0b0076fb1c7ff59e6446fd19d506b32 from Windows to Linux (#9346)Frederik Carlier2-14/+9
2017-02-05Port #5821 to Linux (#9347)Frederik Carlier1-1/+2
2017-02-05Port #5339 to Linux (#9348)Frederik Carlier1-2/+2
2017-01-13Fixes to make runtime work on ARM64 Linux (#8947)Jan Vorlicek2-14/+79
2016-09-02Implement FixupPrecode for Arm64Rama Krishnan Raghupathy4-24/+168
2016-08-20Fix ARM64 build breakage (#6819)Peter Jas1-1/+1
2016-08-15update GC shadow heap as part of writebarrier jit helperRahul Kumar2-0/+60
2016-08-11Merge pull request #6691 from ramarag/ResolveWorkerChainLookupAsmStubFixRama krishnan Raghupathy2-7/+15
2016-08-10Preserving ResolveCacheElem in X9Rama Krishnan Raghupathy2-7/+15
2016-08-10ARM64: Fix for ARM64TODORahul Kumar4-177/+90
2016-08-07Check PAL_VirtualUnwind failure during GC (#6598)Jonghyun Park1-1/+6
2016-08-05Implement GcInfo v2Swaroop Sridhar1-55/+3
2016-07-26Enable multireg returns on Arm64Brian Sullivan3-15/+26
2016-07-25Arm64: DebuggerRama Krishnan Raghupathy2-19/+61
2016-06-23Enable out-of-proc unwinding on ARM (#5946)kvochko1-3/+11
2016-06-21Arm64:return buffer arg should be passed in x8Rahul Kumar7-77/+93
2016-06-21Generic dictionary minor performance improvement and simplification for R2R (...Fadi Hanna1-7/+17
2016-06-16ARM64: Fix WriteBarrierKyungwoo Lee1-1/+2
2016-06-15[ARM64/Linux] Fix `error: index must be an integer in range.`Sung-Jae Lee1-8/+7
2016-06-09Merge pull request #5666 from swaroop-sridhar/LRSwaroop Sridhar2-10/+8
2016-06-09ARM64: Don't track LR as part of NV-ContextSwaroop Sridhar2-10/+8
2016-06-08Renable disabled arm64 R2R testsRahul Kumar1-2/+2
2016-06-06ARM64: R2R - Implement CreateDictionaryLookupHelper stubRahul Kumar1-12/+139