| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Reland: [DWARF] Allow cross-CU references of subprogram definitions" | Vedant Kumar | 2020-01-29 | 1 | -19/+5 |
| * | DebugInfo: Correct the form of DW_AT_macro_info in .dwo files (sec_offset, ra... | David Blaikie | 2019-12-24 | 1 | -1/+1 |
| * | DebugInfo: Add {} to address -Wdangling-else warning. | David Blaikie | 2019-12-24 | 1 | -1/+2 |
| * | [DebugInfo] Fix v4 macinfo for dwo files. | Sourabh Singh Tomar | 2019-12-24 | 1 | -4/+9 |
| * | [DWARF] Defer creating declaration DIEs until we prepare call site info | Vedant Kumar | 2019-12-20 | 1 | -7/+0 |
| * | Reland: [DWARF] Allow cross-CU references of subprogram definitions | Vedant Kumar | 2019-12-20 | 1 | -0/+21 |
| * | [WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly opera... | Yury Delendik | 2019-12-20 | 1 | -0/+10 |
| * | DebugInfo: Include DW_AT_base_addr even in gmlt with no inline functions | David Blaikie | 2019-12-18 | 1 | -1/+1 |
| * | Reapply "NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLoc... | David Blaikie | 2019-12-18 | 1 | -5/+6 |
| * | Recommit "[DebugInfo] Refactored macro related generation, | Sourabh Singh Tomar | 2019-12-18 | 1 | -19/+8 |
| * | Temporarily revert "NFC: DebugInfo: Refactor RangeSpanList to be a struct, li... | Eric Christopher | 2019-12-12 | 1 | -6/+5 |
| * | NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLocStream::List | David Blaikie | 2019-12-12 | 1 | -5/+6 |
| * | NFC: DebugInfo: Refactor debug_loc/loclist emission into a common function | David Blaikie | 2019-12-12 | 1 | -21/+13 |
| * | hwasan: add tag_offset DWARF attribute to optimized debug info | Evgenii Stepanov | 2019-12-12 | 1 | -0/+2 |
| * | Revert "[DWARF] Allow cross-CU references of subprogram definitions" | Vedant Kumar | 2019-12-11 | 1 | -17/+0 |
| * | Revert "[DebugInfo] Refactored macro related generation, added a test case fo... | Nico Weber | 2019-12-10 | 1 | -8/+19 |
| * | DebugInfo: Clarify some more reasons v4 loc.dwo can't share much implementati... | David Blaikie | 2019-12-10 | 1 | -0/+2 |
| * | [DWARF] Allow cross-CU references of subprogram definitions | Vedant Kumar | 2019-12-10 | 1 | -0/+17 |
| * | [DebugInfo] Refactored macro related generation, added a test case for macinf... | Sourabh Singh Tomar | 2019-12-11 | 1 | -19/+8 |
| * | Recommit "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified." | Sourabh Singh Tomar | 2019-12-11 | 1 | -5/+11 |
| * | Revert "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified." | Sourabh Singh Tomar | 2019-12-11 | 1 | -11/+5 |
| * | [DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified. | Sourabh Singh Tomar | 2019-12-11 | 1 | -5/+11 |
| * | [DebugInfo] Make describeLoadedValue() reg aware | David Stenberg | 2019-12-09 | 1 | -33/+26 |
| * | Revert "[DebugInfo] Make describeLoadedValue() reg aware" | David Stenberg | 2019-12-09 | 1 | -26/+33 |
| * | [DebugInfo] Make describeLoadedValue() reg aware | David Stenberg | 2019-12-09 | 1 | -33/+26 |
| * | DebugInfo: Pull out a common expression. | David Blaikie | 2019-12-05 | 1 | -3/+5 |
| * | DebugInfo: Fix LTO+DWARFv5 loclists | David Blaikie | 2019-12-05 | 1 | -1/+1 |
| * | [DebugInfo] Handle call site values for instructions before call bundle | David Stenberg | 2019-12-05 | 1 | -0/+4 |
| * | [DWARF5][Debuginfo] Compilation unit type (DW_UT_skeleton) and root DIE (DW_T... | Alexey Lapshin | 2019-12-05 | 1 | -1/+2 |
| * | [NFCI][DebugInfo] Corrected a comment. | Sourabh Singh Tomar | 2019-12-03 | 1 | -2/+2 |
| * | [DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump. | Sourabh Singh Tomar | 2019-12-03 | 1 | -2/+24 |
| * | Recommit "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump." | Sourabh Singh Tomar | 2019-11-23 | 1 | -18/+37 |
| * | Revert "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump." | Sourabh Singh Tomar | 2019-11-23 | 1 | -37/+18 |
| * | [DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump. | Sourabh Singh Tomar | 2019-11-23 | 1 | -18/+37 |
| * | Fix PR44001: assert failure in getFunctionLocalOffsetAfterInsn | Thomas Preud'homme | 2019-11-19 | 1 | -6/+21 |
| * | DebugInfo: Use loclistx for DWARFv5 location lists to reduce the number of re... | David Blaikie | 2019-11-15 | 1 | -1/+4 |
| * | Fix typo in DwarfDebug [NFC] | David Stenberg | 2019-11-13 | 1 | -1/+1 |
| * | DebugInfo: Remove redundant conditionals/checks from macro info emission | David Blaikie | 2019-11-08 | 1 | -18/+8 |
| * | DebugInfo: Do not create a debug_macinfo section if no CUs have associated ma... | David Blaikie | 2019-11-08 | 1 | -4/+2 |
| * | DebugInfo: Use separate macinfo contributions for each CU | David Blaikie | 2019-11-08 | 1 | -2/+2 |
| * | DebugInfo: Streamline debug_ranges/rnglists/rnglists.dwo emission code | David Blaikie | 2019-11-01 | 1 | -47/+22 |
| * | [ARM][AArch64][DebugInfo] Improve call site instruction interpretation | Djordje Todorovic | 2019-10-30 | 1 | -5/+12 |
| * | DebugInfo: Move loclist base address from DwarfFile to DebugLocStream | David Blaikie | 2019-10-17 | 1 | -8/+11 |
| * | DebugInfo: Remove unused parameter (from DwarfDebug.cpp:emitListsTableHeaderS... | David Blaikie | 2019-10-17 | 1 | -3/+3 |
| * | [DebugInfo] Add a DW_OP_LLVM_entry_value operation | David Stenberg | 2019-10-15 | 1 | -5/+4 |
| * | [DebugInfo] Add interface for pre-calculating the size of emitted DWARF | David Stenberg | 2019-10-15 | 1 | -5/+31 |
| * | [DebugInfo] Fix truncation of call site immediates | David Stenberg | 2019-10-14 | 1 | -1/+1 |
| * | DebugInfo: Use base address selection entries for debug_loc | David Blaikie | 2019-10-11 | 1 | -150/+115 |
| * | Second attempt to add iterator_range::empty() | Jordan Rose | 2019-10-07 | 1 | -2/+2 |
| * | DebugInfo: Generalize rnglist emission as a precursor to reusing it for locli... | David Blaikie | 2019-10-03 | 1 | -15/+25 |