| Commit message (Expand) | Author | Age | Files | Lines |
* | Most of bugpoint now only needs to know the pass names. | Rafael Espindola | 2010-08-08 | 1 | -5/+5 |
* | Make EmitProgressBitcode const and add a Module argument to runPasses. Use | Rafael Espindola | 2010-08-05 | 1 | -3/+6 |
* | Add const to some methods and change TestMergedProgram to return the merged | Rafael Espindola | 2010-07-31 | 1 | -17/+25 |
* | Add a Program argument to diffProgram to avoid a use of swapProgramIn. | Rafael Espindola | 2010-07-30 | 1 | -11/+14 |
* | Make the test while reducing blocks functional. This avoids accessing freed | Rafael Espindola | 2010-07-29 | 1 | -4/+22 |
* | Instead of abusing swapProgramIn, just add a Module argument to | Rafael Espindola | 2010-07-28 | 1 | -10/+8 |
* | Clone and restore the module being reduced in | Rafael Espindola | 2010-07-26 | 1 | -6/+27 |
* | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson | 2010-07-20 | 1 | -5/+5 |
* | Reapply r108794, a fix for the failing test from last time. | Owen Anderson | 2010-07-20 | 1 | -5/+5 |
* | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar | 2010-07-20 | 1 | -5/+5 |
* | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson | 2010-07-20 | 1 | -5/+5 |
* | Use ValueMap instead of DenseMap. | Devang Patel | 2010-06-24 | 1 | -18/+18 |
* | Save more temps with -save-temps. | Rafael Espindola | 2010-06-21 | 1 | -3/+7 |
* | Use ->isVoidTy(). | Dan Gohman | 2010-06-07 | 1 | -1/+1 |
* | Fix PR6951 by fixing Module leaks in bugpoint. | Jeffrey Yasskin | 2010-05-11 | 1 | -7/+7 |
* | The llc -f flag was removed. | Nick Lewycky | 2010-04-29 | 1 | -1/+1 |
* | Boolify. | Benjamin Kramer | 2010-04-12 | 1 | -1/+1 |
* | Remove use of exceptions from bugpoint. No deliberate functionality change! | Nick Lewycky | 2010-04-12 | 1 | -98/+189 |
* | remove obsolete comment. | Chris Lattner | 2010-01-16 | 1 | -5/+2 |
* | bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbols | Chris Lattner | 2010-01-16 | 1 | -25/+5 |
* | switch liblto to use the new getNameWithPrefix() method instead of getMangled... | Chris Lattner | 2010-01-16 | 1 | -2/+2 |
* | Introduce and use convenience methods for getting pointer types | Duncan Sands | 2009-10-06 | 1 | -2/+2 |
* | Add -output-prefix option to bugpoint (to change the default output name). | Daniel Dunbar | 2009-09-07 | 1 | -4/+8 |
* | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner | 2009-08-23 | 1 | -17/+22 |
* | Change bugpoint to use Triple to make runtime decisions. | Daniel Dunbar | 2009-08-18 | 1 | -7/+8 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -12/+17 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 1 | -3/+1 |
* | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -1/+1 |
* | Move types back to the 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -3/+3 |
* | Move ConstantExpr to 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -1/+1 |
* | Add a bugpoint flag to disable block extraction. | David Goodwin | 2009-07-28 | 1 | -1/+5 |
* | Change ConstantArray to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -1/+1 |
* | fix test | Chris Lattner | 2009-07-19 | 1 | -1/+2 |
* | DisambiguateGlobalSymbols should not mangle intrinsics. | Chris Lattner | 2009-07-19 | 1 | -2/+2 |
* | Convert more tools code from cerr and cout to errs() and outs(). | Dan Gohman | 2009-07-16 | 1 | -71/+70 |
* | Use errs() instead of std::cerr. | Dan Gohman | 2009-07-15 | 1 | -39/+40 |
* | eliminate the Mangler::PreserveAsmNames bit, the sole client of this | Chris Lattner | 2009-07-15 | 1 | -5/+10 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -9/+11 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -2/+2 |
* | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar | 2009-07-14 | 1 | -2/+2 |
* | rename getValueName -> getMangledName | Chris Lattner | 2009-07-14 | 1 | -2/+2 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -1/+2 |
* | Support remote execute for ARM. | David Goodwin | 2009-07-10 | 1 | -2/+2 |
* | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 1 | -2/+2 |
* | Switch GlobalVariable ctors to a sane API, where *either* a context or a modu... | Owen Anderson | 2009-07-08 | 1 | -6/+5 |
* | Push LLVMContext through GlobalVariables and IRBuilder. | Owen Anderson | 2009-07-08 | 1 | -2/+4 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Use CloneModule's ValueMap in more places, instead of looking | Dan Gohman | 2009-04-22 | 1 | -12/+23 |
* | Generalize bugpoint's concept of a "safe" backend, and add options | Dan Gohman | 2008-12-08 | 1 | -8/+10 |
* | Reformat this message to fit in 80 cols. | Dan Gohman | 2008-07-14 | 1 | -4/+4 |