| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | AsmWriter/Bitcode: MDGlobalVariable | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -1/+25 |
| * | AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -2/+31 |
| * | AsmWriter/Bitcode: MDNamespace | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -1/+14 |
| * | AsmWriter/Bitcode: MDLexicalBlockFile | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -1/+13 |
| * | AsmWriter/Bitcode: MDLexicalBlock | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -1/+14 |
| * | AsmWriter: MDSubprogram: Recognize DW_VIRTUALITY in 'virtuality' | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -2/+25 |
| * | AsmWriter/Bitcode: MDSubprogram | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -4/+60 |
| * | AsmWriter/Bitcode: MDCompileUnit | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -1/+31 |
| * | AsmWriter/Bitcode: MDSubroutineType | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -1/+8 |
| * | AsmWriter: MDCompositeType: Recognize DW_LANG in 'runtimeLang' | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -1/+41 |
| * | AsmWriter/Bitcode: MDDerivedType and MDCompositeType | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -2/+51 |
| * | AsmWriter/Bitcode: MDFile | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -1/+12 |
| * | AsmWriter: MDBasicType: Recognize DW_ATE in 'encoding' | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -1/+23 |
| * | AsmWriter/Bitcode: MDBasicType | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -1/+15 |
| * | AsmWriter/Bitcode: MDEnumerator | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -1/+11 |
| * | AsmWriter/Bitcode: MDSubrange | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -1/+43 |
| * | AsmParser: Validate alloca's type | David Majnemer | 2015-02-11 | 1 | -0/+3 |
| * | AsmParser: Don't crash when insertvalue has bad operands | David Majnemer | 2015-02-11 | 1 | -1/+6 |
| * | AsmParser: Switch some vectors to maps | David Majnemer | 2015-02-11 | 1 | -19/+10 |
| * | AsmParser: Add stubs for specialized MDNodes, NFC | Duncan P. N. Exon Smith | 2015-02-10 | 1 | -5/+61 |
| * | IR: Allow 32-bits for lines in debug location | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -1/+1 |
| * | AsmParser: Use DW_TAG_hi_user instead of magic constant, NFC | Duncan P. N. Exon Smith | 2015-02-06 | 1 | -1/+1 |
| * | AsmParser: Split out LineField, NFC | Duncan P. N. Exon Smith | 2015-02-04 | 1 | -2/+17 |
| * | Fix GCC error caused by r228211 | Duncan P. N. Exon Smith | 2015-02-04 | 1 | -0/+4 |
| * | AsmParser: Move MDField details to source file, NFC | Duncan P. N. Exon Smith | 2015-02-04 | 1 | -0/+42 |
| * | AsmParser: Simplify assertion, NFC | Duncan P. N. Exon Smith | 2015-02-04 | 1 | -1/+1 |
| * | AsmParser: Remove dead code, NFC | Duncan P. N. Exon Smith | 2015-02-04 | 1 | -4/+0 |
| * | AsmParser: Simplify MDUnsignedField | Duncan P. N. Exon Smith | 2015-02-04 | 1 | -8/+8 |
| * | AsmParser: Recognize DW_TAG_* constants | Duncan P. N. Exon Smith | 2015-02-03 | 1 | -1/+24 |
| * | IR: Assembly and bitcode for GenericDebugNode | Duncan P. N. Exon Smith | 2015-02-03 | 1 | -0/+36 |
| * | IR: Split out DebugInfoMetadata.h, NFC | Duncan P. N. Exon Smith | 2015-02-02 | 1 | -0/+1 |
| * | AsmParser: PARSE_MD_FIELD() => ParseMDField(), NFC | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -13/+12 |
| * | AsmParser: Refactor duplicate code, NFC | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -8/+4 |
| * | AsmParser: Abstract more of MDLocation parser, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -16/+27 |
| * | AsmParser: Split up ParseMDFieldsImpl(), NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -10/+15 |
| * | AsmParser: Fix error location for missing fields | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -9/+11 |
| * | IR: Merge UniquableMDNode back into MDNode, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -2/+2 |
| * | IR: Return unique_ptr from MDNode::getTemporary() | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -7/+5 |
| * | IR: Remove MDNodeFwdDecl | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -3/+3 |
| * | IR: Allow 16-bits for column info | Duncan P. N. Exon Smith | 2015-01-16 | 1 | -1/+1 |
| * | AsmParser/Bitcode: Add support for MDLocation | Duncan P. N. Exon Smith | 2015-01-13 | 1 | -2/+118 |
| * | AsmParser: Use subclass API instead of MDNode wrappers, NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -4/+4 |
| * | AsmParser: Factor duplicated code into ParseMDNode(), NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -27/+22 |
| * | AsmParser: Reorder ParseMetadata() logic, NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -13/+13 |
| * | AsmParser: Simplify ParseMDTuple(), NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -4/+1 |
| * | AsmParser: ParseMDNode() => ParseMDTuple(), NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -4/+4 |
| * | AsmParser: Remove unused version of ParseMDNodeID() | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -17/+6 |
| * | AsmParser: Use normal references for metadata attachments, NFC | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -38/+6 |
| * | IR: Split GenericMDNode into MDTuple and UniquableMDNode | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -2/+2 |
| * | IR: Add 'distinct' MDNodes to bitcode and assembly | Duncan P. N. Exon Smith | 2015-01-08 | 1 | -3/+7 |