summaryrefslogtreecommitdiff
path: root/include/llvm/GlobalVariable.h
Commit message (Expand)AuthorAge
* Fix VC++ level 4 warnings. Because a base class has declared these private, ...Jeff Cohen2005-12-17
* Change the signature of replaceUsesOfWithOnConstant to take a Use* and notChris Lattner2005-10-04
* Convert tabs to spacesMisha Brukman2005-04-22
* Remove trailing whitespaceMisha Brukman2005-04-21
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-05
* Remove the second argument to Value::setName, it is never needed.Chris Lattner2005-03-05
* Adjust to changes in the User class.Chris Lattner2005-01-29
* Add long overdue methodsChris Lattner2004-10-11
* bug 122:Reid Spencer2004-07-17
* Since we are in the department of redundancy department, at least be correctChris Lattner2004-07-02
* 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
* Standardize header file commentsChris Lattner2003-09-30
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Add new linkage types to support a real frontendChris Lattner2003-04-16
* Allow modifying a global variables constness propertyChris Lattner2003-02-02
* Make isExtern() be a virtual function inherited from GlobalValueChris Lattner2002-10-09
* - Add new isExternal() method to GlobalVariable to mirror Function.Chris Lattner2002-10-06
* * Clean up some commentsChris Lattner2002-09-06
* *** empty log message ***Chris Lattner2002-06-25
* * Add virtual print methodsChris Lattner2002-04-08
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Implement "internal vs external linkage" which corresponds to the C notion of...Chris Lattner2001-11-26
* Initializers are not const even if the GV is.Chris Lattner2001-10-14
* Add assertionsChris Lattner2001-10-13
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-03
* Share ConstPoolPointer elements correctlyChris Lattner2001-10-03
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-03
* Commit more code over to new cast styleChris Lattner2001-10-02
* Add more support for new style castsChris Lattner2001-10-01
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-18
* Implement global variable supportChris Lattner2001-09-10