summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB
Commit message (Expand)AuthorAgeFilesLines
* Fix pretty printing the unspecified param of a variadic functionAaron Smith2018-01-171-0/+19
* Remove redundant includes from lib/DebugInfo.Michael Zolotukhin2017-12-1314-21/+0
* Don't #include MemoryBuffer.h from Host.h.Zachary Turner2017-11-171-0/+1
* Fix my typo of PDB_TableTypeReid Kleckner2017-11-161-1/+1
* Fix -Wreturn-type falling off the end of a function in new DIA codeReid Kleckner2017-11-161-0/+1
* [DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith2017-11-168-0/+151
* Test commit. Add a missing dash to the standard llvm file header; NFC.Aaron Smith2017-11-161-1/+1
* Convert FileOutputBuffer to Expected. NFC.Rafael Espindola2017-11-081-3/+2
* [PDB] Handle an empty globals hash table with no bucketsReid Kleckner2017-10-271-2/+3
* COFF: Add type server pdb files to linkrepro tar file.Peter Collingbourne2017-10-202-10/+11
* Fix -Wcovered-switch-default warnings from r314821Hans Wennborg2017-10-031-3/+2
* CodeView: Provide a .def file with the register idsHans Wennborg2017-10-031-49/+5
* COFF: PDB: Allow multiple modules with the same name.Peter Collingbourne2017-09-071-18/+3
* Remove dead code. NFCI.Peter Collingbourne2017-09-071-8/+0
* [llvm-pdbutil] Support dumping CodeView from object files.Zachary Turner2017-09-011-2/+14
* [llvm-pdbutil] Print detailed S_UDT stats.Zachary Turner2017-08-311-1/+5
* [lld/pdb] Speed up construction of publics & globals addr map.Zachary Turner2017-08-211-19/+21
* [llvm-pdbutil] Add support for dumping detailed module stats.Zachary Turner2017-08-211-0/+12
* Move helper classes into anonymous namespaces.Benjamin Kramer2017-08-201-1/+1
* [LLD/PDB] Write actual records to the globals stream.Zachary Turner2017-08-111-10/+29
* [PDB] Fix an issue writing the publics stream.Zachary Turner2017-08-092-17/+11
* [PDB] Merge Global and Publics Builders.Zachary Turner2017-08-096-343/+326
* Enable llvm-pdbutil to list enumerations using native PDB readerAdrian McCarthy2017-08-045-3/+211
* [PDB] Fix section contributionsReid Kleckner2017-08-031-13/+0
* [pdb/lld] Write a valid FPM.Zachary Turner2017-08-022-2/+29
* [pdbutil] Add a command to dump the FPM.Zachary Turner2017-08-021-0/+4
* [lld/pdb] Add an empty globals stream.Zachary Turner2017-07-314-1/+107
* [PDB] Initialize the std::array<ulittle32_t> used for the gsi bitmapReid Kleckner2017-07-271-0/+2
* [PDB] Write public symbol records and the publics hash tableReid Kleckner2017-07-273-38/+165
* [PDB] Remove stale GSI.h header that I intended to remove in the previous commitReid Kleckner2017-07-263-55/+0
* [PDB] Improve GSI hash table dumping for publics and globalsReid Kleckner2017-07-267-158/+97
* Revert "Debug: handle dumping the D language."Tim Northover2017-07-241-1/+0
* Debug: handle dumping the D language.Tim Northover2017-07-241-0/+1
* Add missing case to switchReid Kleckner2017-07-241-0/+1
* Fix DebugInfo/PDB build by adding missing changesReid Kleckner2017-07-212-1/+2
* [PDB] Dump extra info about the publics streamReid Kleckner2017-07-213-5/+5
* [PDB] Finish and simplify TPI hashingReid Kleckner2017-07-181-75/+53
* [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueIdReid Kleckner2017-07-176-19/+11
* [codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner2017-07-173-127/+0
* [PDB] Fix type server handling for archivesReid Kleckner2017-07-132-5/+6
* Fix non-Windows build after PDB native builtin type changeReid Kleckner2017-07-122-6/+8
* [PDB] Enable NativeSession to create symbols for built-in types on demandAdrian McCarthy2017-07-126-5/+108
* [lld/pdb] Create an empty public symbol record stream.Zachary Turner2017-07-105-16/+127
* [PDB] More changes to bring lld PDBs to parity with MSVC.Zachary Turner2017-07-072-4/+4
* Fix some differences between lld and MSVC generated PDBs.Zachary Turner2017-07-073-3/+11
* [llvm-pdbutil] Improve diff mode.Zachary Turner2017-07-071-1/+1
* [PDB] Teach libpdb to write DBI Stream ECNames.Zachary Turner2017-07-073-3/+19
* [CodeView, PDB] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2017-06-3010-50/+57
* Introduce symbol cache to PDB NativeSessionAdrian McCarthy2017-06-282-5/+20
* [pdb] Fix reading of llvm-generated PDBs by cvdump.Zachary Turner2017-06-251-6/+18
OpenPOWER on IntegriCloud