summaryrefslogtreecommitdiff
path: root/src/vm/arm
AgeCommit message (Expand)AuthorFilesLines
2018-09-18Remove relocations for vtable chunks (#17147)Gleb Balykov1-3/+85
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
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