aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-26[DWARF] Rename getDwarf5OrGNUCallSite{Attr,Tag}, NFCVedant Kumar1-15/+11
2019-08-26[DWARF] Pick the DWARF5 OP_entry_value opcode on DarwinVedant Kumar1-4/+19
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-3/+3
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders1-1/+1
2019-07-31Reland "[DwarfDebug] Dump call site debug info"Djordje Todorovic1-17/+91
2019-07-16DWARF: Skip zero column for inline call sitesDavid Blaikie1-1/+2
2019-07-12[DebugInfo] Add column info for inline sitesJonas Devlieghere1-0/+1
2019-07-12Revert "[DwarfDebug] Dump call site debug info"Djordje Todorovic1-91/+17
2019-07-09[NFC][AsmPrinter] Fix the formatting for the rL365467Djordje Todorovic1-15/+15
2019-07-09[DwarfDebug] Dump call site debug infoDjordje Todorovic1-13/+87
2019-07-09Reland "[LiveDebugValues] Emit the debug entry values"Djordje Todorovic1-0/+6
2019-06-17hwasan: Add a tag_offset DWARF attribute to instrumented stack variables.Peter Collingbourne1-0/+3
2019-06-10[DebugInfo] More strict debug range for stack variablesNikola Prica1-21/+12
2019-05-07[DebugInfo] Delete TypedDINodeRefFangrui Song1-6/+6
2019-04-24DebugInfo: Emit only declarations (not whole definitions) of non-unit user de...David Blaikie1-0/+4
2019-04-23Reapply: "DebugInfo: Emit only one kind of accelerated access/name table""David Blaikie1-1/+3
2019-04-23Revert "DebugInfo: Emit only one kind of accelerated access/name table"David Blaikie1-3/+1
2019-04-22DebugInfo: Emit only one kind of accelerated access/name tableDavid Blaikie1-1/+3
2019-04-08Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl1-2/+28
2019-04-04NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer.Eric Christopher1-1/+1
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin1-0/+25
2019-03-19Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin1-24/+0
2019-03-19[DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin1-0/+24
2019-02-05[DEBUG_INFO][NVPTX] Generate DW_AT_address_class to get the values in debugger.Alexey Bataev1-2/+54
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-14DebugInfo: Move addAddrBase from DwarfUnit to DwarfCompileUnitDavid Blaikie1-0/+9
2018-11-08NFC: DebugInfo: Track the origin CU rather than just the base address for ran...David Blaikie1-2/+1
2018-10-24DebugInfo: Reuse common addresses for rnglist base address selectionsDavid Blaikie1-0/+1
2018-10-22[DWARF] Use a function-local offset for AT_call_return_pcVedant Kumar1-3/+9
2018-10-20DebugInfo: Implement debug_rnglists.dwoDavid Blaikie1-3/+3
2018-10-20DebugInfo: Use address pool forms in debug_rnglistsDavid Blaikie1-10/+16
2018-10-20DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie1-2/+4
2018-10-05[DebugInfo] Add support for DWARF5 call site-related attributesVedant Kumar1-1/+30
2018-10-03Emit template type and value parameter DIEs for template variables.Matthew Voss1-0/+3
2018-09-26[DebugInfo] Do not generate address info for removed debug labels.Hsiangkai Wang1-4/+3
2018-09-25Revert "[DebugInfo] Do not generate address info for removed debug labels."Justin Bogner1-3/+4
2018-09-25[DebugInfo] Do not generate address info for removed debug labels.Hsiangkai Wang1-4/+3
2018-09-08Remove addBlockByrefAddress(), it is dead code as far as clang is concerned.Adrian Prantl1-2/+0
2018-08-17[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang1-26/+62
2018-08-17Fix "control reaches end of non-void function" -Wreturn-type warning. NFCI.Simon Pilgrim1-0/+1
2018-08-16DebugInfo: Remove command line (& target-based) disabling of pubnames in favo...David Blaikie1-2/+2
2018-08-16DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie1-10/+14
2018-08-14Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes1-62/+26
2018-08-14[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang1-26/+62
2018-08-01[AArch64] DWARF: do not generate AT_location for thread localLei Liu1-0/+4
2018-08-01[DEBUGINFO] Disable emission of the dwarf sections, but allow directives.Alexey Bataev1-1/+4
2018-07-31Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich1-62/+26
2018-07-31[DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang1-26/+62
2018-07-26[DWARF v5] Reposting r337981, which was reverted in r337997 due to a test fai...Wolfgang Pieb1-2/+0
2018-07-26[DEBUGINFO, NVPTX] Emit correct debug information for local variables.Alexey Bataev1-2/+5