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