aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/CrashDebugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-18/+13
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-241-17/+17
* Added std:: qualifier to find() invocationDmitri Gribenko2013-09-021-4/+4
* Don't use PathV1.h in CrashDebugger.cpp.Rafael Espindola2013-06-171-8/+5
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-171-0/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-6/+6
* One more step towards making doInitialization and doFinalization useful forPedro Artigas2012-11-291-2/+0
* Revert r168635 "Step towards implementation of pass manager with doInitializa...Owen Anderson2012-11-271-0/+2
* Step towards implementation of pass manager with doInitialization and doFinal...Owen Anderson2012-11-261-2/+0
* Add doInitialization and doFinalization methods to ModulePass's, to allow the...Owen Anderson2012-11-151-0/+2
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Add braces to remove silly warning.Bill Wendling2011-12-251-1/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-1/+1
* A couple misc fixes so that bugpoint doesn't explode reducing code containing...Eli Friedman2011-11-011-1/+5
* Be more consistent in using ValueToValueMapTy.Rafael Espindola2010-10-131-4/+4
* Use RunPassesOn as in the rest of bugpoint.Rafael Espindola2010-08-101-7/+16
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-081-5/+5
* Add const to compileProgram and to the various test functions in CrashDebugger.Rafael Espindola2010-08-051-12/+14
* Add a Module argument to the remaining runPasses methods and mark getContextRafael Espindola2010-08-051-1/+1
* Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola2010-08-051-1/+1
* Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola2010-07-281-5/+5
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-201-5/+5
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-201-5/+5
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-201-5/+5
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-201-5/+5
* Use ValueMap instead of DenseMap.Devang Patel2010-06-241-12/+12
* Use ->isVoidTy().Dan Gohman2010-06-071-3/+2
* No need to special-case structs here; structs are first-class now.Dan Gohman2010-06-051-3/+1
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-121-26/+37
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-1/+1
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-2/+2
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-4/+5
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-2/+1
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-30/+28
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-5/+6
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-1/+2
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-011-1/+1
* Fix the crash debugger to actually bisect globals once it's determined that itNick Lewycky2009-05-251-1/+1
* Add a bisection step on the list of instructions before doing the linearNick Lewycky2009-05-251-0/+92
* Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itselfTorok Edwin2009-05-241-0/+3
* Add -disable-global-remove option to bugpoint.Torok Edwin2009-05-241-1/+6
* CloneModule stores the BasicBlock mapping in ValueMap. There's no need toNick Lewycky2009-04-041-17/+6
* Use CloneModule's ValueMap to avoid needing to look upDan Gohman2009-03-061-5/+4
* Fix a bugpoint bug on anonymous functions. Instead of looking upDan Gohman2009-03-051-2/+4
* Improve bugpoint output a bit by outputting the actual instructions instead ofMatthijs Kooijman2008-07-291-2/+1