If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for
[oota-llvm.git] / tools / bugpoint / ExtractFunction.cpp
2003-08-05 Chris LattnerIf we're debugging the SimplifyCFG pass, we _REALLY_...
2003-08-01 Chris LattnerParameterize the performFinalCleanups a bit
2003-06-25 Chris LattnerRun dead arg elimination, and tell it that it's ok...
2003-05-21 Chris LattnerAllow disabling final cleanups
2003-05-21 Chris LattnerIncrease odds that this won't bork things
2003-04-25 Chris LattnerAdd options to disable simplification with passes,...
2003-04-25 Chris LattnerWhen cleaning up the final bytecode file, make sure...
2003-04-24 Chris LattnerRemove dead functions
2003-03-07 Chris LattnerMake sure that intermediate code is verifier clean...
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-11-20 Chris LattnerInitial checkin of bugpoint