Added copyright header to all C++ source files.
[oota-llvm.git] / tools / bugpoint / BugDriver.h
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-17 Chris LattnerBe more helpful if a pass fails while chasing down...
2003-10-14 Chris LattnerChange the execute methods to take the shared object...
2003-10-14 Chris LattnerThe return value of compileSharedObject was never used...
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