summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Re-land "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"Jonas Devlieghere2017-10-101-2/+2
* [dwarfdump] Verify that unit type matches root DIEJonas Devlieghere2017-10-061-8/+24
* [dwarfdump][NFC] Consistent printing of address rangesJonas Devlieghere2017-09-291-8/+3
* [dwarfdump][NFC] Consistent errors and warnings with --verifyJonas Devlieghere2017-09-291-79/+96
* [dwarfdump] Verify that CUs have a unit DIE.Jonas Devlieghere2017-09-281-3/+8
* llvm-dwarfdump: implement --recurse-depth=<N>Adrian Prantl2017-09-201-11/+11
* [test] Fix TestDWARFDieRangeInfoIntersectsJonas Devlieghere2017-09-141-0/+2
* [dwarfdump] Add DWARF verifiers for address rangesJonas Devlieghere2017-09-141-4/+135
* Revert "[dwarfdump] Add DWARF verifiers for address ranges"Jonas Devlieghere2017-09-141-135/+4
* [dwarfdump] Add DWARF verifiers for address rangesJonas Devlieghere2017-09-141-4/+135
* [dwarfdump] Rename Brief to Verbose in DIDumpOptionsJonas Devlieghere2017-09-131-11/+11
* [dwarfdump] Verify line table prologueJonas Devlieghere2017-09-081-0/+41
* [DebugInfo][DWARF] Correct some usages of PRIx32 to PRIx64Simon Dardis2017-08-071-4/+4
* [DWARF] Added verification check for tags in accelerator tables. This patch v...Spyridoula Gravani2017-07-311-5/+14
* [DWARF] Generalized verification of .apple_names accelerator table to be appl...Spyridoula Gravani2017-07-261-44/+64
* DWARFVerifier.cpp: Fix -m32 in r308928. Use PRIx64.NAKAMURA Takumi2017-07-251-1/+2
* [DWARF] Added verification check for die ranges. If highPC is an address, the...Spyridoula Gravani2017-07-241-0/+13
* [DWARF] Generalized verification of .debug_abbrev to be applicable to both .d...Spyridoula Gravani2017-07-211-14/+24
* [DWARF] Added check that verifies that no abbreviation declaration has more t...Spyridoula Gravani2017-07-201-0/+31
* Use delegation instead of inheritance.Rafael Espindola2017-07-191-18/+21
* [DWARF] Modification of code for the verification of .debug_info section.Spyridoula Gravani2017-07-181-43/+85
* Remove set but not used variables from the debug info verifier code.Eric Christopher2017-07-141-6/+1
* [DWARF] Introduce verification for the unit header chain in .debug_info secti...Spyridoula Gravani2017-07-131-0/+92
* [DWARF] Added verification checks for the .apple_names section.Spyridoula Gravani2017-06-291-3/+63
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-291-4/+3
* [DWARF] Corrected behavior for when no .apple_names section is present in the...Spyridoula Gravani2017-06-161-3/+3
* Added partial verification for .apple_names accelerator table in llvm-dwarfdu...Spyridoula Gravani2017-06-141-0/+34
* Revert "[Dwarf] Disable reference verification for now (PR32972)"Diana Picus2017-05-091-2/+1
* [Dwarf] Disable reference verification for now (PR32972)Renato Golin2017-05-091-1/+2
* Add const to "DWARFDie &Die" in a few functions as they can't change the DWAR...Greg Clayton2017-05-081-2/+2
* Fix typoEugene Zemtsov2017-05-081-1/+1
* Fix typo "veify" to "verify".Greg Clayton2017-05-081-1/+1
* Break verification down into smaller functions to keep code clean.Greg Clayton2017-05-031-142/+167
* Create DWARFVerifier.cpp and .h and move all DWARF verification code over int...Greg Clayton2017-05-031-0/+252
OpenPOWER on IntegriCloud