summaryrefslogtreecommitdiff
path: root/src/jit/decomposelongs.h
AgeCommit message (Expand)AuthorFilesLines
2017-10-11Cleanup of Lowering & LsraInfoCarol Eidt1-0/+1
2017-08-09Fix VSO 462269.Pat Gavlin1-0/+1
2017-02-05Enable SIMD for RyuJIT/x86Bruce Forstall1-0/+2
2016-10-20Implement DecomposeRotateMichelle McDaniel1-0/+1
2016-10-12Unnecessary temp loc vars were deleted in DecomposeLong.Sergey Andreenko1-0/+1
2016-09-22Merge pull request #7294 from pgavlin/longLclFldPat Gavlin1-0/+1
2016-09-21Implement `st.lclFld` decomposition and fix #6778.Pat Gavlin1-0/+1
2016-09-21Reformat jit code for Windows x64Michelle McDaniel1-1/+1
2016-09-16Add optimization for shift by CNS_INTMichelle McDaniel1-1/+1
2016-09-12Implement DecomposeUModMichelle McDaniel1-0/+1
2016-09-08Improve decomp throughput.Pat Gavlin1-1/+1
2016-09-07Enable long multiplyMichelle McDaniel1-0/+2
2016-08-31Do not run local var liveness before rationalize.Pat Gavlin1-3/+7
2016-08-30Implement DecomposeShiftMichelle McDaniel1-0/+1
2016-08-19Implement the proposed design for RyuJIT's LIR. (#6689)Pat Gavlin1-19/+21
2016-08-11Reformat jit sources with clang-tidy and formatMichelle McDaniel1-5/+2
2016-07-18Decompose GT_IND for x86Sejong Oh1-0/+1
2016-07-12Implement GT_NEG decompositionMike Danes1-0/+1
2016-07-10Refactor RyuJIT/x86 long decomposition codeBruce Forstall1-0/+61