OSDN Git Service

[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.
[android-x86/external-llvm.git] / lib / IR / DIBuilder.cpp
2018-05-09 Shiva Chen[DebugInfo] Add DILabel metadata and intrinsic llvm...
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-12 Scott Linder[DebugInfo] Unify ChecksumKind and Checksum value in...
2018-02-12 Momchil VelikovRe-commit r324489: [DebugInfo] Improvements to represen...
2018-02-07 Momchil VelikovRevert "[DebugInfo] Improvements to representation...
2018-02-07 Momchil Velikov[DebugInfo] Improvements to representation of enumerati...
2018-02-06 Adrian PrantlAdd DWARF for discriminated unions
2018-01-24 Sander de Smalen[Metadata] Extend 'count' field of DISubrange to take...
2018-01-19 Jessica PaquetteAdd optional DICompileUnit to DIBuilder + make outliner...
2017-12-01 Zachary TurnerMark all library options as hidden.
2017-11-08 Adrian PrantlLet replaceVTableHolder accept any type.
2017-10-03 Reid KlecknerRefactor DIBuilder dbg intrinsic insertion, NFC
2017-09-21 Reid KlecknerRe-land r313825: "[IR] Add llvm.dbg.addr, a control...
2017-09-21 Daniel JasperRevert r313825: "[IR] Add llvm.dbg.addr, a control...
2017-09-20 Reid Kleckner[IR] Add llvm.dbg.addr, a control-dependent version...
2017-09-12 Peter CollingbourneIR: Represent -ggnu-pubnames with a flag on the DICompi...
2017-08-30 Adrian PrantlRefactor DIBuilder::createFragmentExpression into a...
2017-08-30 Adrian PrantlCanonicalize the representation of empty an expression...
2017-08-04 Daniel JasperPrevent unused warning in non-assert builds (introduced...
2017-08-04 Victor LeschukUn-revert r310014: false revert, it wasn't the cause...
2017-08-04 Victor LeschukRevert r310014 as it breaks build lld-x86_64-darwin13
2017-08-04 Adrian PrantlTeach GlobalSRA to update the debug info for split...
2017-07-28 Adrian PrantlRemove the obsolete offset parameter from @llvm.dbg...
2017-07-19 Adrian PrantlDebug Info: Add a file: field to DIImportedEntity.
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-06-01 Keno Fischer[DIBuilder] Add a more fine-grained finalization method
2017-04-28 Adrian PrantlRemove line and file from DINamespace.
2017-04-26 Adrian PrantlAdd support for DW_TAG_thrown_type.
2017-03-13 Adrian PrantlRevert "Debug Info: Add basic support for external...
2017-03-08 Konstantin Zhuravlyov[DebugInfo] Emit address space with DW_AT_address_class...
2017-02-01 Dehao ChenChange debug-info-for-profiling from a TargetOption...
2017-01-12 Amjad Aboud[DebugInfo] Added DI macro creation API to DIBuilder.
2016-12-25 Amjad Aboud[DebugInfo] Added support for Checksum debug info feature.
2016-12-20 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
2016-12-16 Adrian PrantlRevert "[IR] Remove the DIExpression field from DIGloba...
2016-12-16 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
2016-12-16 Adrian PrantlRevert "[IR] Remove the DIExpression field from DIGloba...
2016-12-16 Adrian Prantl[IR] Remove the DIExpression field from DIGlobalVariable.
2016-12-14 Amjad Aboud[DebugInfo] Changed DIBuilder::createCompileUnit()...
2016-12-05 Adrian Prantl[DIExpression] Introduce a dedicated DW_OP_LLVM_fragmen...
2016-11-03 Adrian PrantlAdd DWARF debug info support for C++11 inline namespaces.
2016-10-20 Victor LeschukDebugInfo: preparation to implement DW_AT_alignment
2016-10-18 Victor LeschukDebugInfo: change alignment type from uint64_t to uint3...
2016-09-13 Peter CollingbourneDebugInfo: New metadata representation for global varia...
2016-09-06 Leny KholodovFormatting with clang-format patch r280700
2016-09-06 Leny KholodovDebugInfo: use strongly typed enum for debug info flags
2016-09-06 Mehdi AminiRevert "DebugInfo: use strongly typed enum for debug...
2016-09-06 Mehdi AminiDebugInfo: use strongly typed enum for debug info flags
2016-08-24 David BlaikieDebugInfo: Add flag to CU to disable emission of inline...
2016-07-02 Benjamin Kramer[DIBuilder] Remove dead code. NFC.
2016-07-01 Reid Kleckner[codeview] Add DISubprogram::ThisAdjustment
2016-06-30 David Majnemer[CodeView] Implement support for bitfields in LLVM
2016-06-17 Reid Kleckner[codeview] Add DIFlags for pointer to member representa...
2016-06-08 Reid Kleckner[DebugInfo] Add calling convention support for DWARF...
2016-04-23 Duncan P. N. Exon... DebugInfo: Change DIBuilder to make distinct DIGlobalVa...
2016-04-23 Duncan P. N. Exon... DebugInfo: Remove MDString-based type references
2016-04-20 Duncan P. N. Exon... IR: Use SmallVector instead of std::vector of TrackingMDRef
2016-04-20 Duncan P. N. Exon... IR: Stop copying vectors of TrackingMDRef in DIBuilder
2016-04-18 Reid KlecknerRemove old DIBuilder::createFunction overload used...
2016-04-15 Adrian Prantl[PR27284] Reverse the ownership between DICompileUnit...
2016-04-08 Adrian PrantlSupport the Nodebug emission kind for DICompileUnits.
2016-03-31 Adrian PrantlMove the DebugEmissionKind enum from DIBuilder into...
2016-03-13 Amjad AboudFixed DIBuilder to verify that same imported entity...
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-11-16 Keno Fischer[DIBuilder] Make createReferenceType take size and...
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-10-15 Eric ChristopherRemove DIFile from createSubroutineType.
2015-08-28 Duncan P. N. Exon... AsmPrinter: Allow null subroutine type
2015-08-26 Duncan P. N. Exon... DI: Make Subprogram definitions 'distinct'
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-31 Duncan P. N. Exon... DI: Rewrite the DIBuilder local variable API
2015-07-15 Adrian PrantlDebug Info: Add basic support for external types refere...
2015-07-10 Adrian PrantlCleanup a couple of comments in DIBuilder.cpp
2015-07-06 Adrian PrantlDIBuilder: Don't rauw null pointers with empty arrays...
2015-07-06 Adrian PrantlUse an early exit in DIBuilder::finalize() to improve...
2015-07-02 Adrian PrantlDIBuilder: Now that DICompileUnit is distinct, stop...
2015-06-30 Adrian PrantlFix a fixme and make DICompileUnit a distinct node...
2015-06-29 Adrian PrantlAdd a DIModule metadata node to the IR.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-15 Adrian PrantlDebug Info IR: Switch DIObjCProperty to use DITypeRef.
2015-05-21 Adrian PrantlIR / debug info: Add a DWOId field to DICompileUnit,
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-21 Duncan P. N. Exon... DebugInfo: Remove DIArray and DITypeArray typedefs
2015-04-20 Duncan P. N. Exon... DebugInfo: Remove typedefs for DITypeRef, etc.
2015-04-16 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor from the DIBuilder API
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIDescriptor
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIScope, DIEnumerator and DISubrange
2015-04-16 Duncan P. N. Exon... DebugInfo: Gut DIType and subclasses
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-15 Duncan P. N. Exon... DebugInfo: Require a DebugLoc in DIBuilder::insertDeclare()
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DIObjCProperty and DIImportedEntity
2015-04-11 Duncan P. N. Exon... DebugInfo: Make MDSubprogram::getFunction() return...
2015-04-10 Duncan P. N. Exon... DebugInfo: Stop leaking temporaries in DIBuilder::creat...
2015-04-07 Duncan P. N. Exon... Revert "Workaround bot failure with explicit conversion...
2015-04-07 Duncan P. N. Exon... Workaround bot failure with explicit conversion to...
2015-04-07 Duncan P. N. Exon... IR: Remove MDTupleTypedArrayWrapper::operator MDTuple*()
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DITypedArray<>, replace with typedefs
next