| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Change the .ll syntax for comdats and add a syntactic sugar. | Rafael Espindola | 2015-01-06 | 1 | -9/+19 |
* | IR: Make metadata typeless in assembly | Duncan P. N. Exon Smith | 2014-12-15 | 1 | -67/+68 |
* | 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 |
* | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -53/+82 |
* | 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 |
* | Prologue support | Peter Collingbourne | 2014-12-03 | 1 | -2/+6 |
* | Parse 'ghccc' in .ll files as the GHC convention (cc 10) | Reid Kleckner | 2014-12-01 | 1 | -1/+3 |
* | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 2014-11-19 | 1 | -1/+1 |
* | X86: Implement the vectorcall calling convention | Reid Kleckner | 2014-10-28 | 1 | -0/+2 |
* | Make CallingConv::ID an alias of "unsigned". | Alexey Samsonov | 2014-09-10 | 1 | -9/+5 |