Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attrib...
[oota-llvm.git] / lib / Bitcode / Writer / ValueEnumerator.h
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-11-25 Joe AbbeyCode Custodian:
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2011-12-07 Chad RosierValueEnumerator - debug dump().
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-06-03 Chad RosierRevert name change from r132533. Lower case naming...
2011-06-03 Chad RosierWhitespace and other cleanup. Functionallity unchanged.
2011-04-06 Rafael EspindolaDo a topological sort of the types before writing them...
2010-08-24 Dan GohmanExtend function-local metadata to be usable as attachments.
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-06-02 Devang PatelSpeedup bitcode writer. Do not walk all values for...
2010-01-22 Devang PatelRemove MetadataBase class because it is not adding...
2010-01-14 Victor HernandezSimplify code that chooses when to enumerate function...
2010-01-14 Victor HernandezAvoid modifying ValueEnumerator's MD ValueList by choos...
2010-01-13 Victor HernandezEnumerate function-local metadata (and its types and...
2010-01-09 Devang PatelDerive NamedMDNode from Value.
2010-01-07 Devang PatelUse separate namespace for named metadata.
2009-10-28 Chris Lattnerbitcode writer support for blockaddress.
2009-09-18 Devang PatelWrite and read metadata attachments.
2009-08-04 Devang PatelUse separate ValueList for metadata.
2009-06-12 Nick LewyckyDon't remove aggregate-typed module level constants...
2008-09-25 Devang Patel Large mechanical patch.
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-06 Chris LattnerFix a nasty problem where we would miss enumeration...
2007-05-04 Chris Lattneroptimize constant layout. This fixes encoding of 181...
2007-05-04 Chris Lattnerpass by reference, not by value
2007-05-03 Chris Lattnerenumerate parameter attr lists.
2007-04-26 Chris Lattnerstart code for writing out instructions. Separate...
2007-04-26 Chris Lattnerenumerate BB's separately from other function values.
2007-04-26 Chris Lattneradd support for incorporating and purging functions...
2007-04-26 Chris Lattnermove some code around, fix a bug in the reader reading...
2007-04-24 Chris LattnerEmit module-level constants.
2007-04-23 Chris Lattnerfix off-by one
2007-04-22 Chris LattnerInitial support for writing bitcode files. This curren...