| Commit message (Expand) | Author | Age | Files | Lines |
* | Reapply "NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLoc... | David Blaikie | 2019-12-18 | 1 | -1/+1 |
* | Temporarily revert "NFC: DebugInfo: Refactor RangeSpanList to be a struct, li... | Eric Christopher | 2019-12-12 | 1 | -1/+1 |
* | NFC: DebugInfo: Refactor RangeSpanList to be a struct, like DebugLocStream::List | David Blaikie | 2019-12-12 | 1 | -1/+1 |
* | DebugInfo: Split DWARF + gmlt + no-split-dwarf-inlining shouldn't emit anythi... | David Blaikie | 2019-02-12 | 1 | -0/+10 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Recommit r348806: DebugInfo: Use symbol difference for CU length to simplify ... | David Blaikie | 2018-12-18 | 1 | -0/+3 |
* | DebugInfo: Avoid using split DWARF when the split unit would be empty. | David Blaikie | 2018-12-14 | 1 | -5/+6 |
* | Revert "debuginfo: Use symbol difference for CU length to simplify assembly ... | Jordan Rupprecht | 2018-12-11 | 1 | -2/+0 |
* | debuginfo: Use symbol difference for CU length to simplify assembly reading/e... | David Blaikie | 2018-12-10 | 1 | -0/+2 |
* | NFC: DebugInfo: Track the origin CU rather than just the base address for ran... | David Blaikie | 2018-11-08 | 1 | -4/+3 |
* | DebugInfo: Use address pool forms in debug_rnglists | David Blaikie | 2018-10-20 | 1 | -0/+8 |
* | Revert BTF commit series. | Eli Friedman | 2018-10-12 | 1 | -10/+0 |
* | [BPF] Add BTF generation for BPF target | Yonghong Song | 2018-10-12 | 1 | -0/+10 |
* | [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems) | Hsiangkai Wang | 2018-08-17 | 1 | -0/+5 |
* | Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr... | Bruno Cardoso Lopes | 2018-08-14 | 1 | -5/+0 |
* | [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems) | Hsiangkai Wang | 2018-08-14 | 1 | -0/+5 |
* | [DEBUGINFO] Disable emission of the dwarf sections, but allow directives. | Alexey Bataev | 2018-08-01 | 1 | -0/+6 |
* | Revert "[DebugInfo] Generate DWARF debug information for labels." | Vlad Tsyrklevich | 2018-07-31 | 1 | -5/+0 |
* | [DebugInfo] Generate DWARF debug information for labels. | Hsiangkai Wang | 2018-07-31 | 1 | -0/+5 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -1/+1 |
* | dwarfgen: Add support for generating the debug_str_offsets section, take 3 | Pavel Labath | 2018-07-26 | 1 | -20/+0 |
* | Revert "dwarfgen: Add support for generating the debug_str_offsets section, t... | Pavel Labath | 2018-07-25 | 1 | -0/+20 |
* | dwarfgen: Add support for generating the debug_str_offsets section, take 2 | Pavel Labath | 2018-07-25 | 1 | -20/+0 |
* | Revert "dwarfgen: Add support for generating the debug_str_offsets section" | Pavel Labath | 2018-07-25 | 1 | -0/+20 |
* | dwarfgen: Add support for generating the debug_str_offsets section | Pavel Labath | 2018-07-25 | 1 | -20/+0 |
* | Revert "[DebugInfo] Generate DWARF debug information for labels." | Shiva Chen | 2018-07-24 | 1 | -5/+0 |
* | [DebugInfo] Generate DWARF debug information for labels. | Shiva Chen | 2018-07-24 | 1 | -0/+5 |
* | [DWARF] Fixing a bug in DWARF v5 string offsets tables where the length encod... | Wolfgang Pieb | 2018-05-10 | 1 | -2/+2 |
* | Style update. NFC. | Rafael Espindola | 2018-03-29 | 1 | -3/+3 |
* | Fix a crash when emitting DIEs for variable-length arrays | Adrian Prantl | 2018-02-06 | 1 | -29/+10 |
* | [DWARF] Generate DWARF v5 string offsets tables along with strx* index forms. | Wolfgang Pieb | 2018-01-26 | 1 | -2/+23 |
* | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o... | Eugene Zelenko | 2017-08-17 | 1 | -7/+9 |
* | Make a DWARF generator so we can unit test DWARF APIs with gtest. | Greg Clayton | 2016-12-08 | 1 | -67/+3 |
* | This change removes the dependency on DwarfDebug that was used for DW_FORM_re... | Greg Clayton | 2016-12-01 | 1 | -1/+1 |
* | DwarfDebug: emit type units immediately. | Peter Collingbourne | 2016-02-11 | 1 | -16/+23 |
* | AsmPrinter: Use an intrusively linked list for DIE::Children | Duncan P. N. Exon Smith | 2015-06-25 | 1 | -1/+1 |
* | AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC | Duncan P. N. Exon Smith | 2015-06-24 | 1 | -1/+1 |
* | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
* | AsmPrinter: Stop exposing underlying DIE children list, NFC | Duncan P. N. Exon Smith | 2015-05-28 | 1 | -5/+2 |
* | [AsmPrinter] Destroy allocated DIEAbbrevs on teardown. | Benjamin Kramer | 2015-05-28 | 1 | -1/+4 |
* | AsmPrinter: Avoid a warning in NDEBUG, NFC | Duncan P. N. Exon Smith | 2015-05-27 | 1 | -0/+1 |
* | AsmPrinter: Stop exposing underlying DIEValue list, NFC | Duncan P. N. Exon Smith | 2015-05-27 | 1 | -5/+2 |
* | AsmPrinter: Store abbreviation data directly in DIE and DIEValue | Duncan P. N. Exon Smith | 2015-05-27 | 1 | -18/+21 |
* | Reapply "AsmPrinter: Change DIEValue to be stored by value" | Duncan P. N. Exon Smith | 2015-05-27 | 1 | -2/+2 |
* | Revert "AsmPrinter: Change DIEValue to be stored by value" | Duncan P. N. Exon Smith | 2015-05-27 | 1 | -2/+2 |
* | AsmPrinter: Change DIEValue to be stored by value | Duncan P. N. Exon Smith | 2015-05-27 | 1 | -2/+2 |
* | Move alignment from MCSectionData to MCSection. | Rafael Espindola | 2015-05-21 | 1 | -4/+3 |
* | IR: Give 'DI' prefix to debug info metadata | Duncan P. N. Exon Smith | 2015-04-29 | 1 | -1/+1 |
* | [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. | Lang Hames | 2015-04-24 | 1 | -2/+2 |