Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Run dead arg elimination, and tell it that it's ok to hack up non-internal ↵ | Chris Lattner | 2003-06-25 | 1 | -0/+1 | |
| | | | | | | functions llvm-svn: 6896 | |||||
* | Allow disabling final cleanups | Chris Lattner | 2003-05-21 | 1 | -1/+11 | |
| | | | | llvm-svn: 6271 | |||||
* | Increase odds that this won't bork things | Chris Lattner | 2003-05-21 | 1 | -0/+5 | |
| | | | | llvm-svn: 6267 | |||||
* | Add options to disable simplification with passes, in case one of them crashes | Chris Lattner | 2003-04-25 | 1 | -3/+16 | |
| | | | | llvm-svn: 5950 | |||||
* | When cleaning up the final bytecode file, make sure to run DTE as well | Chris Lattner | 2003-04-25 | 1 | -1/+2 | |
| | | | | llvm-svn: 5917 | |||||
* | Remove dead functions | Chris Lattner | 2003-04-24 | 1 | -28/+1 | |
| | | | | llvm-svn: 5913 | |||||
* | Make sure that intermediate code is verifier clean to avoid wierd problems. | Chris Lattner | 2003-03-07 | 1 | -0/+5 | |
| | | | | llvm-svn: 5723 | |||||
* | * Reduce the number of useless bytecode files produced by bugpoint. | Chris Lattner | 2003-02-28 | 1 | -0/+13 | |
| | | | | | | | - This also speeds it up as the bytecode writer isn't terribly fast. * Add a new cleanup pass after everything else to run -funcresolve -globaldce llvm-svn: 5668 | |||||
* | Make bugpoint *much* more powerful, giving it the capability to delete ↵ | Chris Lattner | 2003-01-23 | 1 | -2/+51 | |
| | | | | | | | | instructions out of a large function to reduce it. llvm-svn: 5408 | |||||
* | Initial checkin of bugpoint | Chris Lattner | 2002-11-20 | 1 | -0/+34 | |
llvm-svn: 4789 |