summaryrefslogtreecommitdiff
path: root/src/vm/prestub.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-21Fixing build break on x86 and arm.Fadi Hanna1-1/+1
2016-06-21Generic dictionary minor performance improvement and simplification for R2R (...Fadi Hanna1-107/+129
2016-06-02Avoid calling prestub through wrong MethodDesc (#5439)John Chen1-5/+2
2016-05-19Implementation of the following generic dictionary entries for R2R: (#5079)Fadi Hanna1-4/+25
2016-05-18Porting the changes to support generic dictionaries lookups in R2R images to ...Fadi Hanna1-12/+14
2016-05-13Initial implementation of generic dictionary access for R2R. (#4519)Fadi Hanna1-8/+113
2016-04-25ARM64: Fix Vararg for PInvokeKyungwoo Lee1-1/+1
2016-03-23Fix generic struct delegate in ReadyToRun (#3690)John Chen (JOCHEN7)1-0/+8
2016-03-18Fix instantiating stub for methods of value typesJan Vorlicek1-2/+6
2016-02-11Fix VSO bug #190301 contract problems in DACRaiseException.Mike McLaughlin1-2/+3
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-18Add ready to run support to unix crossgenJan Vorlicek1-1/+1
2015-11-12Merge pull request #2033 from brianrob/crossgen_perfmap2Brian Robbins1-2/+2
2015-11-12Fix Thread.Start while debugging bug on OSX.Mike McLaughlin1-2/+6