summaryrefslogtreecommitdiff
path: root/src/vm/compile.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-11R2R ilstubs (#24823)David Wrighton1-3/+111
2019-05-23Delete RETURNTYPE and change how we get ReturnKind for gccover. (#24600)Sergey Andreenko1-24/+0
2019-05-17Delete unnecessary locale arguments (#24624)Jan Kotas1-2/+2
2019-05-15Fix bug where crossgen would throw OOM when given an input with no dir-separa...Fadi Hanna1-78/+78
2019-05-08Add a check to prevent mixed-mode assemblies from being compiled into R2R (#2...Fadi Hanna1-0/+6
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-50/+3
2019-03-16Fix typo (#23300)Nikita Potapenko1-1/+1
2019-01-31Fix for missing GC ref map record on ARM64 for the X8 register (#22309)Tomáš Rylek1-3/+3
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-6/+1
2019-01-03Remove unnecessary propagation of stack crawl marks. (#21781)Filip Navara1-2/+0
2018-12-18Fix stack walking and reporting of default interface methods (#21525)Michal Strehovský1-2/+20
2018-12-03Remove *LoadContextHostBinder (#21342)Steve MacLean1-1/+1
2018-11-22Typos (#21171)John Doe1-1/+1
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas1-1/+1
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-67/+8
2018-11-20Delete CORCOMPILE_IMPORT_TABLE_ENTRY (#21109)Jan Kotas1-15/+6
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise1-21/+0
2018-09-18Use HasNativeOrReadyToRunImage in src/vm/compile.cppEgor Chesakov1-1/+1
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-5/+3
2018-07-23Remove hosthook api (#19079)Aaron Robinson1-5/+0
2018-07-17 Add pooling for JIT scratch memory (#18924)Jan Kotas1-0/+6
2018-06-04Work in VM towards cross-bitness crossgen (#18245)Egor Chesakov1-1/+1
2018-04-21Fix FakePromote assert (#17724)Jan Vorlicek1-2/+5
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