summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Raw
Commit message (Expand)AuthorAgeFilesLines
...
* Move helper classes into anonymous namespaces. NFC.Benjamin Kramer2016-05-151-0/+2
* pdbdump: Print "Publics" stream.Rui Ueyama2016-05-133-11/+162
* [codeview] Try to handle errors better in record iteratorReid Kleckner2016-05-121-2/+2
* Fix some Clang-tidy modernize-deprecated-headers and Include What You Use war...Eugene Zelenko2016-05-091-0/+2
* [pdb] Parse the module info stream for each module.Zachary Turner2016-05-092-11/+62
* Port DebugInfoPDB over to using llvm::Error.Zachary Turner2016-05-0611-145/+287
* [codeview] Add a type visitor to help abstract away type stream handlingReid Kleckner2016-05-041-1/+1
* Remove unused variable.Zachary Turner2016-05-031-2/+0
* Move CodeViewTypeStream to DebugInfo/CodeViewZachary Turner2016-05-031-23/+2
* Change operation_not_supported to not_supported.Zachary Turner2016-05-031-1/+1
* Parse the TPI (type information) stream of PDB files.Zachary Turner2016-05-035-4/+177
* [llvm-pdbdump] Fix read past EOF when file is too small.Zachary Turner2016-05-021-0/+4
* Fix build breakage due to implicit conversion.Zachary Turner2016-05-021-1/+2
* PDB - Instead of hardcoding stream numbers, use an enum.Zachary Turner2016-05-022-12/+17
* Parse PDB Name Hash TableZachary Turner2016-05-023-0/+150
* Fix crash in PDB when loading corrupt file.Zachary Turner2016-04-291-0/+7
* Put PDB parsing code into a pdb namespace.Zachary Turner2016-04-299-57/+65
* Refactor the PDB Stream reading interface.Zachary Turner2016-04-296-72/+147
* [llvm-pdbdump] Try to appease the ASan botDavid Majnemer2016-04-291-0/+5
* [llvm-pdbdump] Restore error messages, handle bad block sizesDavid Majnemer2016-04-281-1/+1
* [llvm-pdbdump] Correctly read data larger than a blockDavid Majnemer2016-04-281-25/+15
* Fix warning in PDB code. NFCAmaury Sechet2016-04-281-1/+1
* Add parentheses to silence -Wparentheses warnings.Zachary Turner2016-04-281-6/+6
* Read the rest of the DBI substreams, and parse source info.Zachary Turner2016-04-281-11/+124
* Parse module information from DBI stream.Zachary Turner2016-04-272-2/+160
* Remove more unused variables.Zachary Turner2016-04-261-3/+0
* [llvm-pdbdump] Fix version reading on big endian systems.Zachary Turner2016-04-261-1/+2
* Fix warnings and -Werror build on clang.Zachary Turner2016-04-261-1/+1
* Parse and dump PDB DBI Stream Header InformationZachary Turner2016-04-263-1/+162
* Fix build broken due to order of initialization problem.Zachary Turner2016-04-261-2/+1
* Refactor some more PDB reading code into DebugInfoPDB.Zachary Turner2016-04-262-0/+162
* Resubmit "Refactor raw pdb dumper into library"Zachary Turner2016-04-253-0/+452
* Revert r267049, r26706[16789], r267071 - Refactor raw pdb dumper into libraryDaniel Sanders2016-04-223-454/+0
* Fix PDB warnings and testReid Kleckner2016-04-212-22/+9
* Remove dead code. NFCAmaury Sechet2016-04-211-4/+0
* Fix for case sensitive filename failure.Zachary Turner2016-04-211-1/+1
* Remove various warnings. NFCAmaury Sechet2016-04-212-5/+4
* Refactor raw pdb dumper into libraryZachary Turner2016-04-213-0/+472
OpenPOWER on IntegriCloud