Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for using "foo" as symbols instead of %"foo". This is ancient | Chris Lattner | 2011-06-17 | 1 | -1/+0 |
| | | | | | | | syntax and has been long obsolete. As usual, updating the tests is the nasty part of this. llvm-svn: 133242 | ||||
* | Remove the -enable-sjlj-eh option, which doesn't do anything. | Duncan Sands | 2010-05-02 | 1 | -2/+0 |
| | | | | | | | 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-09 | 1 | -4/+4 |
| | | | | llvm-svn: 81293 | ||||
* | Testcases for PR1628. | Duncan Sands | 2007-09-05 | 1 | -0/+3 |
| | | | | llvm-svn: 41719 | ||||
* | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 1 | -2/+2 |
| | | | | llvm-svn: 41097 | ||||
* | move this out of Codegen/Generic, because it requires the ARM backend to be | Chris Lattner | 2007-05-08 | 1 | -0/+65 |
linked into llc llvm-svn: 36919 |