summaryrefslogtreecommitdiff
path: root/src/vm/prestub.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-04-10Fix x86 steady state tiered compilation performance (#17476)Noah Falk1-4/+9
2018-04-09Fix trigger for tier 1 call counting delay (#17477)Koundinya Veluri1-1/+3
2018-02-14[armel tizen] Fixed dynamic code allocation and code pitching for ARM (#16352)sergey ignatov1-1/+1
2018-02-02Fix AV in crossgen when generating PDBs (#16184)Andy Ayers1-1/+1
2018-01-31Add ETL flags for ReadyToRun (#15801)Andy Ayers1-7/+36
2018-01-25Enable tiered jitting for R2R methods (#15967)Koundinya Veluri1-4/+20
2018-01-23Delete dead code (#15990)Jan Kotas1-7/+0
2017-10-17[RyuJIT/ARM32] Add the optimization case on CreateDictionaryLookupHelper (#13...Sujin Kim1-4/+0
2017-09-18Change jit notifications so that they pass the native code address. (#14021)David Mason1-3/+3
2017-09-12[RyuJIT/ARM32] Implement CreateDictionaryLookupHelper only via helper (#13733)Sujin Kim1-0/+4
2017-08-17Support GDBJIT on NI/IL_STUBS (#13417)Jonghyun Park1-5/+11
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-0/+13
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-18/+2
2017-08-02Merge pull request #13158 from parjong/fix/INTERPERTER_GDBJIT_ConflictNoah Falk1-3/+12
2017-08-02Remove unused extern declarations (#13159)Jonghyun Park1-8/+0
2017-08-02Resolve FEATURE_GDBJIT/FEATURE_INTERPRETER conflictJonghyun Park1-3/+12
2017-08-01Fix FEATURE_INTERPRETER build errorJonghyun Park1-1/+1
2017-07-28Fix tier0 flag on default code versions (#13098)Noah Falk1-2/+6
2017-07-24Add the runtime code versioning featurenoahfalk1-593/+737
2017-07-10Remove relocations for MethodTable::m_pPerInstInfo for Linux ARMGleb Balykov1-0/+13
2017-07-05Jitted Code Pitching Feature implementedsergey ignatov1-4/+26
2017-06-26Replace array type handle with method table in arguments of array allocation ...Ruben Ayrapetyan1-1/+3
2017-06-02Remove relocations from SECTION_MethodDesc for ngened images for fields acces...gbalykov1-0/+13
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-3/+0
2017-05-05Add compact entry points for ARM (#11109)gbalykov1-0/+22
2017-03-31Add Tier0/1 jit flagsnoahfalk1-2/+2
2017-03-29Tiered Compilation step 1noahfalk1-4/+56
2017-03-28[x86/Linux] Fix signature mismatch inside InstantiatingStub (#10538)Jonghyun Park1-0/+6
2017-03-25Typo correction (#10482)Ofer Zelig1-1/+1
2017-02-15Merge pull request #9603 from danmosemsft/defines4Dan Moseley1-28/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-28/+0
2017-02-14[x86/Linux] Fix CreateInstantiatingILStub (#9590)SaeHie Park1-18/+10
2017-02-14[x86/Linux] Fix IL Stub for Shared Generic (#9571)SaeHie Park1-6/+16
2017-02-13Rejit support for R2R imagesnoahfalk1-0/+1
2017-02-12Remove never defined FEATURE_CER and headerdanmosemsft1-7/+0
2017-01-11[x86/Linux] Fix generic context(hidden arg) position (#8848)SaeHie Park1-5/+23
2016-12-13[x86/Linux] implement TheUMEntryPrestub (#8589)SaeHie Park1-7/+7
2016-12-04[x86/Linux] Revert UMThkCallFrame-related changes (#8434)Jonghyun Park1-7/+7
2016-11-29Disable CER feature as it is not used (#8218)John Chen1-2/+2
2016-11-29[x86/Linux] Fix constructor missing in UnmanagedToManagedFrame (#8275)SaeHie Park1-3/+3
2016-11-01Use resolver to get IL header and size (#7924)Mukul Sabharwal1-15/+19
2016-10-27Introduce new CORJIT_FLAGS typeBruce Forstall1-5/+5
2016-10-21Address CR feedbackMukul Sabharwal1-2/+2
2016-10-21Add LCG JIT Compilation Profiler CallbacksMukul Sabharwal1-0/+8
2016-10-01Initial support of local variables and method arguments in GDB JIT interface ...Evgeny Pavlov1-1/+1
2016-09-08Merge pull request #6764 from swgillespie/gc-interface-3Sean Gillespie1-1/+1
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-1/+1
2016-09-06[Linux][LLDB][GDB/JIT] Add support for lldb 'breakpoint set' for jitted code ...Dmitri-Botcharnikov1-1/+5
2016-06-23Undo accidental changeJan Kotas1-1/+1
2016-06-23Add missing contractsJan Kotas1-1/+3