summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/BugDriver.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Speed up convergence significantly and also reduce the size of testcases by ↵Chris Lattner2003-04-241-0/+2
| | | | | | making large portions of a function's CFG dead at a time. llvm-svn: 5915
* Remove dead functionsChris Lattner2003-04-241-13/+0
| | | | llvm-svn: 5913
* Use the list reducer to improve convergence speed and to support crashes thatChris Lattner2003-04-241-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 optimizationChris Lattner2003-04-241-2/+14
| | | | | | is miscompiling. llvm-svn: 5893
* * Reduce the number of useless bytecode files produced by bugpoint.Chris Lattner2003-02-281-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 Lattner2003-01-231-0/+8
| | | | | | | | instructions out of a large function to reduce it. llvm-svn: 5408
* Implement the start of the miscompilation detection stuffChris Lattner2002-12-231-8/+39
| | | | llvm-svn: 5119
* Initial checkin of bugpointChris Lattner2002-11-201-0/+109
llvm-svn: 4789
OpenPOWER on IntegriCloud