aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/constant-pool-remat-0.ll
AgeCommit message (Expand)Author
2013-03-12Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung
2011-04-05When dead code elimination removes all but one use, try to fold the single de...Jakob Stoklund Olesen
2011-03-16test/CodeGen/X86/constant-pool-remat-0.ll: FileCheck-ize and add explicit -mt...NAKAMURA Takumi
2010-08-18When sending stats output to stdout for grepping, don't emit normalDan Gohman
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2008-09-05If SSE2 is available, x86 should pass first 3 f32/f64 arguments in XMM regist...Evan Cheng
2008-04-14Remove -unwind-tables-optional everywhere, sinceDale Johannesen
2008-04-08Rename -disable-required-unwind-tables to -unwind-tables-optional.Dale Johannesen
2008-04-08Add -disable-required-unwind-tables to testsDale Johannesen
2008-03-31Mark functions in some tests as 'nounwind'. GeneratingDale Johannesen
2007-08-30Added support to fold X86 load / store instructions. This allow rematerialize...Evan Cheng
2007-08-14tcl seems to hate |& for some reason.Chris Lattner
2007-08-14switch this to use fastcc to avoid fpstack traffic on x86-32. Switch to Chris Lattner
2007-08-14Update test case. A spill should now be deleted.Evan Cheng
2007-08-13Now capable of rematerializing coalesced live intervals.Evan Cheng
2007-08-02Mark the SSE and MMX load instructions thatDan Gohman