summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp
AgeCommit message (Expand)Author
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata
2023-08-31Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello
2023-08-25Revert "Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tables"Arthur Eubanks
2023-08-25Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello
2020-09-16Include (Type|Symbol)Record.h lessReid Kleckner
2019-03-21[llvm-pdbutil] Add -type-ref-stats to help find unused type infoReid Kleckner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-07-31[CodeView] Minimal support for S_UNAMESPACE recordsAlexandre Ganea
2018-04-10[DebugInfo][COFF] Fix reading variable-length encoded recordsAlexandre Ganea
2017-12-07[DebugInfo] Fix register variables not showing up in pdb.Zachary Turner
2017-10-24[codeview] Fix handling of S_HEAPALLOCSITEReid Kleckner
2017-10-23[codeview] Add support for inlinee listsReid Kleckner
2017-10-23[codeview] Recognize two records with no type index fieldsReid Kleckner
2017-08-08[PDB] Fix linking of function symbols and local variables.Zachary Turner
2017-07-11[codeview] Fix type index discovery for four symbol recordsReid Kleckner
2017-06-30[llvm-pdbutil] Add the ability to dump the dependency tree for a typeZachary Turner
2017-06-21[PDB] Add symbols to the PDBReid Kleckner
2017-06-12Same expressions on both sides of the returnSylvestre Ledru
2017-05-25[CV Type Merging] Find nested type indices faster.Zachary Turner