Implement "internal vs external linkage" which corresponds to the C notion of static
[oota-llvm.git] / include / llvm / GlobalVariable.h
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