| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | DebugInfo: Gut DISubprogram and DILexicalBlock* | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -7/+7 |
* | DebugInfo: Gut DINamespace and DITemplate*Parameter | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -8/+6 |
* | DebugInfo: Gut DIVariable and DIGlobalVariable | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -6/+6 |
* | DebugInfo: Move DIVariable::printExtendedName() to its only caller | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -35/+0 |
* | DebugInfo: Gut DIObjCProperty and DIImportedEntity | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -1/+1 |
* | DebugInfo: Gut DILocation | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -2/+2 |
* | DebugInfo: Move DILocation::computeNewDiscriminators() | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -5/+0 |
* | AddDiscriminators: Create new MDLocation directly | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -9/+0 |
* | SelectionDAG: Stop using DIVariable::isInlinedFnArgument() | Duncan P. N. Exon Smith | 2015-04-13 | 1 | -10/+0 |
* | DebugInfo: Remove DIGlobalVariable::getGlobal() | Duncan P. N. Exon Smith | 2015-04-13 | 1 | -4/+0 |
* | DebugInfo: Migrate DISubprogram::describes() to new hierarchy, NFC | Duncan P. N. Exon Smith | 2015-04-13 | 1 | -12/+0 |
* | Reapply "Verifier: Check for incompatible bit piece expressions" | Duncan P. N. Exon Smith | 2015-04-13 | 1 | -13/+0 |
* | Revert "Verifier: Check for incompatible bit piece expressions" | Duncan P. N. Exon Smith | 2015-04-13 | 1 | -0/+13 |
* | DebugInfo: Make MDSubprogram::getFunction() return Constant | Duncan P. N. Exon Smith | 2015-04-11 | 1 | -6/+0 |
* | Verifier: Check for incompatible bit piece expressions | Duncan P. N. Exon Smith | 2015-04-11 | 1 | -13/+0 |
* | DebugInfo: Remove dead DIDescriptor::replaceAllUsesWith() | Duncan P. N. Exon Smith | 2015-04-11 | 1 | -27/+0 |
* | DebugInfo: Assume a valid pointer for DISubprogram::getFunction() | Duncan P. N. Exon Smith | 2015-04-11 | 1 | -3/+2 |
* | DebugInfo: Move DIScope::getName() and getContext() to MDScope | Duncan P. N. Exon Smith | 2015-04-11 | 1 | -31/+0 |
* | DebugInfo: Add forwarding getFilename() accessor to new hierarchy | Duncan P. N. Exon Smith | 2015-04-11 | 1 | -14/+0 |
* | DebugInfo: Remove dead DIDescriptor::getDescriptorField() | Duncan P. N. Exon Smith | 2015-04-10 | 1 | -19/+0 |
* | DebugInfo: Remove constructors for DIRef<> | Duncan P. N. Exon Smith | 2015-04-07 | 1 | -56/+4 |
* | IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*() | Duncan P. N. Exon Smith | 2015-04-07 | 1 | -2/+2 |
* | 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 |