Add some comments, add a new getGlobalVariable method
[oota-llvm.git] / include / llvm / Module.h
2003-12-31 Chris LattnerAdd some comments, add a new getGlobalVariable method
2003-12-31 Chris Lattner* Make Module::getTypeName const
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-30 Chris LattnerExpose new print methods
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-08-31 Chris LattnerAdd new helper function which makes it even easier...
2003-08-24 Chris LattnerAllow modules to have 'any' pointer size and endianness.
2003-07-28 Misha BrukmanLined things up in a more aesthetically pleasing way.
2003-04-22 Chris LattnerAdd support for tracking whether a module is 64/32...
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-11-19 Chris LattnerAdd a new Module::getNamedFunction method
2002-11-08 Chris LattnerAdd a method "getMainFunction()" that efficiently locat...
2002-10-14 Chris Lattner - Dramatically simplify the Constant::mutateReference...
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-08-18 Chris Lattner - ConstantPointerRefs are now automatically removed...
2002-08-17 Chris LattnerAdd Module::dump() method
2002-07-03 Anand ShuklaAdd new << to allow printing modules by reference.
2002-06-25 Chris Lattner*** empty log message ***
2002-04-28 Chris LattnerInclude an operator<<, to print modules
2002-04-28 Chris Lattner* Module's are no longer Value's
2002-04-13 Chris LattnerAdd Module::getTypeName
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