This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 953d6af0d12 SimplifyLibCalls: Fix crash on memset(notmalloc()) new 3995e3e9140 [StringExtras] Add a fromHex to complement toHex. new a3ca9305b02 [llvm-pdbdump] Dump File / Line Info to YAML. new 5cec42afa4b [llvm-pdbdump] Allow sorting / filtering by immediate padding
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/ADT/StringExtras.h | 30 +++++ include/llvm/DebugInfo/CodeView/CodeView.h | 2 +- .../DebugInfo/CodeView/ModuleSubstreamVisitor.h | 2 +- include/llvm/DebugInfo/PDB/Native/ModStream.h | 2 + include/llvm/DebugInfo/PDB/UDTLayout.h | 3 + include/llvm/Support/YAMLTraits.h | 4 +- lib/DebugInfo/PDB/Native/ModStream.cpp | 4 + lib/DebugInfo/PDB/UDTLayout.cpp | 15 ++- test/DebugInfo/PDB/pdbdump-yaml-lineinfo.test | 59 +++++++++ tools/llvm-pdbdump/PdbYaml.cpp | 92 ++++++++++++++ tools/llvm-pdbdump/PdbYaml.h | 93 ++++++++++++++ tools/llvm-pdbdump/PrettyClassDefinitionDumper.cpp | 8 ++ tools/llvm-pdbdump/PrettyTypeDumper.cpp | 19 +++ tools/llvm-pdbdump/YAMLOutputStyle.cpp | 136 +++++++++++++++++++-- tools/llvm-pdbdump/YAMLOutputStyle.h | 5 + tools/llvm-pdbdump/llvm-pdbdump.cpp | 21 +++- tools/llvm-pdbdump/llvm-pdbdump.h | 13 +- unittests/ADT/StringExtrasTest.cpp | 16 +++ 18 files changed, 508 insertions(+), 16 deletions(-) create mode 100644 test/DebugInfo/PDB/pdbdump-yaml-lineinfo.test