summaryrefslogtreecommitdiff
path: root/src/vm/arm64
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-31ARM64: Fix JIT_MemSetKyungwoo Lee1-2/+2
2016-05-18ARM64: Fix LR update in a few stubs (#5013)Swaroop Sridhar1-3/+9
2016-05-14Fix build breaks in arm64 and legacy internal amd64 buildsJan Kotas1-0/+8
2016-05-09[Arm64] Helpers for ReadyToRunRahul Kumar1-14/+244
2016-05-04[Arm64] Initialize indirection cell for delegatesRama Krishnan Raghupathy1-0/+2
2016-05-02Arm64:Implemeting ThisPtrRetBufPrecode:Rama Krishnan Raghupathy2-16/+37
2016-04-30Merge pull request #4687 from kyulee1/zapKyungwoo Lee2-8/+24
2016-04-29ARM64: Enabling Crossgen End-to-End MscorlibKyungwoo Lee2-8/+24
2016-04-29Merge pull request #4655 from swaroop-sridhar/aagc3Swaroop Sridhar1-4/+2
2016-04-28Enable ReadyToRun feature for arm64Rahul Kumar2-1/+67
2016-04-28ARM64: Update FP-context-pointer in ExceptionFrameSwaroop Sridhar1-4/+2
2016-04-27Merge pull request #4614 from ramarag/fragileNIstartupRama krishnan Raghupathy1-2/+3
2016-04-27Arm64:Fxing up VM helper Table in mscorlib NIRama Krishnan Raghupathy1-2/+3
2016-04-26This has following changes:Rahul Kumar1-0/+2
2016-04-12Merge pull request #4074 from kouvel/SoftwareWriteWatchKoundinya Veluri1-2/+2
2016-04-12Implement software write watch and make concurrent GC functional outside WindowsKoundinya Veluri1-2/+2
2016-04-12Merge pull request #4292 from janvorli/hw-exceptions-changeJan Vorlicek1-5/+0
2016-04-12ARM64: Fix for recording SP for handler.Kyungwoo Lee1-1/+2
2016-04-12Fix hardware exception handling in native code on BSDJan Vorlicek1-5/+0
2016-04-08[Arm64]:Fixing the Logic of ResolveWorkerChainLookupAsmStubRama Krishnan Raghupathy1-4/+4