IR: Give 'DI' prefix to debug info metadata
[oota-llvm.git] / include / llvm / IR / Metadata.def
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-03-24 Duncan P. N. Exon... DebugInfo: Add MDLocalScope, a legal scope for locals
2015-03-17 Duncan P. N. Exon... DebugInfo: Drop fake DW_TAG_expression
2015-02-10 Duncan P. N. Exon... AsmParser: Add stubs for specialized MDNodes, NFC
2015-02-10 Duncan P. N. Exon... IR: Add specialized debug info metadata nodes
2015-02-02 Duncan P. N. Exon... Fix some file headers, NFC
2015-01-22 Duncan P. N. Exon... IR: DwarfNode => DebugNode, NFC
2015-01-20 Duncan P. N. Exon... IR: Introduce GenericDwarfNode
2015-01-19 Duncan P. N. Exon... IR: Merge UniquableMDNode back into MDNode, NFC
2015-01-19 Duncan P. N. Exon... IR: Remove MDNodeFwdDecl
2015-01-13 Duncan P. N. Exon... IR: Add MDLocation class
2015-01-12 Duncan P. N. Exon... IR: Prepare for a new UniquableMDNode subclass, NFC
2015-01-12 Duncan P. N. Exon... IR: Split GenericMDNode into MDTuple and UniquableMDNode
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value