summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* DWARF v5: emit DW_AT_addr_base if DW_AT_low_pc references .debug_addrFangrui Song2019-05-141-7/+7
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-071-4/+4
* [DebugInfo] DW_OP_deref_size in PrologEpilogInserter.Markus Lavin2019-04-301-0/+4
* DebugInfo: Emit only declarations (not whole definitions) of non-unit user de...David Blaikie2019-04-241-0/+16
* Reapply: "DebugInfo: Emit only one kind of accelerated access/name table""David Blaikie2019-04-231-1/+1
* Revert "DebugInfo: Emit only one kind of accelerated access/name table"David Blaikie2019-04-231-3/+0
* Use llvm::stable_sortFangrui Song2019-04-231-13/+12
* DebugInfo: Emit only one kind of accelerated access/name tableDavid Blaikie2019-04-221-0/+3
* [DebugInfo] Improve handling of clobbered fragmentsDavid Stenberg2019-04-101-47/+83
* [DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFCDavid Stenberg2019-04-101-14/+13
* [DebugInfo] Make InstrRange into a class, NFCDavid Stenberg2019-04-101-5/+5
* [DebugInfo] Pass all values in DebugLocEntry's constructor, NFCDavid Stenberg2019-04-091-18/+5
* [DebugInfo] Remove redundant DebugLocEntry::MergeValues() function, NFCDavid Stenberg2019-04-091-50/+4
* Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf...Ali Tamur2019-03-261-1/+0
* [llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-261-0/+1
* Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-251-1/+0
* [llvm] Prevent duplicate files in debug line header in dwarf 5.Ali Tamur2019-03-251-0/+1
* [DwarfDebug] Skip entries to big for 16 bit size field in Dwarf < 5.Florian Hahn2019-03-191-1/+7
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-12/+69
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-69/+12
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-12/+69
* DebugInfo: Split DWARF + gmlt + no-split-dwarf-inlining shouldn't emit anythi...David Blaikie2019-02-121-2/+2
* [DWARF v5] Fix DWARF emitter and consumer to produce/expect a uleb for a loca...Wolfgang Pieb2019-02-011-2/+4
* [TEST][COMMIT] - fix comment typo in AsmPrinter/DwarfDebug.cpp - NFCTom Weaver2019-01-251-1/+1
* [DEBUG_INFO, NVPTX] Fix relocation info.Alexey Bataev2019-01-221-22/+45
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AsmPrinter] Collapse .loc 0 0 directivesJonas Devlieghere2019-01-161-1/+1
* Give helper classes/functions local linkage. NFC.Benjamin Kramer2019-01-121-2/+2
* [DebugInfo] Omit location list entries with empty rangesDavid Stenberg2019-01-091-0/+13
* DebugInfo: Fix for missing comp_dir handling with r349207David Blaikie2018-12-201-9/+10
* DebugInfo: Fix missing local imported entities after r349207David Blaikie2018-12-181-3/+3
* DebugInfo: Avoid using split DWARF when the split unit would be empty.David Blaikie2018-12-141-28/+37
* [AsmPrinter] Rename a comment of .debug_gnu_pubnames entryFangrui Song2018-11-131-2/+2
* DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...David Blaikie2018-11-131-1/+1
* [DWARFv5] Emit split type units in .debug_info.dwo.Paul Robinson2018-11-121-4/+7
* [DWARFv5] Emit normal type units in .debug_info comdats.Paul Robinson2018-11-091-1/+6
* NFC: DebugInfo: Track the origin CU rather than just the base address for ran...David Blaikie2018-11-081-1/+2
* MachineModuleInfo: Initialize DbgInfoAvailable depending on debug_cus existingMatthias Braun2018-10-311-2/+5
* [Codegen] - Implement basic .debug_loclists section emission (DWARF5).George Rimar2018-10-261-51/+133
* DebugInfo: Explain why DW_LLE_(GNU_)startx_length is usedDavid Blaikie2018-10-251-4/+7
* DebugInfo: Reuse common addresses for rnglist base address selectionsDavid Blaikie2018-10-241-0/+9
* [DWARF] Use a function-local offset for AT_call_return_pcVedant Kumar2018-10-221-3/+4
* DebugInfo: Use base address specifiers more aggressivelyDavid Blaikie2018-10-201-1/+1
* DebugInfo: Implement debug_rnglists.dwoDavid Blaikie2018-10-201-0/+26
* DebugInfo: Use address pool forms in debug_rnglistsDavid Blaikie2018-10-201-58/+51
* DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie2018-10-201-7/+9
* Revert BTF commit series.Eli Friedman2018-10-121-10/+0
* [BPF] Add BTF generation for BPF targetYonghong Song2018-10-121-0/+10
* Revert "DwarfDebug: Pick next location in case of missing location at block b...Matthias Braun2018-10-111-71/+41
* [DebugInfo] Add support for DWARF5 call site-related attributesVedant Kumar2018-10-051-1/+67
OpenPOWER on IntegriCloud