summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView
Commit message (Expand)AuthorAgeFilesLines
...
* Implement various flavors of type merging.Zachary Turner2017-05-221-76/+171
* Make TypeSerializer's StringMap use the same allocator.Zachary Turner2017-05-222-32/+13
* Resubmit "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-1911-252/+535
* Revert "[CodeView] Provide a common interface for type collections."Zachary Turner2017-05-1911-532/+252
* Don't crash if someone tries to visit an empty type stream.Zachary Turner2017-05-191-0/+3
* [CodeView] Reduce memory usage in TypeSerializer.Zachary Turner2017-05-191-5/+28
* Fix crasher in CodeView test.Zachary Turner2017-05-191-1/+1
* Fix some build errors and warnings.Zachary Turner2017-05-181-1/+1
* [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-1811-251/+528
* [CodeView] Simplify the use of visiting type records & streams.Zachary Turner2017-05-175-47/+104
* [CodeView] Add a random access type visitor.Zachary Turner2017-05-126-88/+159
* Removing a file that is not necessary (and was causing link diagnostics with ...Aaron Ballman2017-05-092-11/+0
* [CodeView] Add support for random access type visitors.Zachary Turner2017-05-083-31/+136
* [CodeView] Reserve TypeDatabase records up front.Zachary Turner2017-05-051-0/+5
* Remove unused private field.Zachary Turner2017-05-031-3/+2
* [CodeView] Remove constructor initialization of a removed field.Davide Italiano2017-05-031-2/+2
* [CodeView] Use actual strings for dealing with checksums and lines.Zachary Turner2017-05-034-17/+41
* [llvm-readobj] Update readobj to re-use parsing code.Zachary Turner2017-05-032-18/+19
* Resubmit r301986 and r301987 "Add codeview::StringTable"Zachary Turner2017-05-032-0/+66
* Revert r301986 (and subsequent r301987).Daniel Jasper2017-05-032-66/+0
* Fix use after free in BinaryStream library.Zachary Turner2017-05-032-4/+5
* Fix type conversion error.Zachary Turner2017-05-021-1/+1
* Make codeview::StringTable.Zachary Turner2017-05-022-0/+66
* [PDB/CodeView] Read/write codeview inlinee line information.Zachary Turner2017-05-025-1/+131
* [CodeView] Write CodeView line information.Zachary Turner2017-05-015-1/+179
* [PDB/CodeView] Rename some classes.Zachary Turner2017-05-014-10/+11
* [llvm-pdbdump] Abstract some of the YAML/Raw printing code.Zachary Turner2017-04-292-3/+8
* [CodeView] Isolate Debug Info Fragments into standalone classes.Zachary Turner2017-04-277-115/+193
* [Support] Make BinaryStreamArray extractors stateless.Zachary Turner2017-04-271-3/+2
* Rename some PDB classes.Zachary Turner2017-04-276-165/+169
* 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
OpenPOWER on IntegriCloud