| Commit message (Expand) | Author | Age | Files | Lines |
| * | DebugInfo: Remove DITypedArray<>, replace with typedefs | Duncan P. N. Exon Smith | 2015-04-07 | 1 | -32/+18 |
| * | DebugInfo: Remove DICompositeType mutation API | Duncan P. N. Exon Smith | 2015-04-07 | 1 | -15/+0 |
| * | DebugInfo: Move DIExpression bit-piece API to MDExpression | Duncan P. N. Exon Smith | 2015-04-07 | 1 | -15/+0 |
| * | DebugInfo: Remove special iterators from DIExpression | Duncan P. N. Exon Smith | 2015-04-07 | 1 | -5/+0 |
| * | DebugInfo: Move DIFlag-related API from DIDescriptor to DebugNode | Duncan P. N. Exon Smith | 2015-04-07 | 1 | -43/+0 |
| * | IR: Stop using DIDescriptor::is*() and auto-casting | Duncan P. N. Exon Smith | 2015-04-06 | 1 | -83/+75 |
| * | DebugInfo: Reimplement DIRef<>::resolve() using TypedDebugNodeRef<> | Duncan P. N. Exon Smith | 2015-04-06 | 1 | -0/+14 |
| * | DebugInfo: Drop confusing forwarding API from DILexicalBlockFile | Duncan P. N. Exon Smith | 2015-04-06 | 1 | -3/+0 |
| * | DebugInfo: Remove DIDescriptor::Verify() | Duncan P. N. Exon Smith | 2015-04-06 | 1 | -61/+0 |
| * | DebugInfo: Use MDTypeRef throughout the hierarchy | Duncan P. N. Exon Smith | 2015-04-06 | 1 | -1/+1 |
| * | DebugInfo: Create MDTypeRef, etc., to replace DITypeRef | Duncan P. N. Exon Smith | 2015-04-06 | 1 | -8/+1 |
| * | DebugInfo: Remove dead code for accessing fields | Duncan P. N. Exon Smith | 2015-04-06 | 1 | -45/+0 |
| * | DebugInfo: Use MDFile instead of accessing operands directly, NFC | Duncan P. N. Exon Smith | 2015-04-06 | 1 | -2/+4 |
| * | git-clang-format r233603. | Rafael Espindola | 2015-04-01 | 1 | -1/+1 |
| * | Verifier: Move over DISubprogram::Verify() | Duncan P. N. Exon Smith | 2015-03-31 | 1 | -33/+1 |
| * | DebugInfo: Rewrite llvm::getDISubprogram(), NFC | Duncan P. N. Exon Smith | 2015-03-31 | 1 | -11/+3 |
| * | DebugInfo: Hide isScopeRef() and isTypeRef() behind NDEBUG | Duncan P. N. Exon Smith | 2015-03-31 | 1 | -1/+1 |
| * | Verifier: Check reference flags in debug info | Duncan P. N. Exon Smith | 2015-03-31 | 1 | -18/+2 |
| * | Verifier: Move more debug info checks away from Verify() | Duncan P. N. Exon Smith | 2015-03-31 | 1 | -42/+2 |
| * | Verifier: Move checks over from DIDescriptor::Verify() | Duncan P. N. Exon Smith | 2015-03-31 | 1 | -56/+5 |
| * | Fix PR23045. | Rafael Espindola | 2015-03-30 | 1 | -10/+19 |
| * | Use range loops and add missing braces. | Rafael Espindola | 2015-03-30 | 1 | -7/+7 |
| * | IR: Use the new DebugLoc API, NFC | Duncan P. N. Exon Smith | 2015-03-30 | 1 | -12/+10 |
| * | DebugInfo: Reflow printDebugLoc() to use early returns, NFC | Duncan P. N. Exon Smith | 2015-03-30 | 1 | -15/+18 |
| * | DebugInfo: Implement MDLocation::getInlinedAtScope() | Duncan P. N. Exon Smith | 2015-03-30 | 1 | -3/+1 |
| * | DebugInfo: Simplify logic in DISubprogram::Verify(), NFC | Duncan P. N. Exon Smith | 2015-03-30 | 1 | -13/+8 |
| * | DebugInfo: Permit DW_TAG_structure_type, DW_TAG_member, DW_TAG_typedef tags w... | Peter Collingbourne | 2015-03-25 | 1 | -1/+3 |
| * | DebugInfo: Overload get() in DIDescriptor subclasses | Duncan P. N. Exon Smith | 2015-03-23 | 1 | -25/+44 |
| * | DebugInfoFinder: Check for null imported entities | Duncan P. N. Exon Smith | 2015-03-20 | 1 | -0/+2 |
| * | IR: Take advantage of -verify checks for MDExpression | Duncan P. N. Exon Smith | 2015-03-16 | 1 | -7/+1 |
| * | DebugInfo: Simplify logic in DIType::Verify(), NFC | Duncan P. N. Exon Smith | 2015-03-16 | 1 | -18/+20 |
| * | Fix DwarfExpression::AddMachineRegExpression so it doesn't read past the | Adrian Prantl | 2015-03-04 | 1 | -2/+2 |
| * | DebugInfo: Move new hierarchy into place | Duncan P. N. Exon Smith | 2015-03-03 | 1 | -696/+92 |
| * | DebugInfo: Use TempMDNode in DIDescriptor::replaceAllUsesWith() | Duncan P. N. Exon Smith | 2015-02-28 | 1 | -13/+9 |
| * | IR: Add helper to split debug info flags bitfield | Duncan P. N. Exon Smith | 2015-02-21 | 1 | -0/+24 |
| * | IR: Add debug info flag string conversions | Duncan P. N. Exon Smith | 2015-02-21 | 1 | -0/+19 |
| * | IR: Drop the scope in DI template parameters | Duncan P. N. Exon Smith | 2015-02-18 | 1 | -2/+0 |
| * | Fix -DNDEBUG -Werror build after r229733 | Duncan P. N. Exon Smith | 2015-02-18 | 1 | -0/+2 |
| * | IR: isScopeRef() should check isScope() | Duncan P. N. Exon Smith | 2015-02-18 | 1 | -1/+3 |
| * | IR: Avoid DIScopeRef in DIImportedEntity::getEntity() | Duncan P. N. Exon Smith | 2015-02-18 | 1 | -0/+17 |
| * | IR: fieldIsMDNode() should be false for MDString | Duncan P. N. Exon Smith | 2015-02-17 | 1 | -8/+1 |
| * | Prefer SmallVector::append/insert over push_back loops. | Benjamin Kramer | 2015-02-17 | 1 | -9/+5 |
| * | DebugInfo: Don't crash if 'Debug Info Version' has a strange value | David Majnemer | 2015-02-16 | 1 | -1/+1 |
| * | Debug info: Use DW_OP_bit_piece instead of DW_OP_piece in the | Adrian Prantl | 2015-02-09 | 1 | -8/+8 |
| * | DebugInfo: Remove DW_TAG_constant | Duncan P. N. Exon Smith | 2015-02-09 | 1 | -2/+1 |
| * | DebugInfo: Fix use after return found by asan. | Benjamin Kramer | 2015-01-24 | 1 | -1/+1 |
| * | Address more review comments for DIExpression::iterator. | Adrian Prantl | 2015-01-23 | 1 | -4/+9 |
| * | Move the accessor functions from DIExpression::iterator into a wrapper | Adrian Prantl | 2015-01-23 | 1 | -6/+5 |
| * | Rewrite DIExpression::printInternal() to use the iterator interface. | Adrian Prantl | 2015-01-22 | 1 | -9/+5 |
| * | Rename DIExpressionIterator to DIExpression::iterator. | Adrian Prantl | 2015-01-22 | 1 | -4/+4 |