summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PDB] Rename some files in the native reader.Zachary Turner2018-09-077-81/+80
* [PDB] Create a SymbolCache class.Zachary Turner2018-09-077-140/+194
* Fix some warnings.Zachary Turner2018-09-061-2/+2
* [PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner2018-09-0541-251/+95
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-318-102/+33
* [codeview] Use push_macro to avoid conflicts instead of a prefixReid Kleckner2018-08-161-2/+2
* [llvm-pdbutil] Support PDBs without a DBI streamAlexandre Ganea2018-08-061-1/+3
* [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
OpenPOWER on IntegriCloud