summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native
Commit message (Expand)AuthorAgeFilesLines
* [CodeView] Align type records on 4-bytes when emitting PDBsAlexandre Ganea2020-04-161-2/+8
* [pdbutil] Fixed -Wdeprecated-copy in DbiModuleDescriptorDávid Bolvanský2019-11-231-5/+0
* [PDB] Make pdb::DbiModuleDescriptor destructor trivialFangrui Song2019-11-111-2/+0
* [LLVMDebugInfoPDB] - Use cantFail() instead of assert().George Rimar2019-10-221-12/+13
* Unify the two CRC implementationsHans Wennborg2019-10-093-10/+6
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-1512-46/+46
* llvm-pdbdump: Fix several smaller issues with injected source compression han...Nico Weber2019-07-171-6/+5
* Teach `llvm-pdbutil pretty -native` about `-injected-sources`Nico Weber2019-07-164-11/+245
* Expand comment about how StringsToBuckets was computed, and add more entriesNico Weber2019-07-151-1/+14
* PDB HashTable: Move TraitsT from class parameter to the methods that need itNico Weber2019-07-122-6/+6
* Slightly simplify MappedBlockStream::createIndexedStream() callsNico Weber2019-07-123-31/+23
* Deduplicate S_CONSTANTs in LLD.Amy Huang2019-06-111-4/+4
* [PDB] Fix hash function used to write /src/headerblockNico Weber2019-04-292-1/+8
* Use llvm::stable_sortFangrui Song2019-04-231-2/+1
* [codeview] Remove Type member from CVRecordReid Kleckner2019-04-041-2/+2
* Delay initialization of three static global maps, NFCReid Kleckner2019-03-281-56/+55
* [DebugInfo][PDB] Don't write empty debug streamsAlexandre Ganea2019-03-182-6/+16
* Move some classes into anonymous namespaces. NFC.Benjamin Kramer2019-02-111-0/+2
* [CodeView] Fix cycles in debug info when merging Types with global hashes Alexandre Ganea2019-02-071-1/+4
* [NativePDB] Fix access to both old & new fpo data entries from dbi streamAleksandr Urakov2019-01-301-36/+69
* [PDB] Increase TPI hash bucket count.Zachary Turner2019-01-241-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1937-148/+111
* [PDB] Add some helper functions for working with scopes.Zachary Turner2018-12-171-0/+7
* Support skewed stream arrays.Zachary Turner2018-12-061-6/+5
* [PDB] Emit S_UDT records in LLD.Zachary Turner2018-12-041-7/+32
* Fix issue with Tpi Stream hash map.Zachary Turner2018-12-031-0/+6
* Don't build the Tpi Hash map by default.Zachary Turner2018-12-031-3/+0
* Add missing error checking code intended for r347687Reid Kleckner2018-11-271-2/+4
* [PDB] Add symbol records in bulkReid Kleckner2018-11-271-13/+17
* [NativePDB] Improved support for nested type reconstruction.Zachary Turner2018-11-131-0/+1
* Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""Aleksandr Urakov2018-10-231-0/+5
* Some cleanups to the native pdb plugin [NFC].Zachary Turner2018-10-221-0/+19
* Revert "[PDB] Extend IPDBSession's interface to retrieve frame data"Aleksandr Urakov2018-10-221-5/+0
* [PDB] Extend IPDBSession's interface to retrieve frame dataAleksandr Urakov2018-10-221-0/+5
* [PDB] Fix another bug in globals stream name lookup.Zachary Turner2018-10-091-9/+15
* [PDB] Fix failure on big endian machines.Zachary Turner2018-10-091-1/+2
* Remove unused variable.Zachary Turner2018-10-081-1/+0
* [PDB] fix a bug in global stream name lookup.Zachary Turner2018-10-081-5/+8
* [DebugInfo][PDB] Fix a signed/unsigned coversion warningKristina Brooks2018-10-081-1/+1
* Fix a -Wsign-compare warning.Zachary Turner2018-10-081-1/+1
* [PDB] Add the ability to lookup global symbols by name.Zachary Turner2018-10-083-6/+63
* [PDB] Add support for dumping Typedef records.Zachary Turner2018-10-014-0/+121
* [PDB] Add support for parsing VFTable Shape records.Zachary Turner2018-10-014-2/+52
* [PDB] Add native support for dumping array types.Zachary Turner2018-09-303-0/+74
* [PDB] Better native API support for pointers.Zachary Turner2018-09-291-0/+59
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-5/+4
* Add missing include.Zachary Turner2018-09-211-0/+1
* [NativePDB] Add support for reading function signatures.Zachary Turner2018-09-215-29/+246
* [PDB] Add native reading support for UDT / class types.Zachary Turner2018-09-217-131/+376
* Fix warnings.Zachary Turner2018-09-201-1/+0
OpenPOWER on IntegriCloud