Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner | 2011-06-17 | 1 | -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 Sands | 2010-05-02 | 1 | -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 Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81290 | ||||
* | Add an explicit -asm-verbose to these tests, to make it | Dan Gohman | 2009-03-31 | 1 | -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 Cheng | 2009-03-25 | 1 | -1/+1 |
| | | | | | | default to verbose. llvm-svn: 67668 | ||||
* | Do not emit comments unless -asm-verbose. | Evan Cheng | 2009-03-24 | 1 | -1/+1 |
| | | | | llvm-svn: 67580 | ||||
* | For PR1553: | Reid Spencer | 2007-07-19 | 1 | -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 Johannesen | 2007-06-04 | 1 | -0/+454 |
llvm-svn: 37427 |