Age | Commit message (Expand) | Author | Files | Lines |
2015-04-11 | DebugInfo: Make MDSubprogram::getFunction() return Constant | Duncan P. N. Exon Smith | 1 | -10/+8 |
2015-04-10 | DebugInfo: Stop leaking temporaries in DIBuilder::createCompileUnit() | Duncan P. N. Exon Smith | 1 | -9/+10 |
2015-04-07 | Revert "Workaround bot failure with explicit conversion to MDTuple*" | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-04-07 | Workaround bot failure with explicit conversion to MDTuple* | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-04-07 | IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*() | Duncan P. N. Exon Smith | 1 | -10/+10 |
2015-04-07 | DebugInfo: Remove DITypedArray<>, replace with typedefs | Duncan P. N. Exon Smith | 1 | -4/+4 |
2015-04-07 | DebugInfo: Remove DICompositeType mutation API | Duncan P. N. Exon Smith | 1 | -2/+13 |
2015-04-07 | DebugInfo: Use DebugNodeRef in MDImportedEntity::getEntity() | Duncan P. N. Exon Smith | 1 | -1/+2 |
2015-04-06 | IR: Fix -Werror noasserts build after r234255 | Duncan P. N. Exon Smith | 1 | -0/+2 |
2015-04-06 | IR: Stop using DIDescriptor::is*() and auto-casting | Duncan P. N. Exon Smith | 1 | -38/+29 |
2015-04-06 | DebugInfo: Remove DIDescriptor::Verify() | Duncan P. N. Exon Smith | 1 | -17/+6 |
2015-04-06 | DebugInfo: Use MDTypeRef throughout the hierarchy | Duncan P. N. Exon Smith | 1 | -76/+84 |
2015-03-30 | Verifier: Add operand checks for remaining debug info | Duncan P. N. Exon Smith | 1 | -1/+1 |
2015-03-30 | Verifier: Check operands of MDSubprogram nodes | Duncan P. N. Exon Smith | 1 | -9/+13 |
2015-03-27 | Verifier: Check operands of MDType subclasses and MDCompileUnit | Duncan P. N. Exon Smith | 1 | -2/+2 |
2015-03-27 | DebugInfo: Require non-null in DIBuilder::retainType() | Duncan P. N. Exon Smith | 1 | -1/+4 |
2015-03-27 | Verifier: Check fields of MDVariable subclasses | Duncan P. N. Exon Smith | 1 | -9/+11 |
2015-03-27 | DIBuilder: Change a few helpers to return downcasted MDNodes | Duncan P. N. Exon Smith | 1 | -4/+4 |
2015-03-03 | DebugInfo: Move new hierarchy into place | Duncan P. N. Exon Smith | 1 | -544/+151 |
2015-02-18 | IR: Drop the scope in DI template parameters | Duncan P. N. Exon Smith | 1 | -4/+6 |
2015-02-17 | DIBuilder: add trackIfUnresolved() to all nodes that may be cyclic. | Adrian Prantl | 1 | -3/+14 |
2015-02-17 | Prefer SmallVector::append/insert over push_back loops. | Benjamin Kramer | 1 | -8/+5 |
2015-02-13 | IR: Drop never-used defaults for DIBuilder::createTemplate*(), NFC | Duncan P. N. Exon Smith | 1 | -22/+17 |
2015-02-12 | IR: Stop abusing DW_TAG_base_type for compile unit arrays | Duncan P. N. Exon Smith | 1 | -9/+9 |
2015-02-11 | Allow DIBuilder::replaceVTableHolder() to work with temporary nodes, | Adrian Prantl | 1 | -6/+6 |
2015-02-11 | Add a trackIfUnresolved to DIBuilder::createInheritance(), | Adrian Prantl | 1 | -1/+3 |
2015-02-11 | Generalize DIBuilder's createReplaceableForwardDecl() to a more flexible | Adrian Prantl | 1 | -3/+3 |
2015-02-09 | Debug info: Use DW_OP_bit_piece instead of DW_OP_piece in the | Adrian Prantl | 1 | -3/+3 |
2015-02-09 | IR: Take uint64_t in DIBuilder::createExpression() | Duncan P. N. Exon Smith | 1 | -3/+9 |
2015-02-07 | Add more DWARF 5 language constants. | Bruce Mitchener | 1 | -1/+1 |
2015-01-20 | Reapply "IR: Simplify DIBuilder's HeaderBuilder API, NFC" | Duncan P. N. Exon Smith | 1 | -7/+18 |
2015-01-20 | Revert "IR: Simplify DIBuilder's HeaderBuilder API, NFC" | Duncan P. N. Exon Smith | 1 | -15/+5 |
2015-01-20 | IR: Simplify DIBuilder's HeaderBuilder API, NFC | Duncan P. N. Exon Smith | 1 | -5/+15 |
2015-01-19 | IR: Merge UniquableMDNode back into MDNode, NFC | Duncan P. N. Exon Smith | 1 | -2/+2 |
2015-01-19 | IR: Return unique_ptr from MDNode::getTemporary() | Duncan P. N. Exon Smith | 1 | -9/+9 |
2015-01-19 | IR: Simplify DIBuilder::trackIfUnresolved(), NFC | Duncan P. N. Exon Smith | 1 | -8/+6 |
2015-01-19 | IR: Remove isa<MDNodeFwdDecl>, NFC | Duncan P. N. Exon Smith | 1 | -4/+1 |
2015-01-12 | IR: Split GenericMDNode into MDTuple and UniquableMDNode | Duncan P. N. Exon Smith | 1 | -2/+3 |
2014-12-23 | DIBuilder: Similar to createPointerType, make createMemberPointerType take | Adrian Prantl | 1 | -4/+5 |
2014-12-18 | IR: Handle self-referencing DICompositeTypes in DIBuilder | Duncan P. N. Exon Smith | 1 | -0/+32 |
2014-12-09 | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 1 | -294/+340 |
2014-11-21 | Debug Info: revert r222195, r222210 and r222239. | Manman Ren | 1 | -1/+1 |
2014-11-21 | Debug Info: add an assertion that the context field of a global variable can not | Manman Ren | 1 | -1/+8 |
2014-11-20 | Do not create a replaceable Variables MDNode for function forward decls. | Frederic Riss | 1 | -4/+4 |
2014-11-19 | Update SetVector to rely on the underlying set's insert to return a pair<iter... | David Blaikie | 1 | -1/+1 |
2014-11-18 | Debug Info: In DIBuilder, the context field of a global variable is updated to | Manman Ren | 1 | -1/+1 |
2014-11-15 | DIBuilder: Use Constant instead of Value | Duncan P. N. Exon Smith | 1 | -29/+20 |
2014-11-15 | DIBuilder: Change private helper function to static, NFC | Duncan P. N. Exon Smith | 1 | -14/+11 |
2014-11-06 | Try to appease MSVC buildbots after r221466. | Frederic Riss | 1 | -1/+1 |
2014-11-06 | Change DIBuilder::createImportedDeclaration from taking a DIScope to a DIDesc... | Frederic Riss | 1 | -2/+5 |