summaryrefslogtreecommitdiff
path: root/lib/DebugInfo/PDB
AgeCommit message (Expand)Author
2017-11-17Don't #include MemoryBuffer.h from Host.h.Zachary Turner
2017-11-16Fix my typo of PDB_TableTypeReid Kleckner
2017-11-16Fix -Wreturn-type falling off the end of a function in new DIA codeReid Kleckner
2017-11-16[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith
2017-11-16Test commit. Add a missing dash to the standard llvm file header; NFC.Aaron Smith
2017-11-08Convert FileOutputBuffer to Expected. NFC.Rafael Espindola
2017-10-27[PDB] Handle an empty globals hash table with no bucketsReid Kleckner
2017-10-20COFF: Add type server pdb files to linkrepro tar file.Peter Collingbourne
2017-10-03Fix -Wcovered-switch-default warnings from r314821Hans Wennborg
2017-10-03CodeView: Provide a .def file with the register idsHans Wennborg
2017-09-07COFF: PDB: Allow multiple modules with the same name.Peter Collingbourne
2017-09-07Remove dead code. NFCI.Peter Collingbourne
2017-09-01[llvm-pdbutil] Support dumping CodeView from object files.Zachary Turner
2017-08-31[llvm-pdbutil] Print detailed S_UDT stats.Zachary Turner
2017-08-21[lld/pdb] Speed up construction of publics & globals addr map.Zachary Turner
2017-08-21[llvm-pdbutil] Add support for dumping detailed module stats.Zachary Turner
2017-08-20Move helper classes into anonymous namespaces.Benjamin Kramer
2017-08-11[LLD/PDB] Write actual records to the globals stream.Zachary Turner
2017-08-09[PDB] Fix an issue writing the publics stream.Zachary Turner
2017-08-09[PDB] Merge Global and Publics Builders.Zachary Turner
2017-08-04Enable llvm-pdbutil to list enumerations using native PDB readerAdrian McCarthy
2017-08-03[PDB] Fix section contributionsReid Kleckner
2017-08-02[pdb/lld] Write a valid FPM.Zachary Turner
2017-08-02[pdbutil] Add a command to dump the FPM.Zachary Turner
2017-07-31[lld/pdb] Add an empty globals stream.Zachary Turner
2017-07-27[PDB] Initialize the std::array<ulittle32_t> used for the gsi bitmapReid Kleckner
2017-07-27[PDB] Write public symbol records and the publics hash tableReid Kleckner
2017-07-26[PDB] Remove stale GSI.h header that I intended to remove in the previous commitReid Kleckner
2017-07-26[PDB] Improve GSI hash table dumping for publics and globalsReid Kleckner
2017-07-24Revert "Debug: handle dumping the D language."Tim Northover
2017-07-24Debug: handle dumping the D language.Tim Northover
2017-07-24Add missing case to switchReid Kleckner
2017-07-21Fix DebugInfo/PDB build by adding missing changesReid Kleckner
2017-07-21[PDB] Dump extra info about the publics streamReid Kleckner
2017-07-18[PDB] Finish and simplify TPI hashingReid Kleckner
2017-07-17[codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner
2017-07-17[codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner
2017-07-13[PDB] Fix type server handling for archivesReid Kleckner
2017-07-12Fix non-Windows build after PDB native builtin type changeReid Kleckner
2017-07-12[PDB] Enable NativeSession to create symbols for built-in types on demandAdrian McCarthy
2017-07-10[lld/pdb] Create an empty public symbol record stream.Zachary Turner
2017-07-07[PDB] More changes to bring lld PDBs to parity with MSVC.Zachary Turner
2017-07-07Fix some differences between lld and MSVC generated PDBs.Zachary Turner
2017-07-07[llvm-pdbutil] Improve diff mode.Zachary Turner
2017-07-07[PDB] Teach libpdb to write DBI Stream ECNames.Zachary Turner
2017-06-30[CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko
2017-06-28Introduce symbol cache to PDB NativeSessionAdrian McCarthy
2017-06-25[pdb] Fix reading of llvm-generated PDBs by cvdump.Zachary Turner
2017-06-23[llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.Zachary Turner
2017-06-23[llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner