summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARFDebugLoc] Tweak error message when resolving offset pairs with no base ...Pavel Labath2020-01-091-3/+3
* [DWARFDebugLoclists] Add support for other DW_LLE encodingsPavel Labath2019-12-041-8/+38
* [DWARF] Add support for parsing/dumping section indices in location listsPavel Labath2019-12-031-24/+41
* [DWARFVerifier] Use the new location list apiPavel Labath2019-11-221-35/+0
* Recommit "[DWARF] Add an api to get "interpreted" location lists"Pavel Labath2019-11-201-0/+15
* Revert "[DWARF] Add an api to get "interpreted" location lists"Pavel Labath2019-11-201-15/+0
* [DWARF] Add an api to get "interpreted" location listsPavel Labath2019-11-201-0/+15
* Re-commit "DWARF location lists: Add section index dumping"Pavel Labath2019-11-181-3/+9
* Revert rGc0f6ad7d1f3c : "DWARF location lists: Add section index dumping"Simon Pilgrim2019-11-181-9/+3
* DWARF location lists: Add section index dumpingPavel Labath2019-11-181-3/+9
* DWARFDebugLoc(v4): Add an incremental parsing functionPavel Labath2019-11-151-67/+82
* DWARFDebugLoclists: stricter base address handlingPavel Labath2019-11-141-6/+4
* DWARFDebugLoclists: add location list "interpretation" logicPavel Labath2019-11-121-96/+133
* DWARFDebugLoclists: Move to a incremental parsing modelPavel Labath2019-11-061-82/+68
* DWARFDebugLoclists: Make it possible to read relocated addressesPavel Labath2019-11-051-4/+5
* DebugInfo: Remove unnecessary/mistaken inclusion of Bitcode/BitcodeAnalyzer.hDavid Blaikie2019-10-141-1/+0
* DebugInfo: Fix msan use-of-uninitialized exposed by r374600David Blaikie2019-10-121-0/+1
* llvm-dwarfdump: Add verbose printing for debug_loclistsDavid Blaikie2019-10-111-35/+105
* llvm-dwarfdump: Support multiple debug_loclists contributionsDavid Blaikie2019-10-091-3/+2
* DebugInfo: Shot in the dark attempt to fix ubsan error from r374122David Blaikie2019-10-091-1/+1
* DebugInfo: Move LLE enum handling to .def to match RLE handlingDavid Blaikie2019-10-081-1/+1
* DebugInfo: Add parsing support for debug_loc base address specifiersDavid Blaikie2019-10-011-3/+7
* DWARF: Fix a regression in location list dumpingPavel Labath2019-09-041-5/+4
* DWARFDebugLoc: Make parsing and error reporting more robustPavel Labath2019-08-291-54/+43
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-6/+6
* Cleanup: llvm::bsearch -> llvm::partition_point after r364719Fangrui Song2019-06-301-4/+4
* Change some llvm::{lower,upper}_bound to llvm::bsearch. NFCFangrui Song2019-04-171-6/+4
* Use llvm::lower_bound. NFCFangrui Song2019-04-121-4/+4
* Revert "Use llvm::lower_bound. NFC"Ali Tamur2019-04-111-4/+4
* Use llvm::lower_bound. NFCFangrui Song2019-04-111-4/+4
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-2/+3
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-3/+2
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-2/+3
* [DebugInfo] Prep llvm-dwarfdump for typed DW5 ops.Markus Lavin2019-02-211-5/+6
* [DWARF v5] Fix DWARF emitter and consumer to produce/expect a uleb for a loca...Wolfgang Pieb2019-02-011-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use llvm::copy. NFCFangrui Song2018-11-171-2/+2
* [DWARF] Use PRIx64 instead of 'x' to format 64-bit valuesSimon Atanasyan2018-11-161-2/+2
* llvm-dwarfdump: loclists: Don't expect an (albeit empty) expression for LLE_b...David Blaikie2018-10-251-6/+8
* [llvm-dwarfdump] - Fix incorrect parsing of the DW_LLE_startx_lengthGeorge Rimar2018-10-251-4/+10
* [llvm-dwarfdump] - Fix win10 build bot failture.George Rimar2018-10-221-3/+6
* [llvm-dwarfdump] - Add the support of parsing .debug_loclists.George Rimar2018-10-221-20/+58
* [DebugInfo] Use absolute addresses in location listsJonas Devlieghere2018-05-211-3/+5
* [DebugInfo] Use WithColor to print errors/warningsJonas Devlieghere2018-04-141-6/+7
* [debug_loc] Fix typo in DWARFExpression constructorPavel Labath2018-04-061-1/+1
* [DebugInfo] Unify dumping of address rangesJonas Devlieghere2018-01-161-2/+4
* [dwarfdump] Add support for -debug-loc=OFFSETJonas Devlieghere2017-09-271-4/+46
* [dwarfdump] Pretty print location expressions and location listsReid Kleckner2017-08-291-78/+137
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-291-4/+4
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
OpenPOWER on IntegriCloud