summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft148-16393/+24
2017-02-10Dead filesdanmosemsft2-1471/+0
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft32-629/+3
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft26-506/+3
2017-02-10Use DynamicSecurityMethod attribute to mark methods with StackCrawlMarkJan Kotas1-206/+4
2017-02-10[Linux/ARM] Fix cross-architecture component build error: disable unused code...Hyeongseok Oh1-3/+3
2017-02-10Hide VirtualUnwindXXX for DACESS_COMPILE (#9407)Jonghyun Park2-15/+4
2017-02-09Optimize Span.Fill (#9441)Ahson Ahmed Khan2-0/+11
2017-02-09[x86/Linux] Port SWCB_GetExecutionState (#9436)Jonghyun Park1-7/+9
2017-02-09[x86/Linux] Fix UMThunkStub stack alignment (#9365)SaeHie Park1-1/+4
2017-02-08Clean up GetAddrOfSecurityObject (#9423)Jonghyun Park3-7/+9
2017-02-08Clean up EECodeManager::GetInstance (#9424)Jonghyun Park1-7/+5
2017-02-08Clean up EECodeManager::GetGSCookieAddr (#9425)Jonghyun Park1-7/+4
2017-02-08Clean up EECodeManager::GetReturnKind (#9426)Jonghyun Park1-6/+3
2017-02-08Clean up EECodeManager::GetFunctionSize (#9427)Jonghyun Park1-6/+3
2017-02-08Clean up EECodeManager::GetParamContextType (#9428)Jonghyun Park1-11/+8
2017-02-08Clean up EECodeManager::GetExactGenericsToken (#9429)Jonghyun Park1-7/+2
2017-02-08Clean up EECodeManager::GetParamTypeArg (#9430)Jonghyun Park1-6/+5
2017-02-08[x86/Linux] Revise TAStackCrawlCallBackWorker (#9432)Jonghyun Park1-6/+6
2017-02-08Filter RefEmit modules in SendEventsForNgenMethods (#9418)Jan Kotas1-4/+1
2017-02-08Clean up EnumGcRefs (#9412)Jonghyun Park1-22/+7
2017-02-07Remove more CAS (#9390)Dan Moseley9-137/+9
2017-02-07Fix field type for ByReference<T> and TypedReference (#9284)Koundinya Veluri1-5/+15
2017-02-07[x86/Linux] Clean up EHContext-related code (#9395)Jonghyun Park4-116/+18
2017-02-07Remove bclrewriter (#9351)Dan Moseley1-7/+0
2017-02-07Clean up methods for USE_GC_INFO_DECODER (#9394)Jonghyun Park1-11/+3
2017-02-06Fix a typo in TailCallFrame::UpdateRegDisplay log (#9381)Jonghyun Park1-1/+1
2017-02-06CAS Security cleanup (#9355)Jan Kotas47-8745/+5
2017-02-05[x86/Linux] Add Assertion on pvControlPc (#9356)Jonghyun Park1-0/+2
2017-02-05Port 121d095ed0b0076fb1c7ff59e6446fd19d506b32 from Windows to Linux (#9346)Frederik Carlier2-14/+9
2017-02-05Port #5821 to Linux (#9347)Frederik Carlier1-1/+2
2017-02-05Port #5339 to Linux (#9348)Frederik Carlier1-2/+2
2017-02-04Remove stripped code (#9269)Dan Moseley1-65/+0
2017-02-03Use fallback load context as binding context for dynamic parent assemblyGaurav Khanna1-0/+9
2017-02-03[x86/Linux] Clean Up #ifdef for VerifyValidTransitionFromManagedCode (#9304)Jonghyun Park1-3/+2
2017-02-03[x86/Linux] Clean up non-WIN64EXCEPTIONS code: (#9305)Jonghyun Park2-22/+5
2017-02-03[x86/Linux] Clean Up JIT_EndCatch (#9302)Jonghyun Park2-33/+1
2017-02-02[x86/Linux] Do NOT use QuickUnwindStackFrame (#9299)Jonghyun Park2-3/+5
2017-02-02[x86/Linux] Convert Fake DBZ into OVF (#9295)Jonghyun Park1-5/+26
2017-02-02Clean up GetAddrOfSecurityObjectFromCachedInfo (#9291)Jonghyun Park1-5/+3
2017-02-02[x86/Linux] Do NOT use GSCookie on Funclet (#9290)Jonghyun Park1-5/+7
2017-02-02[x86/Linux] Do NOT use pXXX fields (#9121)Jonghyun Park6-136/+271
2017-02-01[x86/Linux] Process Explicit Frame before Managed Frame (#9261)Jonghyun Park1-12/+16
2017-02-01Adding some missing APIs on core that where added to N.S 2.0 (#9203)Santiago Fernandez Madero1-8/+0
2017-02-01Fix GC reporting for Span<T> passed in registers on Unix (#9247)Koundinya Veluri4-11/+31
2017-02-01[x86/Linux] Get Frame Pointer from CallerSp (#9235)Jonghyun Park1-1/+9
2017-02-01[x86/Linux] Update pCurrentContextPointers properly in EnsureCallerContextIsV...Jonghyun Park1-6/+2
2017-01-31Enable EECodeManager::GetGSCookieAddr when CROSSGEN_COMPILE is not defined (#...Jonghyun Park1-1/+3
2017-01-30Fix Thread constructor with stack size argument (#9186)Koundinya Veluri1-6/+29
2017-01-30Merge pull request #8564 from lucenticus/x86-gdbjitDan Moseley3-48/+12