Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge cmp1 into cmp0 and filecheckize. | Chris Lattner | 2009-11-07 | 1 | -7/+0 |
| | | | | llvm-svn: 86345 | ||||
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81290 | ||||
* | Emit integer x<1 as x<=0, as comparisons with zero (now includeing | Dan Gohman | 2007-09-17 | 1 | -0/+7 |
64-bit) can use test instead of cmp with an immediate. llvm-svn: 42026 |