summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView
Commit message (Expand)AuthorAgeFilesLines
* Remove unused functions. Remove static qualifier from functions in header fil...Vassil Vassilev2017-04-111-9/+0
* [codeview] Cope with unsorted streams in type mergingReid Kleckner2017-04-031-38/+106
* [codeview] Add support for label type recordsReid Kleckner2017-04-034-0/+22
* [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
* [PDB] Use two DBs when dumping the IPI streamReid Kleckner2017-03-231-6/+11
* [codeview] Move type index remapping logic to type mergerReid Kleckner2017-03-233-248/+219
* [codeview] Use separate records for LF_SUBSTR_LIST and LF_ARGLISTReid Kleckner2017-03-224-0/+43
* [pdb] Fix an uninitialized read, and add a test for it.Zachary Turner2017-03-171-6/+3
* [PDB] It is not an error getting the "Invalid" Annotation opcode.Zachary Turner2017-03-171-2/+2
* [llvm-pdbdump] Add support for dumping symbols from Yaml -> PDB.Zachary Turner2017-03-132-0/+53
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-0210-14/+14
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-285-47/+40
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-277-42/+38
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-257-73/+84
* [PDB] General improvements to Stream library.Zachary Turner2017-02-257-84/+73
* [PDB] Rename Stream related source files.Zachary Turner2017-02-2510-14/+14
* Don't assume little endian in StreamReader / StreamWriter.Zachary Turner2017-02-184-33/+41
* [pdb] Add the ability to resolve TypeServer PDBs.Zachary Turner2017-02-164-5/+81
* Properly parse the TypeServer2 record.Zachary Turner2017-02-034-3/+45
* 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
* [pdb] Add a new command for analyzing hash collisions.Zachary Turner2017-02-011-0/+4
* Apply clang-tidy's performance-unnecessary-value-param to LLVM.Benjamin Kramer2017-01-131-1/+1
* [CodeView] Finish decoupling TypeDatabase from TypeDumper.Zachary Turner2017-01-114-539/+571
* [CodeView/PDB] Rename a bunch of files.Zachary Turner2017-01-113-10/+7
* [CodeView] Add TypeDatabase class.Zachary Turner2017-01-114-226/+441
* Delete unused file.Zachary Turner2016-12-172-2/+0
* Resubmit "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."Zachary Turner2016-12-165-145/+629
* Revert "[CodeView] Hook CodeViewRecordIO for reading/writing symbols."Zachary Turner2016-12-165-629/+145
* [CodeView] Hook CodeViewRecordIO for reading/writing symbols.Zachary Turner2016-12-165-145/+629
* Fix some size_t / uint32_t ambiguity errors.Zachary Turner2016-11-081-7/+7
* [CodeView] Hook up CodeViewRecordIO to type serialization path.Zachary Turner2016-11-0813-850/+374
* Add CodeViewRecordIO for reading and writing.Zachary Turner2016-11-028-436/+637
* [codeview] support emitting indirect virtual base class informationBob Haarman2016-10-251-2/+2
* [CodeView] Refactor serialization to use StreamInterface.Zachary Turner2016-10-203-217/+179
* Remove LLVM_NOEXCEPT and replace it with noexceptReid Kleckner2016-10-191-1/+1
* Truncate long names in type recordsReid Kleckner2016-10-132-18/+29
* Refactor Symbol visitor code.Zachary Turner2016-10-073-93/+223
* [pdb] Get rid of Data and RawData in CVType.Zachary Turner2016-09-143-56/+110
* [pdb] Pass CVRecord's through the visitor as non-const references.Zachary Turner2016-09-094-77/+78
* [pdb] Write PDB TPI Stream from Yaml.Zachary Turner2016-09-093-5/+10
* [codeview] Use the correct max CV record length of 0xFF00Reid Kleckner2016-09-021-4/+5
* [codeview] Have visitTypeBegin return the record type.Zachary Turner2016-08-313-10/+17
* [codeview] Add TypeVisitorCallbackPipeline.Zachary Turner2016-08-312-10/+34
* [codeview] Emit vtable shape informationReid Kleckner2016-08-311-0/+1
* Remove unused translation unit.Zachary Turner2016-08-232-14/+0
* Fix -Wpessimizing-move error, NFCVedant Kumar2016-08-181-1/+1
* Resubmit "Write the TPI stream from a PDB to Yaml."Zachary Turner2016-08-186-92/+144
OpenPOWER on IntegriCloud