aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/GlobalVariable.h
Commit message (Expand)AuthorAgeFilesLines
* 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