summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* [CodeView] Align type records on 4-bytes when emitting PDBsAlexandre Ganea2020-04-163-6/+32
* [DWARF] Fix DWARFDebugAranges to support 64-bit CU offsets.Igor Kudrin2020-01-151-2/+2
* DWARFDebugLine.cpp: Restore LF line endingsHubert Tong2020-01-141-1188/+1188
* [DebugInfo] Make debug line address size mismatch non-fatal to parsingJames Henderson2020-01-131-11/+20
* [DebugInfo][NFC] Remove unused variable/fix variable namingJames Henderson2020-01-101-1181/+1179
* [DebugInfo] Improve error message textJames Henderson2020-01-101-3/+5
* [DWARFDebugLoc] Tweak error message when resolving offset pairs with no base ...Pavel Labath2020-01-091-3/+3
* [DebugInfo] Fix infinite loop caused by reading past debug_line endJames Henderson2020-01-071-2/+17
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-061-1/+1
* [DWARF] Don't assume optional always has a value.Jonas Devlieghere2020-01-031-1/+4
* [DebugInfo] Remove redundant checks for past-the-end of prologueJames Henderson2020-01-031-24/+0
* [PDB] Print the most redundant type record indices with /summaryReid Kleckner2020-01-021-15/+1
* [DebugInfo][NFC] Use function_ref consistently in debug line parsingJames Henderson2020-01-022-3/+3
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-013-5/+5
* DebugInfo: Support dumping any exprloc as an expressionDavid Blaikie2019-12-231-1/+2
* [DWARF] Check that all fields of a Unit Header are read.Igor Kudrin2019-12-241-12/+18
* [WebAssembly] Use TargetIndex operands in DbgValue to track WebAssembly opera...Yury Delendik2019-12-201-0/+2
* llvm-symbolizer: support DW_FORM_loclistx locations.Evgenii Stepanov2019-12-202-31/+27
* Temporarily Revert "[Dsymutil][Debuginfo][NFC] Refactor dsymutil to separate ...Eric Christopher2019-12-195-372/+1
* [DebugInfo] Fix verbose printing of rows added via DW_LNE_end_sequenceJames Henderson2019-12-191-1/+1
* [Dsymutil][Debuginfo][NFC] Refactor dsymutil to separate DWARF optimizing par...Alexey Lapshin2019-12-195-1/+372
* DebugInfo: Don't use implicit zero addr_baseDavid Blaikie2019-12-182-7/+10
* [DebugInfo] Only print a single blank line after an empty line tableJames Henderson2019-12-171-1/+1
* [llvm-dwarfdump] Add blank line after printing line tableJames Henderson2019-12-121-0/+4
* [DWARF5][DWARFVerifier] Check that Skeleton compilation unit does not have ch...Alexey Lapshin2019-12-121-0/+8
* [DebugInfo] Fix printing of DW_LNS_set_isaJames Henderson2019-12-111-1/+1
* Recommit "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified."Sourabh Singh Tomar2019-12-111-1/+3
* Revert "[DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified."Sourabh Singh Tomar2019-12-111-3/+1
* [DWARF5] Start emitting DW_AT_dwo_name when -gdwarf-5 is specified.Sourabh Singh Tomar2019-12-111-1/+3
* Avoid naming variable after type to fix GCC 5.3 buildReid Kleckner2019-12-061-2/+2
* Fix build of LookupResult.cpp from aeda128 with Visual C++.Douglas Yung2019-12-051-0/+1
* Add lookup functions for efficient lookups of addresses when using GsymReader...Greg Clayton2019-12-057-11/+316
* [llvm/DWARF] Return section offset from DWARFUnit::get{Loc,Rng}listOffsetPavel Labath2019-12-052-2/+2
* [llvm-symbolizer] Support debug file lookup using build IDPetr Hosek2019-12-041-0/+94
* [DWARFDebugLoclists] Add support for other DW_LLE encodingsPavel Labath2019-12-041-8/+38
* [DWARFDebugRnglists] Add a callback-based version of the getAbsoluteRanges fu...Pavel Labath2019-12-041-2/+11
* [DWARF] Add support for parsing/dumping section indices in location listsPavel Labath2019-12-033-32/+51
* [DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar2019-12-031-0/+17
* llvm-symbolizer: fix handling of DW_AT_specification in FRAME.Evgenii Stepanov2019-11-251-3/+2
* llvm-symbolizer: Support loclist in FRAME.Evgenii Stepanov2019-11-251-4/+56
* llvm-symbolizer: Fix FRAME handling of missing AT_name.Evgenii Stepanov2019-11-251-2/+13
* [pdbutil] Fixed -Wdeprecated-copy in DbiModuleDescriptorDávid Bolvanský2019-11-231-5/+0
* Recommit "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar2019-11-233-8/+38
* Revert "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."Sourabh Singh Tomar2019-11-232-37/+8
* [DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump.Sourabh Singh Tomar2019-11-232-8/+37
* [DWARFVerifier] Use the new location list apiPavel Labath2019-11-223-79/+25
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-216-6/+6
* [Debuginfo][NFC] removes redundant semicolon.Alexey Lapshin2019-11-211-1/+1
* Recommit "[DWARF] Add an api to get "interpreted" location lists"Pavel Labath2019-11-203-0/+60
* Revert "[DWARF] Add an api to get "interpreted" location lists"Pavel Labath2019-11-203-60/+0
OpenPOWER on IntegriCloud