summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* [DWARF5][DWARFVerifier] Check that Skeleton compilation unit does not have ch...Alexey Lapshin2019-12-121-0/+8
* [DWARFVerifier] Use the new location list apiPavel Labath2019-11-221-43/+25
* [Debuginfo][NFC] removes redundant semicolon.Alexey Lapshin2019-11-211-1/+1
* DWARFDebugLoc(v4): Add an incremental parsing functionPavel Labath2019-11-151-1/+1
* Fix minor warning in DWARFVerifier.Zinovy Nis2019-10-201-2/+2
* [DWARFVerifier] Verify GNU extensions of call site DWARF symbolsDjordje Todorovic2019-09-021-2/+7
* DWARFDebugLoc: Make parsing and error reporting more robustPavel Labath2019-08-291-6/+6
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section namesDavid Blaikie2019-08-071-13/+13
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-29/+30
* [DWARF] Change DWARFDebugLoc::Entry::Loc from SmallVector<char, 4> to SmallSt...Fangrui Song2019-08-051-2/+2
* [DWARF][NFC] Add constants for reserved values of an initial length field.Igor Kudrin2019-07-241-1/+1
* dwarfdump: Add a bit more DWARF64 supportDavid Blaikie2019-05-241-8/+5
* [DWARF] Use hasFileAtIndex to properly verify DWARF 5 after rL358732Fangrui Song2019-04-191-3/+5
* [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
OpenPOWER on IntegriCloud