summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Reland: [DWARF] Allow cross-CU references of subprogram definitions"Vedant Kumar2020-01-291-19/+5
* DebugInfo: Correct the form of DW_AT_macro_info in .dwo files (sec_offset, ra...David Blaikie2019-12-241-1/+1
* DebugInfo: Add {} to address -Wdangling-else warning.David Blaikie2019-12-241-1/+2
* [DebugInfo] Fix v4 macinfo for dwo files.Sourabh Singh Tomar2019-12-241-4/+9
* [DWARF] Defer creating declaration DIEs until we prepare call site infoVedant Kumar2019-12-201-7/+0
* Reland: [DWARF] Allow cross-CU references of subprogram definitionsVedant Kumar2019-12-201-0/+21
* [WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly opera...Yury Delendik2019-12-201-0/+10
* DebugInfo: Include DW_AT_base_addr even in gmlt with no inline functionsDavid Blaikie2019-12-181-1/+1
* Reapply "NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLoc...David Blaikie2019-12-181-5/+6
* Recommit "[DebugInfo] Refactored macro related generation,Sourabh Singh Tomar2019-12-181-19/+8
* Temporarily revert "NFC: DebugInfo: Refactor RangeSpanList to be a struct, li...Eric Christopher2019-12-121-6/+5
* NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLocStream::ListDavid Blaikie2019-12-121-5/+6
* NFC: DebugInfo: Refactor debug_loc/loclist emission into a common functionDavid Blaikie2019-12-121-21/+13
* hwasan: add tag_offset DWARF attribute to optimized debug infoEvgenii Stepanov2019-12-121-0/+2
* Revert "[DWARF] Allow cross-CU references of subprogram definitions"Vedant Kumar2019-12-111-17/+0
* Revert "[DebugInfo] Refactored macro related generation, added a test case fo...Nico Weber2019-12-101-8/+19
* DebugInfo: Clarify some more reasons v4 loc.dwo can't share much implementati...David Blaikie2019-12-101-0/+2
* [DWARF] Allow cross-CU references of subprogram definitionsVedant Kumar2019-12-101-0/+17
* [DebugInfo] Refactored macro related generation, added a test case for macinf...Sourabh Singh Tomar2019-12-111-19/+8
* Recommit "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified."Sourabh Singh Tomar2019-12-111-5/+11
* Revert "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified."Sourabh Singh Tomar2019-12-111-11/+5
* [DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified.Sourabh Singh Tomar2019-12-111-5/+11
* [DebugInfo] Make describeLoadedValue() reg awareDavid Stenberg2019-12-091-33/+26
* Revert "[DebugInfo] Make describeLoadedValue() reg aware"David Stenberg2019-12-091-26/+33
* [DebugInfo] Make describeLoadedValue() reg awareDavid Stenberg2019-12-091-33/+26
* DebugInfo: Pull out a common expression.David Blaikie2019-12-051-3/+5
* DebugInfo: Fix LTO+DWARFv5 loclistsDavid Blaikie2019-12-051-1/+1
* [DebugInfo] Handle call site values for instructions before call bundleDavid Stenberg2019-12-051-0/+4
* [DWARF5][Debuginfo] Compilation unit type (DW_UT_skeleton) and root DIE (DW_T...Alexey Lapshin2019-12-051-1/+2
* [NFCI][DebugInfo] Corrected a comment.Sourabh Singh Tomar2019-12-031-2/+2
* [DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar2019-12-031-2/+24
* Recommit "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar2019-11-231-18/+37
* Revert "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar2019-11-231-37/+18
* [DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar2019-11-231-18/+37
* Fix PR44001: assert failure in getFunctionLocalOffsetAfterInsnThomas Preud'homme2019-11-191-6/+21
* DebugInfo: Use loclistx for DWARFv5 location lists to reduce the number of re...David Blaikie2019-11-151-1/+4
* Fix typo in DwarfDebug [NFC]David Stenberg2019-11-131-1/+1
* DebugInfo: Remove redundant conditionals/checks from macro info emissionDavid Blaikie2019-11-081-18/+8
* DebugInfo: Do not create a debug_macinfo section if no CUs have associated ma...David Blaikie2019-11-081-4/+2
* DebugInfo: Use separate macinfo contributions for each CUDavid Blaikie2019-11-081-2/+2
* DebugInfo: Streamline debug_ranges/rnglists/rnglists.dwo emission codeDavid Blaikie2019-11-011-47/+22
* [ARM][AArch64][DebugInfo] Improve call site instruction interpretationDjordje Todorovic2019-10-301-5/+12
* DebugInfo: Move loclist base address from DwarfFile to DebugLocStreamDavid Blaikie2019-10-171-8/+11
* DebugInfo: Remove unused parameter (from DwarfDebug.cpp:emitListsTableHeaderS...David Blaikie2019-10-171-3/+3
* [DebugInfo] Add a DW_OP_LLVM_entry_value operationDavid Stenberg2019-10-151-5/+4
* [DebugInfo] Add interface for pre-calculating the size of emitted DWARFDavid Stenberg2019-10-151-5/+31
* [DebugInfo] Fix truncation of call site immediatesDavid Stenberg2019-10-141-1/+1
* DebugInfo: Use base address selection entries for debug_locDavid Blaikie2019-10-111-150/+115
* Second attempt to add iterator_range::empty()Jordan Rose2019-10-071-2/+2
* DebugInfo: Generalize rnglist emission as a precursor to reusing it for locli...David Blaikie2019-10-031-15/+25
OpenPOWER on IntegriCloud