aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/CrashDebugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling.Misha Brukman2003-10-101-2/+2
* Spell `necessary' correctly.Misha Brukman2003-08-181-2/+2
* File-related functions moved to FileUtilities.h .Misha Brukman2003-08-071-1/+1
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-071-7/+7
* Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.Misha Brukman2003-08-071-1/+1
* If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it forChris Lattner2003-08-051-5/+7
* Only test the vector of functions if it is non-empty.Misha Brukman2003-08-051-1/+1
* Added code that ensures that we don't try to reduce an empty vector of basicJohn Criswell2003-08-041-1/+1
* Try to run cleanups even if nothing was modified in the preview passesChris Lattner2003-06-251-13/+11
* Remove stupid thinko that was preventing bugpoint from workingChris Lattner2003-06-021-11/+16
* Big programs have tons of global variable initializers, and most passes don't...Chris Lattner2003-04-251-0/+30
* Speed up convergence significantly and also reduce the size of testcases by m...Chris Lattner2003-04-241-3/+121
* The big fix is this change:Chris Lattner2003-04-241-13/+5
* Use the list reducer to improve convergence speed and to support crashes thatChris Lattner2003-04-241-109/+119
* Implement support for bugpoint to identify which FUNCTION an optimizationChris Lattner2003-04-241-4/+28
* * Reduce the number of useless bytecode files produced by bugpoint.Chris Lattner2003-02-281-3/+31
* Make bugpoint *much* more powerful, giving it the capability to delete instru...Chris Lattner2003-01-231-9/+54
* Implement the start of the miscompilation detection stuffChris Lattner2002-12-231-3/+14
* Initial checkin of bugpointChris Lattner2002-11-201-0/+120