summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2019-05-16Split the phases of EEClassLayoutInfo::CollectLayoutFieldMetadataThrowing (#2...Jeremy Koritzinsky5-537/+529
2019-05-16Suppress crossgen warnings on failures to load types/methods from IBC data. (...Fadi Hanna1-2/+6
2019-05-15Avoid doing dangerous cleanup in case of process detachAndrew Au2-17/+26
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton19-555/+13
2019-05-15Fix bug where crossgen would throw OOM when given an input with no dir-separa...Fadi Hanna1-78/+78
2019-05-14Switch to zero-length array in otherwise empty class (#24370)Adeel Mujahid1-1/+1
2019-05-14Fix issues reported by PREfast static analysis tool (#24577)Jan Kotas3-9/+6
2019-05-14Stack size override (#24532)Steve MacLean2-0/+65
2019-05-14Fix a contract violation in ThreadPool.get_CompletedWorkItemCount (#24535)Koundinya Veluri4-13/+20
2019-05-14Log the real command line in case the process is started as a serviceAndrew Au2-2/+12
2019-05-14Fix more save/restore code for HVAs (#24434)Carol Eidt3-19/+29
2019-05-13Profiler API to request ReJIT with inliners (#24461)David Mason14-116/+809
2019-05-13Delete InternalCasingHelper (#24511)Jan Kotas12-404/+94
2019-05-13Merge pull request #24524 from janvorli/fix-encode-fieldJan Vorlicek1-1/+1
2019-05-13Merge pull request #24523 from janvorli/fix-constraint-module-overrideJan Vorlicek1-0/+8
2019-05-13RemoveThrowMessage (#24563)Steve MacLean1-2/+0
2019-05-13Implement GC.GetTotalAllocatedBytes (#23852)Ludovic Henry5-3/+53
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky8-1/+106
2019-05-10Fix field signature generationJan Vorlicek1-1/+1
2019-05-10Add module override for constraint type in methodJan Vorlicek1-0/+8
2019-05-09Fix an overflow issue with eventpipe buffer size (#24512)Sung Yoon Whang1-1/+1
2019-05-09[X86/Linux] Fix error: no member named 'GetId' in 'AppDomain' when enabled In...Leslie Zhai1-3/+3
2019-05-09Add a new version of ContentionEnd event (#22487)Gregory LEOCADIE3-4/+53
2019-05-09Merge pull request #24456 from briansull/ibc-workBrian Sullivan4-37/+37
2019-05-09Delete suspicious code in delegate construction (#24493)Michal Strehovský1-76/+2
2019-05-08Return the required padding size instead of the current position to avoid int...Andrew Au3-17/+9
2019-05-08Remove premature throw (#24450)Steve MacLean1-16/+25
2019-05-08Fix ETL event rejit IDs and sending of the IL to native map event when code v...Koundinya Veluri3-101/+102
2019-05-08Merge pull request #24366 from sandreenko/fixLogPrintingSergey Andreenko1-6/+12
2019-05-08Send UTF16 dump file name (#24475)Mike McLaughlin1-5/+13
2019-05-08Fix 23317. (#24383)Fadi Hanna1-13/+22
2019-05-08Remove more MDA support code (#24457)Steve MacLean59-8179/+21
2019-05-08Prefer UINT32 over DWORD in the IBC BlockCount API'sBrian Sullivan3-14/+14
2019-05-08Add a check to prevent mixed-mode assemblies from being compiled into R2R (#2...Fadi Hanna1-0/+6
2019-05-08Handle the case when the SamplingProfiler thread is terminated prematurelyAndrew Au1-8/+15
2019-05-08Add generate crash dump command to diagnostics server (#24460)Mike McLaughlin5-3/+123
2019-05-07Save OBJECTREF_TO_UNCHECKED_OBJECTREF and use auto.Sergey Andreenko1-6/+9
2019-05-07Rename struct ICorJitInfo::ProfileBuffer to ICorJitInfo::BlockCountsBrian Sullivan4-37/+37
2019-05-06Add option to only notify profiler of LOH allocations (#24291)Mukul Sabharwal4-7/+71
2019-05-06Replace E_FAIL with E_NOTIMPL for an unsupported R2R encoding (Future work) (...Fadi Hanna1-1/+3
2019-05-06Launch DiagnosticServer after EEStartupAndrew Au1-1/+5
2019-05-06Handle E_NOTIMPL return from CoInitializeEx. (#24387)Jeremy Koritzinsky1-0/+4
2019-05-06Fixes AV when accessing LoaderModule for some objects (#24406)Mukul Sabharwal1-2/+5
2019-05-04Minor tweaks for gcc (#24391)Adeel Mujahid1-1/+1
2019-05-04Revert "Fix GCStress for multireg returns. "Sergey Andreenko1-27/+9
2019-05-03Fix incorrect tier reported by SOS (#24374)Koundinya Veluri7-68/+67
2019-05-03Fix EventPipe initialization orderAndrew Au1-1/+1
2019-05-03fix nitsSergey Andreenko1-3/+3
2019-05-03Implement String.IsAscii in shared CoreLib and use it for [Is]Normalize[d] fo...Filip Navara1-1/+0
2019-05-03Merge pull request #24363 from sandreenko/GitHub_23199Sergey Andreenko1-9/+27