Don't attribute in file headers anymore. See llvmdev for the
[oota-llvm.git] / include / llvm / GlobalValue.h
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-08-12 Reid SpencerChange casts from old style to new style. This helps...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-04-30 Anton KorobeynikovFix comment
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-22 Jeff CohenImplement review feedback.
2007-04-21 Jeff CohenFix breakage of bytecode reader when built with VC++.
2007-04-17 Chris Lattnermerge several fields in GlobalValue to use the same...
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
2007-02-25 Chris LattnerRework GlobalValue::removeDeadConstantUsers to always...
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-27 Reid SpencerAdd some comments, fix an 80 cols violation.
2007-01-12 Anton Korobeynikov* PIC codegen for X86/Linux has been implemented
2006-12-06 Reid SpencerFix some 80 col violations.
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