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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+139