| Age | Commit message (Expand) | Author |
| 2005-10-24 | Remove some beta code that no longer has an owner. | Chris Lattner |
| 2005-10-23 | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen |
| 2005-04-23 | Eliminate tabs and trailing spaces | Jeff Cohen |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2005-01-07 | Add missing createXxxPass functions | Jeff Cohen |
| 2005-01-07 | Add missing include | Jeff Cohen |
| 2004-12-13 | Fix link error in PPC optimized build of 'opt'. | Brian Gaeke |
| 2004-12-08 | Add support for compilers without argument dependent name lookup, contributed | Chris Lattner |
| 2004-12-08 | Remove unneeded class qualifier, contributed by Bjørn Wennberg | Chris Lattner |
| 2004-11-05 | Remove dead vars | Chris Lattner |
| 2004-10-27 | Change Library Names Not To Conflict With Others When Installed | Reid Spencer |
| 2004-10-22 | We won't use automake | Reid Spencer |
| 2004-10-18 | Initial automake generated Makefile template | Reid Spencer |
| 2004-10-18 | Correction to allow compilation with Visual C++. | Reid Spencer |
| 2004-10-13 | Update to reflect changes in Makefile rules. | Reid Spencer |
| 2004-10-10 | Initial version of automake Makefile.am file. | Reid Spencer |
| 2004-09-30 | Add accessor function. | Brian Gaeke |
| 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-21 | These files don't need to include <iostream> since they include "Support/Debu... | Brian Gaeke |
| 2004-07-04 | Add #include <iostream> since Value.h does not #include it any more. | Reid Spencer |
| 2004-06-03 | Expand head-of-file comment. | Brian Gaeke |
| 2004-06-01 | Use new form of unconditional branch constructor. | Brian Gaeke |
| 2004-05-14 | Clean up this pass somewhat: | Brian Gaeke |
| 2004-03-30 | Start cleaning up this pass so that I can debug it. | Brian Gaeke |
| 2003-11-20 | Start using the nicer terminator auto-insertion API | Chris Lattner |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-11-05 | Be gcc 3.4 clean | Chris Lattner |
| 2003-10-21 | Added LLVM copyright header. | John Criswell |
| 2003-10-20 | Added LLVM copyright notice to Makefiles. | John Criswell |
| 2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
| 2003-10-13 | Regularize header file comments | Chris Lattner |
| 2003-10-13 | Regularize header file comment, eliminate using's | Chris Lattner |
| 2003-10-10 | Include <cstdio> instead of <stdio.h>. | Brian Gaeke |
| 2003-10-10 | Don't include Config/stdio.h or <stdio.h>. | Brian Gaeke |
| 2003-10-10 | Fix spelling. | Misha Brukman |
| 2003-10-10 | Fixing the spelling of this filename. | Misha Brukman |
| 2003-09-24 | Do not use BasicBlock::*_iterator, just use *_iterator itself. | Chris Lattner |
| 2003-09-20 | Rename Function::getEntryNode -> getEntryBlock | Chris Lattner |
| 2003-09-10 | Update for new UnifyFunction... API | Chris Lattner |
| 2003-09-10 | Remove #include | Chris Lattner |
| 2003-09-05 | Correct comments | Brian Gaeke |
| 2003-08-31 | Use the new interface, simplifies code | Chris Lattner |
| 2003-08-31 | Use the new interface, simplifies code | Chris Lattner |
| 2003-08-12 | Give std::map<BasicBlock *, BasicBlock *> the short name BBMap, because | Brian Gaeke |
| 2003-08-01 | DEBUG got moved to Support/Debug.h | Chris Lattner |
| 2003-07-18 | A pass to combine multiple backedges that go to same target | Anand Shukla |
| 2003-07-10 | Added functionality to instrmentation pass | Anand Shukla |
| 2003-06-30 | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell |
| 2003-06-05 | Fixed a bug so initialization code is always inserted in main | Anand Shukla |