Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 1 | -52/+0 |
| | | | | llvm-svn: 33296 | ||||
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 1 | -3/+3 |
| | | | | llvm-svn: 32115 | ||||
* | Emitting raw bytecode is awfully rude. Add -disable-output. | Nick Lewycky | 2006-10-28 | 1 | -7/+17 |
| | | | | | | Clarify the test. llvm-svn: 31251 | ||||
* | This testcase was logically wrong! Fixing, and including the test for the | Nick Lewycky | 2006-10-26 | 1 | -3/+24 |
| | | | | | | mistake that I made in the file too. llvm-svn: 31190 | ||||
* | Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed | Nick Lewycky | 2006-10-22 | 1 | -0/+21 |
optimization opportunity pointed out by Chris Lattner. llvm-svn: 31118 |