| Age | Commit message (Expand) | Author |
| 2009-03-06 | Use CloneModule's ValueMap to avoid needing to look up | Dan Gohman |
| 2009-03-05 | Fix a bugpoint bug on anonymous functions. Instead of looking up | Dan Gohman |
| 2008-07-29 | Improve bugpoint output a bit by outputting the actual instructions instead of | Matthijs Kooijman |
| 2008-04-28 | several multiple-retval fixes for bugpoint. | Chris Lattner |
| 2008-04-07 | Remove tabs. Patch by Mike Stump! | Bill Wendling |
| 2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif |
| 2008-03-24 | With debug info, there are nameless constant global values. do not crash whe... | Andrew Lenharth |
| 2007-12-29 | remove attributions from tools. | Chris Lattner |
| 2007-07-04 | Pretty straightforward replacement of "bytecode" by "bitcode" | Gabor Greif |
| 2007-05-06 | add bitcode support | Chris Lattner |
| 2007-02-05 | For PR411: | Reid Spencer |
| 2007-02-05 | For PR411: | Reid Spencer |
| 2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
| 2007-01-06 | For PR411: | Reid Spencer |
| 2006-11-02 | For PR786: | Reid Spencer |
| 2006-10-27 | Forgot a } | Bill Wendling |
| 2006-10-27 | Re-added the part where it tries to remove all global variables first. | Bill Wendling |
| 2006-10-25 | Fix for PR960. Improves bugpoint so that it removes global variable | Bill Wendling |
| 2006-08-15 | This commit adds a new feature called find-bugs. The find-bugs option can be ... | Patrick Jenkins |
| 2006-06-06 | Move ToolRunner.(cpp|h) into the bugpoint directory | Chris Lattner |
| 2006-03-16 | add an assert to get a slightly better msg about this problem | Chris Lattner |
| 2006-03-05 | For transforms the behave differently if main goes away, add an option to pre... | Andrew Lenharth |
| 2005-08-02 | When the user hits ctrl-c, bugpoint should attempt to stop reduction as | Chris Lattner |
| 2005-07-08 | Final Changes For PR495: | Reid Spencer |
| 2005-07-07 | For PR495: | Reid Spencer |
| 2005-04-22 | Remove trailing whitespace | Misha Brukman |
| 2005-03-15 | Replace more a*'s with arg_*'s, thanks to Gabor Greif! | Chris Lattner |
| 2005-01-22 | Fix VC++ complaint | Jeff Cohen |
| 2004-12-16 | For PR351: | Reid Spencer |
| 2004-09-01 | Changes For Bug 352 | Reid Spencer |
| 2004-07-29 | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman |
| 2004-07-23 | * Convert "\n" -> '\n' | Misha Brukman |
| 2004-05-25 | Convert to SymbolTable's new iteration interface. | Reid Spencer |
| 2004-03-14 | Refactor and clean up a bunch more code. No major functionality changes. | Chris Lattner |
| 2004-03-13 | Fix the "infinite looping unless you disable adce" bug | Chris Lattner |
| 2004-02-18 | Fix the "horribly N^2'd" problem when deleting individual instructions. | Chris Lattner |
| 2004-02-18 | * Predicate the optimizer crash debugger on a function. | Chris Lattner |
| 2004-02-18 | A couple of minor cleanups: don't forward declare private classes, put private | Chris Lattner |
| 2004-02-18 | Cleanup and simplify manipulation of the program, eliminate the need for so | Chris Lattner |
| 2004-02-18 | Add a stub for debugging code generator crashes | Chris Lattner |
| 2004-01-14 | finegrainify namespacification | Chris Lattner |
| 2003-11-22 | Do not crash when dealing with invoke and unwind instructions! | Chris Lattner |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-11-05 | I hate it when bugpoint is all ready to give me a bytecode file, then crashes | Chris Lattner |
| 2003-11-05 | Simplify the performFinalCleanups interface | Chris Lattner |
| 2003-10-27 | Do not print out lists with thousands of elements in them, that's kinda silly | Chris Lattner |
| 2003-10-20 | fix file headers | Chris Lattner |
| 2003-10-20 | Added copyright header to all C++ source files. | John Criswell |
| 2003-10-10 | Fix spelling. | Misha Brukman |
| 2003-08-18 | Spell `necessary' correctly. | Misha Brukman |