aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/GlobalAlias.h
Commit message (Expand)AuthorAgeFilesLines
* Remove DEFINE_TRANSPARENT_CASTED_OPERAND_ACCESSORS, folding itsJay Foad2011-08-221-1/+1
* The operands of a GlobalAlias are always Constants. Simplify thingsJay Foad2011-08-011-5/+4
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-1/+1
* consolidate GlobalValue::isDeclaration into one Chris Lattner2011-07-141-5/+0
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-5/+5
* FixedNumOperandTraits and VariadicOperandTraits assumed that, given aJay Foad2011-01-111-1/+2
* 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
* 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