summaryrefslogtreecommitdiff
path: root/include/llvm/GlobalValue.h
Commit message (Expand)AuthorAge
* Add support for putting globals in a particular sectionChris Lattner2005-11-12
* Make sure to initialize the alignment fieldChris Lattner2005-11-06
* allow functions and modules to have an explicit alignmentChris Lattner2005-11-06
* Remove some dead argument names which irritates GCC at certain warning levels.Chris Lattner2005-10-25
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add doxygen comments, patch contributed by Evan Jones.Chris Lattner2005-04-21
* Adjust to changes in the User class.Chris Lattner2005-01-29
* Add an accessorChris Lattner2004-11-15
* Add GhostLinkage for marking functions before they're fully materializedMisha Brukman2004-11-14
* 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