* Add virtual print methods
[oota-llvm.git] / include / llvm / Module.h
2002-04-08 Chris Lattner* Add virtual print methods
2002-03-29 Chris LattnerAdd new addTypeName method to Module class
2002-03-29 Chris LattnerAdd getOrInsertFunction and getFunction methods to...
2002-03-28 Chris LattnerRemove the reduceApply functions they are obsolete...
2002-03-26 Chris LattnerTransform uses of Method into uses of Function.
2002-03-23 Chris LattnerRemove extranous forward decl
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-10-15 Chris LattnerRename ConstPoolPointerReference to ConstPoolPointerRef...
2001-10-13 Chris LattnerAdd support for module local constants
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris LattnerSymTabValue no longer includes ValueHolder for Module...
2001-07-14 Chris LattnerMade the following changes:
2001-06-30 Chris LattnerAdd a reduceApply method
2001-06-27 Chris LattnerAdd extra forwarding accessor methods so that getMethod...
2001-06-06 Chris LattnerInitial revision