summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-08-23-X86-64AsmBug.ll
Commit message (Expand)AuthorAge
* Changed my mind. We now allow remat of instructions whose defs have subreg in...Evan Cheng2009-07-16
* Let callers decide the sub-register index on the def operand of rematerialize...Evan Cheng2009-07-16
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Re-apply 55467 with fix. If copy is being replaced by remat'ed def, transfer ...Evan Cheng2008-08-30
* Revert r55467; it causes regressions in UnitTests/Vector/divides,Dan Gohman2008-08-28
* If a copy isn't coalesced, but its src is defined by trivial computation. Re-...Evan Cheng2008-08-28
* Fix asm printing of MOVSDto64mr and MOV64toSDrm.Evan Cheng2008-08-25