This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from c3004c3 Daily bump.
new 11d859d Fill bitregion_{start,end} in store_constructor (PR tree-opti [...]
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:
gcc/ChangeLog | 12 ++++++++
gcc/expr.c | 49 +++++++++++++--------------------
gcc/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/gcc.dg/tree-ssa/pr78428.c | 27 ++++++++++++++++++
4 files changed, 66 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr78428.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from fdf645d Extend documentation of how to test clang-tidy checks.
new 3424f85 [clang-move] Only move used helper declarations.
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:
clang-move/CMakeLists.txt | 2 +
clang-move/ClangMove.cpp | 137 +++++++--
clang-move/ClangMove.h | 30 +-
clang-move/HelperDeclRefGraph.cpp | 128 ++++++++
clang-move/HelperDeclRefGraph.h | 99 +++++++
test/clang-move/Inputs/helper_decls_test.cpp | 78 +++++
test/clang-move/Inputs/helper_decls_test.h | 35 +++
test/clang-move/Inputs/multiple_class_test.cpp | 8 +-
test/clang-move/move-multiple-classes.cpp | 11 +-
test/clang-move/move-used-helper-decls.cpp | 388 +++++++++++++++++++++++++
unittests/clang-move/ClangMoveTests.cpp | 21 +-
11 files changed, 889 insertions(+), 48 deletions(-)
create mode 100644 clang-move/HelperDeclRefGraph.cpp
create mode 100644 clang-move/HelperDeclRefGraph.h
create mode 100644 test/clang-move/Inputs/helper_decls_test.cpp
create mode 100644 test/clang-move/Inputs/helper_decls_test.h
create mode 100644 test/clang-move/move-used-helper-decls.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f9325e7 PR tree-optimization/78965 * gimple-ssa-sprintf.c (pass_spr [...]
new edb21ad DWARF: add DW_AT_encoding attributes for DW_TAG_enumeration_t [...]
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:
gcc/ChangeLog | 5 +++++
gcc/dwarf2out.c | 5 +++++
2 files changed, 10 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 556d6a5 [AVX-512] Teach shuffle lowering to use vinsert instructions [...]
new e89282e [AVX-512] Simplify the code added in r290870 to recognized 25 [...]
new a3bfbbd [X86] Move 128-bit shuffle mask widening check into lowerV2X1 [...]
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:
lib/Target/X86/X86ISelLowering.cpp | 76 ++++++++++++--------------------------
1 file changed, 24 insertions(+), 52 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8ecf773 * genmatch.c (dt_node::gen_kids_1): If generic_exprs include [...]
new 418624f PR middle-end/78901 * gimple-ssa-sprintf.c (try_substitute_ [...]
new f9325e7 PR tree-optimization/78965 * gimple-ssa-sprintf.c (pass_spr [...]
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:
gcc/ChangeLog | 9 +++++++++
gcc/gimple-ssa-sprintf.c | 20 +++++++++++++++-----
gcc/testsuite/ChangeLog | 37 ++++++++++++++++++++++---------------
gcc/testsuite/g++.dg/opt/pr78901.C | 18 ++++++++++++++++++
gcc/testsuite/gcc.dg/pr78965.c | 14 ++++++++++++++
5 files changed, 78 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/pr78901.C
create mode 100644 gcc/testsuite/gcc.dg/pr78965.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from df19fdc Fix MIPS n32 lseek, lseek64 (bug 21019).
new 26e21ad Fix up tabs/spaces mismatches
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:
ChangeLog | 4 ++++
nptl/nptl-printers.py | 16 ++++++++--------
2 files changed, 12 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 201727a [AVX-512] Teach EVEX to VEX conversion pass to handle VINSERT [...]
new 556d6a5 [AVX-512] Teach shuffle lowering to use vinsert instructions [...]
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/Target/X86/X86ISelLowering.cpp | 39 +++++++++++++++++++++++++
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 14 ++++-----
test/CodeGen/X86/avx512-skx-insert-subvec.ll | 6 ++--
test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 14 ++++-----
4 files changed, 54 insertions(+), 19 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 8cfc7cf Add -rpath-link to various tests
new 27c3ce2 Fix PRU LD for --enable-targets=all config option
new ddb2c6f Fix PRU GAS for 32-bit hosts
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:
gas/ChangeLog | 6 ++++++
gas/config/tc-pru.c | 19 ++++++++++++-------
ld/ChangeLog | 6 ++++++
ld/Makefile.am | 3 +--
ld/Makefile.in | 4 ++--
5 files changed, 27 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f61ad6e InstCombine: Add fma with constant transforms
new be3e531 [AVX-512] Remove vextract intrinsics and autoupgrade to nativ [...]
new a3ed852 [AVX-512] Remove vinsert intrinsics and autoupgrade to native [...]
new 8fd6e6f [AVX-512] Add support for pushing bitcasts through INSERT_SUB [...]
new f53c0d3 [X86] Fix header comment. NFC
new 6bb8971 [X86] Remove trailing whitespace and an unnecessary line wrap. NFC
new ddf520d [AVX-512] Re-generate tests that were updated for r290663 wit [...]
new 201727a [AVX-512] Teach EVEX to VEX conversion pass to handle VINSERT [...]
The 7 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/IR/IntrinsicsX86.td | 124 ----
lib/IR/AutoUpgrade.cpp | 64 +-
lib/Target/X86/X86ISelLowering.cpp | 33 +-
lib/Target/X86/X86InstrAVX512.td | 27 -
lib/Target/X86/X86InstrTablesInfo.h | 90 ++-
lib/Target/X86/X86IntrinsicsInfo.h | 26 +-
test/CodeGen/X86/avx2-vbroadcast.ll | 233 ++----
test/CodeGen/X86/avx512-extract-subvector.ll | 12 +-
test/CodeGen/X86/avx512-insert-extract.ll | 32 +-
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 188 +++++
test/CodeGen/X86/avx512-intrinsics.ll | 127 ----
test/CodeGen/X86/avx512-vbroadcasti128.ll | 6 +-
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 8 +-
test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll | 142 ++++
test/CodeGen/X86/avx512dq-intrinsics.ll | 121 ----
test/CodeGen/X86/avx512dqvl-intrinsics-upgrade.ll | 59 ++
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 60 --
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 60 ++
test/CodeGen/X86/avx512vl-intrinsics.ll | 61 --
test/CodeGen/X86/masked_memop.ll | 56 +-
test/CodeGen/X86/stack-folding-fp-avx512vl.ll | 8 +-
test/CodeGen/X86/stack-folding-int-avx512vl.ll | 8 +-
test/CodeGen/X86/subvector-broadcast.ll | 263 ++++---
test/CodeGen/X86/vec_fp_to_int.ll | 158 +---
test/CodeGen/X86/vec_int_to_fp.ll | 28 +-
test/CodeGen/X86/vector-half-conversions.ll | 64 +-
test/CodeGen/X86/vector-lzcnt-256.ll | 86 +--
test/CodeGen/X86/vector-shuffle-256-v16.ll | 834 +++++++---------------
test/CodeGen/X86/vector-shuffle-256-v32.ll | 90 +--
test/CodeGen/X86/vector-shuffle-256-v4.ll | 68 +-
test/CodeGen/X86/vector-shuffle-256-v8.ll | 530 +++++---------
test/CodeGen/X86/vector-trunc.ll | 6 +-
32 files changed, 1451 insertions(+), 2221 deletions(-)
create mode 100644 test/CodeGen/X86/avx512dq-intrinsics-upgrade.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.