summaryrefslogtreecommitdiff
path: root/src/vm/prestub.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-09-21[Tizen] Add RelativeFixupPrecode for arm64, which replaces FixupPrecode in FN...submit/tizen/20200921.230336accepted/tizen/unified/20200922.034817Gleb Balykov1-2/+6
2020-06-18Implement instantiating and unboxing through portable stublinker codeā€¦ (#106)JUNG DONG-HEON1-13/+68
2020-03-25Build error fix on FEATURE_PREJIT=trueSwift Kim1-1/+1
2019-10-24[3.1] Protect against a rare invalid lock acquision attempt during etw proces...Koundinya Veluri1-0/+11
2019-07-03Fix GCStress modes that do code instrumentation to work with code versioning ...Koundinya Veluri1-1/+1
2019-06-20Fix eventpipe filtering (#25221)Sung Yoon Whang1-1/+1
2019-06-11R2R ilstubs (#24823)David Wrighton1-3/+49
2019-06-10Add optimization tiers to the Linux perf maps for perfcollect (#24967)Koundinya Veluri1-1/+62
2019-05-23Add some perf events/data for tiered compilation (#24607)Koundinya Veluri1-22/+28
2019-05-08Fix ETL event rejit IDs and sending of the IL to native map event when code v...Koundinya Veluri1-0/+1
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-8/+0
2019-05-03Fix incorrect tier reported by SOS (#24374)Koundinya Veluri1-3/+3
2019-05-02When QuickJit is enabled, disable it for methods that contain loops by defaul...Koundinya Veluri1-0/+15
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-2/+2
2019-04-03[Preview 4] Disable tier 0 JIT (quick JIT) by default, rename config option (...Koundinya Veluri1-1/+1
2019-03-12Don't retain modifiers for instantation stub signatures (#23210)Andy Ayers1-1/+1
2019-02-14Replace multi-loaderallocator hash implementation in MethodDescBackpatchInfo ...David Wrighton1-0/+2
2019-02-11prestub: fix ExternalMethodFixupWorker (#22519)Konstantin Baladurin1-1/+5
2019-02-07Add config option to disable tier 0 JIT (#22370)Koundinya Veluri1-6/+16
2019-02-05Notify dac when prejitted code is going to be used for a method (#22296)Andy Ayers1-1/+14
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-1/+0
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-55/+136
2019-01-11Flowing the nativeCodeVersion to DebuggerJitInfo (#21925)Andrew Au1-1/+1
2018-12-20Replace more of JitHelpers with S.R.CS.Unsafe (#21598)Jan Kotas1-3/+3
2018-11-30Remove dead codeSteve MacLean1-5/+0
2018-11-13Optimize vtable calls (#20696)Fadi Hanna1-9/+13
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-11/+2
2018-10-07Remove some dead remoting and context static things (#20277)Austin Wise1-5/+1
2018-10-05Remove context statics stuff (#20256)Jan Vorlicek1-1/+1
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri1-12/+10
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-10/+0
2018-07-23Partial R2R IBC fixes (#19073)Jan Kotas1-2/+3
2018-07-16Apply tiering's call counting delay more broadly (#18610)Koundinya Veluri1-9/+0
2018-07-05Enable genFnCalleeRegArgs for Arm64 Varargs (#18714)Jarret Shook1-1/+1
2018-05-27Typo (#18141)John Doe1-1/+1
2018-04-19GCStress: try to reduce races and tolerate races better (#17330)Andy Ayers1-16/+43
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