summaryrefslogtreecommitdiff
path: root/include/llvm/GlobalValue.h
AgeCommit message (Expand)AuthorFilesLines
2005-04-21Add doxygen comments, patch contributed by Evan Jones.Chris Lattner1-6/+6
2005-01-29Adjust to changes in the User class.Chris Lattner1-3/+3
2004-11-15Add an accessorChris Lattner1-2/+9
2004-11-14Add GhostLinkage for marking functions before they're fully materializedMisha Brukman1-1/+2
2004-07-19Change method to return void. Inline dtorChris Lattner1-5/+7
2004-07-18Fix typeos in comments.Reid Spencer1-2/+2
2004-07-17bug 122:Reid Spencer1-4/+18
2004-07-12Implement a new method useful for things like the inlinerChris Lattner1-0/+10
2003-11-16Fixes for PR114: Thanks to Reid Spencer!Chris Lattner1-1/+1
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke1-0/+5
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell1-0/+7
2003-10-16Add weak linking typeChris Lattner1-0/+2
2003-09-30Standardize header file commentsChris Lattner1-1/+1
2003-04-16Add new linkage types to support a real frontendChris Lattner1-7/+16
2002-10-09Make isExtern() be a virtual function inherited from GlobalValueChris Lattner1-3/+8
2002-09-06* Clean up some commentsChris Lattner1-1/+1
2002-04-28Add a forward defn for Module since it's no longer in Value.hChris Lattner1-0/+1
2002-03-26Transform uses of Method into uses of Function.Chris Lattner1-1/+1
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner1-1/+1
2001-11-26Implement "internal vs external linkage" which corresponds to the C notion of...Chris Lattner1-2/+9
2001-10-03Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner1-2/+9
2001-10-03* Both Method & GlobalVariable now subclass GlobalValueChris Lattner1-0/+36