summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfoPDB] Add DIA implementations of findSymbolByRVA and findSymbolByAddrAaron Smith2018-04-101-0/+11
* [llvm-pdbutil] Add the ability to explain binary files.Zachary Turner2018-04-043-14/+20
* [llvm-pdbutil] Add an export subcommand.Zachary Turner2018-04-022-4/+13
* [llvm-pdbutil] Dig deeper into the PDB and DBI streams when explaining.Zachary Turner2018-03-301-13/+9
* [DebugInfoPDB] Add DIA implementation of findLineNumbersByRVAAaron Smith2018-03-261-0/+5
* [DebugInfoPDB] Add DIA implementation of addressForVA and addressForRVAAaron Smith2018-03-261-0/+10
* [PDB] Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-232-1/+123
* [PDB] Make our PDBs look more like MS PDBs.Zachary Turner2018-03-236-47/+137
* [Codeview/PDB] Rename some methods for clarity.Zachary Turner2018-03-221-0/+8
* [DIA] Add IPDBSectionContrib interfaces and DIA implementationAaron Smith2018-03-221-0/+5
* [PDB] Don't ignore bucket 0 when writing the PDB string table.Zachary Turner2018-03-212-2/+3
* Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner2018-03-203-161/+13
* Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-203-13/+161
* Revert "Support embedding natvis files in PDBs."Zachary Turner2018-03-193-161/+13
* Support embedding natvis files in PDBs.Zachary Turner2018-03-193-13/+161
* [PDB] Fix a bug where we were serializing hash tables incorrectly.Zachary Turner2018-03-151-3/+5
* Refactor the PDB HashTable class.Zachary Turner2018-03-153-192/+27
* [DebugInfo] Add a new method IPDBSession::findLineNumbersBySectOffsetAaron Smith2018-03-151-0/+6
* [PDB] Support dumping injected sources via the DIA reader.Zachary Turner2018-03-131-0/+5
* [DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefnAaron Smith2018-03-071-0/+6
* [PDB] Defer writing the build id until the rest of the PDB is written.Zachary Turner2018-03-012-7/+26
* [PDB] Check the result of setLoadAddress()Aaron Smith2018-02-231-1/+1
* [PDB] Implement more find methods for PDB symbolsAaron Smith2018-02-221-0/+44
* Fix emission of PDB string table.Zachary Turner2018-02-164-171/+75
* Remove redundant includes from lib/DebugInfo.Michael Zolotukhin2017-12-139-15/+0
* [DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith2017-11-162-0/+9
* 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-201-8/+2
* 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-095-341/+325
* Enable llvm-pdbutil to list enumerations using native PDB readerAdrian McCarthy2017-08-044-3/+209
* [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-313-1/+106
* [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-266-157/+97
* Fix DebugInfo/PDB build by adding missing changesReid Kleckner2017-07-212-1/+2
OpenPOWER on IntegriCloud