summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/CodeView
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "Write the TPI stream from a PDB to Yaml."Justin Bogner2016-08-166-144/+92
* Write the TPI stream from a PDB to Yaml.Zachary Turner2016-08-166-92/+144
* CodeView: Remove an unused variableJustin Bogner2016-08-051-1/+0
* Fix non portable include path.Zachary Turner2016-08-051-1/+1
* [CodeView] Decouple record deserialization from visitor dispatch.Zachary Turner2016-08-0510-165/+245
* [CodeView] Use llvm::Error instead of std::error_code.Zachary Turner2016-08-043-103/+126
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-294-5/+5
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-294-5/+5
* [msf] Rename Msf to MSF.Zachary Turner2016-07-294-5/+5
* [pdb] Refactor library to more clearly separate reading/writingZachary Turner2016-07-283-17/+20
* [modules] Add missing includes.Vassil Vassilev2016-07-281-0/+2
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-2210-259/+8
* [pdb] Round-trip module & file info to/from YAML.Zachary Turner2016-07-221-1/+2
* Dump enum unique names.Rui Ueyama2016-07-121-0/+3
* Re-enable TPI hash verification for enum records.Rui Ueyama2016-07-121-3/+5
* [CodeView] Emit an appropriate symbol kind for globalsDavid Majnemer2016-07-061-0/+2
* [pdb] Re-add code to write PDB files.Zachary Turner2016-06-301-0/+4
* [CodeView] Healthy paranoia around stringsDavid Majnemer2016-06-242-8/+5
* [codeview] Use one byte for S_FRAMECOOKIE CookieKind and add flags byteReid Kleckner2016-06-242-2/+3
* [codeview] Fix the alignment padding that we add to list recordsReid Kleckner2016-06-221-4/+6
* [codeview] Add support for splitting field list records over 64KBReid Kleckner2016-06-214-10/+96
* [codeview] Add DIFlags for pointer to member representationsReid Kleckner2016-06-171-0/+1
* Resubmit "[pdb] Change type visitor pattern to be dynamic."Zachary Turner2016-06-164-223/+342
* Revert "[pdb] Change type visitor pattern to be dynamic."Zachary Turner2016-06-164-335/+228
* [pdb] Change type visitor pattern to be dynamic.Zachary Turner2016-06-164-228/+335
* [codeview] Pass CVRecord to visitTypeBegin callback.Rui Ueyama2016-06-162-24/+17
* [codeview] Remove unused parameter.Rui Ueyama2016-06-162-55/+35
* [Codeview] Add a class for LF_UDT_MOD_SRC_LINE.Rui Ueyama2016-06-153-1/+25
* Axe some trailing whitespace from my last commitReid Kleckner2016-06-151-20/+20
* [codeview] Move deserialization methods out of lineReid Kleckner2016-06-151-0/+356
* Add support for writing through StreamInterface.Zachary Turner2016-06-106-8/+133
* [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
OpenPOWER on IntegriCloud