Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Speed up convergence significantly and also reduce the size of testcases by ↵ | Chris Lattner | 2003-04-24 | 1 | -0/+2 | |
| | | | | | | making large portions of a function's CFG dead at a time. llvm-svn: 5915 | |||||
* | Remove dead functions | Chris Lattner | 2003-04-24 | 1 | -13/+0 | |
| | | | | llvm-svn: 5913 | |||||
* | Use the list reducer to improve convergence speed and to support crashes that | Chris Lattner | 2003-04-24 | 1 | -6/+10 | |
| | | | | | | only occur when multiple passes interact or when multiple functions exist in a module llvm-svn: 5911 | |||||
* | Implement support for bugpoint to identify which FUNCTION an optimization | Chris Lattner | 2003-04-24 | 1 | -2/+14 | |
| | | | | | | is miscompiling. llvm-svn: 5893 | |||||
* | * Reduce the number of useless bytecode files produced by bugpoint. | Chris Lattner | 2003-02-28 | 1 | -0/+6 | |
| | | | | | | | - 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 | -0/+8 | |
| | | | | | | | | instructions out of a large function to reduce it. llvm-svn: 5408 | |||||
* | Implement the start of the miscompilation detection stuff | Chris Lattner | 2002-12-23 | 1 | -8/+39 | |
| | | | | llvm-svn: 5119 | |||||
* | Initial checkin of bugpoint | Chris Lattner | 2002-11-20 | 1 | -0/+109 | |
llvm-svn: 4789 |