summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/DIBuilder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix case style warnings in DIBuilder. NFC.Simon Pilgrim2019-12-231-8/+8
* reland "[DebugInfo] Support to emit debugInfo for extern variables"Yonghong Song2019-12-221-2/+3
* Revert "[DebugInfo] Support to emit debugInfo for extern variables"Reid Kleckner2019-12-221-3/+2
* Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl2019-12-201-2/+2
* [DebugInfo] Support to emit debugInfo for extern variablesYonghong Song2019-12-101-2/+3
* Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE."Sourabh Singh Tomar2019-12-031-3/+4
* Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."Sam McCall2019-11-181-4/+2
* [DWARF5]Addition of alignment atrribute in typedef DIE.Sourabh Singh Tomar2019-11-161-2/+4
* Add missing includes needed to prune LLVMContext.h include, NFCReid Kleckner2019-11-141-1/+2
* Do a sweep of symbol internalization. NFC.Benjamin Kramer2019-08-231-1/+1
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-071-2/+2
* Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl2019-04-081-0/+7
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename DIFlagFixedEnum to DIFlagEnumClass. NFCPaul Robinson2019-01-081-2/+2
* [DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson2018-11-191-25/+27
* DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...David Blaikie2018-11-131-2/+3
* Emit template type and value parameter DIEs for template variables.Matthew Voss2018-10-031-4/+4
* fix 80-column violation with clang-formatAdrian Prantl2018-09-121-7/+4
* DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie2018-08-161-2/+3
* [DebugInfoMetadata] Added DIFlags interface in DIBasicType.Adrian Prantl2018-08-141-2/+3
* [DebugInfo] Refactoring DIType::setFlags to DIType::cloneWithFlags, NFCRoman Tereshin2018-06-011-5/+9
* [CodeView] Improve debugging of virtual base class member variablesBrock Wyma2018-05-141-1/+5
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-6/+61
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-2/+4
* [DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder2018-02-121-2/+2
* Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov2018-02-121-4/+6
* Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov2018-02-071-6/+4
* [DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov2018-02-071-4/+6
* Add DWARF for discriminated unionsAdrian Prantl2018-02-061-0/+25
* [Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen2018-01-241-0/+4
* Add optional DICompileUnit to DIBuilder + make outliner debug info use itJessica Paquette2018-01-191-2/+2
* 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
OpenPOWER on IntegriCloud