This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from df39966 Daily bump.
new 23be2d7 [ARM][4.9 backport] Fix PR target/68648
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 | 6 ++++++
gcc/config/arm/arm.md | 18 ++++++++++++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr68648.c | 23 +++++++++++++++++++++++
4 files changed, 50 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr68648.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 gcc.
from f0b916c PR c++/69261 * constexpr.c (find_array_ctor_elt): Handle sp [...]
new 7353a82 [MIPS] Migrate reduction optabs in mips-ps-3d.md
new ddbc17d Tidy: remove reduc_xxx_optab migration code.
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 | 23 +++++++++++++++++++++++
gcc/config/mips/mips-ps-3d.md | 34 ++++++++++++++++++++++------------
gcc/doc/md.texi | 27 ---------------------------
gcc/expr.c | 39 ++++++++++-----------------------------
gcc/optabs-tree.c | 20 --------------------
gcc/optabs-tree.h | 1 -
gcc/optabs.def | 7 -------
gcc/tree-vect-loop.c | 12 ++++--------
8 files changed, 59 insertions(+), 104 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.
adhemerval.zanella pushed a change to branch linaro_binutils-2_25-branch
in repository toolchain/binutils-gdb.
from ad4e04e Fix detection of GNU LD version in GCC's scripts
new dcd174c [Patch ARM] Fix build attributes for armv8-a in case of assem [...]
new 94a6f24 [AArch64] Add ARMv8.2 command line option and feature flag.
new cdbdf8d [ARM] Add ARMv8.2 architecture feature and command line option.
new 49534a1 [AArch64] Add support for ARMv8.1 Virtulization Host Extensions.
new e4d0c82 [AArch64] Add feature flags and command line for ARMv8.2 FP16 [...]
new b6ca5d1 [Aarch64] Support an ARMv8.2 system register.
new 9fd90dc [AArch64] Let aliased instructions be their preferred form.
new b92e5e0 [AArch64] Add ARMv8.2 instructions BFC and REV64.
new 3a42669 [AArch64] Add ARMv8.2 instruction alias REV64.
new 6b42218 [AArch64][PATCH 1/3] Support ARMv8.2 FP16 floating point inst [...]
new 5679c7e [AArch64][PATCH 2/3] Adjust a utility function for floating p [...]
new a9f5f0c [AArch64][PATCH 3/3] Add floating-point FP16 instructions
new f6ccaa0 [AArch64] Fix ARMv8.1 and ARMv8.2 feature settings.
new 856455a [AArch64][PATCH 1/2] Add support for RAS instruction ESB.
new 0a8e416 [AArch64][PATCH 2/2] Add RAS system registers.
new fe2771a [AArch64][binutils] Add support for ARMv8.2 PSTATE.UAO.
new bc49beb [AArch64][PATCH 1/2] Add support for ARMv8.2 DC CVAP instruction.
new ee63d4d [AArch64][PATCH 2/2] Support ARMv8.2 DC CVAP instruction.
new a9adb4b [Aarch64] Support ARMv8.2 AT instructions
new 78d1b5c [AArch64][Patch 1/5] Support the ARMv8.2 Statistical Profilin [...]
new 3d704ef [AArch64][Patch 2/5] Add Statistical Profiling Extension syst [...]
new 874a4e3 [AArch64][Patch 3/5] Adjust maximum number of instruction aliases.
new 4139596 [AArch64][Patch 4/5] Support HINT aliases taking operands.
new b89aca0 [AArch64][Patch 5/5] Add instruction PSB CSYNC
new 3c3da5a Fixes a compile time warnng about left shifting a negative value.
new 3f7c308 [ARM] Enable CRC by default for ARMv8.1 and later.
new cc141e8 Fix ldah being disassembled as ldaexh
new ef90a47 [ARM] Support ARMv8.2 RAS extension.
The 28 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 | 1700 +--------------------
gas/config/tc-aarch64.c | 64 +-
gas/config/tc-arm.c | 13 +-
gas/doc/c-aarch64.texi | 11 +-
gas/doc/c-arm.texi | 1 +
gas/testsuite/ChangeLog | 74 +
gas/testsuite/gas/aarch64/alias-2.d | 110 ++
gas/testsuite/gas/aarch64/alias-2.s | 43 +
gas/testsuite/gas/aarch64/float-fp16.d | 172 +++
gas/testsuite/gas/aarch64/float-fp16.s | 151 ++
gas/testsuite/gas/aarch64/sysreg-2.d | 60 +
gas/testsuite/gas/aarch64/sysreg-2.s | 61 +
gas/testsuite/gas/aarch64/system-2.d | 12 +
gas/testsuite/gas/aarch64/system-2.s | 10 +
gas/testsuite/gas/aarch64/system.d | 4 +-
gas/testsuite/gas/aarch64/uao-directive.d | 13 +
gas/testsuite/gas/aarch64/uao.d | 12 +
gas/testsuite/gas/aarch64/uao.s | 32 +
gas/testsuite/gas/aarch64/virthostext-directive.d | 65 +
gas/testsuite/gas/aarch64/virthostext.d | 65 +
gas/testsuite/gas/aarch64/virthostext.s | 69 +
gas/testsuite/gas/arm/armv8-a.d | 6 +-
gas/testsuite/gas/arm/armv8_2-a.d | 51 +
gas/testsuite/gas/arm/armv8_2-a.s | 44 +
gas/testsuite/gas/arm/armv8a-automatic-hlt.d | 8 +
gas/testsuite/gas/arm/armv8a-automatic-hlt.s | 6 +
gas/testsuite/gas/arm/armv8a-automatic-lda.d | 8 +
gas/testsuite/gas/arm/armv8a-automatic-lda.s | 4 +
include/opcode/ChangeLog | 75 +
include/opcode/aarch64.h | 31 +-
include/opcode/arm.h | 12 +-
opcodes/ChangeLog | 149 ++
opcodes/aarch64-asm-2.c | 526 ++++---
opcodes/aarch64-asm.c | 47 +
opcodes/aarch64-asm.h | 1 +
opcodes/aarch64-dis-2.c | 1152 ++++++++------
opcodes/aarch64-dis.c | 74 +-
opcodes/aarch64-dis.h | 1 +
opcodes/aarch64-gen.c | 8 +-
opcodes/aarch64-opc-2.c | 94 +-
opcodes/aarch64-opc.c | 334 +++-
opcodes/aarch64-tbl.h | 199 ++-
opcodes/arm-dis.c | 12 +-
43 files changed, 3077 insertions(+), 2507 deletions(-)
create mode 100644 gas/testsuite/gas/aarch64/alias-2.d
create mode 100644 gas/testsuite/gas/aarch64/alias-2.s
create mode 100644 gas/testsuite/gas/aarch64/float-fp16.d
create mode 100644 gas/testsuite/gas/aarch64/float-fp16.s
create mode 100644 gas/testsuite/gas/aarch64/sysreg-2.d
create mode 100644 gas/testsuite/gas/aarch64/sysreg-2.s
create mode 100644 gas/testsuite/gas/aarch64/system-2.d
create mode 100644 gas/testsuite/gas/aarch64/system-2.s
create mode 100644 gas/testsuite/gas/aarch64/uao-directive.d
create mode 100644 gas/testsuite/gas/aarch64/uao.d
create mode 100644 gas/testsuite/gas/aarch64/uao.s
create mode 100644 gas/testsuite/gas/aarch64/virthostext-directive.d
create mode 100644 gas/testsuite/gas/aarch64/virthostext.d
create mode 100644 gas/testsuite/gas/aarch64/virthostext.s
create mode 100644 gas/testsuite/gas/arm/armv8_2-a.d
create mode 100644 gas/testsuite/gas/arm/armv8_2-a.s
create mode 100644 gas/testsuite/gas/arm/armv8a-automatic-hlt.d
create mode 100644 gas/testsuite/gas/arm/armv8a-automatic-hlt.s
create mode 100644 gas/testsuite/gas/arm/armv8a-automatic-lda.d
create mode 100644 gas/testsuite/gas/arm/armv8a-automatic-lda.s
--
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 24651fb 2016-01-14 Richard Biener <rguenther(a)suse.de>
new 915d095 PR middle-end/68146 PR tree-optimization/69155 * tree-comp [...]
new 6ec1c3b * alias.c (compare_base_symbol_refs): New function. (rtx_eq [...]
new f0b916c PR c++/69261 * constexpr.c (find_array_ctor_elt): Handle sp [...]
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:
gcc/ChangeLog | 22 ++++++
gcc/alias.c | 98 +++++++++++++++--------
gcc/cp/ChangeLog | 5 ++
gcc/cp/constexpr.c | 47 ++++++++++-
gcc/testsuite/ChangeLog | 7 ++
gcc/testsuite/g++.dg/cpp1y/constexpr-array2.C | 63 +++++++++++++++
gcc/testsuite/gfortran.dg/pr68146.f | 16 ++++
gcc/testsuite/gfortran.dg/pr69155.f90 | 15 ++++
gcc/tree-complex.c | 107 +++++++++++++++++++-------
9 files changed, 317 insertions(+), 63 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-array2.C
create mode 100644 gcc/testsuite/gfortran.dg/pr68146.f
create mode 100644 gcc/testsuite/gfortran.dg/pr69155.f90
--
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 11b1a9c 2016-01-14 Richard Biener <rguenther(a)suse.de>
new d83d8bc Update previous delta to ensure that the attributes are actua [...]
new f6a7e9e PR target/68269 * combine.c (expand_field_assignment): Punt [...]
new 24651fb 2016-01-14 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 13 +++++++++++++
gcc/combine.c | 4 ++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/torture/pr68060-1.c | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr68060-2.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.target/arm/attr-neon.c | 2 +-
gcc/tree-vect-loop.c | 7 +++++--
7 files changed, 65 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr68060-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr68060-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 gcc.
from 2f63f95 * lib/target-supports.exp (check_effective_target_arm_neon_ [...]
new 11b1a9c 2016-01-14 Richard Biener <rguenther(a)suse.de>
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 | 7 +++
gcc/tree-vect-slp.c | 145 ++++++++++++++++++++++++----------------------------
2 files changed, 74 insertions(+), 78 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.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance-arbitrary
in repository toolchain/abe.
discards 21cb8bd Template for use in trusted LAVA uinstance
discards d5d8172 Remove *-multilib from host packages
discards 141dbca Add missing tcpdump dependency
discards 76490da Permit host machine to be of any type
discards a4a55c0 Remove redundant specialised target-session-*.yaml
discards 9f25111 Do not infer device validation from triple
discards fc30538 Decouple triple from toolchain
discards 82afa31 host-session: shift CLI args when parsing
discards 8f170dc host-session invokes benchmark scripts with -x
discards 7c5175c Remove redundant ABE_BRANCH parameter
discards 5efaf65 host-session: Consistent use of {} with args
discards bc5e10d gather scripts: Provide mime type for attachments
discards c8334a3 benchmark.sh preserves -x for runbenchmark.sh
discards 17ae392 gather: set -x in all gather scripts
discards 123fb0d target-session: Tidy up wait code
new 0a04089 target-session: Tidy up wait code
new 6e98773 gather: set -x in all gather scripts
new 7b0f293 benchmark.sh preserves -x for runbenchmark.sh
new b3af304 gather scripts: Provide mime type for attachments
new e20f5da host-session: Consistent use of {} with args
new 3802837 Remove redundant ABE_BRANCH parameter
new cd39c21 host-session invokes benchmark scripts with -x
new 3c34c3c host-session: shift CLI args when parsing
new 4823d8a Decouple triple from toolchain
new 168afe0 Do not infer device validation from triple
new 2c5ffb6 Remove redundant specialised target-session-*.yaml
new a33dae9 Permit host machine to be of any type
new 72ee2ea Add missing tcpdump dependency
new ae85fb3 Remove *-multilib from host packages
new 17d9cac Template for use in trusted LAVA uinstance
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (21cb8bd)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance-arbitrary (17d9cac)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 15 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:
config/bench/lava/target-session | 3 +--
1 file changed, 1 insertion(+), 2 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.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance-arbitrary
in repository toolchain/abe.
discards 9cdd231 Template for use in trusted LAVA uinstance
discards 118137c Remove *-multilib from host packages
discards df6dcde Add missing tcpdump dependency
discards 27c8dc8 Permit host machine to be of any type
discards 3f82ca0 Remove redundant specialised target-session-*.yaml
discards 04505cf Do not infer device validation from triple
discards ace19f6 Decouple triple from toolchain
discards 6e963c2 host-session: shift CLI args when parsing
discards df4c6f2 host-session invokes benchmark scripts with -x
discards b6ff95e Remove redundant ABE_BRANCH parameter
discards 64c4107 host-session: Consistent use of {} with args
discards ec63cab gather scripts: Provide mime type for attachments
discards 0a386ac benchmark.sh preserves -x for runbenchmark.sh
discards 60c4f8a gather: set -x in all gather scripts
discards cbe0c45 target-session: Tidy up wait code
new 123fb0d target-session: Tidy up wait code
new 17ae392 gather: set -x in all gather scripts
new c8334a3 benchmark.sh preserves -x for runbenchmark.sh
new bc5e10d gather scripts: Provide mime type for attachments
new 5efaf65 host-session: Consistent use of {} with args
new 7c5175c Remove redundant ABE_BRANCH parameter
new 8f170dc host-session invokes benchmark scripts with -x
new 82afa31 host-session: shift CLI args when parsing
new fc30538 Decouple triple from toolchain
new 9f25111 Do not infer device validation from triple
new a4a55c0 Remove redundant specialised target-session-*.yaml
new 76490da Permit host machine to be of any type
new 141dbca Add missing tcpdump dependency
new d5d8172 Remove *-multilib from host packages
new 21cb8bd Template for use in trusted LAVA uinstance
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9cdd231)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance-arbitrary (21cb8bd)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 15 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:
config/bench/lava/target-session | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 3ce0acd [PATCH][PR tree-optimization/69270] Exploit VRP information in DOM
new 2f63f95 * lib/target-supports.exp (check_effective_target_arm_neon_ [...]
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/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/gcc.target/arm/attr-neon.c | 3 ++-
gcc/testsuite/gcc.target/arm/neon-vlshr-imm-1.c | 3 ++-
gcc/testsuite/gcc.target/arm/neon-vshl-imm-1.c | 3 ++-
gcc/testsuite/gcc.target/arm/neon-vshr-imm-1.c | 3 ++-
gcc/testsuite/gcc.target/arm/pr69180.c | 4 ++--
gcc/testsuite/lib/target-supports.exp | 2 +-
7 files changed, 23 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.