aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/GlobalVariable.h
AgeCommit message (Expand)Author
2007-04-28Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov
2007-04-25Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov
2007-04-17make getnext/getprev accessors private.Chris Lattner
2007-04-17bool on darwin/ppc is 4 bytes.Chris Lattner
2007-04-17Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner
2007-04-13Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman
2007-04-12Implement the "thread_local" keyword.Lauro Ramos Venancio
2007-01-30For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer
2006-12-17Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling
2006-09-30Add a version of the globalvariable ctor that inserts at a specific location.Chris Lattner
2005-12-17Fix VC++ level 4 warnings. Because a base class has declared these private, ...Jeff Cohen
2005-10-04Change the signature of replaceUsesOfWithOnConstant to take a Use* and notChris Lattner
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-05remove all of the various setName implementations, consolidating them intoChris Lattner
2005-03-05Remove the second argument to Value::setName, it is never needed.Chris Lattner
2005-01-29Adjust to changes in the User class.Chris Lattner
2004-10-11Add long overdue methodsChris Lattner
2004-07-17bug 122:Reid Spencer
2004-07-02Since we are in the department of redundancy department, at least be correctChris Lattner
2003-11-16Fixes for PR114: Thanks to Reid Spencer!Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-09-30Standardize header file commentsChris Lattner
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell
2003-06-22Remove a ton of extraneous #includesChris Lattner
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell
2003-04-16Add new linkage types to support a real frontendChris Lattner
2003-02-02Allow modifying a global variables constness propertyChris Lattner
2002-10-09Make isExtern() be a virtual function inherited from GlobalValueChris Lattner
2002-10-06 - Add new isExternal() method to GlobalVariable to mirror Function.Chris Lattner
2002-09-06* Clean up some commentsChris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-04-08* Add virtual print methodsChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-26Implement "internal vs external linkage" which corresponds to the C notion of...Chris Lattner
2001-10-14Initializers are not const even if the GV is.Chris Lattner
2001-10-13Add assertionsChris Lattner
2001-10-03Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner
2001-10-03Share ConstPoolPointer elements correctlyChris Lattner
2001-10-03* Both Method & GlobalVariable now subclass GlobalValueChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Add more support for new style castsChris Lattner
2001-09-18Add support for global constants, and for initializers for constantsChris Lattner
2001-09-10Implement global variable supportChris Lattner