This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5ac3e2d * multiple_target.c (pass_data_dispatcher_calls): Fix typo.
new c496371 * c-common.c (warn_logical_not_parentheses): Print fixit hin [...]
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/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-common.c | 20 ++++++++++++++++----
gcc/c-family/c-common.h | 3 ++-
gcc/c/ChangeLog | 5 +++++
gcc/c/c-typeck.c | 2 +-
gcc/cp/ChangeLog | 5 +++++
gcc/cp/parser.c | 2 +-
gcc/testsuite/ChangeLog | 4 ++++
.../c-c++-common/Wlogical-not-parentheses-2.c | 20 ++++++++++++++++++++
9 files changed, 60 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wlogical-not-parentheses-2.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 llvm.
from 21af1c9 GVN-hoist: fix hoistingFromAllPaths for loops (PR29034)
new 8102979 [X86][AVX] Provide SubVectorBroadcast fallback if load fold f [...]
new 271996d [X86][AVX] Improved AVX512F/AVX512VL SubVectorBroadcast tests
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 | 3 +-
lib/Target/X86/X86InstrAVX512.td | 33 +
lib/Target/X86/X86InstrSSE.td | 45 +
test/CodeGen/X86/subvector-broadcast.ll | 1477 +++++++++++++++++++++++++++++++
4 files changed, 1556 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/subvector-broadcast.ll
--
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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from e030daa gcc/ Backport from trunk r237138. 2016-06-06 Kyrylo Tkach [...]
new 91b11ff gcc/ Backport from trunk r237553. 2016-06-17 James Greenh [...]
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/config/arm/arm_neon.h | 12 ++++++------
1 file changed, 6 insertions(+), 6 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 9dd1dea gcc/ Backport from trunk r237034. 2016-06-02 Kyrylo Tkach [...]
new e030daa gcc/ Backport from trunk r237138. 2016-06-06 Kyrylo Tkach [...]
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/config/aarch64/aarch64.md | 25 +++++++-----
gcc/config/arm/arm.md | 25 ++++++------
gcc/ifcvt.c | 34 ++++++++++++++++
gcc/simplify-rtx.c | 57 +++++++++++++++++++++++++++
gcc/testsuite/gcc.c-torture/execute/pr37780.c | 49 +++++++++++++++++++++++
gcc/testsuite/gcc.target/aarch64/pr37780_1.c | 46 +++++++++++++++++++++
gcc/testsuite/gcc.target/arm/pr37780_1.c | 48 ++++++++++++++++++++++
7 files changed, 264 insertions(+), 20 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr37780.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr37780_1.c
create mode 100644 gcc/testsuite/gcc.target/arm/pr37780_1.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 1399abb gcc/ Backport from trunk r236818. 2016-05-27 Jiong Wang [...]
new 9dd1dea gcc/ Backport from trunk r237034. 2016-06-02 Kyrylo Tkach [...]
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/rtlanal.c | 10 ++++++++++
gcc/testsuite/gcc.c-torture/compile/pr71295.c | 12 ++++++++++++
2 files changed, 22 insertions(+)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr71295.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 7b627d0 gcc/ Backport from trunk r236728. 2016-05-25 Kyrylo Tkach [...]
new 1399abb gcc/ Backport from trunk r236818. 2016-05-27 Jiong Wang [...]
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/config/aarch64/aarch64.c | 42 ++++++++++++++++++++---------
gcc/testsuite/gcc.dg/tree-ssa/stdarg-2.c | 15 +++++++++++
gcc/testsuite/gcc.dg/tree-ssa/stdarg-3.c | 11 ++++++++
gcc/testsuite/gcc.dg/tree-ssa/stdarg-4.c | 4 +++
gcc/testsuite/gcc.dg/tree-ssa/stdarg-5.c | 7 +++++
gcc/testsuite/gcc.dg/tree-ssa/stdarg-6.c | 1 +
gcc/testsuite/gcc.target/aarch64/va_arg_1.c | 11 ++++++++
gcc/testsuite/gcc.target/aarch64/va_arg_2.c | 18 +++++++++++++
gcc/testsuite/gcc.target/aarch64/va_arg_3.c | 26 ++++++++++++++++++
9 files changed, 122 insertions(+), 13 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/va_arg_1.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/va_arg_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/va_arg_3.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 1406b1e gcc/ Backport from trunk r235402, r235403. 2016-04-25 Mic [...]
new 7b627d0 gcc/ Backport from trunk r236728. 2016-05-25 Kyrylo Tkach [...]
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/ifcvt.c | 12 ++++++++----
gcc/testsuite/gcc.c-torture/execute/pr66940.c | 20 ++++++++++++++++++++
2 files changed, 28 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr66940.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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from ecce986 gcc/ Backport from trunk r237200. 2016-06-08 Jiong Wang [...]
new 1406b1e gcc/ Backport from trunk r235402, r235403. 2016-04-25 Mic [...]
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/config/arm/arm-protos.h | 4 +-
gcc/config/arm/arm.c | 76 +++++++++++++
gcc/config/arm/neon.md | 123 ++++++++++++++++++++-
gcc/config/arm/predicates.md | 50 +--------
gcc/testsuite/gcc.target/arm/neon-vaddws16.c | 19 ++++
.../{aarch64/saddw-2.c => arm/neon-vaddws32.c} | 10 +-
.../{aarch64/uaddw-2.c => arm/neon-vaddwu16.c} | 11 +-
gcc/testsuite/gcc.target/arm/neon-vaddwu32.c | 18 +++
.../{aarch64/uaddw-3.c => arm/neon-vaddwu8.c} | 11 +-
gcc/testsuite/lib/target-supports.exp | 2 +
10 files changed, 259 insertions(+), 65 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/neon-vaddws16.c
copy gcc/testsuite/gcc.target/{aarch64/saddw-2.c => arm/neon-vaddws32.c} (50%)
copy gcc/testsuite/gcc.target/{aarch64/uaddw-2.c => arm/neon-vaddwu16.c} (50%)
create mode 100644 gcc/testsuite/gcc.target/arm/neon-vaddwu32.c
copy gcc/testsuite/gcc.target/{aarch64/uaddw-3.c => arm/neon-vaddwu8.c} (51%)
--
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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from ee69475 gcc/ Backport from trunk r236181. 2016-05-12 Jiong Wang [...]
new ecce986 gcc/ Backport from trunk r237200. 2016-06-08 Jiong Wang [...]
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/config/aarch64/aarch64-builtins.c | 4 +
gcc/config/aarch64/aarch64-simd-builtins.def | 18 +
gcc/config/aarch64/aarch64-simd.md | 72 +--
gcc/config/aarch64/aarch64.c | 20 +-
gcc/config/aarch64/aarch64.md | 34 ++
gcc/config/aarch64/arm_neon.h | 734 ++++++++++-----------------
gcc/config/aarch64/iterators.md | 23 +-
7 files changed, 399 insertions(+), 506 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 1883bc8 gcc/ Backport from trunk r235998. 2016-05-07 Jim Wilson [...]
new ee69475 gcc/ Backport from trunk r236181. 2016-05-12 Jiong Wang [...]
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/lra-constraints.c | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.