| Age | Commit message (Expand) | Author |
| 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-05-03 | Added -rsh-host and -rsh-user to support remote execution. | Evan Cheng |
| 2007-02-16 | Add possibility to set memory limit for binaries run via libSystem. This | Anton Korobeynikov |
| 2007-01-03 | A bit more debugging printf's. | Evan Cheng |
| 2006-09-15 | comment out debug code | Chris Lattner |
| 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-21 | For PR797: | Reid Spencer |
| 2006-08-21 | For PR797: | Reid Spencer |
| 2006-06-27 | Pass -Xlinker flags to gcc when it builds the shared object. | Chris Lattner |
| 2006-06-09 | After telling GCC to type of the input file with -x asm/-x c, switch back to | 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-02-04 | Let bugpoint work on sparc with v9 instructions enabled. | Chris Lattner |
| 2006-01-22 | Add explicit #includes of <iostream> | Chris Lattner |
| 2006-01-17 | Revert this, I didn't mean to commit it | Chris Lattner |
| 2006-01-17 | Add support for programs with a null argv[0] | Chris Lattner |
| 2005-08-29 | Allow bugpoint+PPC codegen to use fsqrt | Chris Lattner |
| 2005-07-08 | Final Changes For PR495: | Reid Spencer |
| 2005-07-08 | Add support for assembling .s files on mac os x for intel | Nate Begeman |
| 2005-07-07 | For PR495: | Reid Spencer |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2005-03-10 | yay for camel_cvs diff | Andrew Lenharth |
| 2005-03-09 | get bugpoint working on ia64, by building .so's with -fpic. :) | Chris Lattner |
| 2005-02-27 | Remove some stuff I checked in accidentally | Chris Lattner |
| 2005-02-13 | Move helper function here. | Chris Lattner |
| 2004-12-19 | For PR351: | Reid Spencer |
| 2004-12-16 | For PR351: | Reid Spencer |
| 2004-12-15 | For PR351: | Reid Spencer |
| 2004-12-13 | For PR351: | Reid Spencer |
| 2004-11-29 | Shared library extension is now in LTDL_SHLIB_EXT | Reid Spencer |
| 2004-11-09 | Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen | Nate Begeman |
| 2004-10-17 | Pass -single_module option to gcc when linking dynamic libraries for use with... | Nate Begeman |
| 2004-09-01 | Changes For Bug 352 | Reid Spencer |
| 2004-07-24 | Pass timeouts into the low level "execute program with timeout" function | Chris Lattner |
| 2004-07-21 | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke |
| 2004-07-19 | Err, fix last checkin | Chris Lattner |
| 2004-07-19 | Fix bugpoint miscompilation support on OS/X | Chris Lattner |
| 2004-07-16 | Correctly build shared objects on MacOS X for debugging code generators | Misha Brukman |
| 2004-05-04 | Apply simplification suggested by Chris: why assign() when operator = will do? | Brian Gaeke |
| 2004-05-04 | Add "Args" optional argument to AbstractInterpreter factory methods, which | Brian Gaeke |
| 2004-04-05 | lli no longer takes the -quiet option! | Chris Lattner |
| 2004-02-19 | Make ToolExecutionError inherit std::exception and implement its | Alkis Evlogimenos |
| 2004-02-18 | Add support for just running the code generator | Chris Lattner |
| 2004-02-18 | indent correctly | Chris Lattner |
| 2004-02-18 | Don't yell. BUGPOINT should yell, not the tool runner :) | Chris Lattner |
| 2004-02-18 | If there is an error running a tool, include the error message (e.g. assertio... | Chris Lattner |
| 2004-02-18 | When an error occurs executing a tool, we now throw an exception instead | Chris Lattner |
| 2004-02-17 | The C backend is no longer in llvm-dis, it's in llc | Chris Lattner |