aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/GlobalAlias.h
Commit message (Expand)AuthorAgeFilesLines
* sink twine.h down out of Value.h. It is annoying that you needChris Lattner2009-12-291-0/+1
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-061-1/+1
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-251-1/+1
* 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
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+91