Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / GlobalVariable.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-30 Chris LattnerStandardize header file comments
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-02-02 Chris LattnerAllow modifying a global variables constness property
2002-10-09 Chris LattnerMake isExtern() be a virtual function inherited from...
2002-10-06 Chris Lattner - Add new isExternal() method to GlobalVariable to...
2002-09-06 Chris Lattner* Clean up some comments
2002-06-25 Chris Lattner*** empty log message ***
2002-04-08 Chris Lattner* Add virtual print methods
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-26 Chris LattnerImplement "internal vs external linkage" which correspo...
2001-10-14 Chris LattnerInitializers are not const even if the GV is.
2001-10-13 Chris LattnerAdd assertions
2001-10-03 Chris LattnerFactor parentness out of Module & GlobalVariable into...
2001-10-03 Chris LattnerShare ConstPoolPointer elements correctly
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerAdd more support for new style casts
2001-09-18 Chris LattnerAdd support for global constants, and for initializers...
2001-09-10 Chris LattnerImplement global variable support