summaryrefslogtreecommitdiff
path: root/src/vm/compile.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-04-20Fix R2R workaround for Diasymreader (#11116)Gaurav Khanna1-2/+2
2017-02-13Rejit support for R2R imagesnoahfalk1-0/+7
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-287/+0
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-4/+0
2017-02-12Remove never defined FEATURE_APPX_BINDERdanmosemsft1-18/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-680/+0
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft1-41/+1
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-1/+1
2016-11-29Disable CER feature as it is not used (#8218)John Chen1-0/+2
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-3/+3
2016-09-23Remove CoreCLR's dependency on the diasymreader.dll installed as part of the ...Mike McLaughlin1-11/+19
2016-09-21Fix CrossGen error reporting when input is missing (#7287)John Chen1-11/+1
2016-09-19FixBadReadyToRunPdb.9-19-16Vance Morrison1-1/+41
2016-08-08Modify "crossgen -createpdb" to skip loading clrjit.dll (#6607)John Chen (CLR)1-5/+5
2016-08-03Adding Support for FieldDescSlot generic dictionary entries for R2R generic c...Fadi Hanna1-2/+4
2016-06-15Update SpecializeComparer for enums (#5805)James Ko1-0/+29
2016-06-01Add limit to number of generics methods to compile by CrossGen (#5383)John Chen1-2/+4
2016-05-31Fix for issue 5241: [RTM] Interop\ICastable\Castable\Castable.cmd CONTRACT VI...Fadi Hanna1-1/+5
2016-05-19Implementation of the following generic dictionary entries for R2R: (#5079)Fadi Hanna1-2/+4
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-4/+4
2016-04-30Support generic methods without generic dictionaryJohn Chen (CLR)1-2/+19
2016-03-25Fix copy-paste typosEvgeny Mandrikov1-1/+1
2016-03-19Fix a CrossGen CreatePDB issue that caused a Windows build breakJohn Chen1-1/+3
2016-03-09Delete dead codeJan Kotas1-349/+6
2016-02-18Delete MDIL generation support from JIT-EE interfaceJan Kotas1-15/+0
2016-02-03Integrate changes from full .NET FrameworkJan Kotas1-0/+7
2016-02-01Fix OACR errors for ProjectKdotnet-bot1-1/+7
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-18Add ready to run support to unix crossgenJan Vorlicek1-2/+2
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-2/+2
2015-11-12Enable offline generation of text-based symbol tables for native images. Thi...Brian Robbins1-17/+35
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-128/+577
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-2/+15
2015-10-09Fix contracts so scanRuntime@x86chk task succeedsBruce Forstall1-0/+2
2015-09-25Fix for 134453: fix prefast warningsRahul Kumar1-3/+3
2015-09-18Add support for NativeCallableAttributetijoytom1-6/+19
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar1-10/+10
2015-05-20ReadyToRun bugfixesJan Kotas1-1/+10
2015-05-07Merge changes from parent branchdotnet-bot1-1/+18
2015-04-29Fix warnings introduced by crossgenJohn Chen (CLR)1-1/+1
2015-04-20Enable build crossgen.exe from build.cmd.John Chen1-0/+23
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+8171