| Age | Commit message (Expand) | Author |
| 2010-07-30 | Do not pass a copy of the value map, pass a reference to it. | Duncan Sands |
| 2010-07-29 | Make the test while reducing blocks functional. This avoids accessing freed | Rafael Espindola |
| 2010-07-29 | Use the right gcc tool args for IsARMArchitecture. | Jakob Stoklund Olesen |
| 2010-07-28 | Instead of abusing swapProgramIn, just add a Module argument to | Rafael Espindola |
| 2010-07-26 | Clone and restore the module being reduced in | Rafael Espindola |
| 2010-07-24 | Revert unintended white space change. | Rafael Espindola |
| 2010-07-24 | Fix a trivial use after free. | Rafael Espindola |
| 2010-07-20 | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson |
| 2010-07-20 | Reapply r108794, a fix for the failing test from last time. | Owen Anderson |
| 2010-07-20 | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar |
| 2010-07-20 | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson |
| 2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
| 2010-06-24 | Use ValueMap instead of DenseMap. | Devang Patel |
| 2010-06-21 | Save more temps with -save-temps. | Rafael Espindola |
| 2010-06-07 | Run dead type elimination after dead argument elimination. | Dan Gohman |
| 2010-06-07 | Use ->isVoidTy(). | Dan Gohman |
| 2010-06-05 | No need to special-case structs here; structs are first-class now. | Dan Gohman |
| 2010-06-04 | No need to special-case structs here; structs are first-class now. | Dan Gohman |
| 2010-05-27 | Eliminate some unnessary Path::exists() calls. | Dan Gohman |
| 2010-05-24 | Apply timeouts and memory limits in more places. In particular, when | Duncan Sands |
| 2010-05-13 | Fix complete badness in bugpoint's IsARMArchitecture() function. | Jakob Stoklund Olesen |
| 2010-05-11 | Fix PR6951 by fixing Module leaks in bugpoint. | Jeffrey Yasskin |
| 2010-05-10 | Add command line option --gcc to bugpoint. | Kalle Raiskila |
| 2010-04-29 | The llc -f flag was removed. | Nick Lewycky |
| 2010-04-14 | Don't forget cmake! | Nick Lewycky |
| 2010-04-14 | Remove accidentally committed cruft. | Nick Lewycky |
| 2010-04-14 | Bugpoint no longer uses exceptions. | Nick Lewycky |
| 2010-04-12 | Boolify. | Benjamin Kramer |
| 2010-04-12 | Remove use of exceptions from bugpoint. No deliberate functionality change! | Nick Lewycky |
| 2010-04-10 | Remove dead argument and clean whitespace. No functionality change. | Nick Lewycky |
| 2010-03-24 | Trim #includes. | Dan Gohman |
| 2010-03-22 | Free all Constants in ~LLVMConstantImpl. We avoid assertion failures | Jeffrey Yasskin |
| 2010-03-19 | Bugpoint's default memory limit (100MB) was too low for valgrind, so | Jeffrey Yasskin |
| 2010-03-16 | add support for bugpointing the integrated assembler. Something like this | Chris Lattner |
| 2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
| 2010-01-28 | Replace strcpy with memcpy when we have the length around anyway. | Benjamin Kramer |
| 2010-01-16 | remove obsolete comment. | Chris Lattner |
| 2010-01-16 | bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbols | Chris Lattner |
| 2010-01-16 | switch liblto to use the new getNameWithPrefix() method instead of getMangled... | Chris Lattner |
| 2009-11-17 | Make bugpoint pass -load arguments to LLI. This lets one use bugpoint with | Duncan Sands |
| 2009-11-12 | Add compare_lower and equals_lower methods to StringRef. Switch all users of | Benjamin Kramer |
| 2009-10-06 | Introduce and use convenience methods for getting pointer types | Duncan Sands |
| 2009-09-19 | Remove the default value for ConstantStruct::get's isPacked parameter and | Nick Lewycky |
| 2009-09-07 | Add -output-prefix option to bugpoint (to change the default output name). | Daniel Dunbar |
| 2009-09-03 | Make bugpoint use ParseIRFile instead of doing the same thing manually. | Dan Gohman |
| 2009-08-31 | only print the override triple if it exists! | Chris Lattner |
| 2009-08-25 | Make LLVM command-line tools overwrite their output files without -f. | Dan Gohman |
| 2009-08-24 | prune the #includes in raw_ostream.h by moving a | Chris Lattner |
| 2009-08-23 | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner |
| 2009-08-23 | eliminate the ostream version of CheckBitcodeOutputToConsole, | Chris Lattner |