summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
AgeCommit message (Expand)Author
2021-03-15[CMake] Clean up unnecessary dependencyPetr Hosek
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille
2019-11-21[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard
2018-12-06[PDB] Move some code around. NFC.Zachary Turner
2018-09-21[PDB] Add native reading support for UDT / class types.Zachary Turner
2017-12-13[CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner
2017-12-05[CodeView] Add support for content hashing CodeView type records.Zachary Turner
2017-11-30Split TypeTableBuilder into two classes.Zachary Turner
2017-11-28[CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner
2017-08-11[LLD/PDB] Write actual records to the globals stream.Zachary Turner
2017-06-18Delete TypeDatabase.Zachary Turner
2017-06-16[CodeView] Fix random access of type names.Zachary Turner
2017-06-14Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner
2017-06-14Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner
2017-06-14[codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner
2017-06-09[pdb] Support CoffSymbolRVA debug subsection.Zachary Turner
2017-06-05[CodeView] Handle Cross Module Imports and Exports.Zachary Turner
2017-05-30[CodeView] Add more DebugSubsection implementations.Zachary Turner
2017-05-30[CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner
2017-05-25[CV Type Merging] Find nested type indices faster.Zachary Turner
2017-05-19Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner
2017-05-19Revert "[CodeView] Provide a common interface for type collections."Zachary Turner
2017-05-18[CodeView] Provide a common interface for type collections.Zachary Turner
2017-05-12[CodeView] Add a random access type visitor.Zachary Turner
2017-05-09Removing a file that is not necessary (and was causing link diagnostics with ...Aaron Ballman
2017-05-03Resubmit r301986 and r301987 "Add codeview::StringTable"Zachary Turner
2017-05-03Revert r301986 (and subsequent r301987).Daniel Jasper
2017-05-02Make codeview::StringTable.Zachary Turner
2017-05-02[PDB/CodeView] Read/write codeview inlinee line information.Zachary Turner
2017-04-27[CodeView] Isolate Debug Info Fragments into standalone classes.Zachary Turner
2017-04-27Rename some PDB classes.Zachary Turner
2017-03-23[codeview] Move type index remapping logic to type mergerReid Kleckner
2017-03-13[llvm-pdbdump] Add support for dumping symbols from Yaml -> PDB.Zachary Turner
2017-02-03Properly parse the TypeServer2 record.Zachary Turner
2017-01-11[CodeView] Finish decoupling TypeDatabase from TypeDumper.Zachary Turner
2017-01-11[CodeView/PDB] Rename a bunch of files.Zachary Turner
2017-01-11[CodeView] Add TypeDatabase class.Zachary Turner
2016-12-17Delete unused file.Zachary Turner
2016-12-16Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."Zachary Turner
2016-12-16Revert "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."Zachary Turner
2016-12-16[CodeView] Hook CodeViewRecordIO for reading/writing symbols.Zachary Turner
2016-11-08[CodeView] Hook up CodeViewRecordIO to type serialization path.Zachary Turner
2016-11-02Add CodeViewRecordIO for reading and writing.Zachary Turner
2016-10-07Refactor Symbol visitor code.Zachary Turner
2016-08-23Remove unused translation unit.Zachary Turner
2016-08-05[CodeView] Decouple record deserialization from visitor dispatch.Zachary Turner
2016-07-22[msf] Create LLVMDebugInfoMsfZachary Turner
2016-06-16Resubmit "[pdb] Change type visitor pattern to be dynamic."Zachary Turner
2016-06-16Revert "[pdb] Change type visitor pattern to be dynamic."Zachary Turner
2016-06-16[pdb] Change type visitor pattern to be dynamic.Zachary Turner