summaryrefslogtreecommitdiff
path: root/src/vm/ceemain.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-05-01Disable GC Coop mode switching during fatal error handling during GC exceptio...Sung Yoon Whang1-4/+54
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
2018-03-19Delete unused downlevel globalization support (#17022)Jan Kotas1-6/+4
2018-03-06Fix hang on Ctrl+C when tiering is enabled (#16719)Koundinya Veluri1-7/+0
2018-01-25Enable tiered jitting for R2R methods (#15967)Koundinya Veluri1-2/+13
2017-12-28Recognize STA\MTA Attribute For Main Function (#15652)Anirudh Agnihotry1-12/+3
2017-11-07Delete dead code (#14901)Jan Kotas1-1/+0
2017-11-06Cleanup BCLDebug (#14868)Jan Kotas1-101/+0
2017-10-27[Local GC] Implement loader protocol for a standalone GC (#14663)Sean Gillespie1-112/+3
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-10/+0
2017-10-09[GDBJIT] Make gdbjit thread-safe & bug fix (#14390)Konstantin Baladurin1-0/+9
2017-08-30Change FinalizerThreadCreate location to after profiler is initialized (#13663)Sung Yoon Whang1-4/+4
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie1-0/+4
2017-08-17Fix more contract violationsnoahfalk1-1/+4
2017-08-15Make unit tests run clean with tiered compilationnoahfalk1-0/+4
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-7/+0
2017-06-23[Local GC] Remove a number of inclusions of handle table private headers from...Sean Gillespie1-1/+0
2017-06-14Remove unused forward declaration (#12288)Jonghyun Park1-1/+0
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-2/+2
2017-06-01[Local GC] Obtaining configuration information (#11379)Sean Gillespie1-1/+1
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie1-17/+106
2017-05-26Move rundown to the same code-site where we do ETW rundown before EEShutdown ...Brian Robbins1-5/+5
2017-05-24Remove g_fEEManagedEXEStartup and g_fEEIJWStartup. (#11907)Aditya Mandaleeka1-7/+1
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-11/+0
2017-05-06Log Events to EventPipe on Linux (#11433)Brian Robbins1-2/+6
2017-04-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park1-2/+2
2017-04-13Rename IGCHandleTable to IGCHandleManager.Aditya Mandaleeka1-5/+5
2017-04-07Merge pull request #10757 from adityamandaleeka/handle_table_local_gc_initAditya Mandaleeka1-2/+2
2017-04-06Fix shutdown A/V issue when IBC logging with the Music Store appBrian Sullivan1-1/+12
2017-04-05Move handle table stuff out of gcheaputilities.Aditya Mandaleeka1-2/+2
2017-04-05Merge pull request #10615 from brianrob/profilerBrian Robbins1-1/+13
2017-04-04Merge pull request #10601 from rahku/c4996Rahul Kumar1-20/+0
2017-04-03Basic EventPipe functionality that supports writing sample profile events to ...Brian Robbins1-1/+13
2017-04-01[Local GC] Remove static fields from GC interface (#10566)Sean Gillespie1-0/+1
2017-03-311. Remove disable of C4996Rahul Kumar1-20/+0
2017-03-29Create a GCHandleTable interface with Init/Shutdown.Aditya Mandaleeka1-14/+17
2017-03-28Separate finalizer thread creation from GC initialization in EE Startup.Aditya Mandaleeka1-33/+24
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-13/+3
2017-03-01Update links to point to valid BotR pages - One extra link that was missed ou...Matt Warren1-1/+1
2017-03-01Update links to point to valid BotR pages (#9874)Matt Warren1-29/+15
2017-02-24[Local GC] Move workstation GC DAC globals to a struct shared between GC and ...Sean Gillespie1-3/+15
2017-02-15Remove never defined FEATURE_UEF_CHAINMANAGERdanmosemsft1-4/+0
2017-02-14Remove never defined FEATURE_RWLOCKdanmosemsft1-5/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-6/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-415/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-21/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-12/+0
2017-02-12Remove never defined FEATURE_COMINTEROP_REGISTRATIONdanmosemsft1-119/+0
2017-02-10Remove always undefined FEATURE_CAS_POLICYdanmosemsft1-10/+1