summaryrefslogtreecommitdiff
path: root/src/vm/ceemain.cpp
AgeCommit message (Expand)AuthorFilesLines
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
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