This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 98af377c309 [llvm-cov] An attempt to fix sources_specified.test failing [...] new 0797a9c4c1e DAG: Add flags to dumps new 03d5e0b73e3 [llvm-cov] Fix sources-specified.test so it ignores the ord [...] new cd6f7b1e77c [Hexagon] Add patterns for cmpb/cmph with immediate arguments new 3f3b1a3ce2a [llvm-cov] Temporary delete sources-specified.test, it is f [...] new 043ceffa29c [RS4GC] Look through vector bitcasts when looking for base pointer
The 5 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/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 30 ++++++++++++++ lib/Target/Hexagon/HexagonPatterns.td | 46 ++++++++++++++++++++++ lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 5 +++ test/CodeGen/Hexagon/cmpb-dec-imm.ll | 30 ++++++++++++++ test/CodeGen/Hexagon/cmph-gtu.ll | 46 ++++++++++++++++++++++ .../RewriteStatepointsForGC/vector-bitcast.ll | 26 ++++++++++++ test/tools/llvm-cov/sources-specified.test | 28 ------------- 7 files changed, 183 insertions(+), 28 deletions(-) create mode 100644 test/CodeGen/Hexagon/cmpb-dec-imm.ll create mode 100644 test/CodeGen/Hexagon/cmph-gtu.ll create mode 100644 test/Transforms/RewriteStatepointsForGC/vector-bitcast.ll delete mode 100644 test/tools/llvm-cov/sources-specified.test