summaryrefslogtreecommitdiff
path: root/include/llvm/GlobalAlias.h
AgeCommit message (Expand)AuthorFilesLines
2009-12-29sink twine.h down out of Value.h. It is annoying that you needChris Lattner1-0/+1
2009-09-06Public and private corrections, warned about by icc (#304).Duncan Sands1-1/+1
2009-07-25Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar1-1/+1
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman1-1/+0
2008-09-09Make safer variant of alias resolution routine to be defaultAnton Korobeynikov1-2/+2
2008-09-09Fix incorrect linker behaviour: we shouldn't resolve weak aliases.Anton Korobeynikov1-2/+4
2008-08-29Add GlobalValue::{removeFromParent,eraseFromParent}Daniel Dunbar1-2/+2
2008-08-23Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner1-3/+0
2008-07-28Fold the useful features of alist and alist_node into ilist, andDan Gohman1-11/+2
2008-05-10merge of use-diet branch to trunkGabor Greif1-3/+12
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif1-0/+4
2008-03-22Typo fixesAnton Korobeynikov1-3/+3
2008-03-11Add helper for ultimate aliasee resoltionAnton Korobeynikov1-1/+6
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner1-2/+2
2007-12-10Reverting dtor devirtualization patch.Gordon Henriksen1-5/+0
2007-12-09Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen1-0/+5
2007-04-29Implement review feedbackAnton Korobeynikov1-1/+4
2007-04-28Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov1-16/+21
2007-04-25Add missed fileAnton Korobeynikov1-0/+83