summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [PDB] Move some code around. NFC.Zachary Turner2018-12-061-1/+2
* [PDB] Add native reading support for UDT / class types.Zachary Turner2018-09-211-0/+1
* [CodeView] Teach clang to emit the .debug$H COFF section.Zachary Turner2017-12-131-0/+1
* [CodeView] Add support for content hashing CodeView type records.Zachary Turner2017-12-051-0/+1
* Split TypeTableBuilder into two classes.Zachary Turner2017-11-301-1/+2
* [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner2017-11-281-1/+3
* [LLD/PDB] Write actual records to the globals stream.Zachary Turner2017-08-111-1/+1
* Delete TypeDatabase.Zachary Turner2017-06-181-2/+0
* [CodeView] Fix random access of type names.Zachary Turner2017-06-161-0/+1
* Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-141-1/+2
* Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."Zachary Turner2017-06-141-2/+1
* [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.Zachary Turner2017-06-141-1/+2
* [pdb] Support CoffSymbolRVA debug subsection.Zachary Turner2017-06-091-0/+1
* [CodeView] Handle Cross Module Imports and Exports.Zachary Turner2017-06-051-4/+6
* [CodeView] Add more DebugSubsection implementations.Zachary Turner2017-05-301-3/+5
* [CodeView] Rename ModuleDebugFragment -> DebugSubsection.Zachary Turner2017-05-301-6/+6
* [CV Type Merging] Find nested type indices faster.Zachary Turner2017-05-251-0/+1
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-3/+4
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-4/+3
* [CodeView] Provide a common interface for type collections.Zachary Turner2017-05-181-3/+4
* [CodeView] Add a random access type visitor.Zachary Turner2017-05-121-0/+1
* Removing a file that is not necessary (and was causing link diagnostics with ...Aaron Ballman2017-05-091-1/+0
* Resubmit r301986 and r301987 "Add codeview::StringTable"Zachary Turner2017-05-031-0/+1
* Revert r301986 (and subsequent r301987).Daniel Jasper2017-05-031-1/+0
* Make codeview::StringTable.Zachary Turner2017-05-021-0/+1
* [PDB/CodeView] Read/write codeview inlinee line information.Zachary Turner2017-05-021-0/+1
* [CodeView] Isolate Debug Info Fragments into standalone classes.Zachary Turner2017-04-271-0/+4
* Rename some PDB classes.Zachary Turner2017-04-271-2/+2
* [codeview] Move type index remapping logic to type mergerReid Kleckner2017-03-231-1/+0
* [llvm-pdbdump] Add support for dumping symbols from Yaml -> PDB.Zachary Turner2017-03-131-0/+1
* Properly parse the TypeServer2 record.Zachary Turner2017-02-031-0/+1
* [CodeView] Finish decoupling TypeDatabase from TypeDumper.Zachary Turner2017-01-111-0/+1
* [CodeView/PDB] Rename a bunch of files.Zachary Turner2017-01-111-1/+1
* [CodeView] Add TypeDatabase class.Zachary Turner2017-01-111-0/+2
* Delete unused file.Zachary Turner2016-12-171-1/+0
* Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."Zachary Turner2016-12-161-0/+2
* Revert "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."Zachary Turner2016-12-161-2/+0
* [CodeView] Hook CodeViewRecordIO for reading/writing symbols.Zachary Turner2016-12-161-0/+2
* [CodeView] Hook up CodeViewRecordIO to type serialization path.Zachary Turner2016-11-081-6/+1
* Add CodeViewRecordIO for reading and writing.Zachary Turner2016-11-021-0/+2
* Refactor Symbol visitor code.Zachary Turner2016-10-071-0/+1
* Remove unused translation unit.Zachary Turner2016-08-231-1/+0
* [CodeView] Decouple record deserialization from visitor dispatch.Zachary Turner2016-08-051-0/+1
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-221-3/+0
* Resubmit "[pdb] Change type visitor pattern to be dynamic."Zachary Turner2016-06-161-0/+1
* Revert "[pdb] Change type visitor pattern to be dynamic."Zachary Turner2016-06-161-1/+0
* [pdb] Change type visitor pattern to be dynamic.Zachary Turner2016-06-161-0/+1
* Add support for writing through StreamInterface.Zachary Turner2016-06-101-0/+1
* [codeview] Dump line number and column information.Zachary Turner2016-06-031-0/+2
OpenPOWER on IntegriCloud