summaryrefslogtreecommitdiff
path: root/src/vm/arm64/asmhelpers.asm
AgeCommit message (Expand)AuthorFilesLines
2019-05-25Make sure all of the calculations of enregistered return types match correctl...Jeremy Koritzinsky1-3/+2
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas1-1/+6
2019-05-14Fix more save/restore code for HVAs (#24434)Carol Eidt1-8/+18
2019-04-16Arm64 vector ABI (#23675)Carol Eidt1-2/+3
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-03-28Enable CLR write watch for ARM64 Windows.Aditya Mandaleeka1-2/+16
2019-02-01Preserve Vector Arg registers on Arm64 (#22257)Carol Eidt1-13/+16
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 Mandaleeka1-45/+142
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 Wrighton1-0/+86
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-113/+0
2018-08-08Fix R2R DynamicHelper to use the correct offset to x0 reg.Aditya Mandaleeka1-2/+2
2018-08-07Make VM-side changes for ARM64 Windows calling convention.Aditya Mandaleeka1-3/+3
2018-05-07Arm64 debugger step into behavior (#17912)David Wrighton1-3/+3
2018-04-18Fix ephemeral limits checks in write barrier for ARM64 (#17641)Jan Vorlicek1-2/+2
2017-11-18Delete unused Thread::YieldTask (#15091)Jan Kotas1-2/+0
2017-09-14[ARM64/Windows] Corrected the address used to push fp,lr in JIT_Stelem_RefPankaj Gode1-2/+2
2017-09-12[ARM64/Windows] Corrected stack overflow in JIT_Stelem_refPankaj Gode1-2/+2
2017-09-01[ARM64/Windows] Add JIT_Stelem_Ref helper (#13687)Pankaj Gode1-0/+101
2017-07-24[Arm64] Pass ResolveCacheElem in DispatchToken to match AMD64Steve MacLean, Qualcomm Datacenter Technologies Inc1-1/+2
2017-06-15Revert "[Arm64] JIT_WriteBarrier optimization (#12227)"Jarret Shook1-149/+28
2017-06-14[Arm64] JIT_WriteBarrier optimization (#12227)Steve MacLean1-28/+149
2017-06-08[Arm64] stlr for JIT_WriteBarrierSteve MacLean, Qualcomm Datacenter Technologies, Inc1-2/+1
2017-06-08[Arm64] Use ish domain JIT_WriteBarrierSteve MacLean, Qualcomm Datacenter Technologies, Inc1-2/+2
2017-04-12Add platform (x64 & arm64) specific optimized jit helpers for statics access ...Rahul Kumar1-0/+60
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-15[Arm64/Windows] Backport #9500 changesSteve MacLean, Qualcomm Datacenter Technologies, Inc1-10/+26
2017-02-17[ARM64/Unix] (#9500)Steve MacLean1-1/+1
2016-09-02Implement FixupPrecode for Arm64Rama Krishnan Raghupathy1-2/+18
2016-08-15update GC shadow heap as part of writebarrier jit helperRahul Kumar1-0/+51
2016-08-11Merge pull request #6691 from ramarag/ResolveWorkerChainLookupAsmStubFixRama krishnan Raghupathy1-7/+8
2016-08-10Preserving ResolveCacheElem in X9Rama Krishnan Raghupathy1-7/+8
2016-08-10ARM64: Fix for ARM64TODORahul Kumar1-16/+44
2016-08-05Implement GcInfo v2Swaroop Sridhar1-55/+3
2016-07-26Enable multireg returns on Arm64Brian Sullivan1-9/+17
2016-06-21Arm64:return buffer arg should be passed in x8Rahul Kumar1-35/+48
2016-06-16ARM64: Fix WriteBarrierKyungwoo Lee1-1/+2
2016-04-29ARM64: Enabling Crossgen End-to-End MscorlibKyungwoo Lee1-1/+24
2016-04-28Enable ReadyToRun feature for arm64Rahul Kumar1-1/+50
2016-04-12ARM64: Fix for recording SP for handler.Kyungwoo Lee1-1/+2
2016-04-08[Arm64]:Fixing the Logic of ResolveWorkerChainLookupAsmStubRama Krishnan Raghupathy1-4/+4
2016-03-23offset in epilog to match as prologRahul Kumar1-1/+1
2016-03-22ARM64: Implementation of Thread hijacking and thread redirection required for...Rahul Kumar1-4/+88
2016-02-29Fixes issue #2643 and #2731Rahul Kumar1-8/+8