| Age | Commit message (Expand) | Author |
| 2015-03-17 | AsmWriter: Assert on unresolved metadata nodes | Duncan P. N. Exon Smith |
| 2015-03-13 | [opaque pointer type] Bitcode support for explicit type parameter on the gep ... | David Blaikie |
| 2015-02-25 | [opaque pointer type] Bitcode support for explicit type parameter on GEP. | David Blaikie |
| 2015-02-25 | [opaque pointer type] bitcode support for explicit type parameter to the load... | David Blaikie |
| 2015-02-25 | BitcodeWriter: Refactor common computation of bits required for a type index. | David Blaikie |
| 2015-02-20 | Bitcode: Stop assuming non-null fields | Duncan P. N. Exon Smith |
| 2015-02-19 | IR: Drop scope from MDTemplateParameter | Duncan P. N. Exon Smith |
| 2015-02-17 | Prefer SmallVector::append/insert over push_back loops. | Benjamin Kramer |
| 2015-02-13 | AsmWriter/Bitcode: MDImportedEntity | Duncan P. N. Exon Smith |
| 2015-02-13 | AsmWriter/Bitcode: MDObjCProperty | Duncan P. N. Exon Smith |
| 2015-02-13 | AsmWriter/Bitcode: MDExpression | Duncan P. N. Exon Smith |
| 2015-02-13 | AsmWriter/Bitcode: MDLocalVariable | Duncan P. N. Exon Smith |
| 2015-02-13 | AsmWriter/Bitcode: MDGlobalVariable | Duncan P. N. Exon Smith |
| 2015-02-13 | AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter | Duncan P. N. Exon Smith |
| 2015-02-13 | AsmWriter/Bitcode: MDNamespace | Duncan P. N. Exon Smith |
| 2015-02-13 | AsmWriter/Bitcode: MDLexicalBlockFile | Duncan P. N. Exon Smith |
| 2015-02-13 | AsmWriter/Bitcode: MDLexicalBlock | Duncan P. N. Exon Smith |
| 2015-02-13 | AsmWriter/Bitcode: MDSubprogram | Duncan P. N. Exon Smith |
| 2015-02-13 | AsmWriter/Bitcode: MDCompileUnit | Duncan P. N. Exon Smith |
| 2015-02-13 | AsmWriter/Bitcode: MDSubroutineType | Duncan P. N. Exon Smith |
| 2015-02-13 | AsmWriter/Bitcode: MDDerivedType and MDCompositeType | Duncan P. N. Exon Smith |
| 2015-02-13 | AsmWriter/Bitcode: MDFile | Duncan P. N. Exon Smith |
| 2015-02-13 | AsmWriter/Bitcode: MDBasicType | Duncan P. N. Exon Smith |
| 2015-02-13 | AsmWriter/Bitcode: MDEnumerator | Duncan P. N. Exon Smith |
| 2015-02-13 | AsmWriter/Bitcode: MDSubrange | Duncan P. N. Exon Smith |
| 2015-02-10 | IR: Add specialized debug info metadata nodes | Duncan P. N. Exon Smith |
| 2015-02-04 | IR: Initialize MDNode abbreviations en masse, NFC | Duncan P. N. Exon Smith |
| 2015-02-04 | Misc documentation/comment fixes. | Peter Collingbourne |
| 2015-02-03 | IR: Assembly and bitcode for GenericDebugNode | Duncan P. N. Exon Smith |
| 2015-02-02 | IR: Split out DebugInfoMetadata.h, NFC | Duncan P. N. Exon Smith |
| 2015-01-22 | IR: DwarfNode => DebugNode, NFC | Duncan P. N. Exon Smith |
| 2015-01-20 | Bitcode: Simplify MDNode subclass dispatch, NFC | Duncan P. N. Exon Smith |
| 2015-01-20 | Bitcode: WriteMDNode() => WriteMDTuple(), NFC | Duncan P. N. Exon Smith |
| 2015-01-20 | Bitcode: Add ValueEnumerator::getMetadataOrNullID(), NFC | Duncan P. N. Exon Smith |
| 2015-01-19 | Bring r226038 back. | Rafael Espindola |
| 2015-01-16 | Revert r226242 - Revert Revert Don't create new comdats in CodeGen | Timur Iskhodzhanov |
| 2015-01-16 | Revert "Revert Don't create new comdats in CodeGen" | Rafael Espindola |
| 2015-01-15 | Revert Don't create new comdats in CodeGen | Timur Iskhodzhanov |
| 2015-01-14 | Don't create new comdats in CodeGen. | Rafael Espindola |
| 2015-01-14 | Add support for comdats with names larger than 256 characters. | Rafael Espindola |
| 2015-01-13 | AsmParser/Bitcode: Add support for MDLocation | Duncan P. N. Exon Smith |
| 2015-01-12 | Bitcode: Range-based for, NFC | Duncan P. N. Exon Smith |
| 2015-01-12 | Bitcode: Add abbreviation for METADATA_NAME | Duncan P. N. Exon Smith |
| 2015-01-12 | Bitcode: Range-based for, NFC | Duncan P. N. Exon Smith |
| 2015-01-12 | Bitcode: Range-based for, NFC | Duncan P. N. Exon Smith |
| 2015-01-12 | Bitcode: Simplify emission of METADATA_BLOCK | Duncan P. N. Exon Smith |
| 2015-01-09 | Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD" | Duncan P. N. Exon Smith |
| 2015-01-09 | Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD | Duncan P. N. Exon Smith |
| 2015-01-08 | IR: Add 'distinct' MDNodes to bitcode and assembly | Duncan P. N. Exon Smith |
| 2015-01-08 | clang-format. NFC. | Rafael Espindola |