Add weak linking type
[oota-llvm.git] / include / llvm / GlobalValue.h
2003-10-16 Chris LattnerAdd weak linking type
2003-09-30 Chris LattnerStandardize header file comments
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2002-10-09 Chris LattnerMake isExtern() be a virtual function inherited from...
2002-09-06 Chris Lattner* Clean up some comments
2002-04-28 Chris LattnerAdd a forward defn for Module since it's no longer...
2002-03-26 Chris LattnerTransform uses of Method into uses of Function.
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-11-26 Chris LattnerImplement "internal vs external linkage" which correspo...
2001-10-03 Chris LattnerFactor parentness out of Module & GlobalVariable into...
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue