summaryrefslogtreecommitdiff
path: root/src/jit/codegenlinear.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-06Un-clang-format-horrible-ify emitIns_Call() and genEmitCall()Bruce Forstall1-17/+47
2017-02-09Address the feedback.Mikhail Skvortcov1-0/+4
2017-02-06Remove unnecessary parameter to genCallFinally()Bruce Forstall1-4/+3
2017-01-17Remove unused codeMike Danes1-6/+0
2017-01-13Don't treat spill temps as containedCarol Eidt1-6/+6
2016-12-22ARM: A step towards the RyuJIT/ARM32 backend.Mikhail Skvortcov1-0/+7
2016-12-14Merge pull request #8601 from pgavlin/gh7963Pat Gavlin1-30/+66
2016-12-13Fix consume-order checking in codegen.Pat Gavlin1-30/+66
2016-12-02RyuJIT/x86: Implement TYP_SIMD12 supportBruce Forstall1-1/+1
2016-11-22x86: not all fields of promoted struct need regsCarol Eidt1-3/+4
2016-11-21Merge pull request #8213 from mikedn/assert-dup-producePat Gavlin1-0/+5
2016-11-20Detect duplicate calls to genProduceRegMike Danes1-0/+5
2016-11-18Reinstate the struct optimization changes:Carol Eidt1-0/+18
2016-11-14Add special handling of varargs for x86 debuggerMichelle McDaniel1-61/+0
2016-11-03Revert "Enable optimization of structs"Jan Kotas1-18/+0
2016-10-20Enable optimization of structsCarol Eidt1-0/+18
2016-10-14Remove DEBUGGING_SUPPORT #ifdef (#7611)Bruce Forstall1-14/+0
2016-10-12x86: adjust stack level at throw blocksCarol Eidt1-1/+1
2016-10-06Always normalize stores when spilling lclVars.Pat Gavlin1-6/+6
2016-09-28Refactor common codegen codeCarol Eidt1-0/+1788