summaryrefslogtreecommitdiff
path: root/src/vm/codeversion.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-03Fix GCStress modes that do code instrumentation to work with code versioning ...Koundinya Veluri1-3/+70
2019-06-25Fix ReJIT failures (#25377)David Mason1-0/+1
2019-06-13Fix code version table lock / coop GC mode switch ordering (#25129)Koundinya Veluri1-3/+36
2019-05-13Profiler API to request ReJIT with inliners (#24461)David Mason1-2/+50
2019-03-16Fix typo (#23300)Nikita Potapenko1-1/+1
2019-03-07Fix signed compare warningsSinan Kaya1-4/+4
2019-02-14Replace multi-loaderallocator hash implementation in MethodDescBackpatchInfo ...David Wrighton1-0/+2
2019-02-07Add config option to disable tier 0 JIT (#22370)Koundinya Veluri1-0/+30
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-24/+33
2019-01-11Flowing the nativeCodeVersion to DebuggerJitInfo (#21925)Andrew Au1-9/+9
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas1-15/+3
2018-11-22Typos (#21171)John Doe1-1/+1
2018-10-04Typos (#20271)John Doe1-1/+1
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-4/+0
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri1-31/+25
2018-08-01Allow rejit on attach (#19054)David Mason1-2/+9
2018-06-22Fix incorrect usage of ILCodeVersion::AsNode (issue #18602) (#18606)Noah Falk1-0/+6
2018-06-07Allow ILCodeVersion to fallback to default IL (#18322)Noah Falk1-8/+23
2018-06-04Fix build break (#18278) (#18279)Russ Keldorph1-2/+1
2018-01-25fix pointer in ILCodeVersionNode so it uses PTR_COR_ILMETHOD instead of COR_I...David Mason1-2/+4
2018-01-25Enable tiered jitting for R2R methods (#15967)Koundinya Veluri1-3/+12
2017-07-24Add the runtime code versioning featurenoahfalk1-0/+2862