summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/CodeView
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-152-4/+4
* [codeview] Remove Type member from CVRecordReid Kleckner2019-04-041-8/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [codeview] Use push_macro to avoid conflicts instead of a prefixReid Kleckner2018-08-161-1/+1
* [CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea2018-07-311-1/+8
* [CodeView] Add prefix to CodeView registers.Jonas Devlieghere2018-05-291-1/+1
* Inline a few CMake variables into their only uses.Nico Weber2018-05-141-5/+1
* [DebugInfo][COFF] Fix reading variable-length encoded recordsAlexandre Ganea2018-04-101-0/+8
* Fix line endings (CR/LF -> LF) introduced by rL329613Alexandre Ganea2018-04-101-595/+595
* [Debuginfo][COFF] Minimal serialization support for precompiled types recordsAlexandre Ganea2018-04-091-582/+595
* Remove redundant includes from unittests.Michael Zolotukhin2017-12-131-1/+0
* Test commit.Alexandre Ganea2017-12-121-0/+1
* [DebugInfo] Fix register variables not showing up in pdb.Zachary Turner2017-12-071-3/+12
* [CodeView] Add support for content hashing CodeView type records.Zachary Turner2017-12-052-0/+157
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-1/+1
* Split TypeTableBuilder into two classes.Zachary Turner2017-11-302-7/+6
* [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner2017-11-282-13/+14
* [codeview] Add support for inlinee listsReid Kleckner2017-10-231-1/+6
* [PDB] Fix linking of function symbols and local variables.Zachary Turner2017-08-081-1/+1
* [codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner2017-07-171-2/+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
* Don't include TestingSupport in LLVM_LINK_COMPONENTS.Zachary Turner2017-06-141-1/+2
* [gtest] Create a shared include directory for gtest utilities.Zachary Turner2017-06-144-90/+24
* [CV Type Merging] Find nested type indices faster.Zachary Turner2017-05-253-0/+506
* 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-171-0/+1
* [CodeView] Silence some -Wsign-compare warningsJustin Bogner2017-05-131-10/+10
* [CodeView] Add a random access type visitor.Zachary Turner2017-05-123-0/+425
OpenPOWER on IntegriCloud