StringRef'ize EmitSourceFileHeader().
[oota-llvm.git] / include / llvm / GlobalAlias.h
2011-08-22 Jay FoadRemove DEFINE_TRANSPARENT_CASTED_OPERAND_ACCESSORS...
2011-08-01 Jay FoadThe operands of a GlobalAlias are always Constants...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-14 Chris Lattnerconsolidate GlobalValue::isDeclaration into one
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-01-11 Jay FoadFixedNumOperandTraits and VariadicOperandTraits assumed...
2009-12-29 Chris Lattnersink twine.h down out of Value.h. It is annoying that...
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-07-25 Daniel DunbarFinish migrating VMCore to StringRef/Twine based APIs.
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-09-09 Anton KorobeynikovMake safer variant of alias resolution routine to be...
2008-09-09 Anton KorobeynikovFix incorrect linker behaviour: we shouldn't resolve...
2008-08-29 Daniel DunbarAdd GlobalValue::{removeFromParent,eraseFromParent}
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-07-28 Dan GohmanFold the useful features of alist and alist_node into...
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-22 Anton KorobeynikovTypo fixes
2008-03-11 Anton KorobeynikovAdd helper for ultimate aliasee resoltion
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-04-29 Anton KorobeynikovImplement review feedback
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-25 Anton KorobeynikovAdd missed file