aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/GlobalValue.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for putting globals in a particular sectionChris Lattner2005-11-121-4/+9
* Make sure to initialize the alignment fieldChris Lattner2005-11-061-1/+2
* allow functions and modules to have an explicit alignmentChris Lattner2005-11-061-0/+7
* Remove some dead argument names which irritates GCC at certain warning levels.Chris Lattner2005-10-251-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* Add doxygen comments, patch contributed by Evan Jones.Chris Lattner2005-04-211-6/+6
* Adjust to changes in the User class.Chris Lattner2005-01-291-3/+3
* Add an accessorChris Lattner2004-11-151-2/+9
* Add GhostLinkage for marking functions before they're fully materializedMisha Brukman2004-11-141-1/+2
* Change method to return void. Inline dtorChris Lattner2004-07-191-5/+7
* Fix typeos in comments.Reid Spencer2004-07-181-2/+2
* bug 122:Reid Spencer2004-07-171-4/+18
* Implement a new method useful for things like the inlinerChris Lattner2004-07-121-0/+10
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-1/+1
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Add weak linking typeChris Lattner2003-10-161-0/+2
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* 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