summaryrefslogtreecommitdiff
path: root/tools/bugpoint/CrashDebugger.cpp
Commit message (Expand)AuthorAge
* A couple misc fixes so that bugpoint doesn't explode reducing code containing...Eli Friedman2011-11-01
* Be more consistent in using ValueToValueMapTy.Rafael Espindola2010-10-13
* Use RunPassesOn as in the rest of bugpoint.Rafael Espindola2010-08-10
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-08
* Add const to compileProgram and to the various test functions in CrashDebugger.Rafael Espindola2010-08-05
* Add a Module argument to the remaining runPasses methods and mark getContextRafael Espindola2010-08-05
* Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola2010-08-05
* Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola2010-07-28
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-20
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-20
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-20
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-20
* Use ValueMap instead of DenseMap.Devang Patel2010-06-24
* Use ->isVoidTy().Dan Gohman2010-06-07
* No need to special-case structs here; structs are first-class now.Dan Gohman2010-06-05
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-12
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* 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