aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/BugDriver.h
Commit message (Expand)AuthorAgeFilesLines
* If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it forChris Lattner2003-08-051-0/+2
* Parameterize the performFinalCleanups a bitChris Lattner2003-08-011-2/+3
* Added comment to function isExecutingJIT()Misha Brukman2003-07-281-0/+2
* BugDriver.h:Misha Brukman2003-07-281-1/+2
* Made a bunch of cleanups, as per Chris' recommendations:Misha Brukman2003-07-241-2/+7
* Major addition to bugpoint: ability to debug code generators (LLC and LLI).Misha Brukman2003-07-241-5/+31
* Speed up convergence significantly and also reduce the size of testcases by m...Chris Lattner2003-04-241-0/+2
* Remove dead functionsChris Lattner2003-04-241-13/+0
* Use the list reducer to improve convergence speed and to support crashes thatChris Lattner2003-04-241-6/+10
* Implement support for bugpoint to identify which FUNCTION an optimizationChris Lattner2003-04-241-2/+14
* * Reduce the number of useless bytecode files produced by bugpoint.Chris Lattner2003-02-281-0/+6
* Make bugpoint *much* more powerful, giving it the capability to delete instru...Chris Lattner2003-01-231-0/+8
* Implement the start of the miscompilation detection stuffChris Lattner2002-12-231-8/+39
* Initial checkin of bugpointChris Lattner2002-11-201-0/+109