summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Change 2 instances of std::sort to llvm::sortMandeep Singh Grang2018-07-161-1/+1
* [PDB] memicmp only exists on Windows, use StringRef::compare_lower insteadBenjamin Kramer2018-07-061-2/+2
* [PDB] One more fix for hasing GSI records.Zachary Turner2018-07-061-8/+27
* [PDB] Sort globals symbols by name in GSI hash buckets.Zachary Turner2018-07-061-5/+19
* Move some code from PDBFileBuilder to MSFBuilder.Zachary Turner2018-06-271-71/+15
* [CodeView] Add prefix to CodeView registers.Jonas Devlieghere2018-05-291-2/+2
* [LLD/PDB] Emit first section contribution for DBI Module Descriptor.Zachary Turner2018-04-201-0/+5
* [llvm-pdbutil] Dump first section contribution for each module.Zachary Turner2018-04-172-1/+5
* [PDB] Correctly use the target machine when writing DBI stream.Zachary Turner2018-04-161-0/+5
* Resubmit "Fix some incorrect fields in our generated PDBs."Zachary Turner2018-04-161-1/+9
* Revert "Fix some incorrect fields in our generated PDBs."Zachary Turner2018-04-161-9/+1
* Fix some incorrect fields in our generated PDBs.Zachary Turner2018-04-161-1/+9
* [DebugInfoPDB] Add DIA implementations of findSymbolByRVA and findSymbolByAddrAaron Smith2018-04-102-9/+41
* [PDB] Remove dead code and run clang format; NFCAaron Smith2018-04-102-32/+22
* [NFC] fix trivial typos in comments and error messageHiroshi Inoue2018-04-091-1/+1
* [llvm-pdbutil] Add the ability to explain binary files.Zachary Turner2018-04-043-14/+20
* Minor no-op cmake file style fix.Nico Weber2018-04-041-1/+2
* [DebugInfoPDB] Add a few missing definitions to PDBTypes.hAaron Smith2018-04-031-0/+3
* [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] Print the method name along with the variant valueAaron Smith2018-03-261-1/+1
* [DebugInfoPDB] Add methods to get the compiland and line numbers with PDBSymb...Aaron Smith2018-03-261-1/+50
* [DebugInfoPDB] Add DIA implementation of findLineNumbersByRVAAaron Smith2018-03-262-0/+14
* [DebugInfoPDB] Add DIA implementation of addressForVA and addressForRVAAaron Smith2018-03-262-0/+32
* [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-226-0/+210
* [PDB] Get more DIA table enumeratorsAaron Smith2018-03-221-6/+8
* [PDB] Don't ignore bucket 0 when writing the PDB string table.Zachary Turner2018-03-212-2/+3
* [PDB] Remove unused private variable, re-applying r327900 after relanding mor...Reid Kleckner2018-03-212-7/+4
* Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner2018-03-205-165/+20
* Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-205-20/+165
* [PDB] Add a method to get the full path of the source file for PDBSymbolCompi...Aaron Smith2018-03-191-15/+86
* [PDB] Add exclusive methods to derived symbol classAaron Smith2018-03-191-0/+15
* Revert "Support embedding natvis files in PDBs."Zachary Turner2018-03-195-165/+20
* Remove an unused private variable.Zachary Turner2018-03-192-7/+4
* 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-152-1/+22
* [PDB] Support dumping injected sources via the DIA reader.Zachary Turner2018-03-137-0/+169
* [DebugInfoPDB] Add DIA implementation for getSrcLineOnTypeDefnAaron Smith2018-03-072-0/+16
* [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-232-3/+3
* [PDB] Fix buildbot failure from missing include for DIAEnumLineNumbersAaron Smith2018-02-221-0/+1
* [PDB] Implement more find methods for PDB symbolsAaron Smith2018-02-222-0/+139
* Fix emission of PDB string table.Zachary Turner2018-02-164-171/+75
* 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
OpenPOWER on IntegriCloud