| Age | Commit message (Expand) | Author |
| 2007-07-04 | Pretty straightforward replacement of "bytecode" by "bitcode" | Gabor Greif |
| 2007-05-06 | Fix a buggy conversion from bytecode to bitcode | Chris Lattner |
| 2007-05-06 | switch tools to bitcode from bytecode | Chris Lattner |
| 2007-05-06 | add bitcode support | Chris Lattner |
| 2007-02-16 | Add possibility to set memory limit for binaries run via libSystem. This | Anton Korobeynikov |
| 2007-01-21 | default to emiting an uncompressed .bc file | Chris Lattner |
| 2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
| 2006-11-29 | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling |
| 2006-09-14 | Fix --enable-valgrind. Add room for the new arguments, and don't keep | Nick Lewycky |
| 2006-09-14 | Add --enable-valgrind option to run optimizations through valgrind to | Nick Lewycky |
| 2006-08-27 | analyze no longer exists, don't offer to run it :) | 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-16 | Don't pass target name into TargetData anymore, it is never used or needed. | Chris Lattner |
| 2006-06-13 | Teach bugpoint to kill optimization passes that run over the timeout limit, | Chris Lattner |
| 2006-05-14 | Fix a bug found by inspection. | Chris Lattner |
| 2006-01-26 | Pass plugins on to children when optimizing. | Andrew Lenharth |
| 2006-01-23 | this doesn't work, remove it | Chris Lattner |
| 2005-12-23 | Get bugpoint building with VC++ again. | Jeff Cohen |
| 2005-12-22 | For PR351: | Reid Spencer |
| 2005-07-08 | Final Changes For PR495: | Reid Spencer |
| 2005-07-07 | For PR495: | Reid Spencer |
| 2005-04-22 | Eliminate tabs and trailing spaces | Jeff Cohen |
| 2005-04-22 | Remove trailing whitespace | Misha Brukman |
| 2005-02-16 | Get bugpoint compiling with VC++ again, not that it works anyway. | Jeff Cohen |
| 2005-01-22 | oops | Jeff Cohen |
| 2005-01-22 | Use binary mode for reading/writing bytecode files | Jeff Cohen |
| 2004-12-16 | For PR351: | Reid Spencer |
| 2004-12-15 | For PR351: | Reid Spencer |
| 2004-11-07 | Enable compression by default. | Reid Spencer |
| 2004-09-01 | Changes For Bug 352 | Reid Spencer |
| 2004-05-12 | Don't leave dead bytecode.output files around if the optimizer/block extracto... | Chris Lattner |
| 2004-03-14 | Fix a minor bug in runPassesOn | Chris Lattner |
| 2004-03-14 | Add a new "AutoDebugCrashes" option | Chris Lattner |
| 2004-03-14 | Add new method | Chris Lattner |
| 2004-02-18 | Don't crash if there are no passes in the PassesToRun list | Chris Lattner |
| 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-20 | fix file headers | Chris Lattner |
| 2003-10-20 | Added copyright header to all C++ source files. | John Criswell |
| 2003-10-10 | Don't include <stdlib.h>. | Brian Gaeke |
| 2003-10-10 | Fix spelling. | Misha Brukman |
| 2003-08-07 | File-related functions moved to FileUtilities.h . | Misha Brukman |
| 2003-08-07 | Re-grouped and alphabetized headers for easier reading and cleaner style. | Misha Brukman |
| 2003-08-07 | Moved SystemUtils.h to include/Support and SystemUtils.cpp to lib/Support. | Misha Brukman |
| 2003-07-21 | Fixed misspelling. | Misha Brukman |
| 2003-06-02 | Give better information about how the passes crash | Chris Lattner |
| 2003-04-24 | Make sure to create a target data that matches the Module's target properties. | Chris Lattner |
| 2003-04-24 | Remove support for "target data" pass ctors | Chris Lattner |