| Age | Commit message (Expand) | Author |
| 2007-04-17 | Refactor SymbolTableListTraits to only have a single pointer in it, instead | Chris Lattner |
| 2007-04-09 | For PR1146: | Reid Spencer |
| 2007-02-05 | For PR411: | Reid Spencer |
| 2007-02-05 | For PR411: | Reid Spencer |
| 2007-02-04 | For PR1163: | Reid Spencer |
| 2007-01-30 | For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid | Reid Spencer |
| 2007-01-26 | For PR761: | Reid Spencer |
| 2007-01-07 | Change the interface to Module::getOrInsertFunction to be easier to use, | Chris Lattner |
| 2007-01-06 | For PR411: | Reid Spencer |
| 2006-12-31 | For PR950: | Reid Spencer |
| 2006-12-07 | Removing even more <iostream> includes. | Bill Wendling |
| 2006-05-31 | Make the getNamedFunction and getNamedGlobal methods be const. They don't | Reid Spencer |
| 2006-05-18 | Fix some think-o's in my last commit. Thanks to Chris for pointing them out. | Owen Anderson |
| 2006-05-18 | Change Module to use TargetData-compatible strings internally. | Owen Anderson |
| 2006-03-08 | add a new helper method. | Chris Lattner |
| 2006-01-25 | Change inline asms to be uniqued like constants, not embedded in a Module. | Chris Lattner |
| 2006-01-24 | Initial checkin of the InlineAsm class | Chris Lattner |
| 2005-12-05 | Add a flag to Module::getGlobalVariable to allow it to return vars with | Chris Lattner |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
| 2005-01-30 | Improve conformance with the Misha spelling benchmark suite | Chris Lattner |
| 2005-01-29 | Adjust to ilist changes. | Chris Lattner |
| 2004-09-14 | Okay, the list of link-time passes wasn't such a hot idea. Its prone to | Reid Spencer |
| 2004-09-13 | Add support for the link-time pass list to Modules. | Reid Spencer |
| 2004-09-01 | Changes For Bug 352 | Reid Spencer |
| 2004-07-25 | bug 263: | Reid Spencer |
| 2004-07-17 | bug 122: | Reid Spencer |
| 2004-07-10 | Replace use of defunct Type::setName method with SymbolTable::insert. | Reid Spencer |
| 2004-07-04 | - #include <iostream> since its not in Value.h any more. | Reid Spencer |
| 2004-05-25 | Convert to SymbolTable's new lookup and iteration interfaces. | Reid Spencer |
| 2004-04-21 | I'm allergic to the word `stuff'. | Misha Brukman |
| 2004-03-08 | Remove Module::mutateConstantPointerRef, which is now thankfully dead! | Chris Lattner |
| 2003-12-31 | Add some comments, add new getGlobalVariable method | Chris Lattner |
| 2003-12-31 | * Make Module::getTypeName const | Chris Lattner |
| 2003-11-21 | Finegrainify namespacification | Chris Lattner |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-11-05 | Make code gcc 3.4 clean | Chris Lattner |
| 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-10 | Fix spelling/grammar. | Misha Brukman |
| 2003-08-31 | Implement new method | Chris Lattner |
| 2003-08-24 | Support new 'any' support for pointer size and endianness | Chris Lattner |
| 2003-07-23 | Make Module::getNamedFunction prefer non-external functions if there is more ... | Chris Lattner |
| 2003-05-15 | Fix bug: Assembler/2003-05-15-AssemblerProblem.llx | Chris Lattner |
| 2003-04-22 | Add support for tracking whether a module is 64/32 bit and big/little endian | 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-19 | Add a new Module::getNamedFunction method | Chris Lattner |
| 2002-11-08 | Add a method "getMainFunction()" that efficiently locates 'main' in a module | Chris Lattner |
| 2002-10-15 | - Eliminate SymbolTable::ParentSymTab, ST::localLookup, and | Chris Lattner |