summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PDB] Refactor a little of the Symbol creation code.Zachary Turner2018-09-143-28/+16
* Remove unused DIASession fieldReid Kleckner2018-09-142-3/+2
* DebugInfo/PDB: Remove unused memberDavid Blaikie2018-09-131-2/+2
* [PDB] Remove all clone() methods.Zachary Turner2018-09-1218-98/+0
* [PDB] Emit old fpo data to the PDB file.Zachary Turner2018-09-121-7/+21
* [PDB] Write FPO Data to the PDB.Zachary Turner2018-09-111-3/+28
* pdb output: Initialize padding in PublicsStreamHeader.Nico Weber2018-09-111-2/+3
* Re-run clang-format on one file.Zachary Turner2018-09-101-133/+184
* [PDB] Change uint32_t to SymIndex wherever it makes sense.Zachary Turner2018-09-107-52/+31
* [LLD][COFF] Cleanup error messages / add more coverage testsAlexandre Ganea2018-09-101-1/+1
* Fix some of the PDB tests.Zachary Turner2018-09-071-2/+0
* [PDB] Support pointer types in the native reader.Zachary Turner2018-09-0710-195/+364
OpenPOWER on IntegriCloud