summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFVerifier.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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