aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/GlobalVariable.h
Commit message (Expand)AuthorAgeFilesLines
* sink twine.h down out of Value.h. It is annoying that you needChris Lattner2009-12-291-0/+1
* In GlobalVariable::setInitializer, assert that the initializer has theJeffrey Yasskin2009-11-171-12/+4
* remove a bunch of extraneous LLVMContext argumentsChris Lattner2009-11-061-3/+1
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-061-1/+1
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-251-2/+2
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-081-9/+8
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-081-2/+5
* Factorize out a concept - no functionality change.Duncan Sands2009-03-211-0/+9
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Add GlobalValue::{removeFromParent,eraseFromParent}Daniel Dunbar2008-08-291-2/+2
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-231-3/+0
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-11/+2
* Factor code to copy global value attributes likeDuncan Sands2008-05-261-0/+4
* Remove warnings about unused parameters and shadowed variables.Bill Wendling2008-05-191-2/+2
* merge of use-diet branch to trunkGabor Greif2008-05-101-11/+24
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-0/+5
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-111-2/+4
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-101-5/+0
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-0/+5
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-281-2/+2
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-251-2/+2
* make getnext/getprev accessors private.Chris Lattner2007-04-171-6/+6
* bool on darwin/ppc is 4 bytes.Chris Lattner2007-04-171-2/+2
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-171-5/+3
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-131-1/+1
* Implement the "thread_local" keyword.Lauro Ramos Venancio2007-04-121-2/+7
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-6/+5
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-171-0/+1
* Add a version of the globalvariable ctor that inserts at a specific location.Chris Lattner2006-09-301-2/+6
* Fix VC++ level 4 warnings. Because a base class has declared these private, ...Jeff Cohen2005-12-171-0/+3
* Change the signature of replaceUsesOfWithOnConstant to take a Use* and notChris Lattner2005-10-041-2/+1
* Convert tabs to spacesMisha Brukman2005-04-221-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-051-3/+0
* Remove the second argument to Value::setName, it is never needed.Chris Lattner2005-03-051-2/+2
* Adjust to changes in the User class.Chris Lattner2005-01-291-7/+13
* Add long overdue methodsChris Lattner2004-10-111-0/+10
* bug 122:Reid Spencer2004-07-171-0/+5
* Since we are in the department of redundancy department, at least be correctChris Lattner2004-07-021-1/+1
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-3/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Standardize header file commentsChris Lattner2003-09-301-1/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-0/+1
* Remove a ton of extraneous #includesChris Lattner2003-06-221-2/+0
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-111-0/+2
* Add new linkage types to support a real frontendChris Lattner2003-04-161-1/+1