| Commit message (Expand) | Author | Age | Files | Lines |
| * | AsmParser: Check ConstantExpr insertvalue operands for type correctness | David Majnemer | 2015-02-23 | 1 | -1/+8 |
| * | AsmParser: Call instructions can't have an alignment | David Majnemer | 2015-02-23 | 1 | -2/+10 |
| * | AsmParser: Check ConstantExpr GEP operands for validity | David Majnemer | 2015-02-22 | 1 | -2/+24 |
| * | AsmParser/Writer: Handle symbolic constants in DI 'flags:' | Duncan P. N. Exon Smith | 2015-02-21 | 1 | -5/+47 |
| * | IR: Fix MDType fields from unsigned to uint64_t | Duncan P. N. Exon Smith | 2015-02-19 | 1 | -8/+8 |
| * | IR: Drop scope from MDTemplateParameter | Duncan P. N. Exon Smith | 2015-02-19 | 1 | -10/+6 |
| * | IR: Allow MDSubrange to have 'count: -1' | Duncan P. N. Exon Smith | 2015-02-18 | 1 | -1/+1 |
| * | IR: Swap order of name and value in MDEnum | Duncan P. N. Exon Smith | 2015-02-18 | 1 | -2/+2 |
| * | AsmParser: extractvalue requires at least one index operand | David Majnemer | 2015-02-16 | 1 | -0/+1 |
| * | AsmParser: Make sure GlobalVariables have sane types | David Majnemer | 2015-02-16 | 1 | -1/+1 |
| * | AsmParser: Reject alloca with function type | David Majnemer | 2015-02-16 | 1 | -4/+4 |
| * | AsmWriter/Bitcode: MDImportedEntity | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -1/+16 |
| * | AsmWriter/Bitcode: MDObjCProperty | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -1/+19 |
| * | AsmWriter/Bitcode: MDExpression | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -1/+36 |
| * | AsmWriter/Bitcode: MDLocalVariable | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -1/+22 |
| * | 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 |