Age | Commit message (Expand) | Author |
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 |
2003-08-31 | Add new helper function which makes it even easier to do this sort of thing | Chris Lattner |
2003-08-24 | Allow modules to have 'any' pointer size and endianness. | Chris Lattner |
2003-07-28 | Lined things up in a more aesthetically pleasing way. | Misha Brukman |
2003-04-22 | Add support for tracking whether a module is 64/32 bit and big/little endian | 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-14 | - Dramatically simplify the Constant::mutateReferences implementation, | Chris Lattner |
2002-08-25 | Convert comments to Doxygen style | Chris Lattner |
2002-08-18 | - ConstantPointerRefs are now automatically removed from the module table | Chris Lattner |
2002-08-17 | Add Module::dump() method | Chris Lattner |
2002-07-03 | Add new << to allow printing modules by reference. | Anand Shukla |
2002-06-25 | *** empty log message *** | Chris Lattner |
2002-04-28 | Include an operator<<, to print modules | Chris Lattner |
2002-04-28 | * Module's are no longer Value's | Chris Lattner |
2002-04-13 | Add Module::getTypeName | Chris Lattner |
2002-04-08 | * Add virtual print methods | Chris Lattner |
2002-03-29 | Add new addTypeName method to Module class | Chris Lattner |
2002-03-29 | Add getOrInsertFunction and getFunction methods to Module. This simplifies | Chris Lattner |
2002-03-28 | Remove the reduceApply functions they are obsolete things from the days before | Chris Lattner |
2002-03-26 | Transform uses of Method into uses of Function. | Chris Lattner |
2002-03-23 | Remove extranous forward decl | Chris Lattner |