summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/DIBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark all library options as hidden.Zachary Turner2017-12-011-2/+2
* Let replaceVTableHolder accept any type.Adrian Prantl2017-11-081-1/+1
* Refactor DIBuilder dbg intrinsic insertion, NFCReid Kleckner2017-10-031-58/+57
* Re-land r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm...Reid Kleckner2017-09-211-2/+12
* Revert r313825: "[IR] Add llvm.dbg.addr, a control-dependent version of llvm....Daniel Jasper2017-09-211-12/+2
* [IR] Add llvm.dbg.addr, a control-dependent version of llvm.dbg.declareReid Kleckner2017-09-201-2/+12
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-2/+2
* Refactor DIBuilder::createFragmentExpression into a static DIExpression memberAdrian Prantl2017-08-301-27/+0
* Canonicalize the representation of empty an expression in DIGlobalVariableExp...Adrian Prantl2017-08-301-0/+2
* Prevent unused warning in non-assert builds (introduced in r310014).Daniel Jasper2017-08-041-2/+2
* Un-revert r310014: false revert, it wasn't the cause of build breakVictor Leschuk2017-08-041-4/+25
* Revert r310014 as it breaks build lld-x86_64-darwin13Victor Leschuk2017-08-041-25/+4
* Teach GlobalSRA to update the debug info for split-up globals.Adrian Prantl2017-08-041-4/+25
* Remove the obsolete offset parameter from @llvm.dbg.valueAdrian Prantl2017-07-281-4/+2
* Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2017-07-191-9/+17
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [DIBuilder] Add a more fine-grained finalization methodKeno Fischer2017-06-011-16/+17
* Remove line and file from DINamespace.Adrian Prantl2017-04-281-3/+8
* Add support for DW_TAG_thrown_type.Adrian Prantl2017-04-261-13/+13
* Revert "Debug Info: Add basic support for external types references."Adrian Prantl2017-03-131-8/+0
* [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov2017-03-081-18/+25
* Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen2017-02-011-2/+2
* [DebugInfo] Added DI macro creation API to DIBuilder.Amjad Aboud2017-01-121-0/+44
* [DebugInfo] Added support for Checksum debug info feature.Amjad Aboud2016-12-251-2/+3
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-9/+10
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-10/+9
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-9/+10
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-10/+9
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-9/+10
* [DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of ...Amjad Aboud2016-12-141-7/+5
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-051-2/+2
* Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl2016-11-031-2/+3
* DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk2016-10-201-21/+25
* DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk2016-10-181-16/+16
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-4/+4
* Formatting with clang-format patch r280700Leny Kholodov2016-09-061-23/+23
* DebugInfo: use strongly typed enum for debug info flagsLeny Kholodov2016-09-061-26/+26
* Revert "DebugInfo: use strongly typed enum for debug info flags"Mehdi Amini2016-09-061-43/+43
* DebugInfo: use strongly typed enum for debug info flagsMehdi Amini2016-09-061-43/+43
* DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie2016-08-241-2/+3
* [DIBuilder] Remove dead code. NFC.Benjamin Kramer2016-07-021-34/+0
* [codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2016-07-011-7/+8
* [CodeView] Implement support for bitfields in LLVMDavid Majnemer2016-06-301-0/+12
* [codeview] Add DIFlags for pointer to member representationsReid Kleckner2016-06-171-2/+3
* [DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner2016-06-081-2/+2
* DebugInfo: Change DIBuilder to make distinct DIGlobalVariablesDuncan P. N. Exon Smith2016-04-231-4/+4
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-231-103/+71
* IR: Use SmallVector instead of std::vector of TrackingMDRefDuncan P. N. Exon Smith2016-04-201-1/+1
* IR: Stop copying vectors of TrackingMDRef in DIBuilderDuncan P. N. Exon Smith2016-04-201-6/+12
OpenPOWER on IntegriCloud