summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reland: [DWARF] Allow cross-CU references of subprogram definitions"Vedant Kumar2020-01-291-2/+2
* DebugInfo: Remove out of date commentDavid Blaikie2019-12-211-4/+0
* Reland: [DWARF] Allow cross-CU references of subprogram definitionsVedant Kumar2019-12-201-2/+2
* Reapply "NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLoc...David Blaikie2019-12-181-2/+2
* Temporarily revert "NFC: DebugInfo: Refactor RangeSpanList to be a struct, li...Eric Christopher2019-12-121-2/+2
* NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLocStream::ListDavid Blaikie2019-12-121-2/+2
* hwasan: add tag_offset DWARF attribute to optimized debug infoEvgenii Stepanov2019-12-121-0/+16
* Revert "[DWARF] Allow cross-CU references of subprogram definitions"Vedant Kumar2019-12-111-2/+2
* [DWARF] Allow cross-CU references of subprogram definitionsVedant Kumar2019-12-101-2/+2
* [DWARF5][Debuginfo] Compilation unit type (DW_UT_skeleton) and root DIE (DW_T...Alexey Lapshin2019-12-051-2/+15
* DebugInfo: Use loclistx for DWARFv5 location lists to reduce the number of re...David Blaikie2019-11-151-2/+5
* [DebugInfo] Add a DW_OP_LLVM_entry_value operationDavid Stenberg2019-10-151-1/+1
* DebugInfo: Reduce the scope of some variables related to debug_ranges emissionDavid Blaikie2019-10-111-14/+11
* DebugInfo: Simplify RangeSpan to be a plain structDavid Blaikie2019-10-021-6/+6
* DebugInfo: Simplify section label caching/usageDavid Blaikie2019-09-301-1/+0
* Remove the obsolete BlockByRefStruct flag from LLVM IRAdrian Prantl2019-09-181-8/+0
* [DwarfExpression] Disallow some rewrites to avoid undefined behaviorBjorn Pettersson2019-09-071-2/+1
* [DWARF] Rename getDwarf5OrGNUCallSite{Attr,Tag}, NFCVedant Kumar2019-08-261-15/+11
* [DWARF] Pick the DWARF5 OP_entry_value opcode on DarwinVedant Kumar2019-08-261-4/+19
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-3/+3
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-1/+1
* Reland "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-311-17/+91
* DWARF: Skip zero column for inline call sitesDavid Blaikie2019-07-161-1/+2
* [DebugInfo] Add column info for inline sitesJonas Devlieghere2019-07-121-0/+1
* Revert "[DwarfDebug] Dump call site debug info"Djordje Todorovic2019-07-121-91/+17
* [NFC][AsmPrinter] Fix the formatting for the rL365467Djordje Todorovic2019-07-091-15/+15
* [DwarfDebug] Dump call site debug infoDjordje Todorovic2019-07-091-13/+87
* Reland "[LiveDebugValues] Emit the debug entry values"Djordje Todorovic2019-07-091-0/+6
* hwasan: Add a tag_offset DWARF attribute to instrumented stack variables.Peter Collingbourne2019-06-171-0/+3
* [DebugInfo] More strict debug range for stack variablesNikola Prica2019-06-101-21/+12
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-071-6/+6
* DebugInfo: Emit only declarations (not whole definitions) of non-unit user de...David Blaikie2019-04-241-0/+4
* Reapply: "DebugInfo: Emit only one kind of accelerated access/name table""David Blaikie2019-04-231-1/+3
* Revert "DebugInfo: Emit only one kind of accelerated access/name table"David Blaikie2019-04-231-3/+1
* DebugInfo: Emit only one kind of accelerated access/name tableDavid Blaikie2019-04-221-1/+3
* Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl2019-04-081-2/+28
* NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer.Eric Christopher2019-04-041-1/+1
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-0/+25
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-24/+0
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-0/+24
* [DEBUG_INFO][NVPTX] Generate DW_AT_address_class to get the values in debugger.Alexey Bataev2019-02-051-2/+54
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* DebugInfo: Move addAddrBase from DwarfUnit to DwarfCompileUnitDavid Blaikie2018-12-141-0/+9
* NFC: DebugInfo: Track the origin CU rather than just the base address for ran...David Blaikie2018-11-081-2/+1
* DebugInfo: Reuse common addresses for rnglist base address selectionsDavid Blaikie2018-10-241-0/+1
* [DWARF] Use a function-local offset for AT_call_return_pcVedant Kumar2018-10-221-3/+9
* DebugInfo: Implement debug_rnglists.dwoDavid Blaikie2018-10-201-3/+3
* DebugInfo: Use address pool forms in debug_rnglistsDavid Blaikie2018-10-201-10/+16
* DebugInfo: Use debug_addr for non-dwo addresses in DWARF 5David Blaikie2018-10-201-2/+4
* [DebugInfo] Add support for DWARF5 call site-related attributesVedant Kumar2018-10-051-1/+30
OpenPOWER on IntegriCloud