summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.Zachary Turner2017-06-231-8/+28
* [llvm-pdbutil] Dump raw bytes of type and id records.Zachary Turner2017-06-231-1/+11
* [llvm-pdbutil] Dump raw bytes of various DBI stream subsections.Zachary Turner2017-06-231-16/+36
* [llvm-pdbutil] Dump raw bytes of pdb name map.Zachary Turner2017-06-231-0/+8
* [llvm-pdbutil] Add a function for formatting MSF data.Zachary Turner2017-06-231-0/+8
* Fix build break by using llvm::make_unique instead of std::make_unique.Adrian McCarthy2017-06-222-2/+5
* Add IDs and clone methods to NativeRawSymbolAdrian McCarthy2017-06-225-10/+17
* Make IPDBSession::getGlobalScope a non-const methodAdrian McCarthy2017-06-222-5/+4
* [PDB] Don't write uninitialized bytes to a PDB file.Zachary Turner2017-06-202-0/+3
* [PDB] Start emitting source file and line informationReid Kleckner2017-06-192-2/+12
* [llvm-pdbutil] Add support for dumping lines and inlinee lines.Zachary Turner2017-06-152-9/+10
OpenPOWER on IntegriCloud