summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-05-02-InstrSched2.ll
Commit message (Expand)AuthorAge
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-12
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Remove -unwind-tables-optional everywhere, sinceDale Johannesen2008-04-14
* Rename -disable-required-unwind-tables to -unwind-tables-optional.Dale Johannesen2008-04-08
* Add -disable-required-unwind-tables to testsDale Johannesen2008-04-08
* Mark functions in some tests as 'nounwind'. GeneratingDale Johannesen2008-03-31
* Byebye llvm-upgrade!Tanya Lattner2008-03-25
* TwoAddressInstructionPass enhancement. After it converts a two address instru...Evan Cheng2008-03-13
* one fewer uncond branch with my codegenprepare hack for single-mbb backedges.Chris Lattner2007-12-26
* Enable convertToThreeAddress for X86 by default.Evan Cheng2007-10-05
* Use push / pop for prologues and epilogues.Evan Cheng2007-07-17
* For PR1319:Reid Spencer2007-04-16
* Undo xfail now scheduler deficiency has been fixed.Evan Cheng2007-01-08
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* Temporarily xfail this test, evan will look at it in a week or so.Chris Lattner2006-08-18
* A few instruction scheduling test cases.Evan Cheng2006-05-03