| Age | Commit message (Expand) | Author |
| 2009-03-02 | Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option, | Bill Wendling |
| 2008-12-08 | Generalize bugpoint's concept of a "safe" backend, and add options | Dan Gohman |
| 2008-10-26 | Remove -check-exit-code from bugpoint. This is subsumed by -append-exit-code. | Nick Lewycky |
| 2008-06-12 | Let bugpoint display generated messages on stderr only if no interpreter was | Matthijs Kooijman |
| 2008-04-28 | Add possibility of using arbitrary to to execute stuff from bugpoint. | Anton Korobeynikov |
| 2007-12-29 | remove attributions from tools. | Chris Lattner |
| 2007-07-04 | Pretty straightforward replacement of "bytecode" by "bitcode" | Gabor Greif |
| 2007-06-06 | Fix bugpoint to run -llc-safe with -Xlinker. | Lauro Ramos Venancio |
| 2007-02-16 | Add possibility to set memory limit for binaries run via libSystem. This | Anton Korobeynikov |
| 2006-11-28 | Add an -append-exit-code option to bugpoint. This will cause bugpoint to | Reid Spencer |
| 2006-11-09 | add a new bugpoint mode -llc-safe. This uses LLC for both halves of a | Chris Lattner |
| 2006-11-05 | Unbreak VC++ build. | Jeff Cohen |
| 2006-09-15 | Add a new -cbe-bug mode, which works just like -run-llc, except that it uses | Chris Lattner |
| 2006-08-23 | For PR797: | Reid Spencer |
| 2006-08-15 | This commit adds a new feature called find-bugs. The find-bugs option can be ... | Patrick Jenkins |
| 2006-06-27 | Pass -Xlinker flags to gcc when it builds the shared object. | Chris Lattner |
| 2006-06-13 | Teach bugpoint to kill optimization passes that run over the timeout limit, | Chris Lattner |
| 2006-06-06 | Move ToolRunner.(cpp|h) into the bugpoint directory | Chris Lattner |
| 2006-06-06 | Add the -Xlinker option to bugpoint which allows an option to be passed | Reid Spencer |
| 2006-01-22 | add explicit #includes of iostream | Chris Lattner |
| 2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
| 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-01-23 | Add support for fp tolerances | Chris Lattner |
| 2005-01-23 | Adjust to changed interface. | Chris Lattner |
| 2004-12-22 | Fix the build on PowerPC/Darwin - it thought we were declaring a new | Brian Gaeke |
| 2004-12-16 | For PR351: | Reid Spencer |
| 2004-12-15 | For PR351: | Reid Spencer |
| 2004-09-01 | Changes For Bug 352 | Reid Spencer |
| 2004-07-24 | Finally give bugpoint -timeout support! | Chris Lattner |
| 2004-07-23 | * Convert "\n" -> '\n' | Misha Brukman |
| 2004-07-21 | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke |
| 2004-07-16 | IA64 compat | Chris Lattner |
| 2004-05-06 | Use the new commandline flag to allow us to call bugpoint like this: | Chris Lattner |
| 2004-05-06 | Remove a really old comment | Chris Lattner |
| 2004-05-04 | Add --tool-args flag which lets you pass arguments to llc or lli. | Brian Gaeke |
| 2004-04-19 | * Reorder #includes | Misha Brukman |
| 2004-04-02 | If the program returns a non-zero exit value, don't leave files laying | Chris Lattner |
| 2004-02-18 | Add a new method for use by the code generator crash debugger. | Chris Lattner |
| 2004-02-18 | Make the executeProgram method exception safe, not leaving around bytecode | 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 |
| 2004-01-14 | finegrainify namespacification | Chris Lattner |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-10-21 | Fix the first FIXME in this file: automatically pick a "good" | Brian Gaeke |
| 2003-10-20 | fix file headers | Chris Lattner |
| 2003-10-20 | Added copyright header to all C++ source files. | John Criswell |
| 2003-10-19 | Ok, return an explicit path to the shared object, unbreaking code generator | Chris Lattner |
| 2003-10-18 | Don't leave a trail of bugpoint-execution-output-* breadcrumbs all over the p... | Chris Lattner |