aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/GlobalAlias.h
Commit message (Expand)AuthorAgeFilesLines
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Make safer variant of alias resolution routine to be defaultAnton Korobeynikov2008-09-091-2/+2
* Fix incorrect linker behaviour: we shouldn't resolve weak aliases.Anton Korobeynikov2008-09-091-2/+4
* 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
* merge of use-diet branch to trunkGabor Greif2008-05-101-3/+12
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-0/+4
* Typo fixesAnton Korobeynikov2008-03-221-3/+3
* Add helper for ultimate aliasee resoltionAnton Korobeynikov2008-03-111-1/+6
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* 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 feedbackAnton Korobeynikov2007-04-291-1/+4
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-281-16/+21
* Add missed fileAnton Korobeynikov2007-04-251-0/+83