summaryrefslogtreecommitdiff
path: root/src/vm/arm
AgeCommit message (Expand)AuthorFilesLines
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
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-14Remove never defined FEATURE_REMOTINGdanmosemsft5-677/+4
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-40/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-2/+0
2017-01-12Add clang 3.7 support and remove __FakePrologName to fix build (#8904)Maarten Mensink1-2/+0
2016-09-29Set THUMB bit for RUNTIME_FIXUP_HELPER functions (#7373)Jonghyun Park1-3/+3
2016-09-08Merge pull request #6764 from swgillespie/gc-interface-3Sean Gillespie2-3/+3
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie2-3/+3
2016-09-02Merge pull request #6976 from kvochko/prof_elt_callbacksRahul Kumar2-10/+86
2016-09-02Enabled FunctionEnter/FunctionLeave hooks on ARM (#6939)Andrey Kvochko2-10/+86
2016-08-29Revises UMThunkStub unwindable in ARM/Linux (#6788)Jonghyun Park1-5/+6