summaryrefslogtreecommitdiff
path: root/src/jit/lir.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-05-19Remove `GTF_REVERSE_OPS` from LIR. (#10698)Pat Gavlin1-0/+5
2017-01-10Fix handling of PutArgStkCarol Eidt1-3/+7
2016-11-21Address PR feedback.Pat Gavlin1-3/+5
2016-09-21Reformat jit code for Windows x64Michelle McDaniel1-16/+14
2016-09-19Fix a bug in LIR::Use::ReplaceWith.Pat Gavlin1-0/+4
2016-09-15Refactor call arg table updates.Pat Gavlin1-5/+2
2016-09-14Introduce GT_JCC.Pat Gavlin1-1/+1
2016-08-31Merge pull request #6552 from pgavlin/RemovePreRationalizeLivenessPat Gavlin1-4/+53
2016-08-31Fix #6893. (#6932)Pat Gavlin1-1/+0
2016-08-31Do not run local var liveness before rationalize.Pat Gavlin1-4/+53
2016-08-23Stop maintaining cost estimates in the RyuJIT backend. (#6849)Pat Gavlin1-2/+0
2016-08-19Implement the proposed design for RyuJIT's LIR. (#6689)Pat Gavlin1-0/+1594