summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/DWARF
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Make debug line address size mismatch non-fatal to parsingJames Henderson2020-01-131-8/+52
* [DebugInfo] Improve error message textJames Henderson2020-01-101-761/+763
* [DebugInfo] Fix infinite loop caused by reading past debug_line endJames Henderson2020-01-071-0/+29
* [test][DebugInfo][NFC] Rename method for clarityJames Henderson2020-01-061-18/+20
* [DebugInfo] Fix printing of DW_LNS_set_isaJames Henderson2019-12-111-0/+52
* Recommit "[DWARF] Add an api to get "interpreted" location lists"Pavel Labath2019-11-202-0/+119
* Revert "[DWARF] Add an api to get "interpreted" location lists"Pavel Labath2019-11-202-119/+0
* Big-endian fix to DWARFDieTest (089c0f58)Pavel Labath2019-11-201-1/+2
* [DWARF] Add an api to get "interpreted" location listsPavel Labath2019-11-202-0/+118
* Add streaming/equality operators to DWARFAddressRange/DWARFLocationExpressionPavel Labath2019-11-192-0/+31
* [dwarfgen] Fix initialization order error. [NFCI]Francesco Petrogalli2019-11-181-3/+3
* DwarfGenerator - fix uninitialized variable warnings. NFC.Simon Pilgrim2019-11-181-1/+2
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-2/+2
* 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
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section namesDavid Blaikie2019-08-071-1/+1
* Support 64-bit offsets in utility classes (1/5)Igor Kudrin2019-08-061-4/+4
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Silence a conversion warning after r366887. NFCPaul Robinson2019-07-241-2/+2
* [DWARF][NFC] Add constants for reserved values of an initial length field.Igor Kudrin2019-07-241-2/+2
* [DWARF] Add more error handling to debug line parser.Jonas Devlieghere2019-07-221-2/+13
* [DWARF] Fix the reserved values for unit length in DWARFDebugLine.Igor Kudrin2019-07-161-6/+6
* Fix DWARF DebugInfo unit test errors when cross-compilingJason Liu2019-06-034-18/+32
* [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-272-104/+99
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-197-28/+21
* [DebugInfo] Define base function on DWARFDie reverse iteratorsJonas Devlieghere2018-10-301-0/+4
* [DebugInfo] Reduce debug_str_offsets section sizePavel Labath2018-08-072-3/+101
* [DebugInfo/DWARF] [2/4] Type units no longer in a std::deque. NFCPaul Robinson2018-08-011-1/+1
* [DebugInfo/DWARF] [1/4] De-templatize DWARFUnitSection. NFCPaul Robinson2018-08-012-14/+26
* [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-263-5/+106
* dwarfgen: Don't create an AsmPrinter with an invalid ObjFile loweringPavel Labath2018-07-262-16/+18
* Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...Pavel Labath2018-07-253-88/+5
* dwarfgen: Add support for generating the debug_str_offsets section, take 2Pavel Labath2018-07-253-5/+88
* Revert "dwarfgen: Add support for generating the debug_str_offsets section"Pavel Labath2018-07-253-88/+5
* dwarfgen: Add support for generating the debug_str_offsets sectionPavel Labath2018-07-253-5/+88
* [DebugInfo] Make children iterator bidirectionalJonas Devlieghere2018-07-111-0/+26
* [DWARF] Refactor callback usage for .debug_line error handlingJames Henderson2018-05-211-64/+70
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-3/+4
* Inline a few CMake variables into their only uses.Nico Weber2018-05-141-5/+1
* Fix Wdocumentation warnings. NFCI.Simon Pilgrim2018-05-141-1/+1
* [DWARF] Remove unused member and fix(?) the unit-tests on big endian hostsJames Henderson2018-05-103-7/+6
* [DWARF] DwarfGenerator.h LineTable: explicitly mark DG as unusedRoman Lebedev2018-05-101-1/+1
* [DWARF] dwarfgen::LineTable::writeData(): pacify -Wcovered-switch-defaultRoman Lebedev2018-05-101-5/+4
* [DWARF] DWARFDebugLineTest: fix a few more signed/unsigned mismatch warningsRoman Lebedev2018-05-101-3/+3
* Fix signed/unsigned comparison warning and print formatJames Henderson2018-05-101-20/+20
OpenPOWER on IntegriCloud