summaryrefslogtreecommitdiff
path: root/include/llvm/GlobalAlias.h
Commit message (Expand)AuthorAge
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-06
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-25
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-05
* Make safer variant of alias resolution routine to be defaultAnton Korobeynikov2008-09-09
* Fix incorrect linker behaviour: we shouldn't resolve weak aliases.Anton Korobeynikov2008-09-09
* Add GlobalValue::{removeFromParent,eraseFromParent}Daniel Dunbar2008-08-29
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* merge of use-diet branch to trunkGabor Greif2008-05-10
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Typo fixesAnton Korobeynikov2008-03-22
* Add helper for ultimate aliasee resoltionAnton Korobeynikov2008-03-11
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-10
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-09
* Implement review feedbackAnton Korobeynikov2007-04-29
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-28
* Add missed fileAnton Korobeynikov2007-04-25