summaryrefslogtreecommitdiff
path: root/src/jit/jit.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-08Fix some timing code bit rot, plus minor cleanup.Peter Kukol1-6/+6
2016-08-19Implement the proposed design for RyuJIT's LIR. (#6689)Pat Gavlin1-3/+11
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-356/+344
2016-08-11Prepare jit source for clang-tidyMichelle McDaniel1-2/+6
2016-07-29Massage code for clang-formatMichelle McDaniel1-4/+12
2016-07-26Enable multireg returns on Arm64Brian Sullivan1-0/+12
2016-06-09Remove JIT_FEATURE_SSA_SKIP_DEFS.Pat Gavlin1-1/+0
2016-05-31Remove LONG_MATH_REGPARAM from the JIT.Pat Gavlin1-1/+0
2016-05-14Remove unneeded INLINE_NDIRECT and INLINE_PINVOKE #ifdefs (#4977)Bruce Forstall1-2/+0
2016-04-18Define the AMD64 unwind codes in their own header.Pat Gavlin1-0/+5
2016-04-14Merge pull request #4335 from AndyAyersMS/InlineStrategyAndy Ayers1-1/+0
2016-04-14Inliner: introducing InlineStrategyAndy Ayers1-1/+0
2016-04-13Collect the JIT's TLS variables in a single type.Pat Gavlin1-9/+26
2016-03-31Replace uses of _WIN64 with _HOST_64BIT_.Pat Gavlin1-2/+9
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-2/+13
2016-03-04Clean up the JIT's histogram type.Pat Gavlin1-13/+10
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-13/+2
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-2/+13
2016-02-04Make a few JIT interface changes to accommodate CoreRT:Pat Gavlin1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-24/+11
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-0/+20
2015-03-17Merge changes from parent branchdotnet-bot1-2/+17
2015-02-25FI from $/DevDiv/FXMain to $/DevDiv/FX/Product/ProjectK **FI_LABEL=22625.00**dotnet-bot1-0/+8
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+810