summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Miscompilation.cpp
Commit message (Expand)AuthorAge
* Fix invalid function pointers in bugpoint ExtractLoopsHal Finkel2013-08-02
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-05
* Don't use PathV1.h in tools/bugpoint/Miscompilation.cpp.Rafael Espindola2013-06-18
* Convert two uses of eraseFromDisk.Rafael Espindola2013-06-17
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-17
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-15
* 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
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-05
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-01
* eliminate the "string" form of ConstantArray::get, usingChris Lattner2012-01-31
* Make it possible to use the linker without destroying the source module. This...Tanya Lattner2011-10-11
* Fix bugpoint fallout from the new type system.Nick Lewycky2011-08-12
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-21
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-11
* Fix whitespace.Michael J. Spencer2011-03-31
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-31
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* (Almost) always call reserveOperandSpace() on newly created PHINodes.Jay Foad2011-03-30
* Be more consistent in using ValueToValueMapTy.Rafael Espindola2010-10-13
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-08
* Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola2010-08-05
* Add const to some methods and change TestMergedProgram to return the mergedRafael Espindola2010-07-31
* Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola2010-07-30
* Make the test while reducing blocks functional. This avoids accessing freedRafael Espindola2010-07-29
* Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola2010-07-28
* Clone and restore the module being reduced inRafael Espindola2010-07-26
* 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
* Save more temps with -save-temps.Rafael Espindola2010-06-21
* Use ->isVoidTy().Dan Gohman2010-06-07
* Fix PR6951 by fixing Module leaks in bugpoint.Jeffrey Yasskin2010-05-11
* The llc -f flag was removed.Nick Lewycky2010-04-29
* Boolify.Benjamin Kramer2010-04-12
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-12
* remove obsolete comment.Chris Lattner2010-01-16
* bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbolsChris Lattner2010-01-16
* switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner2010-01-16
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-06
* Add -output-prefix option to bugpoint (to change the default output name).Daniel Dunbar2009-09-07
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-18
* 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
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30