summaryrefslogtreecommitdiff
path: root/llvm/test/DebugInfo/PDB
AgeCommit message (Expand)Author
2025-11-01[NativePDB] Fix crash in llvm-pdbutil (#164871)Vladimir Gorsunov
2025-08-01[llvm] Remove uses of %T in tests (#151621)Aiden Grossman
2024-05-15Fix typo "indicies" (#92232)Jay Foad
2024-05-03[DebugInfo,test] Convert text files from CRLF to LFFangrui Song
2022-11-19[CodeView] Replace GHASH hasher by BLAKE3Alexandre Ganea
2021-07-15[test] Avoid llvm-readelf/llvm-readobj one-dash long options and deprecated a...Fangrui Song
2021-04-09[lld] Fixed CodeView GuidAdapter::format to handle GUID bytes in the right or...Alex Orlov
2020-01-21[test] Use yaml2obj -o %t instead of > %tFangrui Song
2019-07-09Make pdbdump-objfilename test work againNico Weber
2019-05-15[codeview] Finish support for reading and writing S_ANNOTATION recordsReid Kleckner
2019-05-01[llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song
2019-03-22[pdb] Add -type-stats and sort stats by descending sizeReid Kleckner
2019-03-21[llvm-pdbutil] Add -type-ref-stats to help find unused type infoReid Kleckner
2018-12-06Support skewed stream arrays.Zachary Turner
2018-10-09[PDB] Fix another bug in globals stream name lookup.Zachary Turner
2018-10-08[PDB] fix a bug in global stream name lookup.Zachary Turner
2018-10-08Don't use back-quotes in a run line.Zachary Turner
2018-10-08[PDB] Add the ability to lookup global symbols by name.Zachary Turner
2018-10-01[PDB] Add support for dumping Typedef records.Zachary Turner
2018-09-30[PDB] Add native support for dumping array types.Zachary Turner
2018-09-30[PDB] Fix this test for real.Zachary Turner
2018-09-30Only dump the types we need in the test.Zachary Turner
2018-09-29[PDB] Better native API support for pointers.Zachary Turner
2018-09-21[NativePDB] Add support for reading function signatures.Zachary Turner
2018-09-21[PDB] Add native reading support for UDT / class types.Zachary Turner
2018-09-20[PDB] Add the ability to map forward references to full decls.Zachary Turner
2018-09-18[PDB] Better support for enumerating pointer types.Zachary Turner
2018-09-17[PDB] Make the native reader support enumerators.Zachary Turner
2018-09-17[PDB] Make the native reader support modified types.Zachary Turner
2018-09-14[PDB] Make the pretty dumper output modified types.Zachary Turner
2018-09-11[codeview] Decode and dump FP regs from S_FRAMEPROC recordsReid Kleckner
2018-09-07Fix some of the PDB tests.Zachary Turner
2018-09-07[PDB] Support pointer types in the native reader.Zachary Turner
2018-08-31[DebugInfo] Common behavior for error typesAlexandre Ganea
2018-08-16[codeview] Use push_macro to avoid conflicts instead of a prefixReid Kleckner
2018-07-31[CodeView] Add coverage test for r338308 (Fixed crash in type merging)Alexandre Ganea
2018-07-31[CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea
2018-05-29Update CodeView register names in a test that was missed in r333421.Douglas Yung
2018-05-21win: try more to fix dia tests with newer msvc versionsNico Weber
2018-05-21win: try to fix dia tests with newer msvc versionsNico Weber
2018-05-17Resubmit [pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner
2018-05-17Revert "[pdb] Change /DEBUG:GHASH to emit 8 byte hashes."Zachary Turner
2018-05-17[pdb] Change /DEBUG:GHASH to emit 8 byte hashes.Zachary Turner
2018-05-17[codeview] Include record prefix in global type hashingReid Kleckner
2018-04-17[llvm-pdbutil] Dump first section contribution for each module.Zachary Turner
2018-03-29[MSF] Default to FPM2, and always mark FPM pages allocated.Zachary Turner
2017-12-06Regex out the local hash comparison test.Zachary Turner
2017-12-05Teach llvm-pdbutil to dump types from object files.Zachary Turner
2017-10-27[PDB] Handle an empty globals hash table with no bucketsReid Kleckner
2017-08-31[llvm-pdbutil] Print detailed S_UDT stats.Zachary Turner