This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 31ad416f00b [InstCombine] add test for PR32524; NFC new 4ed87e3dc1f [InstCombine] Support folding of add instructions with vect [...] new 95d726af975 Improves pretty printing of variable types in llvm-pdbdump
The 2 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/DebugInfo/PDB/PDBSymDumper.h | 16 +++ include/llvm/DebugInfo/PDB/PDBSymbol.h | 5 + include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h | 1 + .../llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h | 1 + include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h | 1 + lib/DebugInfo/PDB/PDBSymbolTypeArray.cpp | 4 + lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp | 4 + lib/DebugInfo/PDB/PDBSymbolTypePointer.cpp | 4 + lib/Transforms/InstCombine/InstCombineAddSub.cpp | 9 +- test/DebugInfo/PDB/DIA/pdbdump-linenumbers.test | 14 ++- test/DebugInfo/PDB/DIA/pdbdump-symbol-format.test | 15 ++- test/DebugInfo/PDB/Inputs/symbolformat.cpp | 8 ++ test/DebugInfo/PDB/Inputs/symbolformat.pdb | Bin 35840 -> 44032 bytes test/Transforms/InstCombine/add.ll | 9 +- tools/llvm-pdbdump/PrettyBuiltinDumper.cpp | 4 + tools/llvm-pdbdump/PrettyVariableDumper.cpp | 135 ++++++++++++--------- tools/llvm-pdbdump/PrettyVariableDumper.h | 6 +- 17 files changed, 159 insertions(+), 77 deletions(-)