summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft25-1519/+12
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft1-8/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft7-278/+5
2017-02-10Merge pull request #9493 from pgavlin/ReportBytesAllocatedPat Gavlin1-2/+0
2017-02-10Report bytes allocated in the JIT time log.Pat Gavlin1-2/+0
2017-02-10Unify GetControlPC/GetRegdisplaySP/SetRegdisplaySP (#9444)Jonghyun Park1-57/+19
2017-02-09Rename __reserved to __clr_reserved to avoid a conflict on Android (#9402)Frederik Carlier2-16/+19
2017-02-08Clean up GetAddrOfSecurityObject (#9423)Jonghyun Park1-0/+4
2017-02-08Clean up EECodeManager::GetInstance (#9424)Jonghyun Park1-0/+4
2017-02-08Clean up EECodeManager::GetExactGenericsToken (#9429)Jonghyun Park1-2/+2
2017-02-08Clean up EECodeManager::GetParamTypeArg (#9430)Jonghyun Park1-0/+4
2017-02-08Clean up EnumGcRefs (#9412)Jonghyun Park1-0/+4
2017-02-08[x86/Linux] Use SP as StackMarker (#9389)Jonghyun Park1-0/+9
2017-02-07Clean up methods for USE_GC_INFO_DECODER (#9394)Jonghyun Park1-2/+6
2017-02-06[ARM32/Linux] Fix calling convention - stdcall in crossgen (#9364)Hyeongseok Oh1-4/+3
2017-02-06Merge pull request #8644 from BruceForstall/SimdLongDecompBruce Forstall1-3/+3
2017-02-06Clean up FillRegDisplay (#9360)Jonghyun Park1-27/+25
2017-02-05Enable SIMD for RyuJIT/x86Bruce Forstall1-3/+3
2017-02-03[x86/Linux] Clean up non-WIN64EXCEPTIONS code: (#9305)Jonghyun Park1-2/+2
2017-02-03[x86/Linux] Clean Up JIT_EndCatch (#9302)Jonghyun Park1-2/+1
2017-02-02[x86/Linux] Do NOT use QuickUnwindStackFrame (#9299)Jonghyun Park1-0/+5
2017-02-02Clean up GetAddrOfSecurityObjectFromCachedInfo (#9291)Jonghyun Park1-0/+2
2017-02-02[x86/Linux] Do NOT use pXXX fields (#9121)Jonghyun Park1-7/+33
2017-02-01Use Explicit Field Reference in FillRegDisplay (for x86) (#9212)Jonghyun Park1-4/+4
2017-01-31Enable EECodeManager::GetGSCookieAddr when CROSSGEN_COMPILE is not defined (#...Jonghyun Park1-0/+4
2017-01-27Enable IsInPrologOrEpilog only if GC Info Decoder is not used (#9136)Jonghyun Park1-0/+4
2017-01-26Introduce REGDISPLAY_BASE (#9095)Jonghyun Park1-75/+39
2017-01-24Fix arm64 build breakRahul Kumar1-1/+1
2017-01-24Delete unused files (#9082)mikedn10-2809/+0
2017-01-24[x86/Linux] Port CheckRegDisplaySP (#9081)Jonghyun Park1-13/+7
2017-01-24Simplify #ifdef related with UnwindStackFrame (#9052)Jonghyun Park1-0/+4
2017-01-24Clean up #else in EECodeManager::FixContext (#9048)Jonghyun Park1-4/+4
2017-01-24Clean up LeaveFinally/LeaveCatch (#9050)Jonghyun Park1-3/+7
2017-01-23Rename Esp in x86 REGDISPLAY as SP (#9070)Jonghyun Park1-7/+7
2017-01-23Clean up #else in EECodeManager::GetAmbientSP (#9049)Jonghyun Park1-0/+4
2017-01-23[ARM32/Linux] cross-architecture build errro: stub for crossgen (#8917)Hyeongseok Oh1-1/+1
2017-01-23[x86/Linux] Enable FEATURE_EH_FUNCLETS (#8889)Jonghyun Park2-11/+20
2017-01-20[x86/Linux] Port 'CallerStackFrame::FromRegDisplay' (#9021)Jonghyun Park1-5/+2
2017-01-18[x86/Linux] Port RtlVirtualUnwind (#8911)Jonghyun Park2-5/+28
2017-01-15Remove mscorpe cruft (#8957)mikedn3-142/+3
2017-01-11Initial implementation of two field span.Jan Kotas1-0/+2
2017-01-11[ARM32/Linux] Fix cross-architecture build error: T_CONTEXT (#8888)Hyeongseok Oh1-1/+1
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park8-93/+140
2017-01-09Default gcAllowVeryLargeObjects to true (#8853)mikedn1-1/+1
2017-01-02[Linux/ARM32] duplicated definition in crosscomp.h (#8729)Hyeongseok Oh1-0/+2
2016-12-28Fix Bitposition funtion (#8739)Hyeongseok Oh1-2/+2
2016-12-26Remove files related to legacy build system (#8723)Robert2-491/+0
2016-12-20[x86/Linux] Implement libunwind-based unwindLazyStack (#8686)Jonghyun Park1-2/+2
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin1-0/+2
2016-12-14Move RUNTIME_FUNCTION__BeginAddress into clrnt.h (#8632)Jonghyun Park2-3/+7