summaryrefslogtreecommitdiff
path: root/src/vm/arm/stubs.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-07-06Remove relocations for vtable chunks (#17147)Gleb Balykov1-3/+85
2018-03-24Delete unused files from src/inc (#17186)Jan Kotas1-1/+0
2018-01-29Perform PhysicalMemoryLimit check for workstation GC, refactor GetLargestOnDi...Tom Deseyn1-7/+0
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-5/+0
2018-01-12Improve UMEntryThunkCode::Poison method.Konstantin Baladurin1-2/+12
2017-10-17[RyuJIT/ARM32] Add the optimization case on CreateDictionaryLookupHelper (#13...Sujin Kim1-6/+111
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-239/+53
2017-09-29StompWriteBarrier initialization path refactoring (#14105)Sergey1-12/+16
2017-09-12[RyuJIT/ARM32] Implement CreateDictionaryLookupHelper only via helper (#13733)Sujin Kim1-5/+28
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-08-02Use 'udf 0xff' instead of 'bkpt 0xbe' as a poison (#13152)Jonghyun Park1-2/+2
2017-07-31 Fill freed loader heap chunk with non-zero value (#12731)Jonghyun Park1-0/+6
2017-06-26Replace array type handle with method table in arguments of array allocation ...Ruben Ayrapetyan1-2/+2
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-1/+0
2017-05-05Add compact entry points for ARM (#11109)gbalykov1-0/+7
2017-03-16[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...Sean Gillespie1-1/+1
2017-02-26Clean up PInvokeStubForHost and PInvokeStubForHostInner (#9815)Jonghyun Park1-6/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-174/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-2/+0
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-1/+1
2016-08-07Check PAL_VirtualUnwind failure during GC (#6598)Jonghyun Park1-1/+6
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-05-15Fix arm and x86 build breaksJan Kotas1-0/+7
2016-04-12Implement software write watch and make concurrent GC functional outside WindowsKoundinya Veluri1-5/+6
2016-01-27Update license headersdotnet-bot1-4/+3
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 McLaughlin1-0/+1
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-1/+1
2015-07-31Modify unwinder to provide RtlVirtualUnwind.Ben Pye1-0/+5
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-10/+35
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-bot1-0/+3903