Adding dllimport, dllexport and external weak linkage types.
[oota-llvm.git] / include / llvm / GlobalValue.h
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2005-11-12 Chris LattnerAdd support for putting globals in a particular section
2005-11-06 Chris LattnerMake sure to initialize the alignment field
2005-11-06 Chris Lattnerallow functions and modules to have an explicit alignment
2005-10-25 Chris LattnerRemove some dead argument names which irritates GCC...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Chris LattnerAdd doxygen comments, patch contributed by Evan Jones.
2005-01-29 Chris LattnerAdjust to changes in the User class.
2004-11-15 Chris LattnerAdd an accessor
2004-11-14 Misha BrukmanAdd GhostLinkage for marking functions before they...
2004-07-19 Chris LattnerChange method to return void. Inline dtor
2004-07-18 Reid SpencerFix typeos in comments.
2004-07-17 Reid Spencerbug 122:
2004-07-12 Chris LattnerImplement a new method useful for things like the inliner
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