| Age | Commit message (Expand) | Author |
| 2008-12-08 | Generalize bugpoint's concept of a "safe" backend, and add options | Dan Gohman |
| 2007-12-29 | remove attributions from tools. | Chris Lattner |
| 2007-11-14 | Allow the block extractor take to take a list of basic blocks to not extract | Nick Lewycky |
| 2007-07-04 | Pretty straightforward replacement of "bytecode" by "bitcode" | Gabor Greif |
| 2007-02-16 | Add possibility to set memory limit for binaries run via libSystem. This | Anton Korobeynikov |
| 2006-10-25 | Fix for PR960. Improves bugpoint so that it removes global variable | Bill Wendling |
| 2006-09-15 | Add a new -cbe-bug mode, which works just like -run-llc, except that it uses | Chris Lattner |
| 2006-08-17 | fit in 80 cols | Chris Lattner |
| 2006-08-15 | This commit adds a new feature called find-bugs. The find-bugs option can be ... | Patrick Jenkins |
| 2006-06-13 | Teach bugpoint to kill optimization passes that run over the timeout limit, | Chris Lattner |
| 2005-12-22 | For PR351: | Reid Spencer |
| 2005-08-02 | When the user hits ctrl-c, bugpoint should attempt to stop reduction as | Chris Lattner |
| 2005-04-22 | Eliminate tabs and trailing spaces | Jeff Cohen |
| 2005-04-22 | Remove trailing whitespace | Misha Brukman |
| 2004-05-11 | Implement basic block extraction for the miscompilation debugger. This still... | Chris Lattner |
| 2004-04-05 | Merge the code generator miscompilation code into the optimizer miscompilation | Chris Lattner |
| 2004-04-05 | Make a method public | Chris Lattner |
| 2004-03-14 | Add a new "AutoDebugCrashes" option | Chris Lattner |
| 2004-03-14 | Add new method | Chris Lattner |
| 2004-03-14 | Refactor and clean up a bunch more code. No major functionality changes. | Chris Lattner |
| 2004-03-14 | Add a method to extract a loop | Chris Lattner |
| 2004-03-14 | Refactor all of the "splitting a module into two pieces" code to avoid | Chris Lattner |
| 2004-02-18 | Add a new method for use by the code generator crash debugger. | Chris Lattner |
| 2004-02-18 | Make more stuff public. Make the instruction argument to | Chris Lattner |
| 2004-02-18 | make a bunch of methods public | 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-02-18 | Update comments, if we are running with the CBE, make sure the Interpreter | Chris Lattner |
| 2004-02-11 | Add check-exit-code option, defaulting to true. | Brian Gaeke |
| 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-20 | fix file headers | Chris Lattner |
| 2003-10-20 | Added copyright header to all C++ source files. | John Criswell |
| 2003-10-17 | Be more helpful if a pass fails while chasing down a miscompilation | Chris Lattner |
| 2003-10-14 | Change the execute methods to take the shared object filename by const refere... | Chris Lattner |
| 2003-10-14 | The return value of compileSharedObject was never used. Return the shared | Chris Lattner |
| 2003-08-05 | If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for | Chris Lattner |
| 2003-08-01 | Parameterize the performFinalCleanups a bit | Chris Lattner |
| 2003-07-28 | Added comment to function isExecutingJIT() | Misha Brukman |
| 2003-07-28 | BugDriver.h: | Misha Brukman |
| 2003-07-24 | Made a bunch of cleanups, as per Chris' recommendations: | Misha Brukman |
| 2003-07-24 | Major addition to bugpoint: ability to debug code generators (LLC and LLI). | Misha Brukman |
| 2003-04-24 | Speed up convergence significantly and also reduce the size of testcases by m... | Chris Lattner |
| 2003-04-24 | Remove dead functions | Chris Lattner |
| 2003-04-24 | Use the list reducer to improve convergence speed and to support crashes that | Chris Lattner |
| 2003-04-24 | Implement support for bugpoint to identify which FUNCTION an optimization | Chris Lattner |
| 2003-02-28 | * Reduce the number of useless bytecode files produced by bugpoint. | Chris Lattner |
| 2003-01-23 | Make bugpoint *much* more powerful, giving it the capability to delete instru... | Chris Lattner |