summaryrefslogtreecommitdiff
path: root/lib/IR/DIBuilder.cpp
AgeCommit message (Expand)Author
2018-06-01[DebugInfo] Refactoring DIType::setFlags to DIType::cloneWithFlags, NFCRoman Tereshin
2018-05-14[CodeView] Improve debugging of virtual base class member variablesBrock Wyma
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-02-23[DebugInfo] Support DWARF v5 source code embedding extensionScott Linder
2018-02-12[DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder
2018-02-12Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov
2018-02-07Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov
2018-02-07[DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov
2018-02-06Add DWARF for discriminated unionsAdrian Prantl
2018-01-24[Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen
2018-01-19Add optional DICompileUnit to DIBuilder + make outliner debug info use itJessica Paquette
2017-12-01Mark all library options as hidden.Zachary Turner
2017-11-08Let replaceVTableHolder accept any type.Adrian Prantl
2017-10-03Refactor DIBuilder dbg intrinsic insertion, NFCReid Kleckner
2017-09-21Re-land r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm...Reid Kleckner
2017-09-21Revert r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm....Daniel Jasper
2017-09-20[IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declareReid Kleckner
2017-09-12IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne
2017-08-30Refactor DIBuilder::createFragmentExpression into a static DIExpression memberAdrian Prantl
2017-08-30Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl
2017-08-04Prevent unused warning in non-assert builds (introduced in r310014).Daniel Jasper
2017-08-04Un-revert r310014: false revert, it wasn't the cause of build breakVictor Leschuk
2017-08-04Revert r310014 as it breaks build lld-x86_64-darwin13Victor Leschuk
2017-08-04Teach GlobalSRA to update the debug info for split-up globals.Adrian Prantl
2017-07-28Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl
2017-07-19Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-06-01[DIBuilder] Add a more fine-grained finalization methodKeno Fischer
2017-04-28Remove line and file from DINamespace.Adrian Prantl
2017-04-26Add support for DW_TAG_thrown_type.Adrian Prantl
2017-03-13Revert "Debug Info: Add basic support for external types references."Adrian Prantl
2017-03-08[DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov
2017-02-01Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen
2017-01-12[DebugInfo] Added DI macro creation API to DIBuilder.Amjad Aboud
2016-12-25[DebugInfo] Added support for Checksum debug info feature.Amjad Aboud
2016-12-20[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-16Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl
2016-12-16[IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl
2016-12-14[DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of ...Amjad Aboud
2016-12-05[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl
2016-11-03Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl
2016-10-20DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk
2016-10-18DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk
2016-09-13DebugInfo: New metadata representation for global variables.Peter Collingbourne
2016-09-06Formatting with clang-format patch r280700Leny Kholodov
2016-09-06DebugInfo: use strongly typed enum for debug info flagsLeny Kholodov
2016-09-06Revert "DebugInfo: use strongly typed enum for debug info flags"Mehdi Amini