This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eef7226d491 [X86][SSE] Pulled common variables to top of matchUnaryPerm [...] new 8e8ec784f8b [ORE] Unify spelling as "diagnostics hotness" new f330d3e627a [llvm-pdbutil] Add the ability to dump the dependency tree [...] new f16503af2bf Fix bug in symbol generation for resource COFF
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/Analysis/OptimizationDiagnosticInfo.h | 6 +- .../CodeGen/MachineOptimizationRemarkEmitter.h | 2 +- .../llvm/DebugInfo/CodeView/TypeIndexDiscovery.h | 2 + include/llvm/IR/LLVMContext.h | 13 ++- lib/Analysis/OptimizationDiagnosticInfo.cpp | 6 +- lib/CodeGen/MachineOptimizationRemarkEmitter.cpp | 2 +- lib/DebugInfo/CodeView/TypeIndexDiscovery.cpp | 19 ++++ lib/IR/LLVMContext.cpp | 11 ++- lib/IR/LLVMContextImpl.h | 2 +- lib/LTO/LTO.cpp | 2 +- lib/Object/WindowsResource.cpp | 2 +- test/tools/llvm-cvtres/symbols.test | 33 +++++++ test/tools/llvm-pdbdump/partial-type-stream.test | 30 ++++++ tools/llc/llc.cpp | 2 +- tools/llvm-pdbutil/DumpOutputStyle.cpp | 105 ++++++++++++++++----- tools/llvm-pdbutil/DumpOutputStyle.h | 2 - tools/llvm-pdbutil/MinimalTypeDumper.cpp | 2 +- tools/llvm-pdbutil/llvm-pdbutil.cpp | 7 ++ tools/llvm-pdbutil/llvm-pdbutil.h | 1 + tools/opt/opt.cpp | 2 +- 20 files changed, 208 insertions(+), 43 deletions(-) create mode 100644 test/tools/llvm-cvtres/symbols.test create mode 100644 test/tools/llvm-pdbdump/partial-type-stream.test