summaryrefslogtreecommitdiffstats
path: root/include/llvm/GlobalVariable.h
Commit message (Expand)AuthorAgeFilesLines
* * 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