summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* [DWARF] Don't include TestingSupport in LLVM_LINK_COMPONENTS.Juergen Ributzka2017-06-301-1/+2
* [DWARF] - Simplify HandleExpectedError implementation in DWARFDebugInfoTestGeorge Rimar2017-06-302-78/+64
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-291-4/+4
* [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-282-0/+48
* Revert r306512 "[ELF] - Add ability for DWARFContextInMemory to exit early wh...George Rimar2017-06-282-48/+0
* [ELF] - Add ability for DWARFContextInMemory to exit early when any error hap...George Rimar2017-06-282-0/+48
* [DWARF] NFC: Collect info used by DWARFFormValue into a helper.Paul Robinson2017-06-261-10/+19
* Make IPDBSession::getGlobalScope a non-const methodAdrian McCarthy2017-06-221-3/+1
* [PDB] Add symbols to the PDBReid Kleckner2017-06-211-8/+79
* Try to fix uninitialized read in unit test.Zachary Turner2017-06-191-0/+1
* [CodeView] Fix random access of type names.Zachary Turner2017-06-161-0/+51
* Added braces to work around gcc warning in googletest: suggest explicit brace...Galina Kistanova2017-06-151-4/+8
* Don't include TestingSupport in LLVM_LINK_COMPONENTS.Zachary Turner2017-06-142-2/+4
* [gtest] Create a shared include directory for gtest utilities.Zachary Turner2017-06-1411-285/+172
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-073-3/+3
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* [PDB] Fix use after free.Zachary Turner2017-06-031-35/+70
* 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
* [CV Type Merging] Find nested type indices faster.Zachary Turner2017-05-253-0/+506
* Fix a bug in MappedBlockStream.Zachary Turner2017-05-251-26/+25
* Cosmetic. Added braces to address gcc warning: suggest explicit braces to avo...Galina Kistanova2017-05-231-4/+8
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-44/+39
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-39/+44
* [CodeView] Provide a common interface for type collections.Zachary Turner2017-05-181-44/+39
* [CodeView] Simplify the use of visiting type records & streams.Zachary Turner2017-05-172-10/+11
* [CodeView] Silence some -Wsign-compare warningsJustin Bogner2017-05-131-10/+10
* [CodeView] Add a random access type visitor.Zachary Turner2017-05-124-1/+426
* Delete dead function causing compilation failure.Zachary Turner2017-05-031-6/+0
* [llvm-readobj] Update readobj to re-use parsing code.Zachary Turner2017-05-032-6/+25
* Resubmit r301986 and r301987 "Add codeview::StringTable"Zachary Turner2017-05-031-2/+2
* Verify that no compile units share the same line table in "llvm-dwarfdump --v...Greg Clayton2017-05-031-0/+81
* Revert r301986 (and subsequent r301987).Daniel Jasper2017-05-031-2/+2
* Make codeview::StringTable.Zachary Turner2017-05-021-2/+2
* Add line table verification to lldb-dwarfdump --verifyGreg Clayton2017-05-021-73/+170
* Verify that all references point to actual DIEs in "llvm-dwarfdump --verify"Greg Clayton2017-05-021-0/+56
* Rename pdb::StringTable -> pdb::PDBStringTable.Zachary Turner2017-05-021-4/+4
* Adds initial llvm-dwarfdump --verify support with unit tests.Greg Clayton2017-05-011-0/+241
* Remove the unnecessary virtual dtor from the DIEUnit hierarchy (in favor of p...David Blaikie2017-04-221-1/+1
* [DWARF] Versioning for DWARF constants; verify FORMsPaul Robinson2017-04-201-8/+14
* [llvm-pdbdump] More advanced class definition dumping.Zachary Turner2017-04-121-1/+2
* Fix llvm-symbolizer to navigate both DW_AT_abstract_origin and DW_AT_specific...David Blaikie2017-03-131-12/+18
* [DWARF] NFC. A few bits of minor code cleanup.Chris Bieneman2017-03-063-13/+0
* [ObjectYAML] [DWARF] Abstract DWARF Initial Length valuesChris Bieneman2017-03-031-1/+2
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-025-721/+10
OpenPOWER on IntegriCloud