summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reland: [DWARF] Allow cross-CU references of subprogram definitions"Vedant Kumar2020-01-291-3/+0
* Reland: [DWARF] Allow cross-CU references of subprogram definitionsVedant Kumar2019-12-201-0/+3
* Recommit "[DebugInfo] Refactored macro related generation,Sourabh Singh Tomar2019-12-181-0/+1
* NFC: DebugInfo: Refactor debug_loc/loclist emission into a common functionDavid Blaikie2019-12-121-0/+2
* hwasan: add tag_offset DWARF attribute to optimized debug infoEvgenii Stepanov2019-12-121-0/+5
* Revert "[DWARF] Allow cross-CU references of subprogram definitions"Vedant Kumar2019-12-111-3/+0
* Revert "[DebugInfo] Refactored macro related generation, added a test case fo...Nico Weber2019-12-101-1/+0
* [DWARF] Allow cross-CU references of subprogram definitionsVedant Kumar2019-12-101-0/+3
* [DebugInfo] Refactored macro related generation, added a test case for macinf...Sourabh Singh Tomar2019-12-111-0/+1
* [DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar2019-12-031-0/+2
* DebugInfo: Streamline debug_ranges/rnglists/rnglists.dwo emission codeDavid Blaikie2019-11-011-0/+1
* Remove the obsolete BlockByRefStruct flag from LLVM IRAdrian Prantl2019-09-181-1/+0
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Reland "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-311-0/+19
* Revert "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-121-16/+0
* [DwarfDebug] Dump call site debug infoDjordje Todorovic2019-07-091-0/+16
* [DWARF] Handle the DW_OP_entry_value operandDjordje Todorovic2019-06-271-0/+5
* [DebugInfo] Move Value struct out of DebugLocEntry as DbgValueLoc (NFC)Nikola Prica2019-06-131-4/+4
* [DebugInfo] More strict debug range for stack variablesNikola Prica2019-06-101-18/+23
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-071-15/+0
* DebugInfo: Emit only declarations (not whole definitions) of non-unit user de...David Blaikie2019-04-241-0/+13
* [DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFCDavid Stenberg2019-04-101-1/+1
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-2/+4
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-4/+2
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-2/+4
* [DEBUG_INFO, NVPTX] Fix relocation info.Alexey Bataev2019-01-221-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] Move several private headers to include directoryYonghong Song2018-12-181-2/+2
* DebugInfo: Avoid using split DWARF when the split unit would be empty.David Blaikie2018-12-141-0/+2
* DebugInfo: Reuse common addresses for rnglist base address selectionsDavid Blaikie2018-10-241-0/+5
* DebugInfo: Use address pool forms in debug_rnglistsDavid Blaikie2018-10-201-3/+1
* Revert BTF commit series.Eli Friedman2018-10-121-3/+0
* [BPF] Add BTF generation for BPF targetYonghong Song2018-10-121-0/+3
* Revert "DwarfDebug: Pick next location in case of missing location at block b...Matthias Braun2018-10-111-3/+0
* [DebugInfo] Add support for DWARF5 call site-related attributesVedant Kumar2018-10-051-0/+4
* DwarfDebug: Pick next location in case of missing location at block beginMatthias Braun2018-10-051-0/+3
* [DebugInfo] Do not generate label debug info if it has been processed.Hsiangkai Wang2018-09-061-4/+3
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-171-27/+110
* DebugInfo: Remove command line (& target-based) disabling of pubnames in favo...David Blaikie2018-08-161-6/+0
* DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie2018-08-161-7/+10
* Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes2018-08-141-110/+27
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-141-27/+110
* [DWARF] Basic support for producing DWARFv5 .debug_addr sectionVictor Leschuk2018-08-011-0/+3
* Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich2018-07-311-109/+27
* [DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang2018-07-311-27/+109
* [DWARF v5] Reposting r337981, which was reverted in r337997 due to a test fai...Wolfgang Pieb2018-07-261-2/+7
* Revert r337981: it breaks the debuginfo-testsAlex Lorenz2018-07-261-7/+2
* [DWARF v5] Don't emit multiple DW_AT_rnglists_base attributes. Some refactori...Wolfgang Pieb2018-07-251-2/+7
* Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen2018-07-241-109/+27
* [DebugInfo] Generate DWARF debug information for labels.Shiva Chen2018-07-241-27/+109
OpenPOWER on IntegriCloud