This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e2e9cee [SelectionDAG] Don't treat library calls specially if marked [...] new 769e73b Revert "Revert "InstCombine: Reduce trunc (shl x, K) width."" new 7abe77a [pdb] Don't error on missing FPO streams new e5eb673 Apply another batch of fixes from clang-tidy's performance-un [...]
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/Bitcode/ReaderWriter.h | 7 +- include/llvm/CodeGen/DIE.h | 2 +- include/llvm/CodeGen/SelectionDAG.h | 2 +- include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 4 + include/llvm/ExecutionEngine/ExecutionEngine.h | 4 +- include/llvm/Object/ModuleSummaryIndexObjectFile.h | 14 +-- include/llvm/Support/Printable.h | 2 +- include/llvm/Transforms/IPO/Internalize.h | 11 +- lib/Bitcode/Reader/BitcodeReader.cpp | 15 +-- lib/CodeGen/AsmPrinter/DIEHash.cpp | 2 +- lib/CodeGen/AsmPrinter/DIEHash.h | 2 +- lib/CodeGen/ParallelCG.cpp | 7 +- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 +- lib/DebugInfo/PDB/Raw/DbiStream.cpp | 5 + .../RuntimeDyld/RuntimeDyldChecker.cpp | 4 +- lib/Object/ModuleSummaryIndexObjectFile.cpp | 8 +- lib/Transforms/IPO/FunctionImport.cpp | 6 +- lib/Transforms/InstCombine/InstCombineCasts.cpp | 27 ++++- lib/Transforms/Scalar/GVN.cpp | 2 +- lib/Transforms/Scalar/MemCpyOptimizer.cpp | 6 +- lib/Transforms/Vectorize/LoopVectorize.cpp | 14 +-- .../InstCombine/2011-05-28-swapmulsub.ll | 3 +- test/Transforms/InstCombine/cast.ll | 2 +- test/Transforms/InstCombine/icmp.ll | 6 +- test/Transforms/InstCombine/trunc.ll | 135 +++++++++++++++++++++ tools/llvm-pdbdump/LLVMOutputStyle.cpp | 83 +++++++------ tools/llvm-profdata/llvm-profdata.cpp | 18 +-- tools/sancov/sancov.cc | 25 ++-- 28 files changed, 299 insertions(+), 119 deletions(-)