For PR950:
[oota-llvm.git] / tools / bugpoint / ExtractFunction.cpp
2006-10-20 Reid SpencerFor PR950:
2006-08-29 Chris LattnerCode cleanups, no functionality change.
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-07-28 Patrick JenkinsUpdating the comments above SplitFunctionsOutOfModule...
2006-07-28 Patrick JenkinsThis commit improves bugpoints speed. On my G4 this...
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-05-12 Chris LattnerRemove dead return value.
2006-03-08 Chris LattnerFix a really annoying bug in bugpoint that made reducin...
2006-01-22 Chris Lattneradd explicit #includes of iostream
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerReplace more a*'s with arg_*'s, thanks to Gabor Greif!
2005-02-23 Chris LattnerFix a bugpoint crash that JeffC noticed, looking like...
2004-11-18 Chris Lattnerremove debugging code
2004-11-16 Chris LattnerMake this code not depend on LinkModules leaving the...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-12 Chris LattnerIf the block extractor fails, actually emit the bc...
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-05-11 Chris LattnerImplement basic block extraction for the miscompilation...
2004-04-02 Chris LattnerMinor speedup
2004-04-02 Chris LattnerFix a fairly nasty bug that prevented bugpoint from...
2004-03-17 Chris LattnerFix an inverted condition that causes us to think that...
2004-03-14 Chris LattnerAfter reducing a miscompiled program down to the functi...
2004-03-14 Chris LattnerRefactor to use a new method
2004-03-14 Chris LattnerRefactor and clean up a bunch more code. No major...
2004-03-14 Chris LattnerAdd a method to extract a loop
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