summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add parentheses to silence warning.Jorge Gorbe Moya2018-11-071-1/+1
* [DWARFv5] Read and dump multiple .debug_info sections.Paul Robinson2018-11-071-28/+58
* [DWARF] Fix typo, .gnu_index -> .gdb_indexFangrui Song2018-11-021-1/+1
* [DWARF] Revert r345546: Refactor range list extraction and dumpingWolfgang Pieb2018-10-311-38/+36
* [DWARF][NFC] Refactor range list extraction and dumpingWolfgang Pieb2018-10-291-36/+38
* [llvm-dwarfdump] - Fix incorrect parsing of the DW_LLE_startx_lengthGeorge Rimar2018-10-251-2/+5
* [llvm-dwarfdump] - Add the support of parsing .debug_loclists.George Rimar2018-10-221-3/+33
* llvm-dwarfdump: Support RLE_addressx and RLE_startx_length in .debug_rnglistsDavid Blaikie2018-10-201-6/+16
* [DWARF] Make llvm-dwarfdump display the .debug_loc.dwo section. Fixes PR38991.Wolfgang Pieb2018-10-091-5/+4
* dwarfdump: Avoid parsing units unnecessarilyDavid Blaikie2018-10-051-15/+14
* Revert r343317Luke Cheeseman2018-09-281-10/+4
* Reapply changes reverted by r343235Luke Cheeseman2018-09-281-4/+10
* Revert r343192 as an ubsan build is currently failingLuke Cheeseman2018-09-271-5/+3
* Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman2018-09-271-3/+5
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-2/+3
* Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman2018-09-261-5/+3
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-3/+5
* Revert r343089 "[AArch64] - Return address signing dwarf support"Hans Wennborg2018-09-261-5/+3
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-3/+5
* 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
OpenPOWER on IntegriCloud