Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | verify-uselistorder: Force -preserve-bc-use-list-order | Duncan P. N. Exon Smith | 2014-08-19 | 1 | -1/+1 |
| | | | | llvm-svn: 216022 | ||||
* | verify-uselistorder: Change the default -num-shuffles=5 | Duncan P. N. Exon Smith | 2014-07-31 | 1 | -1/+1 |
| | | | | | | | Change the default for `-num-shuffles` to 5 and better document the algorithm in the header docs of `verify-uselistorder`. llvm-svn: 214419 | ||||
* | UseListOrder: Handle self-users | Duncan P. N. Exon Smith | 2014-07-31 | 1 | -0/+1 |
| | | | | | | | | | | Correctly sort self-users (such as PHI nodes). I added a targeted test in `test/Bitcode/use-list-order.ll` and the final missing RUN line to tests in `test/Assembly`. This is part of PR5680. llvm-svn: 214417 | ||||
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 1 | -1/+1 |
| | | | | llvm-svn: 79992 | ||||
* | Eliminate questionable syntax for stdin redirection. This probably also ↵ | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
| | | | | | | speeds things up a bit. llvm-svn: 51357 | ||||
* | Remove llvm-upgrade | Tanya Lattner | 2008-02-14 | 1 | -7/+9 |
| | | | | llvm-svn: 47119 | ||||
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 1 | -0/+15 |
llvm-svn: 33296 |