| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects. | Zachary Turner | 2015-02-11 | 1 | -0/+3 |
| * | AsmParser: Add stubs for specialized MDNodes, NFC | Duncan P. N. Exon Smith | 2015-02-10 | 2 | -7/+65 |
| * | 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 | 2 | -38/+44 |
| * | 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 | 2 | -17/+14 |
| * | AsmParser: Recognize DW_TAG_* constants | Duncan P. N. Exon Smith | 2015-02-03 | 4 | -1/+35 |
| * | IR: Assembly and bitcode for GenericDebugNode | Duncan P. N. Exon Smith | 2015-02-03 | 2 | -2/+48 |
| * | IR: Split out DebugInfoMetadata.h, NFC | Duncan P. N. Exon Smith | 2015-02-02 | 1 | -0/+1 |
| * | Remove unused tokens in the ll lexer. | Sean Silva | 2015-01-29 | 2 | -3/+0 |
| * | AsmParser: PARSE_MD_FIELD() => ParseMDField(), NFC | Duncan P. N. Exon Smith | 2015-01-20 | 2 | -13/+13 |
| * | 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 | 2 | -10/+17 |
| * | AsmParser: Fix error location for missing fields | Duncan P. N. Exon Smith | 2015-01-19 | 2 | -10/+13 |
| * | 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 | 2 | -8/+6 |
| * | IR: Remove MDNodeFwdDecl | Duncan P. N. Exon Smith | 2015-01-19 | 2 | -4/+4 |
| * | Remove std::move that was preventing return value optimization. | Richard Trieu | 2015-01-17 | 1 | -1/+1 |
| * | 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 | 2 | -2/+150 |
| * | 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 | 2 | -27/+24 |
| * | 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 | 2 | -5/+5 |
| * | AsmParser: Remove unused version of ParseMDNodeID() | Duncan P. N. Exon Smith | 2015-01-12 | 2 | -18/+6 |
| * | AsmParser: Use normal references for metadata attachments, NFC | Duncan P. N. Exon Smith | 2015-01-12 | 2 | -39/+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 | 4 | -4/+14 |
| * | Change the .ll syntax for comdats and add a syntactic sugar. | Rafael Espindola | 2015-01-06 | 2 | -10/+20 |
| * | IR: Make metadata typeless in assembly | Duncan P. N. Exon Smith | 2014-12-15 | 2 | -74/+80 |
| * | AsmParser: Don't crash on an ill-formed MDNodeVector | David Majnemer | 2014-12-11 | 1 | -2/+2 |
| * | AsmParser: Don't crash on an ill-formed MDNodeVector | David Majnemer | 2014-12-11 | 1 | -2/+2 |
| * | AsmParser: Don't allow null bytes in BB labels | David Majnemer | 2014-12-10 | 1 | -1/+6 |
| * | AsmParser: Don't crash if a null byte is inside a quoted string | David Majnemer | 2014-12-10 | 2 | -52/+34 |
| * | AsmParser: Verifier that the contents of a hex integer are hex | David Majnemer | 2014-12-09 | 1 | -1/+7 |
| * | AsmParser: Don't crash on short hex constants for fp128 types | David Majnemer | 2014-12-09 | 1 | -5/+7 |
| * | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 2 | -62/+92 |
| * | AsmParser: Don't crash on malformed attribute groups | David Majnemer | 2014-12-09 | 1 | -1/+3 |
| * | Reland r223754 | David Majnemer | 2014-12-09 | 1 | -6/+9 |
| * | Revert "AsmParser: Reject invalid mismatch between forward ref and def" | David Majnemer | 2014-12-09 | 1 | -8/+5 |
| * | AsmParser: Reject invalid mismatch between forward ref and def | David Majnemer | 2014-12-09 | 1 | -5/+8 |
| * | IR: Add missing tests for function-local metadata | Duncan P. N. Exon Smith | 2014-12-07 | 1 | -1/+1 |
| * | IR: Disallow function-local metadata attachments | Duncan P. N. Exon Smith | 2014-12-06 | 1 | -0/+4 |
| * | IR: Disallow complicated function-local metadata | Duncan P. N. Exon Smith | 2014-12-06 | 1 | -0/+13 |