summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
...
* [PDB] Remove use of std error codes.Zachary Turner2017-03-011-7/+6
* (Rewroking r296581) PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::err...NAKAMURA Takumi2017-03-011-3/+4
* Revert r296581, "PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::errc::...NAKAMURA Takumi2017-03-011-3/+3
* PDB/BinaryStreamTest.cpp: Appease mingw to avoid std::errc::no_buffer_space.NAKAMURA Takumi2017-03-011-3/+3
* Move constexpr arrays out of class definition.Zachary Turner2017-03-011-3/+4
* Fix signed / unsigned comparison warning.Zachary Turner2017-03-011-1/+1
* [PDB] Add an additional test for BinaryStreamRef.Zachary Turner2017-03-011-2/+58
* [PDB] Add tests for BinaryStream.Zachary Turner2017-03-012-0/+644
* [DWARFv5] Emit new unit header format.Paul Robinson2017-02-281-2/+8
* [PDB] Add BinaryStreamError.Zachary Turner2017-02-281-6/+6
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-283-10/+15
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-273-39/+40
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-255-812/+48
* Add static_cast to silence -Wc++11-narrowing.Daniel Jasper2017-02-251-1/+1
* [PDB] Disable some tests that are breaking bots.Zachary Turner2017-02-251-3/+3
* Re-enable BinaryStreamTest.StreamReaderObject.Zachary Turner2017-02-252-34/+28
* Disable BinaryStreamTest.StreamReaderObject temporarily.Zachary Turner2017-02-251-33/+33
* [PDB] General improvements to Stream library.Zachary Turner2017-02-255-48/+818
* [PDB] Rename Stream related source files.Zachary Turner2017-02-253-11/+11
* Fix unit tests after r296049.Adrian McCarthy2017-02-241-1/+1
* Don't assume little endian in StreamReader / StreamWriter.Zachary Turner2017-02-181-6/+6
* [pdb] Add the ability to resolve TypeServer PDBs.Zachary Turner2017-02-162-0/+176
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings in Subta...Eugene Zelenko2017-02-091-10/+14
* Fix for r293104, which renamed a directory.Adrian McCarthy2017-01-252-3/+3
* Post-commit review feedback from dblaikieChris Bieneman2017-01-231-1/+1
* [pdb] Write the Named Stream mapping to Yaml and binary.Zachary Turner2017-01-201-1/+1
* [PDB] Rename some files to be more intuitive.Zachary Turner2017-01-202-8/+8
* [DWARF] [ObjectYAML] Adding APIs for unittestingChris Bieneman2017-01-202-30/+27
* [pdb] Add HashTable data structure.Zachary Turner2017-01-192-0/+168
* DWARFDebugInfoTest.cpp: Don't use ArrayRef with initializer. It was allocated...NAKAMURA Takumi2017-01-161-3/+3
* PDB: Add a class to create the /names stream contents.Rui Ueyama2017-01-152-0/+55
* Add a variant of DWARFDie::find() and DWARFDie::findRecursively() that takes ...Greg Clayton2017-01-131-0/+67
* Cleanup how DWARFDie attributes are accessed and decoded.Greg Clayton2017-01-131-123/+281
* Fix buildbots.Greg Clayton2017-01-131-2/+2
* Add the ability to iterate across all attributes in a DIE.Greg Clayton2017-01-131-7/+62
* Remove all variants of DWARFDie::getAttributeValueAs...() that had parameters...Greg Clayton2017-01-111-75/+90
* DebugInfo: support for DW_FORM_implicit_constVictor Leschuk2017-01-101-2/+28
* Add iterator support to DWARFDie to allow child DIE iteration.Greg Clayton2017-01-053-0/+128
* Correct the parent testing to avoid the special case where a DIE has a depth ...Greg Clayton2017-01-041-29/+46
* DebugInfo: add explicit casts for -Wqual-castSaleem Abdulrasool2016-12-271-2/+4
* Add the ability for DWARFDie objects to get the parent DWARFDie.Greg Clayton2016-12-211-0/+116
* Make a function to correctly extract the DW_AT_high_pc given the low pc value.Greg Clayton2016-12-191-0/+176
* [PDB] Validate superblock addressesDavid Majnemer2016-12-181-0/+1
* Switch functions that returned bool and filled in a DWARFFormValue arg with o...Greg Clayton2016-12-131-9/+13
* Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...Greg Clayton2016-12-132-131/+130
* Plug another leak in the DWARF unittests, DIEInlineStrings are never destroyed.Benjamin Kramer2016-12-091-1/+2
* Fix memory leak in unit test.Benjamin Kramer2016-12-092-3/+3
* Fix ASAN buildbots by fixing a double free crash.Greg Clayton2016-12-082-3/+5
* DIE::addAttribute(): Prune a redundant \param. [-Wdocumentation]NAKAMURA Takumi2016-12-081-1/+1
* DebugInfoDWARFTests: Prune unused libdeps.NAKAMURA Takumi2016-12-081-4/+0
OpenPOWER on IntegriCloud