This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 546c8eb Codegen: Fix broken assumption in Tail Merge. new 317de7c Thread Expected<...> up from libObject’s getSymbolAddress() f [...] new efe34a4 [InstCombine] consolidate commutation variants of matchSelect [...]
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/Object/COFF.h | 2 +- include/llvm/Object/ELFObjectFile.h | 6 +- include/llvm/Object/MachO.h | 2 +- include/llvm/Object/ObjectFile.h | 6 +- lib/DebugInfo/DWARF/DWARFContext.cpp | 10 +- lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp | 6 +- lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 8 +- lib/Object/COFFObjectFile.cpp | 4 +- lib/Object/MachOObjectFile.cpp | 2 +- lib/Object/Object.cpp | 11 +- lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 45 ++--- test/Transforms/InstCombine/logical-select.ll | 185 ++++++++++++++++----- tools/llvm-cxxdump/llvm-cxxdump.cpp | 4 +- tools/llvm-nm/llvm-nm.cpp | 6 +- tools/llvm-objdump/COFFDump.cpp | 6 +- tools/llvm-objdump/llvm-objdump.cpp | 20 ++- tools/llvm-readobj/ARMWinEHPrinter.cpp | 37 +++-- tools/llvm-readobj/Win64EHDumper.cpp | 6 +- tools/llvm-rtdyld/llvm-rtdyld.cpp | 7 +- tools/sancov/sancov.cc | 4 +- 20 files changed, 257 insertions(+), 120 deletions(-)