aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/CrashDebugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* With debug info, there are nameless constant global values. do not crash whe...Andrew Lenharth2008-03-241-2/+3
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-041-5/+5
* add bitcode supportChris Lattner2007-05-061-1/+0
* For PR411:Reid Spencer2007-02-051-1/+1
* For PR411:Reid Spencer2007-02-051-8/+9
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-3/+3
* For PR411:Reid Spencer2007-01-061-1/+1
* For PR786:Reid Spencer2006-11-021-1/+0
* Forgot a }Bill Wendling2006-10-271-0/+1
* Re-added the part where it tries to remove all global variables first.Bill Wendling2006-10-271-12/+37
* Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling2006-10-251-23/+95
* This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins2006-08-151-2/+2
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-061-1/+1
* add an assert to get a slightly better msg about this problemChris Lattner2006-03-161-0/+3
* For transforms the behave differently if main goes away, add an option to pre...Andrew Lenharth2006-03-051-0/+13
* When the user hits ctrl-c, bugpoint should attempt to stop reduction asChris Lattner2005-08-021-21/+20
* Final Changes For PR495:Reid Spencer2005-07-081-1/+1
* For PR495:Reid Spencer2005-07-071-2/+2
* Remove trailing whitespaceMisha Brukman2005-04-221-20/+20
* Replace more a*'s with arg_*'s, thanks to Gabor Greif!Chris Lattner2005-03-151-2/+2
* Fix VC++ complaintJeff Cohen2005-01-221-1/+1
* For PR351:Reid Spencer2004-12-161-4/+6
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-1/+1
* * Convert "\n" -> '\n'Misha Brukman2004-07-231-3/+4
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-251-3/+3
* Refactor and clean up a bunch more code. No major functionality changes.Chris Lattner2004-03-141-15/+10
* Fix the "infinite looping unless you disable adce" bugChris Lattner2004-03-131-1/+1
* Fix the "horribly N^2'd" problem when deleting individual instructions.Chris Lattner2004-02-181-18/+29
* * Predicate the optimizer crash debugger on a function.Chris Lattner2004-02-181-64/+90
* A couple of minor cleanups: don't forward declare private classes, put privateChris Lattner2004-02-181-1/+1
* Cleanup and simplify manipulation of the program, eliminate the need for soChris Lattner2004-02-181-36/+29
* Add a stub for debugging code generator crashesChris Lattner2004-02-181-3/+12
* finegrainify namespacificationChris Lattner2004-01-141-49/+53
* Do not crash when dealing with invoke and unwind instructions!Chris Lattner2003-11-221-4/+7
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* I hate it when bugpoint is all ready to give me a bytecode file, then crashesChris Lattner2003-11-051-1/+1
* Simplify the performFinalCleanups interfaceChris Lattner2003-11-051-1/+2
* Do not print out lists with thousands of elements in them, that's kinda sillyChris Lattner2003-10-271-2/+10
* fix file headersChris Lattner2003-10-201-1/+0
* Added copyright header to all C++ source files.John Criswell2003-10-201-0/+8
* 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