summaryrefslogtreecommitdiff
path: root/src/vm/arm
AgeCommit message (Expand)AuthorFilesLines
2016-08-23Initial commit to build Win32 Arm CoreCLRGaurav Khanna2-1/+5
2016-08-16Makes FCallMemcpy unwindable (#6753)Jonghyun Park1-4/+7
2016-08-08Fix for missing symbol OnHijackTripThreadjashoo1-14/+1
2016-08-07Check PAL_VirtualUnwind failure during GC (#6598)Jonghyun Park1-1/+6
2016-08-05Implement GcInfo v2Swaroop Sridhar3-51/+10
2016-06-24Fix Issue #5542 (#5827)chunseoklee2-0/+33
2016-06-23Enable out-of-proc unwinding on ARM (#5946)kvochko1-1/+8
2016-06-21Fixing build break on x86 and arm.Fadi Hanna1-1/+1
2016-06-17Use Use LEAF_END_MARKED instead of LEAF_END for various functions (#5849)Jonghyun Park2-5/+5
2016-06-09ARM64: Don't track LR as part of NV-ContextSwaroop Sridhar1-1/+1
2016-06-02Enable FEATURE_HIJACK for ARM (#5404)Jonghyun Park1-0/+51
2016-05-15Fix arm and x86 build breaksJan Kotas1-0/+7
2016-05-10Adjust relative offsets in UMThunkStub (#4888)Jonghyun Park1-10/+13
2016-05-09Do NOT overwrite the stack frame pointer (#4857)Jonghyun Park1-1/+3
2016-05-08Linux/ARM: fix stack alignment breaks (#4858)MyungJoo Ham2-4/+2
2016-05-04ARM: fix stack frame management (#4641)MyungJoo Ham2-19/+27
2016-05-02Arm64:Implemeting ThisPtrRetBufPrecode:Rama Krishnan Raghupathy1-1/+1
2016-04-15Implement StartUnwindingNativeFrames Linux/ARMMyungJoo Ham1-5/+0
2016-04-12Implement software write watch and make concurrent GC functional outside WindowsKoundinya Veluri1-5/+6
2016-03-30Trivial fix: dangerous macro usageMyungJoo Ham1-1/+1
2016-03-23Implement GenericPInvokeCalliHelper on ARMManu2-15/+106
2016-02-17Save/restore floating point arguments in transition block on arm and arm64Jan Kotas2-2/+2
2016-02-01Fix fallout from enabling profilingJan Kotas1-0/+15
2016-01-27Update license headersdotnet-bot24-96/+72
2015-11-18Revert change in 4e06e42 that broke ARM cross buildBen Pye1-1/+1
2015-11-17Enable CLANG sanitizers for native debug buildsSteve Harter1-1/+1
2015-11-03Fix sos clrstack unwinding for the special HelperMethodFrame.Mike McLaughlin2-0/+2
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-1/+1
2015-07-31Modify unwinder to provide RtlVirtualUnwind.Ben Pye3-34/+39
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye11-31/+1792
2015-05-03Remove inaccurate commentsRichard Lander1-3/+0
2015-02-20Delete dead codeJan Kotas1-5/+0
2015-02-11Fix ARM Ready To Run: A dynamic helper generator was not allocating enough me...John Chen1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot19-0/+13175