| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | DebugInfo: Use MDTypeRef throughout the hierarchy | Duncan P. N. Exon Smith | 2015-04-06 | 1 | -76/+84 |
* | Verifier: Add operand checks for remaining debug info | Duncan P. N. Exon Smith | 2015-03-30 | 1 | -1/+1 |
* | Verifier: Check operands of MDSubprogram nodes | Duncan P. N. Exon Smith | 2015-03-30 | 1 | -9/+13 |
* | Verifier: Check operands of MDType subclasses and MDCompileUnit | Duncan P. N. Exon Smith | 2015-03-27 | 1 | -2/+2 |
* | DebugInfo: Require non-null in DIBuilder::retainType() | Duncan P. N. Exon Smith | 2015-03-27 | 1 | -1/+4 |
* | Verifier: Check fields of MDVariable subclasses | Duncan P. N. Exon Smith | 2015-03-27 | 1 | -9/+11 |
* | DIBuilder: Change a few helpers to return downcasted MDNodes | Duncan P. N. Exon Smith | 2015-03-27 | 1 | -4/+4 |
* | DebugInfo: Move new hierarchy into place | Duncan P. N. Exon Smith | 2015-03-03 | 1 | -544/+151 |
* | IR: Drop the scope in DI template parameters | Duncan P. N. Exon Smith | 2015-02-18 | 1 | -4/+6 |
* | DIBuilder: add trackIfUnresolved() to all nodes that may be cyclic. | Adrian Prantl | 2015-02-17 | 1 | -3/+14 |
* | Prefer SmallVector::append/insert over push_back loops. | Benjamin Kramer | 2015-02-17 | 1 | -8/+5 |
* | IR: Drop never-used defaults for DIBuilder::createTemplate*(), NFC | Duncan P. N. Exon Smith | 2015-02-13 | 1 | -22/+17 |
* | IR: Stop abusing DW_TAG_base_type for compile unit arrays | Duncan P. N. Exon Smith | 2015-02-12 | 1 | -9/+9 |
* | Allow DIBuilder::replaceVTableHolder() to work with temporary nodes, | Adrian Prantl | 2015-02-11 | 1 | -6/+6 |
* | Add a trackIfUnresolved to DIBuilder::createInheritance(), | Adrian Prantl | 2015-02-11 | 1 | -1/+3 |
* | Generalize DIBuilder's createReplaceableForwardDecl() to a more flexible | Adrian Prantl | 2015-02-11 | 1 | -3/+3 |
* | Debug info: Use DW_OP_bit_piece instead of DW_OP_piece in the | Adrian Prantl | 2015-02-09 | 1 | -3/+3 |
* | IR: Take uint64_t in DIBuilder::createExpression() | Duncan P. N. Exon Smith | 2015-02-09 | 1 | -3/+9 |
* | Add more DWARF 5 language constants. | Bruce Mitchener | 2015-02-07 | 1 | -1/+1 |
* | Reapply "IR: Simplify DIBuilder's HeaderBuilder API, NFC" | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -7/+18 |
* | Revert "IR: Simplify DIBuilder's HeaderBuilder API, NFC" | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -15/+5 |
* | IR: Simplify DIBuilder's HeaderBuilder API, NFC | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -5/+15 |
* | 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 | -9/+9 |
* | IR: Simplify DIBuilder::trackIfUnresolved(), NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -8/+6 |
* | IR: Remove isa<MDNodeFwdDecl>, NFC | Duncan P. N. Exon Smith | 2015-01-19 | 1 | -4/+1 |
* | IR: Split GenericMDNode into MDTuple and UniquableMDNode | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -2/+3 |
* | DIBuilder: Similar to createPointerType, make createMemberPointerType take | Adrian Prantl | 2014-12-23 | 1 | -4/+5 |
* | IR: Handle self-referencing DICompositeTypes in DIBuilder | Duncan P. N. Exon Smith | 2014-12-18 | 1 | -0/+32 |
* | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -294/+340 |
* | Debug Info: revert r222195, r222210 and r222239. | Manman Ren | 2014-11-21 | 1 | -1/+1 |
* | Debug Info: add an assertion that the context field of a global variable can not | Manman Ren | 2014-11-21 | 1 | -1/+8 |
* | Do not create a replaceable Variables MDNode for function forward decls. | Frederic Riss | 2014-11-20 | 1 | -4/+4 |
* | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 2014-11-19 | 1 | -1/+1 |
* | Debug Info: In DIBuilder, the context field of a global variable is updated to | Manman Ren | 2014-11-18 | 1 | -1/+1 |
* | DIBuilder: Use Constant instead of Value | Duncan P. N. Exon Smith | 2014-11-15 | 1 | -29/+20 |
* | DIBuilder: Change private helper function to static, NFC | Duncan P. N. Exon Smith | 2014-11-15 | 1 | -14/+11 |
* | Try to appease MSVC buildbots after r221466. | Frederic Riss | 2014-11-06 | 1 | -1/+1 |
* | Change DIBuilder::createImportedDeclaration from taking a DIScope to a DIDesc... | Frederic Riss | 2014-11-06 | 1 | -2/+5 |
* | DI: Use a `DenseMap` instead of named metadata, NFC | Duncan P. N. Exon Smith | 2014-10-15 | 1 | -8/+5 |
* | Revert "Revert "DI: Fold constant arguments into a single MDString"" | Duncan P. N. Exon Smith | 2014-10-03 | 1 | -495/+404 |
* | Revert "DI: Fold constant arguments into a single MDString" | Duncan P. N. Exon Smith | 2014-10-02 | 1 | -404/+495 |
* | DI: Fold constant arguments into a single MDString | Duncan P. N. Exon Smith | 2014-10-02 | 1 | -495/+404 |
* | DIBuilder: Remove duplicated comments, NFC | Duncan P. N. Exon Smith | 2014-10-01 | 1 | -77/+1 |
* | Revert "DIBuilder: Remove dead code" | Duncan P. N. Exon Smith | 2014-10-01 | 1 | -0/+6 |
* | DIBuilder: Remove dead code | Duncan P. N. Exon Smith | 2014-10-01 | 1 | -14/+0 |
* | DIBuilder: Encapsulate DIExpression's element type | Duncan P. N. Exon Smith | 2014-10-01 | 1 | -2/+6 |
* | Move the complex address expression out of DIVariable and into an extra | Adrian Prantl | 2014-10-01 | 1 | -45/+27 |
* | Revert r218778 while investigating buldbot breakage. | Adrian Prantl | 2014-10-01 | 1 | -27/+45 |
* | Move the complex address expression out of DIVariable and into an extra | Adrian Prantl | 2014-10-01 | 1 | -45/+27 |