summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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 more kinds of PDB Sym Tags.Zachary Turner2018-10-011-1/+13
* [PDB] Add support for dumping Typedef records.Zachary Turner2018-10-015-0/+123
* [PDB] Add support for parsing VFTable Shape records.Zachary Turner2018-10-015-2/+53
* [PDB] Add native support for dumping array types.Zachary Turner2018-09-304-0/+75
* [PDB] Better native API support for pointers.Zachary Turner2018-09-291-0/+59
* [pdb] Simplify the code by replacing a few string conversions with calls to i...Aaron Smith2018-09-285-51/+11
* 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-217-30/+248
* [PDB] Add native reading support for UDT / class types.Zachary Turner2018-09-218-131/+377
* [PDB] Fix -Wcovered-switch-default warning.Zachary Turner2018-09-201-3/+0
* Fix warnings.Zachary Turner2018-09-201-1/+0
* [PDB] Better printing of builtin types when using DIA dumper.Zachary Turner2018-09-203-2/+33
* [PDB] Add the ability to map forward references to full decls.Zachary Turner2018-09-202-0/+133
* [PDB] Better support for enumerating pointer types.Zachary Turner2018-09-189-52/+191
* [PDB] Make the native reader support enumerators.Zachary Turner2018-09-176-12/+254
* [PDB] Make the native reader support modified types.Zachary Turner2018-09-175-53/+150
* Give InfoStreamBuilder an opt-in method to write a hash of the PDB as GUID.Nico Weber2018-09-152-10/+34
OpenPOWER on IntegriCloud