2015-07-06 |
NAKAMURA Takumi | Untabify. |
blob | commitdiff | raw |
2015-07-02 |
Adrian Prantl | DIBuilder: Now that DICompileUnit is distinct, stop... |
blob | commitdiff | raw | diff to current |
2015-06-29 |
Adrian Prantl | Add a DIModule metadata node to the IR. |
blob | commitdiff | raw | diff to current |
2015-06-15 |
Adrian Prantl | Debug Info IR: Switch DIObjCProperty to use DITypeRef. |
blob | commitdiff | raw | diff to current |
2015-05-21 |
Adrian Prantl | IR / debug info: Add a DWOId field to DICompileUnit, |
blob | commitdiff | raw | diff to current |
2015-04-29 |
Duncan P. N. Exon... | IR: Give 'DI' prefix to debug info metadata |
blob | commitdiff | raw | diff to current |
2015-04-20 |
Duncan P. N. Exon... | DebugInfo: Remove typedefs for DITypeRef, etc. |
blob | commitdiff | raw | diff to current |
2015-04-16 |
Duncan P. N. Exon... | DebugInfo: Gut DIType and subclasses |
blob | commitdiff | raw | diff to current |
2015-04-15 |
Duncan P. N. Exon... | DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable |
blob | commitdiff | raw | diff to current |
2015-04-15 |
Duncan P. N. Exon... | Verifier: Check that @llvm.dbg.* intrinsics have a... |
blob | commitdiff | raw | diff to current |
2015-04-14 |
Duncan P. N. Exon... | DebugInfo: Add MDLexicalBlockBase::getLine(), etc. |
blob | commitdiff | raw | diff to current |
2015-04-14 |
Duncan P. N. Exon... | DebugInfo: Gut DIObjCProperty and DIImportedEntity |
blob | commitdiff | raw | diff to current |
2015-04-14 |
Duncan P. N. Exon... | DebugInfo: Gut DIExpression |
blob | commitdiff | raw | diff to current |
2015-04-14 |
Duncan P. N. Exon... | DebugInfo: Move an assertion into MDCompositeTypeBase |
blob | commitdiff | raw | diff to current |
2015-04-14 |
Duncan P. N. Exon... | DebugInfo: Move DILocation::computeNewDiscriminators() |
blob | commitdiff | raw | diff to current |
2015-04-14 |
Duncan P. N. Exon... | DebugInfo: Move DILocation::getDiscriminator() to MDLoc... |
blob | commitdiff | raw | diff to current |
2015-04-13 |
Duncan P. N. Exon... | DebugInfo: Move DIDerivedType accessors to MDDerivedTyp... |
blob | commitdiff | raw | diff to current |
2015-04-13 |
Duncan P. N. Exon... | DebugInfo: Migrate DISubprogram::describes() to new... |
blob | commitdiff | raw | diff to current |
2015-04-11 |
Duncan P. N. Exon... | DebugInfo: Make MDSubprogram::getFunction() return... |
blob | commitdiff | raw | diff to current |
2015-04-11 |
Duncan P. N. Exon... | DebugInfo: Move DIScope::getName() and getContext(... |
blob | commitdiff | raw | diff to current |
2015-04-11 |
Benjamin Kramer | Remove empty non-virtual destructors or mark them ... |
blob | commitdiff | raw | diff to current |
2015-04-11 |
Duncan P. N. Exon... | DebugInfo: Rewrite atSameLineAs() as MDLocation::canDis... |
blob | commitdiff | raw | diff to current |
2015-04-11 |
Duncan P. N. Exon... | DebugInfo: Add forwarding getFilename() accessor to... |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Duncan P. N. Exon... | DebugInfo: Remove constructors for DIRef<> |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Duncan P. N. Exon... | IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*() |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Duncan P. N. Exon... | DebugInfo: Remove DITypedArray<>, replace with typedefs |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Duncan P. N. Exon... | DebugInfo: Use DebugNodeRef in MDImportedEntity::getEnt... |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Duncan P. N. Exon... | DebugInfo: Move DIFlag accessors from DIVariable to... |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Duncan P. N. Exon... | DebugInfo: Move DIExpression bit-piece API to MDExpression |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Duncan P. N. Exon... | DebugInfo: Remove special iterators from DIExpression |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Duncan P. N. Exon... | DebugInfo: Move DISubprogram::is*() queries to MDSubprogram |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Duncan P. N. Exon... | DebugInfo: Move DIType::is*() queries to MDType |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Duncan P. N. Exon... | DebugInfo: Move DIFlag-related API from DIDescriptor... |
blob | commitdiff | raw | diff to current |
2015-04-07 |
Duncan P. N. Exon... | IR: Rename MDSubrange::getLo() to getLowerBound() |
blob | commitdiff | raw | diff to current |
2015-04-06 |
Duncan P. N. Exon... | DebugInfo: Reimplement DIRef<>::resolve() using TypedDe... |
blob | commitdiff | raw | diff to current |
2015-04-06 |
Duncan P. N. Exon... | DebugInfo: Add MDTypeRefArray, to replace DITypeArray |
blob | commitdiff | raw | diff to current |
2015-04-06 |
Duncan P. N. Exon... | DebugInfo: Use MDTypeRef throughout the hierarchy |
blob | commitdiff | raw | diff to current |
2015-04-06 |
Duncan P. N. Exon... | DebugInfo: Create MDTypeRef, etc., to replace DITypeRef |
blob | commitdiff | raw | diff to current |
2015-04-06 |
Duncan P. N. Exon... | Metadata: Add typed array-like wrapper for MDTuple |
blob | commitdiff | raw | diff to current |
2015-04-03 |
Duncan P. N. Exon... | CodeGen: Assert that inlined-at locations agree |
blob | commitdiff | raw | diff to current |
2015-03-31 |
Duncan P. N. Exon... | DebugInfo: Move debug info flags to the new hierarchy |
blob | commitdiff | raw | diff to current |
2015-03-30 |
Duncan P. N. Exon... | DwarfDebug: Avoid creating new DebugLocs in the backend |
blob | commitdiff | raw | diff to current |
2015-03-30 |
Duncan P. N. Exon... | DebugInfo: Implement MDLocation::getInlinedAtScope() |
blob | commitdiff | raw | diff to current |
2015-03-30 |
Duncan P. N. Exon... | Verifier: Add operand checks for remaining debug info |
blob | commitdiff | raw | diff to current |
2015-03-30 |
Duncan P. N. Exon... | Verifier: Add operand checks for MDLexicalBlock |
blob | commitdiff | raw | diff to current |
2015-03-30 |
Duncan P. N. Exon... | Verifier: Check operands of MDSubprogram nodes |
blob | commitdiff | raw | diff to current |
2015-03-27 |
Duncan P. N. Exon... | Verifier: Check operands of MDType subclasses and MDCom... |
blob | commitdiff | raw | diff to current |
2015-03-27 |
Duncan P. N. Exon... | Verifier: Check fields of MDVariable subclasses |
blob | commitdiff | raw | diff to current |
2015-03-26 |
Duncan P. N. Exon... | Verifier: Check accessors of MDLocation |
blob | commitdiff | raw | diff to current |
2015-03-24 |
Duncan P. N. Exon... | DebugInfo: Reorder definitions of MDLocation and MDFile... |
blob | commitdiff | raw | diff to current |
2015-03-24 |
Duncan P. N. Exon... | DebugInfo: Add MDLocalScope, a legal scope for locals |
blob | commitdiff | raw | diff to current |
2015-03-17 |
Duncan P. N. Exon... | DebugInfo: Drop fake DW_TAG_expression |
blob | commitdiff | raw | diff to current |
2015-03-03 |
Duncan P. N. Exon... | IR: Add missing API to specialized metadata nodes |
blob | commitdiff | raw | diff to current |
2015-02-28 |
Duncan P. N. Exon... | Fix buildbot issues for MDScope::getFile() after r230871 |
blob | commitdiff | raw | diff to current |
2015-02-28 |
Duncan P. N. Exon... | IR: Specialize MDScope::getFile() for MDFile |
blob | commitdiff | raw | diff to current |
2015-02-20 |
Duncan P. N. Exon... | IR: Change MDFile to directly store the filename/directory |
blob | commitdiff | raw | diff to current |
2015-02-19 |
Duncan P. N. Exon... | IR: Fix MDType fields from unsigned to uint64_t |
blob | commitdiff | raw | diff to current |
2015-02-19 |
Duncan P. N. Exon... | IR: Drop scope from MDTemplateParameter |
blob | commitdiff | raw | diff to current |
2015-02-18 |
Duncan P. N. Exon... | IR: Add MDCompositeTypeBase::replace*() |
blob | commitdiff | raw | diff to current |
2015-02-18 |
Duncan P. N. Exon... | IR: Add MDCompileUnit::replace*() |
blob | commitdiff | raw | diff to current |
2015-02-18 |
Duncan P. N. Exon... | IR: Add MDSubprogram::replaceFunction() |
blob | commitdiff | raw | diff to current |
2015-02-17 |
Duncan P. N. Exon... | IR: Add missing clone() overloads |
blob | commitdiff | raw | diff to current |
2015-02-15 |
Aaron Ballman | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the... |
blob | commitdiff | raw | diff to current |
2015-02-13 |
Duncan P. N. Exon... | AsmWriter/Bitcode: MDImportedEntity |
blob | commitdiff | raw | diff to current |
2015-02-13 |
Duncan P. N. Exon... | AsmWriter/Bitcode: MDObjCProperty |
blob | commitdiff | raw | diff to current |
2015-02-13 |
Duncan P. N. Exon... | AsmWriter/Bitcode: MDGlobalVariable |
blob | commitdiff | raw | diff to current |
2015-02-13 |
Duncan P. N. Exon... | AsmWriter/Bitcode: MDTemplate{Type,Value}Parameter |
blob | commitdiff | raw | diff to current |
2015-02-13 |
Duncan P. N. Exon... | AsmWriter/Bitcode: MDNamespace |
blob | commitdiff | raw | diff to current |
2015-02-13 |
Duncan P. N. Exon... | AsmWriter/Bitcode: MDSubprogram |
blob | commitdiff | raw | diff to current |
2015-02-13 |
Duncan P. N. Exon... | AsmWriter/Bitcode: MDCompileUnit |
blob | commitdiff | raw | diff to current |
2015-02-13 |
Duncan P. N. Exon... | AsmWriter/Bitcode: MDFile |
blob | commitdiff | raw | diff to current |
2015-02-13 |
Duncan P. N. Exon... | AsmWriter/Bitcode: MDBasicType |
blob | commitdiff | raw | diff to current |
2015-02-13 |
Duncan P. N. Exon... | AsmWriter/Bitcode: MDEnumerator |
blob | commitdiff | raw | diff to current |
2015-02-13 |
Duncan P. N. Exon... | IR: Add MDExpression::ExprOperand |
blob | commitdiff | raw | diff to current |
2015-02-10 |
Duncan P. N. Exon... | IR: Remove unnecessary fields from MDTemplateParameter |
blob | commitdiff | raw | diff to current |
2015-02-10 |
Duncan P. N. Exon... | IR: Add accessors to MDExpression |
blob | commitdiff | raw | diff to current |
2015-02-10 |
Duncan P. N. Exon... | IR: Add specialized debug info metadata nodes |
blob | commitdiff | raw | diff to current |
2015-02-05 |
Duncan P. N. Exon... | IR: Split out getOperandAs(), NFC |
blob | commitdiff | raw | diff to current |
2015-02-02 |
Duncan P. N. Exon... | IR: Allow GenericDebugNode construction from MDString |
blob | commitdiff | raw | diff to current |
2015-02-02 |
Duncan P. N. Exon... | IR: Extract DEFINE_MDNODE_GET(), NFC |
blob | commitdiff | raw | diff to current |
2015-02-02 |
Duncan P. N. Exon... | IR: Separate helpers for string operands, NFC |
blob | commitdiff | raw | diff to current |
2015-02-02 |
Duncan P. N. Exon... | IR: Split out DebugInfoMetadata.h, NFC |
blob | commitdiff | raw | diff to current |
|