This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0b1717033ef [X86] Recognize a splat of negate in isFNEG new fabcc790fc0 [llvm-pdbutil] Support PDBs without a DBI stream
The 1 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: lib/DebugInfo/PDB/Native/PDBFile.cpp | 4 +- test/tools/llvm-pdbdump/Inputs/TypeServerTest.cpp | 6 + .../Inputs/TypeServerTest.pdb} | Bin 50736 -> 61440 bytes test/tools/llvm-pdbdump/type-server-no-dbi.test | 46 +++++++ tools/llvm-pdbutil/DumpOutputStyle.cpp | 143 ++++++++++++++------- tools/llvm-pdbutil/DumpOutputStyle.h | 3 + tools/llvm-pdbutil/InputFile.cpp | 4 + tools/llvm-pdbutil/YAMLOutputStyle.cpp | 3 + 8 files changed, 161 insertions(+), 48 deletions(-) create mode 100644 test/tools/llvm-pdbdump/Inputs/TypeServerTest.cpp copy test/tools/{dsymutil/Inputs/fat-test.arm.o => llvm-pdbdump/Inputs/TypeServerT [...] create mode 100644 test/tools/llvm-pdbdump/type-server-no-dbi.test