summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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
* [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
* Test commit.Alexandre Ganea2017-12-121-0/+1
* [DebugInfo] Fix register variables not showing up in pdb.Zachary Turner2017-12-071-3/+12
* Split TypeTableBuilder into two classes.Zachary Turner2017-11-301-4/+3
* [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner2017-11-281-9/+11
* [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
* [PDB] Add symbols to the PDBReid Kleckner2017-06-211-8/+79
* [gtest] Create a shared include directory for gtest utilities.Zachary Turner2017-06-141-1/+0
* [CV Type Merging] Find nested type indices faster.Zachary Turner2017-05-251-0/+496
OpenPOWER on IntegriCloud