aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/Miscompilation.cpp
AgeCommit message (Expand)Author
2012-02-05reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner
2012-02-01Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis
2012-01-31eliminate the "string" form of ConstantArray::get, usingChris Lattner
2011-10-11Make it possible to use the linker without destroying the source module. This...Tanya Lattner
2011-08-12Fix bugpoint fallout from the new type system.Nick Lewycky
2011-07-21Convert ConstantExpr::getGetElementPtr andJay Foad
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-15Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad
2011-05-11Bugpoint support for miscompilations that result in a crash.Andrew Trick
2011-03-31Fix whitespace.Michael J. Spencer
2011-03-31Switch FileRemover from PathV1 to V2.Michael J. Spencer
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad
2011-03-30(Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad
2010-10-13Be more consistent in using ValueToValueMapTy.Rafael Espindola
2010-08-08Most of bugpoint now only needs to know the pass names.Rafael Espindola
2010-08-05Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola
2010-07-31Add const to some methods and change TestMergedProgram to return the mergedRafael Espindola
2010-07-30Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola
2010-07-29Make the test while reducing blocks functional. This avoids accessing freedRafael Espindola
2010-07-28Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola
2010-07-26Clone and restore the module being reduced inRafael 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-21Save more temps with -save-temps.Rafael Espindola
2010-06-07Use ->isVoidTy().Dan Gohman
2010-05-11Fix PR6951 by fixing Module leaks in bugpoint.Jeffrey Yasskin
2010-04-29The llc -f flag was removed.Nick Lewycky
2010-04-12Boolify.Benjamin Kramer
2010-04-12Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky
2010-01-16remove obsolete comment.Chris Lattner
2010-01-16bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbolsChris Lattner
2010-01-16switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands
2009-09-07Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-18Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar
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-30Move more code back to 2.5 APIs.Owen Anderson
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-29Move ConstantExpr to 2.5 API.Owen Anderson
2009-07-28Add a bugpoint flag to disable block extraction.David Goodwin
2009-07-28Change ConstantArray to 2.5 API.Owen Anderson
2009-07-19fix testChris Lattner
2009-07-19DisambiguateGlobalSymbols should not mangle intrinsics.Chris Lattner
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