| Age | Commit message (Expand) | Author |
| 2007-02-12 | add #include | Chris Lattner |
| 2007-02-05 | For PR411: | Reid Spencer |
| 2007-02-05 | For PR411: | Reid Spencer |
| 2007-02-04 | For PR1163: | 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-17 | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling |
| 2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
| 2006-11-28 | Added a temporary hack to get the llvm-streams to work for future checkins. | Bill Wendling |
| 2006-10-18 | Add support for the new "target data" information in .ll files. This provides | Owen Anderson |
| 2006-05-31 | Make the getNamedFunction and getNamedGlobal methods be const. They don't | Reid Spencer |
| 2006-05-18 | Change Module to use TargetData-compatible strings internally. | Owen Anderson |
| 2006-05-16 | For PR778: | Reid Spencer |
| 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 |
| 2006-01-23 | Add global scope asm support | Chris Lattner |
| 2006-01-08 | Fix out of date comments, patch by Marco Matthies. | Chris Lattner |
| 2005-12-05 | Add a flag to Module::getGlobalVariable to allow it to return vars with | Chris Lattner |
| 2005-10-25 | Add a missing Module::setTargetTriple method. | Chris Lattner |
| 2005-10-23 | When a function takes a variable number of pointer arguments, with a zero | Jeff Cohen |
| 2005-05-16 | remove deprecated methods | 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-02-13 | Do not replace ostream << Module*, only ostream << Module&. | 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 |
| 2004-11-19 | These methods are long gone, ConstantPointerRef is dead. | Chris Lattner |
| 2004-11-15 | Warning fixes for VC++, contributed by Morten Ofstad! | Chris Lattner |
| 2004-10-29 | Fix grammar (i.e.) | Misha Brukman |
| 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-11 | Make the dependent libraries list use a SetVector instead of a regular | Reid Spencer |
| 2004-08-24 | Provide a method for wholesale extraction of the dependent libraries. | Reid Spencer |
| 2004-07-25 | Reduce the footprint of the dependent library interface | Reid Spencer |
| 2004-07-25 | bug 263: | Reid Spencer |
| 2004-07-17 | bug 122: | Reid Spencer |
| 2004-06-08 | Apparently a particular vendor compiler uses the struct/class tag to MANGLE | Chris Lattner |
| 2004-03-12 | Fix PR266: Make Module Not Inherit From Annotable | Chris Lattner |
| 2004-03-08 | Remove Module::mutateConstantPointerRef, which is now thankfully dead! | Chris Lattner |
| 2004-03-01 | Make Module annotable. Reid has a bunch of code that depends on this, and | Chris Lattner |
| 2004-02-29 | Module does not need to be annotatable aka annotable | Chris Lattner |
| 2003-12-31 | Add some comments, add a new getGlobalVariable method | Chris Lattner |
| 2003-12-31 | * Make Module::getTypeName const | 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-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
| 2003-09-30 | Standardize header file comments | Chris Lattner |