Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove stale CBackend tests. | Benjamin Kramer | 2012-03-26 | 1 | -12/+0 |
| | | | | llvm-svn: 153433 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 1 | -1/+1 |
| | | | | llvm-svn: 81293 | ||||
* | In the CBackend, use casts to force integer add, subtract, and | Dan Gohman | 2008-07-18 | 1 | -0/+12 |
multiply to be done as unsigned, so that they have well defined behavior on overflow. This fixes PR2408. llvm-svn: 53767 |