| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a DIModule metadata node to the IR. | Adrian Prantl | 2015-06-29 | 1 | -0/+14 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | Debug Info IR: Switch DIObjCProperty to use DITypeRef. | Adrian Prantl | 2015-06-15 | 1 | -1/+2 |
* | IR / debug info: Add a DWOId field to DICompileUnit, | Adrian Prantl | 2015-05-21 | 1 | -2/+2 |
* | IR: Give 'DI' prefix to debug info metadata | Duncan P. N. Exon Smith | 2015-04-29 | 1 | -261/+261 |
* | DebugInfo: Remove DIArray and DITypeArray typedefs | Duncan P. N. Exon Smith | 2015-04-21 | 1 | -21/+19 |
* | DebugInfo: Remove typedefs for DITypeRef, etc. | Duncan P. N. Exon Smith | 2015-04-20 | 1 | -7/+7 |
* | DebugInfo: Remove DIDescriptor from the DIBuilder API | Duncan P. N. Exon Smith | 2015-04-16 | 1 | -241/+209 |
* | DebugInfo: Gut DIDescriptor | Duncan P. N. Exon Smith | 2015-04-16 | 1 | -4/+4 |
* | DebugInfo: Gut DIScope, DIEnumerator and DISubrange | Duncan P. N. Exon Smith | 2015-04-16 | 1 | -13/+12 |
* | DebugInfo: Gut DIType and subclasses | Duncan P. N. Exon Smith | 2015-04-16 | 1 | -22/+19 |
* | DebugInfo: Gut DICompileUnit and DIFile | Duncan P. N. Exon Smith | 2015-04-15 | 1 | -11/+10 |
* | DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare() | Duncan P. N. Exon Smith | 2015-04-15 | 1 | -8/+31 |
* | DebugInfo: Gut DISubprogram and DILexicalBlock* | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -1/+1 |
* | DebugInfo: Gut DIObjCProperty and DIImportedEntity | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -1/+1 |
* | DebugInfo: Make MDSubprogram::getFunction() return Constant | Duncan P. N. Exon Smith | 2015-04-11 | 1 | -10/+8 |
* | DebugInfo: Stop leaking temporaries in DIBuilder::createCompileUnit() | Duncan P. N. Exon Smith | 2015-04-10 | 1 | -9/+10 |
* | Revert "Workaround bot failure with explicit conversion to MDTuple*" | Duncan P. N. Exon Smith | 2015-04-07 | 1 | -1/+1 |
* | Workaround bot failure with explicit conversion to MDTuple* | Duncan P. N. Exon Smith | 2015-04-07 | 1 | -1/+1 |
* | IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*() | Duncan P. N. Exon Smith | 2015-04-07 | 1 | -10/+10 |
* | DebugInfo: Remove DITypedArray<>, replace with typedefs | Duncan P. N. Exon Smith | 2015-04-07 | 1 | -4/+4 |
* | DebugInfo: Remove DICompositeType mutation API | Duncan P. N. Exon Smith | 2015-04-07 | 1 | -2/+13 |
* | DebugInfo: Use DebugNodeRef in MDImportedEntity::getEntity() | Duncan P. N. Exon Smith | 2015-04-07 | 1 | -1/+2 |
* | IR: Fix -Werror noasserts build after r234255 | Duncan P. N. Exon Smith | 2015-04-06 | 1 | -0/+2 |
* | IR: Stop using DIDescriptor::is*() and auto-casting | Duncan P. N. Exon Smith | 2015-04-06 | 1 | -38/+29 |
* | DebugInfo: Remove DIDescriptor::Verify() | Duncan P. N. Exon Smith | 2015-04-06 | 1 | -17/+6 |
* | 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 |