API changes for class Use size reduction, wave 1.
[oota-llvm.git] / include / llvm / GlobalVariable.h
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
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-17 Chris Lattnermake getnext/getprev accessors private.
2007-04-17 Chris Lattnerbool on darwin/ppc is 4 bytes.
2007-04-17 Chris LattnerRefactor SymbolTableListTraits to only have a single...
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
2007-04-12 Lauro Ramos VenancioImplement the "thread_local" keyword.
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-09-30 Chris LattnerAdd a version of the globalvariable ctor that inserts...
2005-12-17 Jeff CohenFix VC++ level 4 warnings. Because a base class has...
2005-10-04 Chris LattnerChange the signature of replaceUsesOfWithOnConstant...
2005-04-22 Misha BrukmanConvert tabs to spaces
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris LattnerRemove the second argument to Value::setName, it is...
2005-01-29 Chris LattnerAdjust to changes in the User class.
2004-10-11 Chris LattnerAdd long overdue methods
2004-07-17 Reid Spencerbug 122:
2004-07-02 Chris LattnerSince we are in the department of redundancy department...
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-09-30 Chris LattnerStandardize header file comments
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-04-16 Chris LattnerAdd new linkage types to support a real frontend
2003-02-02 Chris LattnerAllow modifying a global variables constness property
2002-10-09 Chris LattnerMake isExtern() be a virtual function inherited from...
2002-10-06 Chris Lattner - Add new isExternal() method to GlobalVariable to...
2002-09-06 Chris Lattner* Clean up some comments
2002-06-25 Chris Lattner*** empty log message ***
2002-04-08 Chris Lattner* Add virtual print methods
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
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