If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for
[oota-llvm.git] / tools / bugpoint / BugDriver.h
2003-08-05 Chris LattnerIf we're debugging the SimplifyCFG pass, we _REALLY_...
2003-08-01 Chris LattnerParameterize the performFinalCleanups a bit
2003-07-28 Misha BrukmanAdded comment to function isExecutingJIT()
2003-07-28 Misha BrukmanBugDriver.h:
2003-07-24 Misha BrukmanMade a bunch of cleanups, as per Chris' recommendations:
2003-07-24 Misha BrukmanMajor addition to bugpoint: ability to debug code gener...
2003-04-24 Chris LattnerSpeed up convergence significantly and also reduce...
2003-04-24 Chris LattnerRemove dead functions
2003-04-24 Chris LattnerUse the list reducer to improve convergence speed and...
2003-04-24 Chris LattnerImplement support for bugpoint to identify which FUNCTI...
2003-02-28 Chris Lattner* Reduce the number of useless bytecode files produced...
2003-01-23 Chris LattnerMake bugpoint *much* more powerful, giving it the capab...
2002-12-23 Chris LattnerImplement the start of the miscompilation detection...
2002-11-20 Chris LattnerInitial checkin of bugpoint