summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "[DWARF] reposting r342048, which was reverted in r342056 due to build...Alexander Kornienko2018-09-171-28/+28
* [DWARF] reposting r342048, which was reverted in r342056 due to buildbot Wolfgang Pieb2018-09-141-28/+28
* Reverting r342048, which caused UBSan failures in dsymutil.Wolfgang Pieb2018-09-121-28/+28
* [DWARF] Refactoring range list dumping to fold DWARF v4 functionality into v5...Wolfgang Pieb2018-09-121-28/+28
* [DWARF] Unify warning callbacks. NFC.Victor Leschuk2018-08-231-14/+14
* [DWARF] Refactor DWARF classes to use unified error reporting. NFC.Victor Leschuk2018-08-201-1/+2
* [DebugInfo/DWARF] Remove redundant iterator type. NFCPaul Robinson2018-08-021-25/+20
* [DebugInfo/DWARF] [4/4] Unify handling of compile and type units. NFCPaul Robinson2018-08-011-30/+23
* [DebugInfo/DWARF] [2/4] Type units no longer in a std::deque. NFCPaul Robinson2018-08-011-41/+42
* [DebugInfo/DWARF] [1/4] De-templatize DWARFUnitSection. NFCPaul Robinson2018-08-011-11/+11
* [DWARF] Support for .debug_addr (consumer)Victor Leschuk2018-07-311-10/+53
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [DWARF] Use deque in place of SmallVector to fix use-after-free issueFangrui Song2018-07-231-3/+6
* [DWARF] Improved error reporting for range lists. Wolfgang Pieb2018-06-201-1/+6
* [DWARFv5] Put the DWO ID in its place.Paul Robinson2018-05-221-1/+11
* [DWARF] Refactor callback usage for .debug_line error handlingJames Henderson2018-05-211-7/+5
* [DWARF v5] Improved support for .debug_rnglists (consumer). Enables any consu...Wolfgang Pieb2018-05-181-17/+36
* [DWARF] Fixing a bug in DWARF v5 string offsets tables where the length encod...Wolfgang Pieb2018-05-101-1/+5
* [DWARF] Rework debug line parsing to use llvm::Error and callbacksJames Henderson2018-05-101-69/+37
* [DebugInfo] Use WithColor to print errors/warningsJonas Devlieghere2018-04-141-2/+3
* [debug_loc] Fix typo in DWARFExpression constructorPavel Labath2018-04-061-3/+7
* [DWARF v5][NFC]: Refactor DebugRnglists to prepare for the support of the DW_...Wolfgang Pieb2018-04-051-1/+1
* [DebugInfo] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-6/+6
* [DWARF v5] Support for verbose dumping of .debug_rnglist entriesWolfgang Pieb2018-03-081-2/+3
* Reland "[DebugInfo] Support DWARF expressions in eh_frame"Rafael Auler2018-03-081-6/+6
* Revert r326932: [DebugInfo] Support DWARF expressions in eh_frameRui Ueyama2018-03-071-6/+6
* [DebugInfo] Support DWARF expressions in eh_frameRafael Auler2018-03-071-6/+6
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-1/+3
* [DWARF] Regularize dumping strings from line tables.Paul Robinson2018-02-051-2/+2
* [DWARF v5] Add limited support for dumping .debug_rnglistsJames Henderson2018-02-021-0/+27
* [DWARFv5] Re-enable dumping a line table with no CU.Paul Robinson2018-01-291-5/+5
* [DebugInfo] Basic .debug_names dumping supportPavel Labath2018-01-291-5/+18
* [DWARFv5] Support DW_FORM_line_strp in llvm-dwarfdump.Paul Robinson2018-01-251-0/+13
* Rename DwarfAcceleratorTable to AppleAcceleratorTable. NFCPavel Labath2018-01-221-7/+7
* dwarfdump: Match the --uuid output with that of Darwin dwarfdump.Adrian Prantl2018-01-051-1/+2
* [DWARF] Fix formatting bug with r321295. This fixes a MIPS buildbot failure.Wolfgang Pieb2017-12-221-1/+1
* [DWARF v5] Rework of string offsets table readerWolfgang Pieb2017-12-211-57/+96
* [dwarfdump] Fix off-by-one bug in accelerator table extractor.Jonas Devlieghere2017-12-111-1/+2
* [DebugInfo] Bail out if making no progress dumping line tables.Paul Robinson2017-12-011-0/+4
* [DwarfDump] -debug-line=offset applies to .dwo too.Paul Robinson2017-11-221-1/+3
* [DebugInfo] Dump a .debug_line section, including line-number program,Paul Robinson2017-11-221-3/+2
* [DWARFv5] Support DW_FORM_strp in the .debug_line.dwo header.Paul Robinson2017-11-221-32/+68
* [DWARFv5] Support DW_FORM_strp in the .debug_line header.Paul Robinson2017-11-071-4/+4
* Re-land "[dwarfdump] Add -lookup option"Jonas Devlieghere2017-10-251-1/+29
* Revert r314817 "[dwarfdump] Add -lookup option"Hans Wennborg2017-10-031-29/+1
* [dwarfdump] Add -lookup optionJonas Devlieghere2017-10-031-1/+29
* llvm-dwarfdump: support .apple-namespaces in --findAdrian Prantl2017-09-291-15/+13
* llvm-dwarfdump: add support for .apple_types in --findAdrian Prantl2017-09-291-2/+6
* llvm-dwarfdump: implement --find for .apple_namesAdrian Prantl2017-09-281-2/+19
* [dwarfdump] Fix printing of .debug_line offset.Jonas Devlieghere2017-09-271-1/+1
OpenPOWER on IntegriCloud