aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2007-06-04-tailmerge4.ll
AgeCommit message (Expand)Author
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2010-05-02Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-03-31Add an explicit -asm-verbose to these tests, to make itDan Gohman
2009-03-25CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng
2009-03-24Do not emit comments unless -asm-verbose.Evan Cheng
2007-07-19For PR1553:Reid Spencer
2007-06-04Tail merging wasn't working for predecessors of landing pads. PR 1496.Dale Johannesen