aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/Miscompilation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to use the linker without destroying the source module. This...Tanya Lattner2011-10-111-3/+5
* Fix bugpoint fallout from the new type system.Nick Lewycky2011-08-121-4/+0
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-211-2/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-3/+3
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-6/+4
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-111-2/+3
* Fix whitespace.Michael J. Spencer2011-03-311-13/+13
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-311-3/+3
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-2/+1
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-301-0/+1
* Be more consistent in using ValueToValueMapTy.Rafael Espindola2010-10-131-6/+6
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-081-5/+5
* Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola2010-08-051-3/+6
* Add const to some methods and change TestMergedProgram to return the mergedRafael Espindola2010-07-311-17/+25
* Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola2010-07-301-11/+14
* Make the test while reducing blocks functional. This avoids accessing freedRafael Espindola2010-07-291-4/+22
* Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola2010-07-281-10/+8
* Clone and restore the module being reduced inRafael Espindola2010-07-261-6/+27
* 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-18/+18
* Save more temps with -save-temps.Rafael Espindola2010-06-211-3/+7
* Use ->isVoidTy().Dan Gohman2010-06-071-1/+1
* Fix PR6951 by fixing Module leaks in bugpoint.Jeffrey Yasskin2010-05-111-7/+7
* The llc -f flag was removed.Nick Lewycky2010-04-291-1/+1
* Boolify.Benjamin Kramer2010-04-121-1/+1
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-121-98/+189
* remove obsolete comment.Chris Lattner2010-01-161-5/+2
* bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbolsChris Lattner2010-01-161-25/+5
* switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner2010-01-161-2/+2
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-061-2/+2
* Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar2009-09-071-4/+8
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-17/+22
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-181-7/+8
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-12/+17
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-3/+1
* Move more code back to 2.5 APIs.Owen Anderson2009-07-301-1/+1
* Move types back to the 2.5 API.Owen Anderson2009-07-291-3/+3
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-291-1/+1
* Add a bugpoint flag to disable block extraction.David Goodwin2009-07-281-1/+5
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-281-1/+1
* fix testChris Lattner2009-07-191-1/+2
* DisambiguateGlobalSymbols should not mangle intrinsics.Chris Lattner2009-07-191-2/+2
* Convert more tools code from cerr and cout to errs() and outs().Dan Gohman2009-07-161-71/+70
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-39/+40
* eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner2009-07-151-5/+10
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-9/+11
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-141-2/+2