summaryrefslogtreecommitdiff
path: root/src/vm/arm
AgeCommit message (Expand)AuthorFilesLines
2019-10-11[Tizen] Implement ASan wrapper for Linux ARM32Vyacheslav Cherkashin2-0/+69
2019-07-11Fix GS cookie check on ARM in functions with stackalloc (#25628)Jan Vorlicek4-3/+12
2019-07-11Fix handling of NullReferenceException in VSD on ARM (#25627)Jan Vorlicek1-2/+4
2019-07-04Fix instantiation stub maker for case where no register is used by function p...Fadi Hanna1-20/+29
2019-06-06PInvoke stubs for Unix platforms (#24834)Fadi Hanna2-8/+71
2019-05-25Make sure all of the calculations of enregistered return types match correctl...Jeremy Koritzinsky2-2/+5
2019-05-22Stop compiling fragile NGen support into the runtime (#24625)Jan Kotas3-4/+15
2019-05-22Fixed ARM single stepper: added "ADD Rn, PC" command emulation (#24271)Kirill Frolov1-0/+15
2019-04-24More multi-appdomain support removal (#23921)David Wrighton1-3/+0
2019-04-05Replacing some calls to GetThread with an inlined version (#23771)Fadi Hanna1-2/+4
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-12/+0
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna4-2/+169
2019-01-19Cleanup: Remove MethodDesc::GetLoaderAllocatorForCode (#22067)Jan Vorlicek1-1/+1
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri2-17/+19
2018-11-21Fix Unix ARM JIT_MemCpy and JIT_MemSet (#21141)Jan Vorlicek1-5/+3
2018-11-13Optimize vtable calls (#20696)Fadi Hanna2-23/+179
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas2-119/+0
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek3-190/+1
2018-09-03Deal with cross-bitness compilation warnings Pt.2 (#19781)Egor Chesakov2-4/+18
2018-08-23Deal with compilation warnings in VM in cross-bitness scenario (#18707)Egor Chesakov1-1/+1
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek2-2/+4
2018-06-29Remove relocations for vtable chunks (#17147)Gleb Balykov1-3/+85
2018-05-04Fix System.String over-allocation (#17876)Jan Kotas1-45/+0
2018-04-06Fix GC stress modes 4 and 8 on Linux ARM (#17456)Jan Vorlicek1-0/+2
2018-03-30Tighten arm32/arm64 write barrier kill reg setsBruce Forstall1-6/+7
2018-03-28Fix some more unwinding in R2R ARM (#17292)Jan Vorlicek1-17/+17
2018-03-28Fix DelayLoad_MethodCall unwinding (#17275)Jan Vorlicek1-4/+4
2018-03-24Delete unused files from src/inc (#17186)Jan Kotas2-2/+0
2018-02-17delete unused mirror files (#16423)Sergey Andreenko1-1/+0
2018-01-29Perform PhysicalMemoryLimit check for workstation GC, refactor GetLargestOnDi...Tom Deseyn1-7/+0
2018-01-25Enable tiered jitting for R2R methods (#15967)Koundinya Veluri1-0/+28
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-5/+0
2018-01-12Improve UMEntryThunkCode::Poison method.Konstantin Baladurin1-2/+12
2017-11-18Delete unused Thread::YieldTask (#15091)Jan Kotas2-4/+0
2017-10-27Implemented TailCall ELT hook for arm32 Linux (#14713)Roman Artemev2-10/+48
2017-10-17[RyuJIT/ARM32] Add the optimization case on CreateDictionaryLookupHelper (#13...Sujin Kim1-6/+111
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas6-787/+58
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-14[Linux/ARM] Fix managed breakpoints (#13316)Igor Kulaychuk2-2/+14
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 Park2-0/+7
2017-06-26Replace array type handle with method table in arguments of array allocation ...Ruben Ayrapetyan3-38/+11
2017-06-09[ARM/Linux] Validate memory using ldrb instead of ldr (#12191)Jonghyun Park1-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)gbalykov4-1/+100
2017-03-16[Local GC] Break EE dependency on GC's generation table and alloc lock in sin...Sean Gillespie1-1/+1
2017-03-01[x86/linux] Add IsIPinVirtualStub() on x86/linux (#9844)Yongseop Kim2-33/+0
2017-02-26Clean up PInvokeStubForHost and PInvokeStubForHostInner (#9815)Jonghyun Park2-11/+0