summaryrefslogtreecommitdiff
path: root/include/llvm/GlobalVariable.h
AgeCommit message (Expand)AuthorFilesLines
2005-03-05remove all of the various setName implementations, consolidating them intoChris Lattner1-3/+0
2005-03-05Remove the second argument to Value::setName, it is never needed.Chris Lattner1-2/+2
2005-01-29Adjust to changes in the User class.Chris Lattner1-7/+13
2004-10-11Add long overdue methodsChris Lattner1-0/+10
2004-07-17bug 122:Reid Spencer1-0/+5
2004-07-02Since we are in the department of redundancy department, at least be correctChris Lattner1-1/+1
2003-11-16Fixes for PR114: Thanks to Reid Spencer!Chris Lattner1-3/+3
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+4
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell1-0/+7
2003-09-30Standardize header file commentsChris Lattner1-1/+1
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell1-0/+1
2003-06-22Remove a ton of extraneous #includesChris Lattner1-2/+0
2003-06-11Included assert.h so that the code compiles under newer versions of GCC.John Criswell1-0/+2
2003-04-16Add new linkage types to support a real frontendChris Lattner1-1/+1
2003-02-02Allow modifying a global variables constness propertyChris Lattner1-2/+3
2002-10-09Make isExtern() be a virtual function inherited from GlobalValueChris Lattner1-1/+1
2002-10-06 - Add new isExternal() method to GlobalVariable to mirror Function.Chris Lattner1-10/+21
2002-09-06* Clean up some commentsChris Lattner1-3/+6
2002-06-25*** empty log message ***Chris Lattner1-1/+15
2002-04-08* Add virtual print methodsChris Lattner1-0/+2
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner1-2/+2
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner1-9/+9
2001-11-26Implement "internal vs external linkage" which corresponds to the C notion of...Chris Lattner1-2/+2
2001-10-14Initializers are not const even if the GV is.Chris Lattner1-2/+2
2001-10-13Add assertionsChris Lattner1-0/+2
2001-10-03Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner1-5/+0
2001-10-03Share ConstPoolPointer elements correctlyChris Lattner1-1/+8
2001-10-03* Both Method & GlobalVariable now subclass GlobalValueChris Lattner1-8/+3
2001-10-02Commit more code over to new cast styleChris Lattner1-2/+2
2001-10-01Add more support for new style castsChris Lattner1-2/+8
2001-09-18Add support for global constants, and for initializers for constantsChris Lattner1-5/+35
2001-09-10Implement global variable supportChris Lattner1-0/+34