summaryrefslogtreecommitdiff
path: root/src/vm/rejit.h
AgeCommit message (Collapse)AuthorFilesLines
2017-07-24Add the runtime code versioning featurenoahfalk1-441/+41
This makes tiered compilation work properly with profiler ReJIT, and positions the runtime to integrate other versioning related features together in the future. See the newly added code-versioning design-doc in this commit for more information. Breaking changes for profilers: See code-versioning-profiler-breaking-changes.md for more details.
2017-05-22[x86/Linux] Use CDECL (instead of STDCALL) as STDMETHODCALLTYPEJonghyun Park1-6/+6
2016-04-13Enable ReJIT all on platformsMukul Sabharwal1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+570
[tfs-changeset: 1407945]