summaryrefslogtreecommitdiff
path: root/src/vm/util.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Fix typo: `_TARGET_X86` -> `_TARGET_X86_` (#25788)Andy Hanson1-1/+1
2019-06-11Fall back to CpuId if failed to get cache size from OS (#24989)Andy Hanson1-57/+58
2019-06-11Delete dead code (#25066)Jan Kotas1-33/+0
2019-06-07Reduce indirect function calls (#24980)David Wrighton1-16/+0
2019-05-30Remove unused code in vm/util.* (#24863)Aaron Robinson1-314/+3
2019-05-29Remove all uses of CanRunManagedCode() (#24847)Aaron Robinson1-5/+0
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-43/+0
2019-05-13Delete InternalCasingHelper (#24511)Jan Kotas1-173/+0
2019-03-07conversionSinan Kaya1-1/+1
2019-02-18Remove resetting of unmanaged thread locale from thread pool APIs (#22682)Jan Kotas1-19/+0
2019-01-29To support container scenario, 2 HardLimit configs are added - (#22180)Maoni Stephens1-1/+1
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-32/+1
2018-08-31[local gc] move DacNotifyGCMarkEnd and AnalyzeSurvivorsRequested to GCToEEIn...David Mason1-1/+1
2018-03-19Delete unused downlevel globalization support (#17022)Jan Kotas1-7/+2
2018-01-29Perform PhysicalMemoryLimit check for workstation GC, refactor GetLargestOnDi...Tom Deseyn1-3/+29
2017-09-18Change jit notifications so that they pass the native code address. (#14021)David Mason1-7/+8
2017-08-17Support GDBJIT on NI/IL_STUBS (#13417)Jonghyun Park1-9/+1
2017-08-02[Arm64] GetLargestOnDieCacheSize (#13071)Steve MacLean1-8/+9
2017-07-05Jitted Code Pitching Feature implementedsergey ignatov1-6/+6
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-470/+0
2017-04-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park1-5/+5
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-9/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-61/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-0/+81
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-13/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-81/+0
2016-12-08[x86/Linux] Fix inconsistent GetCLRFunction definitions (#8472)Jonghyun Park1-1/+1
2016-12-01fix permissive C++ code (MSVC /permissive-) (#8337)Phil Christensen1-12/+13
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-10/+3
2016-09-02LTO build: fix perf regression from strict alias violation and incorrect inli...kchoi1-6/+9
2016-07-28Merge pull request #6278 from Dmitri-Botcharnikov/feature-gdbjitnoahfalk1-1/+16
2016-07-27Add flag to check re-entrancy of JIT notificationEvgeny Pavlov1-1/+7
2016-07-25Arm64: DebuggerRama Krishnan Raghupathy1-0/+40
2016-07-22Add GDB JIT support for source line debug information.Dmitri Botcharnikov1-1/+10
2016-02-16Finish fixing VSO #190301. DACRaiseException need some STATIC_ contracts.Mike McLaughlin1-2/+4
2016-02-11Fix VSO bug #190301 contract problems in DACRaiseException.Mike McLaughlin1-6/+76
2016-02-10Fix SOS managed breakpoints when coreclr symbols are stripped.Mike McLaughlin1-12/+41
2016-01-27Update license headersdotnet-bot1-4/+3
2015-09-25Fix for 134453: fix prefast warningsRahul Kumar1-1/+1
2015-08-27Replace missed MAX_PATH defines with new defines in vm.Lakshmi Priya Sekar1-1/+1
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar1-11/+11
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-1/+0
2015-03-17Fix some of the issues found by Viva64 static analyserJan Kotas1-5/+3
2015-03-12Implement GetLogicalCpuCountFromOS in the PAL for OSXGeoff Norton1-3/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+4000