summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/2007-06-04-tailmerge4.ll
Commit message (Collapse)AuthorAgeFilesLines
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-171-454/+0
| | | | | | are either unreduced or only test old syntax. llvm-svn: 133228
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-021-1/+1
| | | | | | | Remove the -enable-eh option which is only used by the JIT, and replace it with -jit-enable-eh. llvm-svn: 102865
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-081-1/+1
| | | | llvm-svn: 81290
* Add an explicit -asm-verbose to these tests, to make itDan Gohman2009-03-311-1/+1
| | | | | | | possible to run the tests with -asm-verbose defaulting to false. llvm-svn: 68124
* CodeGen still defaults to non-verbose asm, but llc now overrides it and ↵Evan Cheng2009-03-251-1/+1
| | | | | | default to verbose. llvm-svn: 67668
* Do not emit comments unless -asm-verbose.Evan Cheng2009-03-241-1/+1
| | | | llvm-svn: 67580
* For PR1553:Reid Spencer2007-07-191-3/+3
| | | | | | | | Change the keywords for the zext and sext parameter attributes to be zeroext and signext so they don't conflict with the keywords for the instructions of the same name. This gets around the ambiguity. llvm-svn: 40069
* Tail merging wasn't working for predecessors of landing pads. PR 1496.Dale Johannesen2007-06-041-0/+454
llvm-svn: 37427
OpenPOWER on IntegriCloud