summaryrefslogtreecommitdiff
path: root/include/llvm/GlobalValue.h
Commit message (Expand)AuthorAge
* Change method to return void. Inline dtorChris Lattner2004-07-19
* Fix typeos in comments.Reid Spencer2004-07-18
* bug 122:Reid Spencer2004-07-17
* Implement a new method useful for things like the inlinerChris Lattner2004-07-12
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-16
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Add weak linking typeChris Lattner2003-10-16
* Standardize header file commentsChris Lattner2003-09-30
* Add new linkage types to support a real frontendChris Lattner2003-04-16
* Make isExtern() be a virtual function inherited from GlobalValueChris Lattner2002-10-09
* * Clean up some commentsChris Lattner2002-09-06
* Add a forward defn for Module since it's no longer in Value.hChris Lattner2002-04-28
* Transform uses of Method into uses of Function.Chris Lattner2002-03-26
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Implement "internal vs external linkage" which corresponds to the C notion of...Chris Lattner2001-11-26
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-03
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-03