summaryrefslogtreecommitdiff
path: root/tools/bugpoint/CrashDebugger.cpp
Commit message (Expand)AuthorAge
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-16
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Fix the crash debugger to actually bisect globals once it's determined that itNick Lewycky2009-05-25
* Add a bisection step on the list of instructions before doing the linearNick Lewycky2009-05-25
* Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itselfTorok Edwin2009-05-24
* Add -disable-global-remove option to bugpoint.Torok Edwin2009-05-24
* CloneModule stores the BasicBlock mapping in ValueMap. There's no need toNick Lewycky2009-04-04
* Use CloneModule's ValueMap to avoid needing to look upDan Gohman2009-03-06
* Fix a bugpoint bug on anonymous functions. Instead of looking upDan Gohman2009-03-05
* Improve bugpoint output a bit by outputting the actual instructions instead ofMatthijs Kooijman2008-07-29
* several multiple-retval fixes for bugpoint.Chris Lattner2008-04-28
* Remove tabs. Patch by Mike Stump!Bill Wendling2008-04-07
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* With debug info, there are nameless constant global values. do not crash whe...Andrew Lenharth2008-03-24
* remove attributions from tools.Chris Lattner2007-12-29
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-04
* add bitcode supportChris Lattner2007-05-06
* For PR411:Reid Spencer2007-02-05
* For PR411:Reid Spencer2007-02-05
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* For PR411:Reid Spencer2007-01-06
* For PR786:Reid Spencer2006-11-02
* Forgot a }Bill Wendling2006-10-27
* Re-added the part where it tries to remove all global variables first.Bill Wendling2006-10-27
* Fix for PR960. Improves bugpoint so that it removes global variableBill Wendling2006-10-25
* This commit adds a new feature called find-bugs. The find-bugs option can be ...Patrick Jenkins2006-08-15
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-06
* add an assert to get a slightly better msg about this problemChris Lattner2006-03-16
* For transforms the behave differently if main goes away, add an option to pre...Andrew Lenharth2006-03-05
* 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