| Age | Commit message (Expand) | Author |
| 2007-08-20 | clarify precedence, no functionality change. | Chris Lattner |
| 2007-08-18 | Compute the argument list as lazily as possible. This ensures that clients | Chris Lattner |
| 2007-04-29 | Implement review feedback | Anton Korobeynikov |
| 2007-04-28 | Implement review feedback. Aliasees can be either GlobalValue's or | Anton Korobeynikov |
| 2007-04-25 | Implement aliases. This fixes PR1017 and it's dependent bugs. CFE part | Anton Korobeynikov |
| 2007-04-22 | For PR1136: | Reid Spencer |
| 2007-04-17 | make getnext/getprev accessors private. | Chris Lattner |
| 2007-04-17 | Fix build breakage on 64-bit systems. | Jeff Cohen |
| 2007-04-17 | merge several fields in GlobalValue to use the same word, move CallingConv | Chris Lattner |
| 2007-04-17 | The (negative) offset from a SymbolTableListTraits-using ilist to its container | Chris Lattner |
| 2007-04-17 | Refactor SymbolTableListTraits to only have a single pointer in it, instead | Chris Lattner |
| 2007-04-16 | For PR1328: | Reid Spencer |
| 2007-04-13 | Rename Value::getValueType to getValueID, to avoid confusion with | Dan Gohman |
| 2007-04-09 | For PR1146: | Reid Spencer |
| 2007-02-05 | For PR411: | Reid Spencer |
| 2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
| 2007-01-26 | For PR645: | Reid Spencer |
| 2007-01-06 | For PR411: | Reid Spencer |
| 2006-12-17 | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling |
| 2005-10-25 | Add a missing Module::setTargetTriple method. | Chris Lattner |
| 2005-05-16 | remove deprecated methods | Chris Lattner |
| 2005-05-06 | Add support for explicit calling conventions | Chris Lattner |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2005-03-15 | remove a whole bunch of dead methods. Noone should use reverse iterators any... | Chris Lattner |
| 2005-03-14 | Remove the reverse iterators for arguments and global vars. | Chris Lattner |
| 2005-03-05 | remove all of the various setName implementations, consolidating them into | Chris Lattner |
| 2005-03-05 | Remove the second argument to Value::setName, it is never needed. | Chris Lattner |
| 2005-01-30 | Improve conformance with the Misha spelling benchmark suite | Chris Lattner |
| 2005-01-29 | Adjust to changes in ilist | Chris Lattner |
| 2005-01-07 | Add convenience method. | Chris Lattner |
| 2004-12-05 | Add a new method | Chris Lattner |
| 2004-11-15 | Warning fixes for VC++, contributed by Morten Ofstad! | Chris Lattner |
| 2004-10-19 | If we're going to make the braces of functions line up for ease of readability | Misha Brukman |
| 2004-10-11 | Add long overdue methods | Chris Lattner |
| 2004-09-01 | Changes For Bug 352 | Reid Spencer |
| 2004-03-01 | Fix grammar and doxygenify comments. | Misha Brukman |
| 2004-02-26 | Annotations are evil. This makes Value not derive from Annotable, which makes | Chris Lattner |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-10-30 | Expose new print methods | Chris Lattner |
| 2003-10-22 | Add two new function stubs for viewing the CFG of a function inside of the | Chris Lattner |
| 2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
| 2003-09-20 | Rename getEntryNode -> getEntryBlock() | Chris Lattner |
| 2003-09-17 | Add new deleteBody method | Chris Lattner |
| 2003-05-09 | Update out of date comment | Chris Lattner |
| 2003-05-08 | Initial support for intrinsic functions | Chris Lattner |
| 2003-04-16 | Add new linkage types to support a real frontend | Chris Lattner |
| 2002-11-20 | - Eliminated the deferred symbol table stuff in Module & Function, it really | Chris Lattner |
| 2002-11-20 | Eliminate the concept of a deferred symbol table. The optimization really is... | Chris Lattner |
| 2002-10-15 | - Eliminate SymbolTable::ParentSymTab, ST::localLookup, and | Chris Lattner |
| 2002-10-09 | Make isExtern() be a virtual function inherited from GlobalValue | Chris Lattner |