summaryrefslogtreecommitdiff
path: root/src/vm/readytoruninfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-02Merge ReadyToRunInfo::GenericMethodIterator in to ReadyToRunInfo::MethodItera...David Mason1-92/+102
2019-06-25emit rundown event for generic methods in R2R images (#25371)David Mason1-0/+92
2019-06-20Fix eventpipe filtering (#25221)Sung Yoon Whang1-1/+1
2019-05-20Cuckoo metadata (#24498)David Wrighton1-0/+40
2019-05-13Delete InternalCasingHelper (#24511)Jan Kotas1-1/+1
2019-04-04Fix SystemV AMD64 Explicit structure classification (#22041)Jeremy Koritzinsky1-2/+2
2019-04-03Emit event for calls to ReadyToRunInfo::GetEntryPoint. (#23662)Brian Robbins1-8/+18
2019-03-07Fix signed compare warningsSinan Kaya1-2/+2
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-7/+0
2019-01-14Large version bubble Support (#21727)Andon Andonov1-1/+3
2019-01-11Flowing the nativeCodeVersion to DebuggerJitInfo (#21925)Andrew Au1-1/+5
2018-12-06Disable native image usage for collectible assemblies (#21378)Jan Vorlicek1-0/+6
2018-09-18Replace sizeof(PVOID) with TARGET_POINTER_SIZE in src/vm/readytoruninfo.cppEgor Chesakov1-1/+1
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-7/+0
2018-06-04Work in VM towards cross-bitness crossgen (#18245)Egor Chesakov1-1/+1
2018-06-03Warnings cleanup (#18260)Robin Sue1-1/+0
2018-04-03Increase crst level for ReadyToRunInfo's map lock (#17376)Koundinya Veluri1-1/+2
2018-02-02Fix AV in crossgen when generating PDBs (#16184)Andy Ayers1-2/+2
2018-01-31Add ETL flags for ReadyToRun (#15801)Andy Ayers1-1/+8
2017-10-09Fix zap and ready to run disabling (#14389)Jan Vorlicek1-7/+7
2017-09-29Allow cross machine re-crossgen (#14241)Steve MacLean1-6/+6
2017-07-26code review feedbackDavid Mason1-3/+7
2017-07-25don't use r2r images when the profiler requests that ngen images are disabledDavid Mason1-1/+3
2017-04-03[x86/Linux] add the process of handling when entry point is funclet. (#10602)ragmani1-1/+1
2017-03-13Work for IBC profiling with ReadyToRun imagesBrian Sullivan1-11/+23
2017-02-13Rejit support for R2R imagesnoahfalk1-3/+23
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-5/+0
2016-10-28Ensure the module slot in R2R image can be located (#7875)John Chen1-3/+1
2016-10-27Fix PDB creation for Ready-to-Run image of facade assembliesdotnet-bot1-1/+3
2016-10-26Allow Ready-to-Run image to be loaded multiple times (#7809)John Chen1-0/+55
2016-10-21Add Profiling API callbacks for R2R methods (#7732)Mukul Sabharwal1-0/+27
2016-06-09Add an option to log outcome of loading Ready to Run imagesJohn Chen (CLR)1-0/+78
2016-06-06Add config switch to selectively disable R2R imagesJohn Chen (CLR)1-1/+4
2016-05-31Fix for issue 5241: [RTM] Interop\ICastable\Castable\Castable.cmd CONTRACT VI...Fadi Hanna1-3/+7
2016-05-12Fix contract violations in Ready to Run codeJohn Chen (CLR)1-1/+1
2016-05-02Fix for http://buildstatus/Issues/Issues.aspx?iid=797159Gaurav Khanna1-2/+2
2016-04-30Support generic methods without generic dictionaryJohn Chen (CLR)1-69/+134
2016-04-19Merge pull request #4387 from brianrob/ngenrundownBrian Robbins1-1/+48
2016-04-18Add support for ready to run to NGEN rundown.Brian Robbins1-1/+48
2016-04-18Fix nidump to avoid crashing while working with Ready to Run imagesJohn Chen1-1/+1
2016-03-30Getting SOS to work on ARm64:Rama Krishnan Raghupathy1-2/+2
2016-03-30Fixing contracts violations, and adding missing contracts to some APIs.Fadi Hanna1-1/+1
2016-03-23Title: Hashtable of types for R2R modulesFadi Hanna1-0/+267
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+317