| Commit message (Expand) | Author | Age | Files | Lines |
* | Instead of abusing swapProgramIn, just add a Module argument to | Rafael Espindola | 2010-07-28 | 1 | -5/+5 |
* | 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 | -12/+12 |
* | Use ->isVoidTy(). | Dan Gohman | 2010-06-07 | 1 | -3/+2 |
* | No need to special-case structs here; structs are first-class now. | Dan Gohman | 2010-06-05 | 1 | -3/+1 |
* | Remove use of exceptions from bugpoint. No deliberate functionality change! | Nick Lewycky | 2010-04-12 | 1 | -26/+37 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -1/+1 |
* | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner | 2009-08-23 | 1 | -2/+2 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -4/+5 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 1 | -2/+1 |
* | Convert more tools code from cerr and cout to errs() and outs(). | Dan Gohman | 2009-07-16 | 1 | -30/+28 |
* | Use errs() instead of std::cerr. | Dan Gohman | 2009-07-15 | 1 | -5/+6 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -1/+2 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Fix the crash debugger to actually bisect globals once it's determined that it | Nick Lewycky | 2009-05-25 | 1 | -1/+1 |
* | Add a bisection step on the list of instructions before doing the linear | Nick Lewycky | 2009-05-25 | 1 | -0/+92 |
* | Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itself | Torok Edwin | 2009-05-24 | 1 | -0/+3 |
* | Add -disable-global-remove option to bugpoint. | Torok Edwin | 2009-05-24 | 1 | -1/+6 |
* | CloneModule stores the BasicBlock mapping in ValueMap. There's no need to | Nick Lewycky | 2009-04-04 | 1 | -17/+6 |
* | Use CloneModule's ValueMap to avoid needing to look up | Dan Gohman | 2009-03-06 | 1 | -5/+4 |
* | Fix a bugpoint bug on anonymous functions. Instead of looking up | Dan Gohman | 2009-03-05 | 1 | -2/+4 |
* | Improve bugpoint output a bit by outputting the actual instructions instead of | Matthijs Kooijman | 2008-07-29 | 1 | -2/+1 |
* | several multiple-retval fixes for bugpoint. | Chris Lattner | 2008-04-28 | 1 | -10/+9 |
* | Remove tabs. Patch by Mike Stump! | Bill Wendling | 2008-04-07 | 1 | -2/+2 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 1 | -2/+2 |
* | With debug info, there are nameless constant global values. do not crash whe... | Andrew Lenharth | 2008-03-24 | 1 | -2/+3 |
* | remove attributions from tools. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Pretty straightforward replacement of "bytecode" by "bitcode" | Gabor Greif | 2007-07-04 | 1 | -5/+5 |
* | add bitcode support | Chris Lattner | 2007-05-06 | 1 | -1/+0 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -1/+1 |
* | For PR411: | Reid Spencer | 2007-02-05 | 1 | -8/+9 |
* | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer | 2007-01-30 | 1 | -3/+3 |
* | For PR411: | Reid Spencer | 2007-01-06 | 1 | -1/+1 |
* | For PR786: | Reid Spencer | 2006-11-02 | 1 | -1/+0 |
* | Forgot a } | Bill Wendling | 2006-10-27 | 1 | -0/+1 |
* | Re-added the part where it tries to remove all global variables first. | Bill Wendling | 2006-10-27 | 1 | -12/+37 |
* | Fix for PR960. Improves bugpoint so that it removes global variable | Bill Wendling | 2006-10-25 | 1 | -23/+95 |
* | This commit adds a new feature called find-bugs. The find-bugs option can be ... | Patrick Jenkins | 2006-08-15 | 1 | -2/+2 |
* | Move ToolRunner.(cpp|h) into the bugpoint directory | Chris Lattner | 2006-06-06 | 1 | -1/+1 |
* | add an assert to get a slightly better msg about this problem | Chris Lattner | 2006-03-16 | 1 | -0/+3 |
* | For transforms the behave differently if main goes away, add an option to pre... | Andrew Lenharth | 2006-03-05 | 1 | -0/+13 |
* | When the user hits ctrl-c, bugpoint should attempt to stop reduction as | Chris Lattner | 2005-08-02 | 1 | -21/+20 |
* | Final Changes For PR495: | Reid Spencer | 2005-07-08 | 1 | -1/+1 |
* | For PR495: | Reid Spencer | 2005-07-07 | 1 | -2/+2 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-22 | 1 | -20/+20 |
* | Replace more a*'s with arg_*'s, thanks to Gabor Greif! | Chris Lattner | 2005-03-15 | 1 | -2/+2 |
* | Fix VC++ complaint | Jeff Cohen | 2005-01-22 | 1 | -1/+1 |