summaryrefslogtreecommitdiff
path: root/include/llvm/GlobalAlias.h
Commit message (Expand)AuthorAge
* Remove unnecessary classof()'sSean Silva2012-10-11
* Mark unimplemented copy constructors and copy assignment operators as LLVM_DE...Craig Topper2012-09-17
* Remove DEFINE_TRANSPARENT_CASTED_OPERAND_ACCESSORS, folding itsJay Foad2011-08-22
* The operands of a GlobalAlias are always Constants. Simplify thingsJay Foad2011-08-01
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* consolidate GlobalValue::isDeclaration into one Chris Lattner2011-07-14
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* FixedNumOperandTraits and VariadicOperandTraits assumed that, given aJay Foad2011-01-11
* sink twine.h down out of Value.h. It is annoying that you needChris Lattner2009-12-29
* 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