aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/GlobalValue.h
AgeCommit message (Expand)Author
2002-10-09Make isExtern() be a virtual function inherited from GlobalValueChris Lattner
2002-09-06* Clean up some commentsChris Lattner
2002-04-28Add a forward defn for Module since it's no longer in Value.hChris Lattner
2002-03-26Transform uses of Method into uses of Function.Chris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-26Implement "internal vs external linkage" which corresponds to the C notion of...Chris Lattner
2001-10-03Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner
2001-10-03* Both Method & GlobalVariable now subclass GlobalValueChris Lattner