summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB
Commit message (Expand)AuthorAgeFilesLines
* Move pdb code into pdb namespace.Zachary Turner2016-05-0447-26/+80
* [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-036-5/+179
* [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-024-0/+151
* 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-2911-62/+70
* Refactor the PDB Stream reading interface.Zachary Turner2016-04-297-74/+151
* [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-273-2/+161
* [PDB] Fix function names for private symbols in PDBsReid Kleckner2016-04-271-14/+12
* 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-265-1/+191
* 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-263-0/+164
* Resubmit "Refactor raw pdb dumper into library"Zachary Turner2016-04-255-3/+468
* Revert r267049, r26706[16789], r267071 - Refactor raw pdb dumper into libraryDaniel Sanders2016-04-225-468/+3
* Fix PDB warnings and testReid Kleckner2016-04-212-22/+9
* Remove dead code. NFCAmaury Sechet2016-04-211-4/+0
* Fix -Wreturn-type warning with HAVE_DIA_SDK is false.Zachary Turner2016-04-211-0/+2
* 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-215-3/+484
* [llvm-pdbdump] Print a better error message when PDB loading fails.Zachary Turner2016-04-192-14/+19
* Unbreak building llvm-pdbdump on Windows after r266595.Nico Weber2016-04-183-1/+4
* Make DIASession work if msdia*.dll isn't registered.Nico Weber2016-04-011-9/+34
* [DebugInfoPDB] Add source / line number accessors for PDB.Zachary Turner2016-02-183-3/+93
* [DebugInfoPDB] A few cleanups on PDB Variant class.Zachary Turner2016-02-171-2/+4
* [DebugInfoPDB] Raise getSymIndexId() up to PDBSymbolZachary Turner2016-02-171-0/+1
* [DebugInfoPDB] Teach Variant to support string types.Zachary Turner2016-02-172-22/+36
* Remove autoconf supportChris Bieneman2016-01-261-14/+0
* Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."Igor Laevsky2016-01-261-1/+2
* Fix instance of -Wcovered-switch-defaultReid Kleckner2016-01-131-2/+0
* [readobj] Expand CodeView dumping functionalityReid Kleckner2016-01-131-26/+24
* Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."Pete Cooper2015-12-181-2/+1
* Improve DWARFDebugFrame::parse to also handle __eh_frame.Pete Cooper2015-12-181-1/+2
* Test commitDave Bartolomeo2015-12-171-1/+1
* [llvm-symbolizer] Make --relative-address work with DWARF contextsReid Kleckner2015-10-091-17/+4
OpenPOWER on IntegriCloud