summaryrefslogtreecommitdiff
path: root/src/vm/prestub.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-12Enable offline generation of text-based symbol tables for native images. Thi...Brian Robbins1-2/+2
2015-09-08Fix managed exception dispatchingJan Vorlicek1-0/+6
2015-08-07Fix BPMD SOS command for ReadyToRunJan Kotas1-0/+9
2015-05-30Fix a bug in implementation of ICastable when CoreCLR throws exception on IL ...Eugene Zemtsov1-12/+8
2015-04-30Fix spurious assertion failure in ReadyToRun testsJan Kotas1-0/+4
2015-04-22Adds support for resolving JIT compiled managed call frames in perf_events.Brian Robbins1-1/+16
2015-03-18Implement runtime support for ICastable interfaceEugene Zemtsov1-4/+25
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2657