summaryrefslogtreecommitdiff
path: root/tools/bugpoint/Miscompilation.cpp
Commit message (Expand)AuthorAge
* 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
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-29
* Add a bugpoint flag to disable block extraction.David Goodwin2009-07-28
* Change ConstantArray to 2.5 API.Owen Anderson2009-07-28
* fix testChris Lattner2009-07-19
* DisambiguateGlobalSymbols should not mangle intrinsics.Chris Lattner2009-07-19
* 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
* eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner2009-07-15
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-14
* Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar2009-07-14
* rename getValueName -> getMangledNameChris Lattner2009-07-14
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Support remote execute for ARM.David Goodwin2009-07-10
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-09
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-08
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-08
* Add a pointer to the owning LLVMContext to Module. This requires threading L...Owen Anderson2009-07-01
* Use CloneModule's ValueMap in more places, instead of lookingDan Gohman2009-04-22
* Generalize bugpoint's concept of a "safe" backend, and add optionsDan Gohman2008-12-08
* Reformat this message to fit in 80 cols.Dan Gohman2008-07-14