summaryrefslogtreecommitdiff
path: root/src/vm/ceemain.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-03-25Prevent freeing of the profiler on process shutdown.David Mason1-11/+6
2019-10-24[3.1] Protect against a rare invalid lock acquision attempt during etw proces...Koundinya Veluri1-5/+4
2019-09-27Port to Release/3.1 - enabling MHR support (#26803)Jan Vorlicek1-1/+13
2019-08-16Clean up diagnosticserver socket on unexpected shutdown (#25976) (#26190)Sung Yoon Whang1-0/+30
2019-06-28Use regular static variable for EEConfig storage (#25479)Jan Kotas1-5/+1
2019-06-13Multiple EventPipe related bugs/issues (#25112)José Rivero1-3/+5
2019-06-11Delete dead code (#25066)Jan Kotas1-1/+0
2019-06-07Reduce indirect function calls (#24980)David Wrighton1-25/+0
2019-05-29Remove all uses of CanRunManagedCode() (#24847)Aaron Robinson1-164/+2
2019-05-28Fix IBC data collection (#24814)Jan Kotas1-8/+2
2019-05-24Delete FEATURE_USE_LCID (#24767)Jan Kotas1-183/+0
2019-05-23Delete FEATURE_TESTHOOK (#24746)Jan Kotas1-8/+0
2019-05-21Fix profiler crash on shutdown (#22712)Noah Falk1-0/+9
2019-05-19updates (#24656)Marco Rossignoli1-1/+1
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-50/+3
2019-05-06Launch DiagnosticServer after EEStartupAndrew Au1-1/+5
2019-05-03Fix EventPipe initialization orderAndrew Au1-1/+1
2019-04-29Removed method ReleaseManagedCommandLine()Brian Sullivan1-6/+0
2019-04-26Added check for GetManagedCommandLine() returning a nullptr in ProfileDataAll...Brian Sullivan1-0/+6
2019-04-26Commits from #24229 - Fixes for IBC profile data on LinuxBrian Sullivan1-4/+4
2019-04-26Revert "Fix for IBC profile data on Linux - Build the full command line for F...Brian Sullivan1-4/+4
2019-04-25Fix for IBC profile data on Linux - Build the full command line for FEATURE_PALBrian Sullivan1-4/+4
2019-04-24Switch to workstation GC in case of constrained CPU resources (#24194)Ludovic Henry1-1/+1
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas1-151/+6
2019-04-09Remove Unix CPU groups emulationJan Vorlicek1-1/+2
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero1-0/+3
2019-03-07Cleanup unused hosting interfaces (#23091)Jan Kotas1-9/+1
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-12/+0
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-45/+1
2019-01-14Custom Marshalers in custom-ALC-loaded assemblies results in types loaded fro...Jeremy Koritzinsky1-5/+0
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-0/+2
2019-01-07Update ceemain.cpp (#21869)Will Cohen1-1/+1
2019-01-03Adds portable version of EncodingTable (#21735)Marek Safar1-3/+0
2019-01-03Cleanup current culture handling in the unmanaged runtime (#21706)Jan Kotas1-45/+37
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-3/+0
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas1-8/+0
2018-10-26Remove some dead code related to cross-appdomain exceptions. (#20634)Austin Wise1-3/+0
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-15/+0
2018-09-27Replace Crst* with CrstStatic for IBCLogger (#20148)Michelle McDaniel1-1/+1
2018-09-07Add Basic Out-of-Process EventPipe Control and Heap Snapshot Capture (#19720)Brian Robbins1-5/+0
2018-07-31Delete FEATURE_IPCMAN (#19212)Jan Kotas1-216/+0
2018-07-23Partial R2R IBC fixes (#19073)Jan Kotas1-0/+1
2018-07-17 Add pooling for JIT scratch memory (#18924)Jan Kotas1-0/+3
2018-07-16Apply tiering's call counting delay more broadly (#18610)Koundinya Veluri1-7/+0
2018-06-09Avoid NativeOverlapped pinning by allocating unmanaged memory for it (#18360)Jan Kotas1-2/+0
2018-06-04Work in VM towards cross-bitness crossgen (#18245)Egor Chesakov1-1/+1
2018-04-20Disable GC Coop mode switching during fatal error handling during GC exceptio...Sung Yoon Whang1-4/+54
2018-04-19GCStress: try to reduce races and tolerate races better (#17330)Andy Ayers1-0/+4
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas1-13/+2
2018-03-29Fix AssemblyLoadContext.Unloading and ProcessExit for Windows Docker containe...Daniel Harvey1-1/+7