aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/CrashDebugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-121-26/+37
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-1/+1
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-2/+2
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-4/+5
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-2/+1
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-30/+28
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-5/+6
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-1/+2
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+1
* Fix the crash debugger to actually bisect globals once it's determined that itNick Lewycky2009-05-251-1/+1
* Add a bisection step on the list of instructions before doing the linearNick Lewycky2009-05-251-0/+92
* Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itselfTorok Edwin2009-05-241-0/+3
* Add -disable-global-remove option to bugpoint.Torok Edwin2009-05-241-1/+6
* CloneModule stores the BasicBlock mapping in ValueMap. There's no need toNick Lewycky2009-04-041-17/+6
* Use CloneModule's ValueMap to avoid needing to look upDan Gohman2009-03-061-5/+4
* Fix a bugpoint bug on anonymous functions. Instead of looking upDan Gohman2009-03-051-2/+4
* Improve bugpoint output a bit by outputting the actual instructions instead ofMatthijs Kooijman2008-07-291-2/+1
* several multiple-retval fixes for bugpoint.Chris Lattner2008-04-281-10/+9
* Remove tabs. Patch by Mike Stump!Bill Wendling2008-04-071-2/+2
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-2/+2
* 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