Merging the linear scan register allocator in trunk. It currently passes most tests...
[oota-llvm.git] / include / llvm / GlobalValue.h
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
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