Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove support for parsing the "type i32" syntax for defining a numbered | Chris Lattner | 2011-06-19 | 1 | -165/+0 |
| | | | | | | | top level type without a specified number. This syntax isn't documented and blocks forward progress. llvm-svn: 133371 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81290 | ||||
* | reg0 references are not real registers. This fixes a crash on the | Chris Lattner | 2009-04-09 | 1 | -0/+165 |
attached testcase. llvm-svn: 68712 |