aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/GlobalVariable.h
AgeCommit message (Expand)Author
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