summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView
Commit message (Expand)AuthorAgeFilesLines
* [CodeView] Fix a busted assert in TypeTableBuilder::writeClassDavid Majnemer2016-06-041-1/+1
* [TypeStreamMerger] visitUnknownMember was supposed to be visitUnknownTypeDavid Majnemer2016-06-041-2/+3
* [codeview] Add basic record type translationReid Kleckner2016-06-031-0/+2
* [pdb] Dump file checksums from pdb codeview line info.Zachary Turner2016-06-032-5/+21
* [codeview] Dump line number and column information.Zachary Turner2016-06-033-0/+142
* [llvm-pdbdump] Dump CodeView line information.Zachary Turner2016-06-022-1/+21
* [codeview] Fix a nasty use after free.Zachary Turner2016-06-021-2/+2
* [CodeView] Use None instead of Void if there is no subprogramDavid Majnemer2016-06-021-2/+2
* [pdb] Parse and dump section map and section contribsZachary Turner2016-06-023-266/+371
* [codeview] Improve readability of type record assemblyReid Kleckner2016-05-311-8/+19
* [codeview] Add a CVTypeDumper::dump(ArrayRef<uint8_t>) overloadReid Kleckner2016-05-311-0/+13
* Make sure we don't add an empty string to the stringmapDavid Majnemer2016-05-291-1/+2
* [SymbolDumper] Validate the string table offset before using itDavid Majnemer2016-05-281-6/+6
* [SymbolDumper] Validate the string table offset before using itDavid Majnemer2016-05-281-5/+6
* [pdb] Finish conversion to zero copy pdb access.Zachary Turner2016-05-285-51/+15
* Make sure data is available before dereferencing itDavid Majnemer2016-05-271-0/+14
* Resubmit "[pdb] Allow zero-copy read support for symbol streams.""Zachary Turner2016-05-272-2/+2
* Revert "[pdb] Allow zero-copy read support for symbol streams."Chad Rosier2016-05-272-2/+2
* [pdb] Allow zero-copy read support for symbol streams.Zachary Turner2016-05-272-2/+2
* [codeview,pdb] Try really hard to conserve memory when reading.Zachary Turner2016-05-272-29/+64
* [codeview] Move StreamInterface and StreamReader to libcodeview.Zachary Turner2016-05-254-0/+191
* [codeview] Add support for new types and symbols.Zachary Turner2016-05-252-0/+19
* [codeview] Add support for S_EXPORT symbol.Zachary Turner2016-05-251-0/+16
* [codeview] Add support for new type records.Zachary Turner2016-05-241-1/+182
* [codeview, pdb] Dump symbol records in publics streamZachary Turner2016-05-241-0/+17
* Fix build errorsZachary Turner2016-05-241-2/+2
* Dump symbol record details in llvm-pdbdumpZachary Turner2016-05-242-8/+15
* Remove unused variable.Zachary Turner2016-05-241-11/+6
* Make a symbol visitor and use it to dump CV symbols.Zachary Turner2016-05-232-0/+671
* [codeview] Test serialization of all known type recordsReid Kleckner2016-05-171-2/+2
* [codeview] Add type stream merging prototypeReid Kleckner2016-05-147-88/+504
* [codeview] Align class and print names of typesReid Kleckner2016-05-135-86/+80
* [codeview] Dump the type index on the first line of each recordReid Kleckner2016-05-131-2/+2
* Get rid of CVLeafTypes.def and combine with TypeRecords.defZachary Turner2016-05-121-26/+17
* Make CodeView record serialization more generic.Zachary Turner2016-05-123-98/+158
* Fix build breakage in DebugInfoCodeviewZachary Turner2016-05-111-1/+1
* Refactor CodeView type records to use common code.Zachary Turner2016-05-114-373/+267
* Make TypeIterator generic so it can iterate symbols too.Zachary Turner2016-05-091-1/+1
* Make llvm-pdbdump print CV type recordsZachary Turner2016-05-061-0/+6
* [codeview] Improve some commentsReid Kleckner2016-05-051-1/+0
* Fix CVTypeDumperImpl formatting after class renameReid Kleckner2016-05-051-39/+49
* [codeview] Move dumper into lib/DebugInfo/CodeViewReid Kleckner2016-05-053-0/+852
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Remove autoconf supportChris Bieneman2016-01-261-14/+0
* Fix several accidental DOS line endings in source filesDimitry Andric2016-01-031-14/+14
* Remove unused constants from TypeTableBuilder.cpp.Dave Bartolomeo2015-12-241-4/+0
* Fix case of path nameBill Seurer2015-12-241-1/+1
* Fix CodeView library name and non-CMake buildsDave Bartolomeo2015-12-243-4/+21
* LLVM CodeView libraryDave Bartolomeo2015-12-249-0/+667
OpenPOWER on IntegriCloud