add a fixme
[oota-llvm.git] / tools / bugpoint / ExtractFunction.cpp
2004-03-14 Chris Lattneradd a fixme
2004-03-14 Chris LattnerRefactor all of the "splitting a module into two pieces...
2004-03-13 Chris LattnerFix the "infinite looping unless you disable adce" bug
2004-02-18 Chris LattnerMake more stuff public. Make the instruction argument to
2003-12-07 Chris LattnerDo not leave a bunch of crud lying around
2003-11-23 Chris LattnerDo not DESTROY programs by default. No wonder bugpoint...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerI hate it when bugpoint is all ready to give me a bytec...
2003-11-05 Chris LattnerSimplify the performFinalCleanups interface
2003-10-23 Chris LattnerFix an assertion failure in Bugpoint
2003-10-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-09-10 Brian GaekeCheck in the fix I meant to apply here, but mistakenly...
2003-08-07 Misha BrukmanRe-grouped and alphabetized headers for easier reading...
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