summaryrefslogtreecommitdiff
path: root/src/vm/arm64/asmhelpers.S
AgeCommit message (Expand)AuthorFilesLines
2020-09-21[Tizen] Add RelativeFixupPrecode for arm64, which replaces FixupPrecode in FN...submit/tizen/20200921.230336accepted/tizen/unified/20200922.034817Gleb Balykov1-3/+26
2020-07-27Implement genProfilingEnterCallback genProfilingLeaveCallback on Arm64 (dotne...submit/tizen/20200731.014213accepted/tizen/unified/20200731.145700Mikhail Kurinnoi1-0/+54
2020-06-26Fix a FNV error on arm64 (#286)정동헌/Common Platform Lab(SR)/Principal Engineer/삼성전자1-0/+2
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas1-1/+3
2019-05-14Fix more save/restore code for HVAs (#24434)Carol Eidt1-6/+6
2019-04-04Fix MUSL ARM64 cross buildJan Vorlicek1-1/+1
2019-02-01Preserve Vector Arg registers on Arm64 (#22257)Carol Eidt1-12/+12
2019-01-08Fix write barrier bounds checks for ARM64 UnixAditya Mandaleeka1-3/+15
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-113/+0
2018-08-09Update DynamicHelper for Unix to match Win.Aditya Mandaleeka1-1/+1
2018-08-07Fix non-Windows assembly code to match Windows calldescr/arg reg changes.Aditya Mandaleeka1-2/+2
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-07Merge pull request #12334 from sdmaclea/PR-Optimize-Jit-WriteBarriersJarret Shook1-50/+130
2017-08-25[Arm64/Unix] Add JIT_Stelem_Ref helper (#13588)Steve MacLean1-0/+97
2017-08-25[Arm64] Optimize JIT_WriteBarriersSteve MacLean1-50/+130
2017-07-24[Arm64] Pass ResolveCacheElem in DispatchToken to match AMD64Steve MacLean, Qualcomm Datacenter Technologies Inc1-0/+1
2017-06-15Revert "[Arm64] JIT_WriteBarrier optimization (#12227)"Jarret Shook1-116/+36
2017-06-14[Arm64] JIT_WriteBarrier optimization (#12227)Steve MacLean1-36/+116
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-05-05[Arm64/Unix] Enable FEATURE_USE_SOFTWARE_WRITE_WATCH_FOR_GC_HEAP (#11375)Steve MacLean1-0/+33
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 Kumar1-0/+57
2017-03-01[Arm64/Unix] Fix stack unwinding (#9877)Steve MacLean1-1/+7
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-17[ARM64/Unix] (#9500)Steve MacLean1-91/+418
2017-02-05Port 121d095ed0b0076fb1c7ff59e6446fd19d506b32 from Windows to Linux (#9346)Frederik Carlier1-2/+2
2017-02-05Port #5821 to Linux (#9347)Frederik Carlier1-1/+2
2017-01-13Fixes to make runtime work on ARM64 Linux (#8947)Jan Vorlicek1-12/+77
2016-06-15[ARM64/Linux] Fix `error: index must be an integer in range.`Sung-Jae Lee1-8/+7
2016-04-12Fix hardware exception handling in native code on BSDJan Vorlicek1-5/+0
2016-02-17Save/restore floating point arguments in transition block on arm and arm64Jan Kotas1-6/+6
2016-01-27Update license headersdotnet-bot1-5/+3
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton1-0/+844