summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-232-2/+2
* Try to fix generation of LLVMExports.cmake under Visual Studio.Dan Liew2015-06-191-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-192-2/+2
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-152-2/+2
* A few fixes for llvm-symbolizer on Windows.Zachary Turner2015-05-061-20/+50
* Fix build.Zachary Turner2015-05-011-1/+1
* [llvm-pdbdump] Support dynamic load address and external symbols.Zachary Turner2015-05-011-3/+11
* Add missing library dependency in libPDB.Pete Cooper2015-04-271-1/+1
* Make llvm-symbolizer work on Windows.Zachary Turner2015-04-272-0/+104
* [PDB] Support executables and source/line info.Zachary Turner2015-04-172-2/+74
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-112-10/+13
* Raising minimum required CMake version to 2.8.12.2.Chris Bieneman2015-03-231-1/+1
* [llvm-pdbdump] Display full enum definitions.Zachary Turner2015-03-042-2/+14
* [llvm-pdbdump] Many minor fixes and improvementsZachary Turner2015-03-021-1/+19
* [llvm-pdbdump] Clean up method signatures.Zachary Turner2015-03-0132-165/+83
* [llvm-pdbdump] Better error handling.Zachary Turner2015-02-282-18/+35
* [llvm-pdbdump] Fix dumping of function pointers and basic types.Zachary Turner2015-02-261-25/+0
* Revert "Raising minimum required CMake version to 2.8.12.2."Tobias Grosser2015-02-241-1/+1
OpenPOWER on IntegriCloud