summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARF] Pass ReferenceToDIEOffsets elements by referenceFangrui Song2019-04-171-3/+3
* [DWARF] Fix DWARFVerifier::DieRangeInfo::containsFangrui Song2019-04-151-19/+18
* [DWARF] Fix DWARFVerifier::DieRangeInfo::intersectsFangrui Song2019-04-151-16/+9
* [dwarfdump] Remove bogus verifier errorJonas Devlieghere2019-04-031-11/+1
* [DWARF] Simplify DWARFVerifier::handleDebugAbbrev. NFCFangrui Song2019-03-271-10/+3
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-2/+2
* [DebugInfo] Prep llvm-dwarfdump for typed DW5 ops.Markus Lavin2019-02-211-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DWARFv5] Read and dump multiple .debug_info sections.Paul Robinson2018-11-071-5/+8
* [DWARF v5] Verifier: Add checks for DW_FORM_strx* forms.Wolfgang Pieb2018-11-031-0/+39
* DWARFVerifier: make the verifier more comprehensive for objectsSaleem Abdulrasool2018-10-301-1/+1
* Revert "Revert "DebugInfo: reduce DIE range verification on object files""Saleem Abdulrasool2018-10-281-13/+45
* Revert "DebugInfo: reduce DIE range verification on object files"Vlad Tsyrklevich2018-10-271-44/+13
* DebugInfo: reduce DIE range verification on object filesSaleem Abdulrasool2018-10-271-13/+44
* [DWARF] Make llvm-dwarfdump display location lists in a .dwp file correctly. ...Wolfgang Pieb2018-10-191-6/+8
* [DwarfVerifier] Fixed -Wimplicit-fallthrough warningDavid Bolvansky2018-10-101-1/+2
* [DebugInfo] Add support for DWARF5 call site-related attributesVedant Kumar2018-10-051-0/+33
* [dwarfdump] Verify DW_AT_type is set and points to a compatible DIE.Jonas Devlieghere2018-09-211-0/+21
* [dwarfdump] Verify compatibility of attribute TAGs.Jonas Devlieghere2018-09-211-7/+25
* [DWARF Verifier] Add helper function to dump DIEs. [NFC]Jonas Devlieghere2018-09-191-24/+18
* [DebugInfo] Remove redundant argument. [NFC]Jonas Devlieghere2018-09-171-18/+17
* [DebugInfo] Have the verifier accept missing linkage names.Jonas Devlieghere2018-09-031-5/+10
* [DWARF] Verifier now handles .debug_types sections.Paul Robinson2018-08-081-23/+35
* [DebugInfo/Verifier] Don't emit error for missing module in indexJonas Devlieghere2018-08-031-1/+2
* [DebugInfo/DWARF] [3/4] Rename DWARFUnitSection to DWARFUnitVector. NFCPaul Robinson2018-08-011-3/+3
* [DebugInfo/DWARF] [1/4] De-templatize DWARFUnitSection. NFCPaul Robinson2018-08-011-7/+7
* Pass DWARFUnit to verifier by reference not by value. I am moderatelyPaul Robinson2018-06-291-1/+1
* [DWARF] Improved error reporting for range lists. Wolfgang Pieb2018-06-201-1/+8
* [DWARF/AccelTable] Remove getDIESectionOffset for DWARF v5 entriesPavel Labath2018-06-131-3/+4
* DWARFAcceleratorTable: Add an iterator-based api for accessing names in the i...Pavel Labath2018-06-011-19/+18
* [DebugInfo] Invert DIE order for range errors.Jonas Devlieghere2018-05-221-3/+2
* [DebugInfo] Fix location list check in the verifierJonas Devlieghere2018-05-221-4/+4
* Reapply "DWARFVerifier: Check "completeness" of .debug_names section"Pavel Labath2018-05-151-0/+145
* [DWARF] Factor out a DWARFUnitHeader class. NFCPaul Robinson2018-05-141-7/+6
* [CodeGen/AccelTable]: Handle -dwarf-linkage-names=Abstract correctlyPavel Labath2018-05-141-0/+1
* Revert "DWARFVerifier: Check "completeness" of .debug_names section"Pavel Labath2018-05-091-146/+0
* DWARFVerifier: Check "completeness" of .debug_names sectionPavel Labath2018-05-091-0/+146
* [Support] Extend WithColor helpersJonas Devlieghere2018-04-151-9/+3
* DWARFVerifier: validate information in name index entriesPavel Labath2018-04-061-0/+126
* DWARFVerifier: verify debug_names abbreviation tablePavel Labath2018-03-221-0/+86
* DWARFVerifier: Enhance validation of .debug_names hash tablesPavel Labath2018-03-161-15/+116
* [Support] Move syntax highlighting into supportJonas Devlieghere2018-03-091-6/+5
* DWARFVerifier: Basic verification of .debug_namesPavel Labath2018-03-081-0/+87
* [dwarfdump] Fix spurious verification errors for DW_AT_location attributesJonas Devlieghere2018-02-171-15/+20
* Stop tracking .debug_line_str in DWARFUnit. NFC.Paul Robinson2018-01-291-4/+4
* [DWARFv5] Support DW_FORM_line_strp in llvm-dwarfdump.Paul Robinson2018-01-251-4/+4
* Rename DwarfAcceleratorTable to AppleAcceleratorTable. NFCPavel Labath2018-01-221-8/+8
* [dwarfdump] Fix off-by-one bug in accelerator table extractor.Jonas Devlieghere2017-12-111-2/+2
* Fix BB after r316756 "[llvm-dwarfdump] - Teach verifier to report broken DWAR...George Rimar2017-10-271-1/+1
* [llvm-dwarfdump] - Teach verifier to report broken DWARF expressions.George Rimar2017-10-271-26/+38
OpenPOWER on IntegriCloud