aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/CrashDebugger.cpp
AgeCommit message (Expand)Author
2007-07-04Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif
2007-05-06add bitcode supportChris Lattner
2007-02-05For PR411:Reid Spencer
2007-02-05For PR411:Reid Spencer
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2007-01-06For PR411:Reid Spencer
2006-11-02For PR786:Reid Spencer
2006-10-27Forgot a }Bill Wendling
2006-10-27Re-added the part where it tries to remove all global variables first.Bill Wendling
2006-10-25Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling
2006-08-15This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins
2006-06-06Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner
2006-03-16add an assert to get a slightly better msg about this problemChris Lattner
2006-03-05For transforms the behave differently if main goes away, add an option to pre...Andrew Lenharth
2005-08-02When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-07For PR495:Reid Spencer
2005-04-22Remove trailing whitespaceMisha Brukman
2005-03-15Replace more a*'s with arg_*'s, thanks to Gabor Greif!Chris Lattner
2005-01-22Fix VC++ complaintJeff Cohen
2004-12-16For PR351:Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-23* Convert "\n" -> '\n'Misha Brukman
2004-05-25Convert to SymbolTable's new iteration interface.Reid Spencer
2004-03-14Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner
2004-03-13Fix the "infinite looping unless you disable adce" bugChris Lattner
2004-02-18Fix the "horribly N^2'd" problem when deleting individual instructions.Chris Lattner
2004-02-18* Predicate the optimizer crash debugger on a function.Chris Lattner
2004-02-18A couple of minor cleanups: don't forward declare private classes, put privateChris Lattner
2004-02-18Cleanup and simplify manipulation of the program, eliminate the need for soChris Lattner
2004-02-18Add a stub for debugging code generator crashesChris Lattner
2004-01-14finegrainify namespacificationChris Lattner
2003-11-22Do not crash when dealing with invoke and unwind instructions!Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-05I hate it when bugpoint is all ready to give me a bytecode file, then crashesChris Lattner
2003-11-05Simplify the performFinalCleanups interfaceChris Lattner
2003-10-27Do not print out lists with thousands of elements in them, that's kinda sillyChris Lattner
2003-10-20fix file headersChris Lattner
2003-10-20Added copyright header to all C++ source files.John Criswell
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