summaryrefslogtreecommitdiff
path: root/tools/bugpoint/CrashDebugger.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-25[C++] Use 'nullptr'. Tools edition.Craig Topper1-4/+4
2014-04-15verify-di: Implement DebugInfoVerifierDuncan P. N. Exon Smith1-0/+1
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-15/+15
2014-03-04[Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth1-1/+1
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2013-09-02Added std:: qualifier to find() invocationDmitri Gribenko1-4/+4
2013-06-17Don't use PathV1.h in CrashDebugger.cpp.Rafael Espindola1-8/+5
2013-06-17Don't use PathV1.h in ToolRunner.h.Rafael Espindola1-0/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-5/+5
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-6/+6
2012-11-29One more step towards making doInitialization and doFinalization useful forPedro Artigas1-2/+0
2012-11-27Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson1-0/+2
2012-11-26Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson1-2/+0
2012-11-15Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson1-0/+2
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru1-1/+1
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru1-1/+1
2011-12-25Add braces to remove silly warning.Bill Wendling1-1/+2
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-1/+1
2011-11-01A couple misc fixes so that bugpoint doesn't explode reducing code containing...Eli Friedman1-1/+5
2010-10-13Be more consistent in using ValueToValueMapTy.Rafael Espindola1-4/+4
2010-08-10Use RunPassesOn as in the rest of bugpoint.Rafael Espindola1-7/+16
2010-08-08Most of bugpoint now only needs to know the pass names.Rafael Espindola1-5/+5
2010-08-05Add const to compileProgram and to the various test functions in CrashDebugger.Rafael Espindola1-12/+14
2010-08-05Add a Module argument to the remaining runPasses methods and mark getContextRafael Espindola1-1/+1
2010-08-05Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola1-1/+1
2010-07-28Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola1-5/+5
2010-07-20Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson1-5/+5
2010-07-20Reapply r108794, a fix for the failing test from last time.Owen Anderson1-5/+5
2010-07-20Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar1-5/+5
2010-07-20Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson1-5/+5
2010-06-24Use ValueMap instead of DenseMap.Devang Patel1-12/+12
2010-06-07Use ->isVoidTy().Dan Gohman1-3/+2
2010-06-05No need to special-case structs here; structs are first-class now.Dan Gohman1-3/+1
2010-04-12Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky1-26/+37
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands1-1/+1
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner1-2/+2
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson1-4/+5
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson1-2/+1
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman1-30/+28
2009-07-15Use errs() instead of std::cerr.Dan Gohman1-5/+6
2009-07-13Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson1-1/+2
2009-07-01Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson1-1/+1
2009-05-25Fix the crash debugger to actually bisect globals once it's determined that itNick Lewycky1-1/+1
2009-05-25Add a bisection step on the list of instructions before doing the linearNick Lewycky1-0/+92
2009-05-24Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itselfTorok Edwin1-0/+3
2009-05-24Add -disable-global-remove option to bugpoint.Torok Edwin1-1/+6
2009-04-04CloneModule stores the BasicBlock mapping in ValueMap. There's no need toNick Lewycky1-17/+6
2009-03-06Use CloneModule's ValueMap to avoid needing to look upDan Gohman1-5/+4
2009-03-05Fix a bugpoint bug on anonymous functions. Instead of looking upDan Gohman1-2/+4
2008-07-29Improve bugpoint output a bit by outputting the actual instructions instead ofMatthijs Kooijman1-2/+1