aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/GlobalValue.h
Commit message (Expand)AuthorAgeFilesLines
* Add new linkage types to support a real frontendChris Lattner2003-04-161-7/+16
* Make isExtern() be a virtual function inherited from GlobalValueChris Lattner2002-10-091-3/+8
* * Clean up some commentsChris Lattner2002-09-061-1/+1
* Add a forward defn for Module since it's no longer in Value.hChris Lattner2002-04-281-0/+1
* Transform uses of Method into uses of Function.Chris Lattner2002-03-261-1/+1
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-1/+1
* Implement "internal vs external linkage" which corresponds to the C notion of...Chris Lattner2001-11-261-2/+9
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-031-2/+9
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-031-0/+36