Move ToolRunner.(cpp|h) into the bugpoint directory
[oota-llvm.git] / tools / bugpoint / CrashDebugger.cpp
2006-06-06 Chris LattnerMove ToolRunner.(cpp|h) into the bugpoint directory
2006-03-16 Chris Lattneradd an assert to get a slightly better msg about this...
2006-03-05 Andrew LenharthFor transforms the behave differently if main goes...
2005-08-02 Chris LattnerWhen the user hits ctrl-c, bugpoint should attempt...
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerReplace more a*'s with arg_*'s, thanks to Gabor Greif!
2005-01-22 Jeff CohenFix VC++ complaint
2004-12-16 Reid SpencerFor PR351:
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-23 Misha Brukman* Convert "\n" -> '\n'
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface.
2004-03-14 Chris LattnerRefactor and clean up a bunch more code. No major...
2004-03-13 Chris LattnerFix the "infinite looping unless you disable adce" bug
2004-02-18 Chris LattnerFix the "horribly N^2'd" problem when deleting individu...
2004-02-18 Chris Lattner* Predicate the optimizer crash debugger on a function.
2004-02-18 Chris LattnerA couple of minor cleanups: don't forward declare priva...
2004-02-18 Chris LattnerCleanup and simplify manipulation of the program, elimi...
2004-02-18 Chris LattnerAdd a stub for debugging code generator crashes
2004-01-14 Chris Lattnerfinegrainify namespacification
2003-11-22 Chris LattnerDo not crash when dealing with invoke and unwind instru...
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-27 Chris LattnerDo not print out lists with thousands of elements in...
2003-10-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-10 Misha BrukmanFix spelling.
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-07 Misha BrukmanFile-related functions moved to FileUtilities.h .
2003-08-07 Misha BrukmanRe-grouped and alphabetized headers for easier reading...
2003-08-07 Misha BrukmanMoved SystemUtils.h to include/Support and SystemUtils...
2003-08-05 Chris LattnerIf we're debugging the SimplifyCFG pass, we _REALLY_...
2003-08-05 Misha BrukmanOnly test the vector of functions if it is non-empty.
2003-08-04 John CriswellAdded code that ensures that we don't try to reduce...
2003-06-25 Chris LattnerTry to run cleanups even if nothing was modified in...
2003-06-02 Chris LattnerRemove stupid thinko that was preventing bugpoint from...
2003-04-25 Chris LattnerBig programs have tons of global variable initializers...
2003-04-24 Chris LattnerSpeed up convergence significantly and also reduce...
2003-04-24 Chris LattnerThe big fix is this change:
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