aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/CrashDebugger.cpp
AgeCommit message (Expand)Author
2003-10-10Fix spelling.Misha Brukman
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-08-07File-related functions moved to FileUtilities.h .Misha Brukman
2003-08-07Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman
2003-08-07Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.Misha Brukman
2003-08-05If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it forChris Lattner
2003-08-05Only test the vector of functions if it is non-empty.Misha Brukman
2003-08-04Added code that ensures that we don't try to reduce an empty vector of basicJohn Criswell
2003-06-25Try to run cleanups even if nothing was modified in the preview passesChris Lattner
2003-06-02Remove stupid thinko that was preventing bugpoint from workingChris Lattner
2003-04-25Big programs have tons of global variable initializers, and most passes don't...Chris Lattner
2003-04-24Speed up convergence significantly and also reduce the size of testcases by m...Chris Lattner
2003-04-24The big fix is this change:Chris Lattner
2003-04-24Use the list reducer to improve convergence speed and to support crashes thatChris Lattner
2003-04-24Implement support for bugpoint to identify which FUNCTION an optimizationChris Lattner
2003-02-28* Reduce the number of useless bytecode files produced by bugpoint.Chris Lattner
2003-01-23Make bugpoint *much* more powerful, giving it the capability to delete instru...Chris Lattner
2002-12-23Implement the start of the miscompilation detection stuffChris Lattner
2002-11-20Initial checkin of bugpointChris Lattner