summaryrefslogtreecommitdiff
path: root/src/inc
AgeCommit message (Expand)AuthorFilesLines
2017-02-12Remove never defined FEATURE_APPX_BINDERdanmosemsft1-3/+0
2017-02-12Remove always defined FEATURE_VERSIONINGdanmosemsft2-7/+0
2017-02-12Remove always defined FEATURE_SPAN_OF_Tdanmosemsft1-2/+0
2017-02-12Remove always defined FEATURE_MAIN_CLR_MODULE_USES_CORE_NAMEdanmosemsft2-15/+0
2017-02-11Merge pull request #9525 from danmosemsft/defines2Dan Moseley24-1531/+12
2017-02-11Inadvertent inline redundant define in fxretarget.hdanmosemsft1-0/+2
2017-02-11Dead commentdanmosemsft1-6/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft7-5/+278
2017-02-11Revert "Remove more always defined FEATURE_CORESYSTEM"danmosemsft1-1/+1
2017-02-10Revert "Remove always defined FEATURE_CORRUPTING_EXCEPTIONS"danmosemsft2-0/+13
2017-02-10Remove always defined FEATURE_CORRUPTING_EXCEPTIONSdanmosemsft2-13/+0
2017-02-10Remove more always defined FEATURE_CORESYSTEMdanmosemsft1-1/+1
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft25-1519/+12
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft1-8/+0
2017-02-10Turn segfauts into asserts in debug build (#9509)Steve MacLean1-1/+1
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