summaryrefslogtreecommitdiff
path: root/src/jit/disasm.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-12Use macro _countof instead of explicit sizeof(arr) / sizeof(arr[0]) or sizeof...Egor Chesakov1-5/+5
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-639/+566
2016-07-29Massage code for clang-formatMichelle McDaniel1-5/+5
2016-05-12Use a JIT-specific stdout `FILE*`.Pat Gavlin1-4/+4
2016-03-31Replace uses of _WIN64 with _HOST_64BIT_.Pat Gavlin1-1/+3
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-3/+1
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-1/+3
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-3/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1642