summaryrefslogtreecommitdiff
path: root/src/vm/compile.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-03-10Set IsGeneratingNgenPDB flag early (#16882)Jan Kotas1-1/+0
2018-03-10crossgen plumbing cleanup (#16883)Jan Kotas1-2/+1
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov1-3/+3
2018-02-26Replace sizeof(void*)-like expressions with TARGET_POINTER_SIZE macroEgor Chesakov1-5/+5
2017-11-19Delete FriendAccessAllowedAttribute and associated dead code (#15101)Jan Kotas1-4/+1
2017-10-30Simplify Comparer/EqualityComparers (#14737)Jan Kotas1-11/+3
2017-10-13Fix compile error with crossgen CreatePDB on Unix (#14488)Hanjoung Lee1-13/+13
2017-09-27JIT: devirtualization support for EqualityComparer<T>.Default (#14125)Andy Ayers1-0/+1
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-07-12Improvements in the Zapper to VM interface, no longer throw exceptions across...Brian Sullivan1-33/+37
2017-06-26Replace array type handle with method table in arguments of array allocation ...Ruben Ayrapetyan1-0/+8
2017-06-14Crossgen - Disable the Target-dependent SIMD vector types warningBrian Sullivan1-1/+11
2017-05-26Fix compile with disabled FEATURE_READYTORUN option (#11875)Petr Bred1-0/+2
2017-05-23Delete special handling of IJW RVA fields at NGen time (#11818)Jan Kotas1-17/+1
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-47/+38
2017-04-28Fix R2R issue with virtual method resolving to non-generic base (#11289)Yi Zhang (CLR)1-0/+6
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