summaryrefslogtreecommitdiff
path: root/src/vm/crossgencompile.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas1-7/+0
2018-03-27Failfast windows event log (#16875)Sung Yoon Whang1-1/+1
2018-03-15Fix to not reuse preallocated jump stubs for dynamic methods (#16941)Koundinya Veluri1-1/+1
2018-03-09Log inner exceptions for Environment.Failfast (#16622)Sung Yoon Whang1-1/+1
2018-02-03Fix failfast stacktrace (#15895)Sung Yoon Whang1-1/+1
2017-11-30Jumpstub fixes (#15296)Jan Kotas1-1/+2
2017-10-11Delete !FEATURE_IMPLICIT_TLS (#14398)Jan Kotas1-21/+0
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-07-24Add the runtime code versioning featurenoahfalk1-4/+0
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-23/+0
2017-04-01[Local GC] Remove static fields from GC interface (#10566)Sean Gillespie1-3/+1
2017-03-01Preallocate jump stubs for dynamic methods (#9883)Koundinya Veluri1-0/+6
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-9/+0
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-1/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-2/+0
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-2/+2
2016-08-05Implement GcInfo v2Swaroop Sridhar1-0/+5
2016-06-21Generic dictionary minor performance improvement and simplification for R2R (...Fadi Hanna1-1/+1
2016-04-13Collect the JIT's TLS variables in a single type.Pat Gavlin1-5/+10
2016-01-27Update license headersdotnet-bot1-4/+3
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-1/+1
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)1-2/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+464