summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeView] Align type records on 4-bytes when emitting PDBsAlexandre Ganea2020-04-161-3/+21
* [PDB] Print the most redundant type record indices with /summaryReid Kleckner2020-01-021-15/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CodeView] More appropriate name and type for a Microsoft precompiled headers...Alexandre Ganea2019-01-071-21/+21
* [COFF][LLD] Add link support for Microsoft precompiled headers OBJsAlexandre Ganea2018-11-051-34/+79
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-311-1/+1
* This fixes a crash when a second pass is required for the Codeview Type mergi...Alexandre Ganea2018-07-301-1/+4
* [CodeView] Micro-optimizations to speed up type merging.Zachary Turner2018-01-301-90/+79
* Speed up iteration of CodeView record streams.Zachary Turner2018-01-181-4/+6
* [COFF] Teach LLD to use the COFF .debug$H section.Zachary Turner2017-12-141-12/+115
* Remove redundant includes from lib/DebugInfo.Michael Zolotukhin2017-12-131-2/+0
* Split TypeTableBuilder into two classes.Zachary Turner2017-11-301-14/+16
* [CodeView] Factor some code out of TypeTableBuilder.Zachary Turner2017-11-291-13/+36
* [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner2017-11-281-1/+1
* [codeview] Don't use the type visitor to merge typesReid Kleckner2017-07-171-71/+58
* [codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner2017-07-171-18/+14
* [PDB] Fix type server handling for archivesReid Kleckner2017-07-131-11/+7
* Remove unused member.Zachary Turner2017-05-251-2/+0
* [CV Type Merging] Find nested type indices faster.Zachary Turner2017-05-251-347/+41
* [CodeView Type Merging] Don't keep re-allocating temp serializer.Zachary Turner2017-05-251-9/+6
* [CodeView Type Merging] Avoid record deserialization when possible.Zachary Turner2017-05-251-99/+178
* Don't do a full scan of the type stream before processing records.Zachary Turner2017-05-241-11/+11
* [CodeView] Eliminate redundant hashes and allocations.Zachary Turner2017-05-231-2/+3
* Implement various flavors of type merging.Zachary Turner2017-05-221-76/+171
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-2/+0
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-191-0/+2
* [CodeView] Raise the source to ID map out of the TypeStreamMerger.Zachary Turner2017-05-181-4/+8
* [CodeView] Provide a common interface for type collections.Zachary Turner2017-05-181-2/+0
* [CodeView] Simplify the use of visiting type records & streams.Zachary Turner2017-05-171-13/+4
* [codeview] Cope with unsorted streams in type mergingReid Kleckner2017-04-031-38/+106
* [codeview] Add support for label type recordsReid Kleckner2017-04-031-0/+4
* [codeview] Fix buggy BeginIndexMapSize assertionReid Kleckner2017-03-291-13/+12
* [PDB] Split item and type records when merging type streamsReid Kleckner2017-03-241-53/+87
* [codeview] Move type index remapping logic to type mergerReid Kleckner2017-03-231-27/+219
* [pdb] Add the ability to resolve TypeServer PDBs.Zachary Turner2017-02-161-3/+8
* Re-submit r293820: Return Error instead of bool from mergeTypeStreams().Rui Ueyama2017-02-021-17/+21
* Revert r293820: Return Error instead of bool from mergeTypeStreams().Rui Ueyama2017-02-011-21/+17
* Return Error instead of bool from mergeTypeStreams().Rui Ueyama2017-02-011-17/+21
* [CodeView] Hook up CodeViewRecordIO to type serialization path.Zachary Turner2016-11-081-6/+9
* Add CodeViewRecordIO for reading and writing.Zachary Turner2016-11-021-8/+1
* [pdb] Get rid of Data and RawData in CVType.Zachary Turner2016-09-141-11/+14
* [pdb] Pass CVRecord's through the visitor as non-const references.Zachary Turner2016-09-091-13/+11
* [codeview] Have visitTypeBegin return the record type.Zachary Turner2016-08-311-3/+5
* [codeview] Add TypeVisitorCallbackPipeline.Zachary Turner2016-08-311-4/+15
* Fix -Wpessimizing-move error, NFCVedant Kumar2016-08-181-1/+1
* Resubmit "Write the TPI stream from a PDB to Yaml."Zachary Turner2016-08-181-2/+12
* Revert "Write the TPI stream from a PDB to Yaml."Justin Bogner2016-08-161-12/+2
* Write the TPI stream from a PDB to Yaml.Zachary Turner2016-08-161-2/+12
* [CodeView] Decouple record deserialization from visitor dispatch.Zachary Turner2016-08-051-20/+39
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-221-1/+0
OpenPOWER on IntegriCloud