summaryrefslogtreecommitdiff
path: root/tools/bugpoint/BugDriver.h
Commit message (Expand)AuthorAge
* If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it forChris Lattner2003-08-05
* Parameterize the performFinalCleanups a bitChris Lattner2003-08-01
* Added comment to function isExecutingJIT()Misha Brukman2003-07-28
* BugDriver.h:Misha Brukman2003-07-28
* Made a bunch of cleanups, as per Chris' recommendations:Misha Brukman2003-07-24
* Major addition to bugpoint: ability to debug code generators (LLC and LLI).Misha Brukman2003-07-24
* Speed up convergence significantly and also reduce the size of testcases by m...Chris Lattner2003-04-24
* Remove dead functionsChris Lattner2003-04-24
* Use the list reducer to improve convergence speed and to support crashes thatChris Lattner2003-04-24
* Implement support for bugpoint to identify which FUNCTION an optimizationChris Lattner2003-04-24
* * Reduce the number of useless bytecode files produced by bugpoint.Chris Lattner2003-02-28
* Make bugpoint *much* more powerful, giving it the capability to delete instru...Chris Lattner2003-01-23
* Implement the start of the miscompilation detection stuffChris Lattner2002-12-23
* Initial checkin of bugpointChris Lattner2002-11-20