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 a467f20 PR target/69551 * config/i386/i386.c (ix86_expand_vector_se [...]
new 851e726 PR target/69459 * config/i386/constraints.md (C): Only acce [...]
new a3cc5ac * doc/md.texi (Machine Constraints): Update description of [...]
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/i386/constraints.md | 9 +++++--
gcc/config/i386/sse.md | 2 +-
gcc/doc/md.texi | 2 +-
gcc/testsuite/ChangeLog | 17 ++++++++-----
gcc/testsuite/gcc.target/i386/pr69459.c | 42 +++++++++++++++++++++++++++++++++
6 files changed, 79 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr69459.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 4758dc3 PR target/69551 * config/i386/i386.c (ix86_expand_vector_se [...]
new 895af3c PR target/65604 * config/mips/mips.c (mips_output_division) [...]
new 21601fc PR target/65604 * gcc.target/mips/div-delay.c: New test.
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 | 5 +++++
gcc/config/mips/mips.c | 14 +++++++++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/mips/div-delay.c | 13 +++++++++++++
4 files changed, 34 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/mips/div-delay.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 hjl/interrupt/stage1
in repository gcc.
discards 442b249 Add an array of function pointer test for PR 68661
discards 048043b Rebuild array with the updated function pointer type
discards 5a5e180 Implement x86 interrupt attribute
discards a5099ea Update TARGET_FUNCTION_INCOMING_ARG documentation
adds 3c8e753 * config/rs6000/rs6000.c (output_cbranch): Don't statically [...]
adds f488166 PR middle-end/69542 * lra-remat.c (calculate_local_reg_rema [...]
adds c649bac PR target/17381 - Unnecessary register move for float extend
adds 9125318 2016-01-28 Steve Ellcey <sellcey(a)imgtec.com>
adds c80c12c PR target/68400 * gcc.target/mips/mips.exp (mips_option_gro [...]
adds f11bb27 PR target/69459 * config/i386/constraints.md (C): Only acce [...]
adds 9cd9799 PR pch/68176 * files.c (_cpp_find_file): Set file->implicit [...]
adds d645b96 Daily bump.
adds e6d2fce Fix cp_binding_level reuse logic
adds a3b6fb3 PR69545: revert patch
adds 7550d85 2016-01-29 Richard Biener <rguenther(a)suse.de>
adds ce6a697 PR c++/69509 PR c++/69516 * constexpr.c (cxx_eval_array_re [...]
adds ef95367 PR c++/69462: Provide FLT_EVAL_METHOD and DECIMAL_DIG in float.h.
adds ae849d2 S/390: Require a hardware vector support for test to succeed.
adds 5c770bd PR other/69006: S/390: Fix extra newlines after diagnostics.
adds 26b22e9 S/390: Use %qs in error messages.
adds 40c727c Fix Cygwin bootstrap error due to TM symbols
adds d2a60e9 PR debug/66869 * decl.c (wrapup_globals_for_namespace): War [...]
adds b622ec2 2016-01-29 Richard Biener <rguenther(a)suse.de>
adds 1e64899 Test __cplusplus instead of __GXX_EXPERIMENTAL_CXX0X__
adds f9fb57c Add myself as a hsa maintainer
adds 38920db Use vm in sse2_cvtps2pd<mask_name>
adds e3078da testsuite/ 2016-01-29 Andrew Bennett <andrew.bennett(a)imgtec.com>
adds ca6c731 PR target/66137 * gcc.target/i386/pr66137.c: New test.
adds 4758dc3 PR target/69551 * config/i386/i386.c (ix86_expand_vector_se [...]
new 7db46a1 Update TARGET_FUNCTION_INCOMING_ARG documentation
new 54218cc Implement x86 interrupt attribute
new 5a7aa40 Rebuild array with the updated function pointer type
new 8d7fa28 Add an array of function pointer test for PR 68661
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 (442b249)
\
N -- N -- N refs/heads/hjl/interrupt/stage1 (8d7fa28)
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 4 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 +
MAINTAINERS | 1 +
gcc/ChangeLog | 155 ++++++++++++++++++++------
gcc/DATESTAMP | 2 +-
gcc/config/i386/constraints.md | 9 +-
gcc/config/i386/i386.c | 1 +
gcc/config/i386/sse.md | 4 +-
gcc/config/mips/mips.c | 15 ++-
gcc/config/rs6000/rs6000.c | 7 +-
gcc/config/s390/s390-c.c | 7 +-
gcc/cp/ChangeLog | 21 ++++
gcc/cp/constexpr.c | 55 +++++----
gcc/cp/decl.c | 18 +++
gcc/cp/init.c | 4 +-
gcc/cp/name-lookup.c | 2 +-
gcc/doc/md.texi | 2 +-
gcc/ginclude/float.h | 3 +-
gcc/ginclude/stdarg.h | 3 +-
gcc/graphite-isl-ast-to-gimple.c | 21 +++-
gcc/lra-remat.c | 2 +-
gcc/match.pd | 2 +-
gcc/testsuite/ChangeLog | 66 ++++++++++-
gcc/testsuite/g++.dg/ext/constexpr-vla2.C | 21 ++++
gcc/testsuite/g++.dg/ext/constexpr-vla3.C | 14 +++
gcc/testsuite/g++.dg/tree-ssa/pr69547.C | 15 +++
gcc/testsuite/g++.dg/ubsan/vla-1.C | 1 -
gcc/testsuite/g++.dg/warn/Wunused-function2.C | 6 +
gcc/testsuite/gcc.dg/torture/pr69542.c | 37 ++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c | 4 +
gcc/testsuite/gcc.dg/uninit-21.c | 33 ++++++
gcc/testsuite/gcc.target/i386/pr66137.c | 11 ++
gcc/testsuite/gcc.target/i386/pr69459.c | 42 +++++++
gcc/testsuite/gcc.target/i386/pr69551.c | 23 ++++
gcc/testsuite/gcc.target/mips/mips.exp | 8 ++
gcc/testsuite/gcc.target/mips/p5600-bonding.c | 2 +-
gcc/testsuite/gcc.target/mips/pr68400.c | 28 +++++
gcc/testsuite/gcc.target/powerpc/pr17381.c | 22 ++++
gcc/tree-ssa-dce.c | 6 +-
libcpp/ChangeLog | 4 +
libcpp/files.c | 5 +-
libstdc++-v3/ChangeLog | 5 +
libstdc++-v3/config/os/newlib/os_defines.h | 3 +
42 files changed, 599 insertions(+), 95 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/constexpr-vla2.C
create mode 100644 gcc/testsuite/g++.dg/ext/constexpr-vla3.C
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr69547.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wunused-function2.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr69542.c
create mode 100644 gcc/testsuite/gcc.dg/uninit-21.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr66137.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69459.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69551.c
create mode 100644 gcc/testsuite/gcc.target/mips/pr68400.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr17381.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 hjl/interrupt/gcc-5-branch
in repository gcc.
discards d7f9ea3 Add an array of function pointer test for PR 68661
discards f78b6b2 Rebuild array with the updated function pointer type
discards 108b5c1 Implement x86 interrupt attribute
discards 7e1c8ea Update TARGET_FUNCTION_INCOMING_ARG documentation
discards 30814dc Add another testcase for x86 FLT_EVAL_METHOD
discards df94226 Rewrite FLT_EVAL_METHOD to account for TARGET_SSE2
discards 7ca03c2 Define STDINT_LONG32 and add predefined integer types for IAMCU
discards aa05c87 Set FLT_EVAL_METHOD to 2 only if 387 FPU is used
discards 8b52bca PR target/68263 * config/i386/i386.h (BIGGEST_ALIGNMENT): A [...]
discards 89504cb Backport r229199 from trunk
discards 1cc7516 Skip local error_mark_node decls
discards 38c8438 Properly handle -miamcu and -march=lakemont
discards b3f4fa6 Use GET_MODE_BITSIZE to get vector natural alignment
discards dc4a982 Don't leak ISA to __attribute__ ((target("arch=XXX")))
discards b04fe93 Disable X86_TUNE_ALWAYS_FANCY_MATH_387 for Lakemont
discards 49c3606 Fix def_test_returning_type in iamcu/test_basic_returning.c
discards 1663256 Replace printf with __builtin_printf
discards 14c6717 Properly initialize u5
discards afb360e Fix typos in comments in i386.c
discards d8b3a0d Define x86 CALL_USED_REGISTERS_MASK
discards 267c94f Backport r228460 from mainline
discards 12a4652 Enable bt and and movzx for Lakemont
discards b26bc1a Rename IA MCU processor lakemount to lakemont
discards 5f59dab Change IA MCU processor from iamcu to lakemount
discards 3e89f35 Add a testcase for PR target/66821
discards 964cfa6 Update MOVE_RATIO cost for IA MCU
discards b5df02b Define DBX_REGISTER_NUMBER for IA MCU
discards 74980c5 Cleanup FPmode splitters a bit
discards bf3c984 More fix for PR rtl-optimization/66626
discards 8dd1513 Fix PR rtl-optimization/66626
discards d0edd0c Replicate static chain on the stack
discards 691a8e3 Add a testcase for PR target/66824
discards 7bf1139 Fix PR target/66824
discards aa1ed01 Allow indirect sibcall with register arguments
discards d281cb5 Fix PR target/65753
discards 287a848 Adjust variable shift costs for IA MCU
discards b0b64c6 Update config/i386/iamcu.h
discards 88451b4 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
discards 8f64677 Check int_size_in_bytes in ix86_return_in_memory
discards 277a574 Allow <adxintrin.h> for IA MCU
discards e3dacf3 Don't pass/return vectors in registers for IAMCU
discards a848a43 Handle PROCESSOR_IAMCU in ix86_target_macros_internal
discards 14cc004 Optimize i?86-*-elfiamcu for iamcu by default
discards f28873c Add -march=iamcu to optimize for IA MCU
discards 941a130 Add IA MCU support to x86intrin.h
discards 3c8d082 IA MCU psABI support: testsuite
discards 629283d IA MCU psABI support: changes to libraries
discards 9074265 IA MCU psABI support: GCC changes
adds c2aad6f [PR 69355] Correct hole detection when total_scalarization fails
adds 5b7c6f3 PR rtl-opt/69447
adds 7858893 2016-01-28 Janus Weil <janus(a)gcc.gnu.org>
adds 81c29ba Fix up the change for c/68062.
adds 96642d0 PR middle-end/69542 * lra-remat.c (calculate_local_reg_rema [...]
adds 8c66192 Daily bump.
adds a467f20 PR target/69551 * config/i386/i386.c (ix86_expand_vector_se [...]
new efd3084 IA MCU psABI support: GCC changes
new 55d6ac9 IA MCU psABI support: changes to libraries
new f04df9d IA MCU psABI support: testsuite
new 0699b07 Add IA MCU support to x86intrin.h
new f3d3e9f Add -march=iamcu to optimize for IA MCU
new 1669532 Optimize i?86-*-elfiamcu for iamcu by default
new d31ec17 Handle PROCESSOR_IAMCU in ix86_target_macros_internal
new b491ee9 Don't pass/return vectors in registers for IAMCU
new e259af0 Allow <adxintrin.h> for IA MCU
new 3b01faa Check int_size_in_bytes in ix86_return_in_memory
new 9a457d2 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
new 2af208f Update config/i386/iamcu.h
new af7a6d8 Adjust variable shift costs for IA MCU
new 2111567 Fix PR target/65753
new cef39c2 Allow indirect sibcall with register arguments
new d96fdba Fix PR target/66824
new e90e8b0 Add a testcase for PR target/66824
new 8016dd9 Replicate static chain on the stack
new 6000ead Fix PR rtl-optimization/66626
new f46285c More fix for PR rtl-optimization/66626
new 94b0089 Cleanup FPmode splitters a bit
new ef39130 Define DBX_REGISTER_NUMBER for IA MCU
new 155b756 Update MOVE_RATIO cost for IA MCU
new aa6eb97 Add a testcase for PR target/66821
new ddda485 Change IA MCU processor from iamcu to lakemount
new 834bd9a Rename IA MCU processor lakemount to lakemont
new 32f9178 Enable bt and and movzx for Lakemont
new 6ec593e Backport r228460 from mainline
new 3f0f9e2 Define x86 CALL_USED_REGISTERS_MASK
new 02e0a5f Fix typos in comments in i386.c
new 50cb151 Properly initialize u5
new 67315f3 Replace printf with __builtin_printf
new 0e8c33a Fix def_test_returning_type in iamcu/test_basic_returning.c
new 848f2b6 Disable X86_TUNE_ALWAYS_FANCY_MATH_387 for Lakemont
new ef469a0 Don't leak ISA to __attribute__ ((target("arch=XXX")))
new a45a02a Use GET_MODE_BITSIZE to get vector natural alignment
new 455820b Properly handle -miamcu and -march=lakemont
new d2f5e9f Skip local error_mark_node decls
new fc81d45 Backport r229199 from trunk
new 71ce434 PR target/68263 * config/i386/i386.h (BIGGEST_ALIGNMENT): A [...]
new 44411e9 Set FLT_EVAL_METHOD to 2 only if 387 FPU is used
new dd05cf1 Define STDINT_LONG32 and add predefined integer types for IAMCU
new c99b74d Rewrite FLT_EVAL_METHOD to account for TARGET_SSE2
new 765d985 Add another testcase for x86 FLT_EVAL_METHOD
new c9b28c2 Update TARGET_FUNCTION_INCOMING_ARG documentation
new 0fc7510 Implement x86 interrupt attribute
new e6eb62f Rebuild array with the updated function pointer type
new 613e8f3 Add an array of function pointer test for PR 68661
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 (d7f9ea3)
\
N -- N -- N refs/heads/hjl/interrupt/gcc-5-branch (613e8f3)
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 48 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 | 29 ++++++++++
gcc/DATESTAMP | 2 +-
gcc/c/ChangeLog | 6 ++
gcc/c/c-typeck.c | 28 +++++-----
gcc/config/i386/i386.c | 1 +
gcc/fortran/ChangeLog | 5 ++
gcc/fortran/invoke.texi | 2 +-
gcc/lra-remat.c | 79 +++++++++++++++------------
gcc/testsuite/ChangeLog | 15 +++++
gcc/testsuite/gcc.c-torture/execute/pr69447.c | 26 +++++++++
gcc/testsuite/gcc.dg/torture/pr69542.c | 37 +++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr69355.c | 44 +++++++++++++++
gcc/testsuite/gcc.target/i386/pr69551.c | 23 ++++++++
gcc/tree-sra.c | 2 +-
14 files changed, 248 insertions(+), 51 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr69447.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr69542.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr69355.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69551.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.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance-stability
in repository toolchain/abe.
at a7f2dbd Support injection of metadata into test runs
No new revisions were added by this update.
--
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 gcc-5-branch
in repository gcc.
from 8c66192 Daily bump.
new a467f20 PR target/69551 * config/i386/i386.c (ix86_expand_vector_se [...]
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/config/i386/i386.c | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr69551.c | 23 +++++++++++++++++++++++
4 files changed, 36 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr69551.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 e3078da testsuite/ 2016-01-29 Andrew Bennett <andrew.bennett(a)imgtec.com>
new ca6c731 PR target/66137 * gcc.target/i386/pr66137.c: New test.
new 4758dc3 PR target/69551 * config/i386/i386.c (ix86_expand_vector_se [...]
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 | 7 +++++++
gcc/config/i386/i386.c | 1 +
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/i386/pr66137.c | 11 +++++++++++
gcc/testsuite/gcc.target/i386/pr69551.c | 23 +++++++++++++++++++++++
5 files changed, 50 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr66137.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69551.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.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance-arbitrary
in repository toolchain/abe.
discards 54e34e9 WIP: Test safe_output
This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.
* -- * -- N refs/heads/bernie/benchmarking-uinstance-arbitrary (a7f2dbd)
\
O -- O -- O (54e34e9)
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
No new revisions were added by this update.
Summary of changes:
config/fakebench.conf | 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.
bernie.ogden pushed a change to branch bernie/benchmarking-uinstance-arbitrary
in repository toolchain/abe.
discards 6577bb4 WIP: Test safe_output
discards 4252630 Support injection of metadata into test runs
discards 74b300c Replace output_param with output_{value,slot}
discards d2b6ee4 Apply NAME=VALUE CLI overrides before Benchmark.sh
discards 90b38ae Move output_param to top of Benchmark.sh
discards c4584b8 s/bench-session-debian/host-session/
discards da05705 Tighten CoremarkPro gather script, add many tests
discards 92eb254 Template for use in trusted LAVA uinstance
discards 67b32ff Add missing tcpdump dependency
discards 48b3f7e Permit host machine to be of any type
discards f6d6d8a Close all tmpdir files before deletion
discards 1ebccfd Benchmark.sh: Support mustang host/target
discards bda7ee4 Benchmark.sh: Support deploy_linaro_kernel
new bd88f32 Preserve stdout/stderr separation in cmd output
new eb64205 Benchmark.sh: Support deploy_linaro_kernel
new 1d8de3f Benchmark.sh: Support mustang host/target
new 09bdfbd Close all tmpdir files before deletion
new 43c9228 Permit host machine to be of any type
new bbb395c Add missing tcpdump dependency
new 122c2c0 Template for use in trusted LAVA uinstance
new b09f36a Tighten CoremarkPro gather script, add many tests
new 270c091 s/bench-session-debian/host-session/
new a1eeab3 Move output_param to top of Benchmark.sh
new 9be83a4 Apply NAME=VALUE CLI overrides before Benchmark.sh
new 09fb5ea Replace output_param with output_{value,slot}
new a7f2dbd Support injection of metadata into test runs
new 54e34e9 WIP: Test safe_output
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 (6577bb4)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance-arbitrary (54e34e9)
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 14 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:
scripts/controlledrun.sh | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.