summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Do not generate label debug info if it has been processed.Hsiangkai Wang2018-09-061-29/+38
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-171-45/+90
* 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-18/+31
* Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes2018-08-141-90/+45
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-141-45/+90
* [DebugInfo] Fine tune emitting flags as part of the producerJonas Devlieghere2018-08-081-1/+1
* [DebugInfo] Reduce debug_str_offsets section sizePavel Labath2018-08-071-2/+1
* [DEBUGINFO] Disable emission of the dwarf sections, but allow directives.Alexey Bataev2018-08-011-0/+23
* [MC] Report fatal error for DWARF types for non-ELF object filesJonas Devlieghere2018-08-011-1/+3
* [DWARF] Basic support for producing DWARFv5 .debug_addr sectionVictor Leschuk2018-08-011-2/+7
* [DWARF] Do not create a .debug_ranges section when no ranges are needed.Wolfgang Pieb2018-07-311-1/+1
* Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich2018-07-311-90/+45
* [DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang2018-07-311-45/+90
* [DWARF v5] Reposting r337981, which was reverted in r337997 due to a test fai...Wolfgang Pieb2018-07-261-47/+34
* dwarfgen: Add support for generating the debug_str_offsets section, take 3Pavel Labath2018-07-261-4/+6
* Revert r337981: it breaks the debuginfo-testsAlex Lorenz2018-07-261-34/+47
* [DWARF v5] Don't emit multiple DW_AT_rnglists_base attributes. Some refactori...Wolfgang Pieb2018-07-251-47/+34
* Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...Pavel Labath2018-07-251-6/+4
* dwarfgen: Add support for generating the debug_str_offsets section, take 2Pavel Labath2018-07-251-4/+6
* Revert "dwarfgen: Add support for generating the debug_str_offsets section"Pavel Labath2018-07-251-6/+4
* dwarfgen: Add support for generating the debug_str_offsets sectionPavel Labath2018-07-251-4/+6
* Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen2018-07-241-90/+45
* [DebugInfo] Generate DWARF debug information for labels.Shiva Chen2018-07-241-45/+90
* DwarfDebug: Reduce duplication in addAccel*** methodsPavel Labath2018-07-201-41/+24
* [DebugInfo] Generate .debug_names section when it makes sensePavel Labath2018-07-201-10/+33
* [DebugInfo] Dwarfv5: Avoid unnecessary base_address specifiers in rnglistsDavid Blaikie2018-07-181-10/+18
* [DWARF v5] Generate range list tables into the .debug_rnglists section. No su...Wolfgang Pieb2018-07-121-12/+97
* [DWARF][NFC] Refactor range list emission to use a static helperWolfgang Pieb2018-07-101-57/+59
* [DEBUG_INFO, NVPTX] Do not emit .debug_loc section.Alexey Bataev2018-06-291-0/+5
* [DwarfDebug] Remove unused argument (NFC)Petar Jovanovic2018-06-281-3/+2
* [DWARFv5] Put the DWO ID in its place.Paul Robinson2018-05-221-5/+9
* Revert "Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for de...Eric Christopher2018-05-181-7/+15
* [CodeGen/AccelTable]: Handle -dwarf-linkage-names=Abstract correctlyPavel Labath2018-05-141-3/+5
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-2/+2
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-12/+16
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for debug info...Eric Christopher2018-05-011-15/+7
* [DEBUG] Initial adaptation of NVPTX target for debug info emission.Alexey Bataev2018-04-181-7/+15
* [CodeGen/Dwarf] Make debug_names compatible with split-dwarfPavel Labath2018-04-181-6/+10
* [CodeGen/AccelTable] Don't emit zero-CU name indexesPavel Labath2018-04-091-0/+4
* [CodeGen/AccelTable]: Don't emit accelerator entries for functions with no namesPavel Labath2018-04-091-4/+3
* [CodeGen] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-061-24/+25
* Fix build breakage from r329201Pavel Labath2018-04-041-3/+3
* Re-commit r329179 after fixing build&test issuesPavel Labath2018-04-041-20/+69
* Revert r329179 (and follow-up unsuccessful fix attempts 329184, 329186); it d...Nico Weber2018-04-041-69/+20
* [CodeGen] Generate DWARF v5 Accelerator TablesPavel Labath2018-04-041-20/+69
* Style update. NFC.Rafael Espindola2018-03-291-15/+15
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-291-4/+7
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Potapenko2018-03-281-7/+4
OpenPOWER on IntegriCloud