summaryrefslogtreecommitdiff
path: root/src/vm/codeversion.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-03Fix GCStress modes that do code instrumentation to work with code versioning ...Koundinya Veluri1-3/+30
2019-05-23Add some perf events/data for tiered compilation (#24607)Koundinya Veluri1-1/+2
2019-05-13Profiler API to request ReJIT with inliners (#24461)David Mason1-0/+9
2019-03-07Fix signed compare warningsSinan Kaya1-1/+1
2019-02-26Address janvorli's feedback commentsAdeel1-9/+3
2019-02-26Merge branch 'master' into fix/signed-compare-and-narrowingAdeel Mujahid1-7/+9
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya1-2/+2
2019-02-24Fix comparison and narrowing errors reported by GCCAdeel1-9/+13
2019-02-07Add config option to disable tier 0 JIT (#22370)Koundinya Veluri1-0/+6
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-1/+2
2019-01-11Flowing the nativeCodeVersion to DebuggerJitInfo (#21925)Andrew Au1-1/+1
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-1/+1
2018-10-31Remove superfluous 'const' qualifier from trivial return types (#20652)MichaƂ Janiszewski1-2/+2
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri1-11/+5
2018-08-01Allow rejit on attach (#19054)David Mason1-0/+1
2018-01-25fix pointer in ILCodeVersionNode so it uses PTR_COR_ILMETHOD instead of COR_I...David Mason1-1/+1
2017-09-07Make dumpmd work with tiered jitting. Now displays previous code addresses (#...David Mason1-2/+2
2017-07-24Add the runtime code versioning featurenoahfalk1-0/+689