summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reland [DWARF] Add a unit test for DWARFUnit::getLength().Igor Kudrin2019-09-101-0/+42
* Revert "[DWARF] Add a unit test for DWARFUnit::getLength()" because it broke ...Igor Kudrin2019-09-101-42/+0
* [DWARF] Add a unit test for DWARFUnit::getLength().Igor Kudrin2019-09-101-0/+42
* DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section namesDavid Blaikie2019-08-071-1/+1
* Fix DWARF DebugInfo unit test errors when cross-compilingJason Liu2019-06-031-12/+12
* [DWARF] Fix DWARFVerifier::DieRangeInfo::containsFangrui Song2019-04-151-58/+23
* [DWARF] Fix DWARFVerifier::DieRangeInfo::intersectsFangrui Song2019-04-151-0/+3
* [DWARFFormValue] Cleanup DWARFFormValue interface. (NFC)Jonas Devlieghere2019-02-271-100/+95
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] Define base function on DWARFDie reverse iteratorsJonas Devlieghere2018-10-301-0/+4
* [DebugInfo] Reduce debug_str_offsets section sizePavel Labath2018-08-071-0/+93
* [DebugInfo/DWARF] [1/4] De-templatize DWARFUnitSection. NFCPaul Robinson2018-08-011-12/+24
* [DebugInfo] Have custom std::reverse_iterator<DWARFDie>Jonas Devlieghere2018-08-011-20/+51
* dwarfgen: Add support for generating the debug_str_offsets section, take 3Pavel Labath2018-07-261-2/+46
* Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...Pavel Labath2018-07-251-48/+2
* dwarfgen: Add support for generating the debug_str_offsets section, take 2Pavel Labath2018-07-251-2/+48
* Revert "dwarfgen: Add support for generating the debug_str_offsets section"Pavel Labath2018-07-251-48/+2
* dwarfgen: Add support for generating the debug_str_offsets sectionPavel Labath2018-07-251-2/+48
* [DebugInfo] Make children iterator bidirectionalJonas Devlieghere2018-07-111-0/+26
* IWYU for llvm-config.h, removals. Also see r331184.Nico Weber2018-04-301-1/+0
* [ObjectYAML] Add ability for DWARFYAML to calculate DIE lengthsJonas Devlieghere2018-04-201-2/+2
* [DWARF] Don't attempt to parse line tables at invalid offsetsJames Henderson2018-03-081-28/+3
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-181-0/+18
* Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""Paul Robinson2017-12-151-18/+0
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-151-0/+18
* Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-151-18/+0
* [DWARFv5] Dump an MD5 checksum in the line-table header.Paul Robinson2017-12-151-0/+18
* Remove redundant includes from unittests.Michael Zolotukhin2017-12-131-4/+0
* Fixed the ability to recursively get an attribute value from a DWARFDie.Greg Clayton2017-11-271-2/+7
* [dwarfdump] Make .eh_frame an alias for .debug_frameJonas Devlieghere2017-09-181-3/+3
* [dwarfdump] Add DWARF verifiers for address rangesJonas Devlieghere2017-09-141-1/+647
* Revert "[dwarfdump] Add DWARF verifiers for address ranges"Jonas Devlieghere2017-09-141-647/+1
* [dwarfdump] Add DWARF verifiers for address rangesJonas Devlieghere2017-09-141-1/+647
* [dwarfdump] Verify line table prologueJonas Devlieghere2017-09-081-0/+157
* Remove some leftover DWARFContextInMemory.Rafael Espindola2017-07-191-2/+1
* Use delegation instead of inheritance.Rafael Espindola2017-07-191-69/+82
* [DWARF] - Simplify HandleExpectedError implementation in DWARFDebugInfoTestGeorge Rimar2017-06-301-78/+63
* [DebugInfo] - Removed trailing whitespaces. NFC.George Rimar2017-06-281-68/+68
* Recommit "[ELF] - Add ability for DWARFContextInMemory to exit early when any...George Rimar2017-06-281-0/+47
* Revert r306512 "[ELF] - Add ability for DWARFContextInMemory to exit early wh...George Rimar2017-06-281-47/+0
* [ELF] - Add ability for DWARFContextInMemory to exit early when any error hap...George Rimar2017-06-281-0/+47
* Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova2017-06-151-4/+8
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Reverted r303602, as it will be fixed in gtest.Galina Kistanova2017-05-301-8/+4
* Recommit "[DWARF] - Make collectAddressRanges() return section index in addit...George Rimar2017-05-271-6/+6
* Revert r304002 "[DWARF] - Make collectAddressRanges() return section index in...George Rimar2017-05-261-6/+6
* [DWARF] - Make collectAddressRanges() return section index in addition to Low...George Rimar2017-05-261-6/+6
* Revert "[DWARF] - Make collectAddressRanges() return section index in additio...George Rimar2017-05-261-6/+6
* Recommit r303978 "[DWARF] - Make collectAddressRanges() return section index ...George Rimar2017-05-261-6/+6
* Cosmetic. Added braces to address gcc warning: suggest explicit braces to avo...Galina Kistanova2017-05-231-4/+8
OpenPOWER on IntegriCloud