Rename MDValue* to Metadata* (NFC)
[oota-llvm.git] / lib / Bitcode / Writer / ValueEnumerator.h
2015-12-29 Teresa JohnsonRename MDValue* to Metadata* (NFC)
2015-11-20 Teresa Johnson[ThinLTO] Add MODULE_CODE_METADATA_VALUES record
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-14 Duncan P. N. Exon... uselistorder: Thread bit through ValueEnumerator
2015-02-25 David BlaikieBitcodeWriter: Refactor common computation of bits...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-03 Duncan P. N. Exon... IR: Assembly and bitcode for GenericDebugNode
2015-01-20 Duncan P. N. Exon... Bitcode: Add ValueEnumerator::getMetadataOrNullID(...
2015-01-13 Duncan P. N. Exon... AsmParser/Bitcode: Add support for MDLocation
2015-01-12 Duncan P. N. Exon... Bitcode: Simplify emission of METADATA_BLOCK
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-11-17 Rafael EspindolaPass a reference to ValueEnumerator.
2014-10-21 Duncan P. N. Exon... IR: Remove dead code in metadata bitcode writing, NFC
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-28 Duncan P. N. Exon... Bitcode: Serialize (and recover) use-list order
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-07-11 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-02-12 Bill WendlingUse the AttributeSet as the 'key' to the map instead...
2013-02-11 Bill WendlingRename AttributeSets to AttributeGroups so that it...
2013-02-10 Bill WendlingAdd support for attribute groups in the value enumerator.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
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...