summaryrefslogtreecommitdiff
path: root/tools/bugpoint/CrashDebugger.cpp
Commit message (Expand)AuthorAge
...
* When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner2005-08-02
* Final Changes For PR495:Reid Spencer2005-07-08
* For PR495:Reid Spencer2005-07-07
* Remove trailing whitespaceMisha Brukman2005-04-22
* Replace more a*'s with arg_*'s, thanks to Gabor Greif!Chris Lattner2005-03-15
* Fix VC++ complaintJeff Cohen2005-01-22
* For PR351:Reid Spencer2004-12-16
* Changes For Bug 352Reid Spencer2004-09-01
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* * Convert "\n" -> '\n'Misha Brukman2004-07-23
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-25
* Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner2004-03-14
* Fix the "infinite looping unless you disable adce" bugChris Lattner2004-03-13
* Fix the "horribly N^2'd" problem when deleting individual instructions.Chris Lattner2004-02-18
* * Predicate the optimizer crash debugger on a function.Chris Lattner2004-02-18
* A couple of minor cleanups: don't forward declare private classes, put privateChris Lattner2004-02-18
* Cleanup and simplify manipulation of the program, eliminate the need for soChris Lattner2004-02-18
* Add a stub for debugging code generator crashesChris Lattner2004-02-18
* finegrainify namespacificationChris Lattner2004-01-14
* Do not crash when dealing with invoke and unwind instructions!Chris Lattner2003-11-22
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* I hate it when bugpoint is all ready to give me a bytecode file, then crashesChris Lattner2003-11-05
* Simplify the performFinalCleanups interfaceChris Lattner2003-11-05
* Do not print out lists with thousands of elements in them, that's kinda sillyChris Lattner2003-10-27
* fix file headersChris Lattner2003-10-20
* Added copyright header to all C++ source files.John Criswell2003-10-20
* Fix spelling.Misha Brukman2003-10-10
* Spell `necessary' correctly.Misha Brukman2003-08-18
* File-related functions moved to FileUtilities.h .Misha Brukman2003-08-07
* Re-grouped and alphabetized headers for easier reading and cleaner style.Misha Brukman2003-08-07
* Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support.Misha Brukman2003-08-07
* If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it forChris Lattner2003-08-05
* Only test the vector of functions if it is non-empty.Misha Brukman2003-08-05
* Added code that ensures that we don't try to reduce an empty vector of basicJohn Criswell2003-08-04
* Try to run cleanups even if nothing was modified in the preview passesChris Lattner2003-06-25
* Remove stupid thinko that was preventing bugpoint from workingChris Lattner2003-06-02
* Big programs have tons of global variable initializers, and most passes don't...Chris Lattner2003-04-25
* Speed up convergence significantly and also reduce the size of testcases by m...Chris Lattner2003-04-24
* The big fix is this change:Chris Lattner2003-04-24
* Use the list reducer to improve convergence speed and to support crashes thatChris Lattner2003-04-24
* Implement support for bugpoint to identify which FUNCTION an optimizationChris Lattner2003-04-24
* * Reduce the number of useless bytecode files produced by bugpoint.Chris Lattner2003-02-28
* Make bugpoint *much* more powerful, giving it the capability to delete instru...Chris Lattner2003-01-23
* Implement the start of the miscompilation detection stuffChris Lattner2002-12-23
* Initial checkin of bugpointChris Lattner2002-11-20