summaryrefslogtreecommitdiff
path: root/tools/bugpoint/CrashDebugger.cpp
Commit message (Expand)AuthorAge
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Added std:: qualifier to find() invocationDmitri Gribenko2013-09-02
* Don't use PathV1.h in CrashDebugger.cpp.Rafael Espindola2013-06-17
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-17
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-29
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-27
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-26
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-15
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Add braces to remove silly warning.Bill Wendling2011-12-25
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* 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