This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d52d051 [libFuzzer] fix the build for AFLDriverTest new 6baec2e [pdb] Fix the TPI stream size computation. new d6d0906 fix function names; NFC new 5fa3c52 [pdb] Write the IPI stream.
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/DebugInfo/PDB/Raw/PDBFileBuilder.h | 2 + include/llvm/DebugInfo/PDB/Raw/TpiStreamBuilder.h | 3 +- lib/DebugInfo/PDB/Raw/PDBFileBuilder.cpp | 24 +++++++- lib/DebugInfo/PDB/Raw/TpiStreamBuilder.cpp | 16 ++--- lib/Transforms/InstCombine/InstCombineCompares.cpp | 68 +++++++++++----------- tools/llvm-pdbdump/PdbYaml.cpp | 1 + tools/llvm-pdbdump/PdbYaml.h | 1 + tools/llvm-pdbdump/YAMLOutputStyle.cpp | 23 ++++++++ tools/llvm-pdbdump/YAMLOutputStyle.h | 1 + tools/llvm-pdbdump/llvm-pdbdump.cpp | 11 ++++ tools/llvm-pdbdump/llvm-pdbdump.h | 1 + 11 files changed, 107 insertions(+), 44 deletions(-)