aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/GlobalVariable.h
Commit message (Expand)AuthorAgeFilesLines
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-0/+5
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-281-2/+2
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-2/+2
* make getnext/getprev accessors private.Chris Lattner2007-04-171-6/+6
* bool on darwin/ppc is 4 bytes.Chris Lattner2007-04-171-2/+2
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-171-5/+3
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-131-1/+1
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-121-2/+7
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-6/+5
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-0/+1
* Add a version of the globalvariable ctor that inserts at a specific location.Chris Lattner2006-09-301-2/+6
* Fix VC++ level 4 warnings. Because a base class has declared these private, ...Jeff Cohen2005-12-171-0/+3
* Change the signature of replaceUsesOfWithOnConstant to take a Use* and notChris Lattner2005-10-041-2/+1
* Convert tabs to spacesMisha Brukman2005-04-221-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-051-3/+0
* Remove the second argument to Value::setName, it is never needed.Chris Lattner2005-03-051-2/+2
* Adjust to changes in the User class.Chris Lattner2005-01-291-7/+13
* Add long overdue methodsChris Lattner2004-10-111-0/+10
* bug 122:Reid Spencer2004-07-171-0/+5
* Since we are in the department of redundancy department, at least be correctChris Lattner2004-07-021-1/+1
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-3/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-0/+1
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Add new linkage types to support a real frontendChris Lattner2003-04-161-1/+1
* Allow modifying a global variables constness propertyChris Lattner2003-02-021-2/+3
* Make isExtern() be a virtual function inherited from GlobalValueChris Lattner2002-10-091-1/+1
* - Add new isExternal() method to GlobalVariable to mirror Function.Chris Lattner2002-10-061-10/+21
* * Clean up some commentsChris Lattner2002-09-061-3/+6
* *** empty log message ***Chris Lattner2002-06-251-1/+15
* * Add virtual print methodsChris Lattner2002-04-081-0/+2
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+2
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-9/+9
* Implement "internal vs external linkage" which corresponds to the C notion of...Chris Lattner2001-11-261-2/+2
* Initializers are not const even if the GV is.Chris Lattner2001-10-141-2/+2
* Add assertionsChris Lattner2001-10-131-0/+2
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-031-5/+0
* Share ConstPoolPointer elements correctlyChris Lattner2001-10-031-1/+8
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-8/+3
* Commit more code over to new cast styleChris Lattner2001-10-021-2/+2
* Add more support for new style castsChris Lattner2001-10-011-2/+8
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-181-5/+35
* Implement global variable supportChris Lattner2001-09-101-0/+34