| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | clang-format. NFC. | Rafael Espindola | 2015-01-08 | 1 | -11/+22 |
* | Bitcode: Use unsigned char to record MDStrings | Duncan P. N. Exon Smith | 2014-12-11 | 1 | -1/+1 |
* | Bitcode: Add METADATA_NODE and METADATA_VALUE | Duncan P. N. Exon Smith | 2014-12-11 | 1 | -31/+9 |
* | Bitcode: Add `OLD_` prefix to metadata node records | Duncan P. N. Exon Smith | 2014-12-11 | 1 | -3/+3 |
* | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -33/+69 |
* | Prologue support | Peter Collingbourne | 2014-12-03 | 1 | -3/+6 |
* | Pass a reference to ValueEnumerator. | Rafael Espindola | 2014-11-17 | 1 | -1/+1 |
* | Revert "IR: MDNode => Value" | Duncan P. N. Exon Smith | 2014-11-11 | 1 | -1/+1 |
* | IR: MDNode => Value: Instruction::getAllMetadataOtherThanDebugLoc() | Duncan P. N. Exon Smith | 2014-11-03 | 1 | -1/+1 |
* | IR: Remove dead code in metadata bitcode writing, NFC | Duncan P. N. Exon Smith | 2014-10-21 | 1 | -3/+3 |
* | correct const-ness with auto and dyn_cast | Sanjay Patel | 2014-10-15 | 1 | -3/+3 |
* | Use 'auto' for easier reading; no functional change intended. | Sanjay Patel | 2014-10-15 | 1 | -6/+3 |
* | Bitcode: Serialize (and recover) use-list order | Duncan P. N. Exon Smith | 2014-07-28 | 1 | -94/+37 |
* | IPO: Add use-list-order verifier | Duncan P. N. Exon Smith | 2014-07-25 | 1 | -7/+2 |
* | Add a dereferenceable attribute | Hal Finkel | 2014-07-18 | 1 | -0/+2 |