aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/CrashDebugger.cpp
AgeCommit message (Expand)Author
2010-08-10Use RunPassesOn as in the rest of bugpoint.Rafael Espindola
2010-08-08Most of bugpoint now only needs to know the pass names.Rafael Espindola
2010-08-05Add const to compileProgram and to the various test functions in CrashDebugger.Rafael Espindola
2010-08-05Add a Module argument to the remaining runPasses methods and mark getContextRafael Espindola
2010-08-05Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola
2010-07-28Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola
2010-07-20Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson
2010-07-20Reapply r108794, a fix for the failing test from last time.Owen Anderson
2010-07-20Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar
2010-07-20Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson
2010-06-24Use ValueMap instead of DenseMap.Devang Patel
2010-06-07Use ->isVoidTy().Dan Gohman
2010-06-05No need to special-case structs here; structs are first-class now.Dan Gohman
2010-04-12Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2009-07-13Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson
2009-05-25Fix the crash debugger to actually bisect globals once it's determined that itNick Lewycky
2009-05-25Add a bisection step on the list of instructions before doing the linearNick Lewycky
2009-05-24Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itselfTorok Edwin
2009-05-24Add -disable-global-remove option to bugpoint.Torok Edwin
2009-04-04CloneModule stores the BasicBlock mapping in ValueMap. There's no need toNick Lewycky
2009-03-06Use CloneModule's ValueMap to avoid needing to look upDan Gohman
2009-03-05Fix a bugpoint bug on anonymous functions. Instead of looking upDan Gohman
2008-07-29Improve bugpoint output a bit by outputting the actual instructions instead ofMatthijs Kooijman
2008-04-28several multiple-retval fixes for bugpoint.Chris Lattner
2008-04-07Remove tabs. Patch by Mike Stump!Bill Wendling
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-03-24With debug info, there are nameless constant global values. do not crash whe...Andrew Lenharth
2007-12-29remove attributions from tools.Chris Lattner
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