summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB
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
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [PDB] Make pdb::DbiModuleDescriptor destructor trivialFangrui Song2019-11-111-2/+0
* [LLVMDebugInfoPDB] - Use cantFail() instead of assert().George Rimar2019-10-221-12/+13
* [PDB] Fix bug when using multiple PCH header objects with the same name.Zachary Turner2019-10-101-2/+2
* Unify the two CRC implementationsHans Wennborg2019-10-093-10/+6
* [DebugInfo] Don't dereference a dyn_cast<PDBSymbolData> result. NFCI.Simon Pilgrim2019-09-151-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-1518-87/+87
* Remove support for unsupported MSVC versionsJF Bastien2019-08-021-9/+1
* Revert "Remove support for unsupported MSVC versions"JF Bastien2019-08-021-1/+7
* Remove support for unsupported MSVC versionsJF Bastien2019-08-021-7/+1
* llvm-pdbdump: Fix several smaller issues with injected source compression han...Nico Weber2019-07-173-10/+12
* Teach `llvm-pdbutil pretty -native` about `-injected-sources`Nico Weber2019-07-165-11/+247
* 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
* llvm-symbolizer: Add a FRAME command.Peter Collingbourne2019-06-241-0/+5
* Deduplicate S_CONSTANTs in LLD.Amy Huang2019-06-111-4/+4
* [COFF, ARM64] Add CodeView register mappingTom Tan2019-05-311-4/+28
* [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
* Add Swift enumerator value for CodeView::SourceLanguageNathan Lanza2019-03-112-5/+6
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-9/+10
* Move some classes into anonymous namespaces. NFC.Benjamin Kramer2019-02-112-0/+4
* [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-1995-380/+285
* [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
* [LLD] Fix Microsoft precompiled headers cross-compile on LinuxAlexandre Ganea2018-11-081-0/+2
* [COFF][LLD] Add link support for Microsoft precompiled headers OBJsAlexandre Ganea2018-11-051-2/+0
* [PDB] Fix -Wunused-private-field in DIAReid Kleckner2018-10-233-9/+7
* Revert "Revert "[PDB] Extend IPDBSession's interface to retrieve frame data""Aleksandr Urakov2018-10-236-0/+118
* 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-226-118/+0
* [PDB] Extend IPDBSession's interface to retrieve frame dataAleksandr Urakov2018-10-226-0/+118
* [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
OpenPOWER on IntegriCloud