This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 398368d [gcc] 2016-01-13 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new 6a5ff97 Improve documentation of -std option for C++
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/doc/invoke.texi | 11 +++++++---
gcc/doc/standards.texi | 56 ++++++++++++++++++++++++++++++++++----------------
3 files changed, 52 insertions(+), 21 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 7a89340 Clarify __atomic_compare_exchange effects
new 9b657cf PR tree-optimization/69156 * gimple.c (validate_type): Remo [...]
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 | 35 ++++++++++++++++++++++-------------
gcc/gimple.c | 23 +++--------------------
gcc/testsuite/ChangeLog | 11 ++++++++---
gcc/testsuite/gcc.dg/pr69156.c | 10 ++++++++++
gcc/value-prof.c | 3 ++-
5 files changed, 45 insertions(+), 37 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr69156.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 58ba1b9 Add another testcase for x86 FLT_EVAL_METHOD
new 7a89340 Clarify __atomic_compare_exchange effects
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/doc/extend.texi | 13 +++++++------
2 files changed, 12 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.
unknown user pushed a change to branch hsa
in repository gcc.
from 267b8a0 [hsa] Remove hsa-specific types from gomp-constants.h
new d938630 [hsa] Avoid extraneous remapping in copy_gimple_seq_and_repla [...]
new 96177fe [hsa] Revert to always requeing finished target tasks
new 153cec9 [hsa] grid_target_follows_gridifiable_pattern fixes
new 9935e7e [hsa] Fix isues with struct GOMP_hsa_kernel_dispatch
new 68bedfe [hsa] Revert an unnecessary change in get_alias_set
new 7d2b6ae [hsa] Remove forgotten GSS_OMP_TEAMS_LAYOUT
new 5540f52 [hsa] More last-minute renaming
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:
gcc/ChangeLog.hsa | 47 ++++++++++++++
gcc/alias.c | 4 +-
gcc/gsstruct.def | 1 -
gcc/hsa-gen.c | 148 ++++++++++++++++++++++++++++----------------
gcc/omp-low.c | 62 +++++++++++++------
gcc/tree-inline.c | 38 ++++++------
gcc/tree-inline.h | 8 +--
libgomp/ChangeLog.hsa | 12 ++++
libgomp/plugin/plugin-hsa.c | 4 +-
libgomp/target.c | 3 +-
libgomp/task.c | 9 +--
11 files changed, 227 insertions(+), 109 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 hjl/interrupt/gcc-5-branch
in repository gcc.
discards 4ba8e3b Add an array of function pointer test for PR 68661
discards 48eeef5 Rebuild array with the updated function pointer type
discards 4a51809 Implement x86 interrupt attribute
discards 88d0bb0 Update TARGET_FUNCTION_INCOMING_ARG documentation
discards ae58cb8 PR target/68263 * config/i386/i386.h (BIGGEST_ALIGNMENT): A [...]
discards 2cfe4d6 Backport r229199 from trunk
discards 754cf72 Skip local error_mark_node decls
discards 1d13573 Properly handle -miamcu and -march=lakemont
discards 5127510 Use GET_MODE_BITSIZE to get vector natural alignment
discards e136c7e Don't leak ISA to __attribute__ ((target("arch=XXX")))
discards 752056c Disable X86_TUNE_ALWAYS_FANCY_MATH_387 for Lakemont
discards ef86530 Fix def_test_returning_type in iamcu/test_basic_returning.c
discards 5afee85 Replace printf with __builtin_printf
discards 9be78ce Properly initialize u5
discards 3dfd560 Fix typos in comments in i386.c
discards d2a4cc0 Define x86 CALL_USED_REGISTERS_MASK
discards 482d2ef Backport r228460 from mainline
discards 41acfe0 Enable bt and and movzx for Lakemont
discards 637825f Rename IA MCU processor lakemount to lakemont
discards e534229 Change IA MCU processor from iamcu to lakemount
discards 8673862 Add a testcase for PR target/66821
discards 4d1a6f1 Update MOVE_RATIO cost for IA MCU
discards 0d01ac46 Define DBX_REGISTER_NUMBER for IA MCU
discards cb06f36 Cleanup FPmode splitters a bit
discards 1b0e817 More fix for PR rtl-optimization/66626
discards 28c40f0 Fix PR rtl-optimization/66626
discards de817dd Replicate static chain on the stack
discards 5bdd5a6 Add a testcase for PR target/66824
discards 9fa08f0 Fix PR target/66824
discards 6634d92 Allow indirect sibcall with register arguments
discards 0d387b1 Fix PR target/65753
discards c29c9d4 Adjust variable shift costs for IA MCU
discards d7935b7 Update config/i386/iamcu.h
discards ee62eae Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
discards fc9ec5c Check int_size_in_bytes in ix86_return_in_memory
discards 9d018ae Allow <adxintrin.h> for IA MCU
discards 6603419 Don't pass/return vectors in registers for IAMCU
discards e4c0c76 Handle PROCESSOR_IAMCU in ix86_target_macros_internal
discards 9244d88 Optimize i?86-*-elfiamcu for iamcu by default
discards c2cec2d Add -march=iamcu to optimize for IA MCU
discards 7479792 Add IA MCU support to x86intrin.h
discards 2e1ed94 IA MCU psABI support: testsuite
discards 38b08c0 IA MCU psABI support: changes to libraries
discards 29080d9 IA MCU psABI support: GCC changes
adds 41919bc Daily bump.
adds 116ff44 Daily bump.
adds 2a731c3 2016-01-03 Matthias Klose <doko(a)ubuntu.com>
adds 1ccc060 Daily bump.
adds f04fa61 Daily bump.
adds 9fd4603 Fix PR number in revision 231911 ChangeLogs
adds f22e240 Daily bump.
adds 4599e80 2016-01-06 Szabolcs Nagy <szabolcs.nagy(a)arm.com>
adds 17f63b4 Daily bump.
adds 0d4baaa Daily bump.
adds ca8fa15 [ARM] PR target/68648: Fold NOT of CONST_INT in andsi_iorsi3_ [...]
adds 17ba9fa [PR 68851] Do not collect thunks in collect_callers
adds 417265c PR c++/68983
adds eb135ec PR c++/68449 * constexpr.c (cxx_eval_constant_expression): [...]
adds 0753db7 Daily bump.
adds 6a90441 Daily bump.
adds 7d9bd97 2016-01-10 Paul Thomas <pault(a)gcc.gnu.org>
adds 5de4fe5 Daily bump.
adds eaa6cd1 Backport fix docs for -frandom-seed.
adds 2063fdf [PR ipa/66616] Copy can_change_signature flag to artificial thunks
adds 613b77f * zh_CN.po: Update.
adds 57f60d6 Daily bump.
adds 376fc99 * config/pa/pa.c (pa_emit_move_sequence): Handle floating po [...]
adds 38fb065 Backport: [PATCH] Be less conservative in process_{output,inp [...]
adds 540303f Prevent recursive instantiation in std::function
adds 24fc4a9 libstdc++/68995 qualify calls to __callable_functor
adds 9bd32e0 Remove noexcept from function template that can throw
adds 4bdb289 Fix alignment check in AVX-512 masked store
adds 6a7fe2a Daily bump.
adds f8bb0e7 Cherry-pick r224315 and r241487 from upstream.
adds a778ba8 2016-01-13 Richard Biener <rguenther(a)suse.de>
adds 935539a IA MCU psABI support: GCC changes
adds e49fbc3 IA MCU psABI support: changes to libraries
adds 9d506c9 IA MCU psABI support: testsuite
adds f907748 Add IA MCU support to x86intrin.h
adds b18501d Add -march=iamcu to optimize for IA MCU
adds d567adb Optimize i?86-*-elfiamcu for iamcu by default
adds 231cbdc Handle PROCESSOR_IAMCU in ix86_target_macros_internal
adds 393de06 Don't pass/return vectors in registers for IAMCU
adds 8d09054 Allow <adxintrin.h> for IA MCU
adds d8b7d9f Check int_size_in_bytes in ix86_return_in_memory
adds 7011a96 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
adds 9ef0166 Update config/i386/iamcu.h
adds 8a4bae6 Adjust variable shift costs for IA MCU
adds 2b56810 Fix PR target/65753
adds 34d0133 Allow indirect sibcall with register arguments
adds 05891c5 Fix PR target/66824
adds 4778f74 Add a testcase for PR target/66824
adds 69dcacf Replicate static chain on the stack
adds 4a44ef7 Fix PR rtl-optimization/66626
adds 2682fd4 More fix for PR rtl-optimization/66626
adds f62f607 Cleanup FPmode splitters a bit
adds 80070cc Define DBX_REGISTER_NUMBER for IA MCU
adds 155b266 Update MOVE_RATIO cost for IA MCU
adds c736c6f Add a testcase for PR target/66821
adds f0f7b15 Change IA MCU processor from iamcu to lakemount
adds ec56ffa Rename IA MCU processor lakemount to lakemont
adds e570725 Enable bt and and movzx for Lakemont
adds fef31c3 Backport r228460 from mainline
adds 6317603 Define x86 CALL_USED_REGISTERS_MASK
adds 878f548 Fix typos in comments in i386.c
adds af15d01 Properly initialize u5
adds 9fc3193 Replace printf with __builtin_printf
adds 5652431 Fix def_test_returning_type in iamcu/test_basic_returning.c
adds 09593fe Disable X86_TUNE_ALWAYS_FANCY_MATH_387 for Lakemont
adds 25755db Don't leak ISA to __attribute__ ((target("arch=XXX")))
adds cd5066c Use GET_MODE_BITSIZE to get vector natural alignment
adds fc09287 Properly handle -miamcu and -march=lakemont
adds 4972bfa Skip local error_mark_node decls
adds 9549622 Backport r229199 from trunk
adds 430d9a0 PR target/68263 * config/i386/i386.h (BIGGEST_ALIGNMENT): A [...]
adds 8f3fe2b Set FLT_EVAL_METHOD to 2 only if 387 FPU is used
adds 03f11a8 Define STDINT_LONG32 and add predefined integer types for IAMCU
adds 70a32bd Rewrite FLT_EVAL_METHOD to account for TARGET_SSE2
adds 9807327 Add another testcase for x86 FLT_EVAL_METHOD
new 606b453 Update TARGET_FUNCTION_INCOMING_ARG documentation
new a9e3699 Implement x86 interrupt attribute
new 11bb34f Rebuild array with the updated function pointer type
new 44cfdd3 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 (4ba8e3b)
\
N -- N -- N refs/heads/hjl/interrupt/gcc-5-branch (44cfdd3)
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:
gcc/ChangeLog | 85 +-
gcc/DATESTAMP | 2 +-
gcc/cgraph.c | 3 +-
gcc/cgraph.h | 2 +-
gcc/cgraphclones.c | 1 +
gcc/common.opt | 2 +-
gcc/config/arm/arm.md | 18 +-
gcc/config/i386/i386.c | 8 +-
gcc/config/i386/i386.h | 7 +-
gcc/config/i386/iamcu.h | 16 +
gcc/config/i386/sse.md | 2 +-
gcc/config/pa/pa.c | 113 +-
gcc/cp/ChangeLog | 11 +
gcc/cp/call.c | 3 +
gcc/cp/constexpr.c | 3 +-
gcc/doc/invoke.texi | 10 +-
gcc/fortran/ChangeLog | 1528 +-------------------
gcc/fortran/{ChangeLog => ChangeLog-2015} | 0
gcc/fortran/resolve.c | 55 +-
gcc/fortran/trans-array.c | 126 +-
gcc/fortran/trans-expr.c | 19 +-
gcc/fortran/trans-stmt.c | 15 +-
gcc/fortran/trans-types.c | 2 +-
gcc/fortran/trans.c | 20 +-
gcc/genpreds.c | 110 +-
gcc/po/ChangeLog | 4 +
gcc/po/zh_CN.po | 83 +-
gcc/stmt.c | 16 +-
gcc/testsuite/ChangeLog | 62 +-
gcc/testsuite/g++.dg/init/elide4.C | 13 +
gcc/testsuite/g++.dg/ipa/pr68851.C | 29 +
gcc/testsuite/g++.dg/pr68449.C | 9 +
gcc/testsuite/gcc.c-torture/execute/pr68648.c | 20 +
...c-output-template-3.c => c-output-template-4.c} | 2 +-
gcc/testsuite/gcc.target/i386/pr69225-1.c | 8 +
gcc/testsuite/gcc.target/i386/pr69225-2.c | 8 +
gcc/testsuite/gcc.target/i386/pr69225-3.c | 8 +
gcc/testsuite/gcc.target/i386/pr69225-4.c | 8 +
gcc/testsuite/gcc.target/i386/pr69225-5.c | 8 +
gcc/testsuite/gcc.target/i386/pr69225-6.c | 8 +
gcc/testsuite/gcc.target/i386/pr69225-7.c | 8 +
.../gfortran.dg/actual_array_offset_1.f90 | 167 +++
gcc/testsuite/gfortran.dg/deferred_character_1.f90 | 40 +
gcc/testsuite/gfortran.dg/deferred_character_2.f90 | 89 ++
gcc/testsuite/gfortran.dg/deferred_character_3.f90 | 46 +
gcc/testsuite/gfortran.dg/deferred_character_4.f90 | 30 +
gcc/testsuite/gfortran.dg/deferred_character_5.f90 | 32 +
gcc/testsuite/gfortran.dg/deferred_character_6.f90 | 54 +
gcc/testsuite/gfortran.dg/deferred_character_7.f90 | 39 +
gcc/tree-ssa-uninit.c | 18 +-
libatomic/ChangeLog | 9 +
libatomic/Makefile.am | 7 +
libatomic/Makefile.in | 13 +-
libjava/ChangeLog | 5 +
libjava/include/jvm.h | 5 +-
libsanitizer/ChangeLog | 7 +
libsanitizer/asan/asan_mac.cc | 26 +-
libsanitizer/sanitizer_common/sanitizer_mac.cc | 6 +-
libsanitizer/sanitizer_common/sanitizer_mac.h | 1 +
libstdc++-v3/ChangeLog | 22 +
libstdc++-v3/include/bits/basic_string.h | 2 -
libstdc++-v3/include/std/functional | 20 +-
.../function/68995.cc} | 25 +-
.../20_util/function/{58569.cc => 69222.cc} | 21 +-
.../basic_string/cons/char/69092.cc} | 60 +-
65 files changed, 1477 insertions(+), 1722 deletions(-)
copy gcc/fortran/{ChangeLog => ChangeLog-2015} (100%)
create mode 100644 gcc/testsuite/g++.dg/init/elide4.C
create mode 100644 gcc/testsuite/g++.dg/ipa/pr68851.C
create mode 100644 gcc/testsuite/g++.dg/pr68449.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr68648.c
copy gcc/testsuite/gcc.target/aarch64/{c-output-template-3.c => c-output-template- [...]
create mode 100644 gcc/testsuite/gcc.target/i386/pr69225-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69225-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69225-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69225-4.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69225-5.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69225-6.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr69225-7.c
create mode 100644 gcc/testsuite/gfortran.dg/actual_array_offset_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_2.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_3.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_4.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_5.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_6.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_7.f90
copy libstdc++-v3/testsuite/{27_io/rvalue_streams-2.cc => 20_util/function/68995.c [...]
copy libstdc++-v3/testsuite/20_util/function/{58569.cc => 69222.cc} (81%)
copy libstdc++-v3/testsuite/{23_containers/unordered_map/insert/array_syntax.cc => [...]
--
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/iamcu/gcc-5-branch
in repository gcc.
discards 1bd6ff8 Define STDINT_LONG32 and add predefined integer types for IAMCU
discards 0ee24d5 Set FLT_EVAL_METHOD to 2 only if 387 FPU is used
discards ce2cfa9 PR target/68263 * config/i386/i386.h (BIGGEST_ALIGNMENT): A [...]
discards 8b20683 Backport r229199 from trunk
discards 4b7920c Skip local error_mark_node decls
discards 0bcdb13 Properly handle -miamcu and -march=lakemont
discards 9070452b Use GET_MODE_BITSIZE to get vector natural alignment
discards d59dc66 Don't leak ISA to __attribute__ ((target("arch=XXX")))
discards b69e659 Disable X86_TUNE_ALWAYS_FANCY_MATH_387 for Lakemont
discards 77103c8 Fix def_test_returning_type in iamcu/test_basic_returning.c
discards 4974434 Replace printf with __builtin_printf
discards 03a162a Properly initialize u5
discards 303a4f9 Fix typos in comments in i386.c
discards 7186ecf Define x86 CALL_USED_REGISTERS_MASK
discards a5c8f95 Backport r228460 from mainline
discards db8c3f3 Enable bt and and movzx for Lakemont
discards 429ef20 Rename IA MCU processor lakemount to lakemont
discards 1f1ebe3 Change IA MCU processor from iamcu to lakemount
discards 620ccf3 Add a testcase for PR target/66821
discards cf878dc Update MOVE_RATIO cost for IA MCU
discards 40570d5 Define DBX_REGISTER_NUMBER for IA MCU
discards c5e0481 Cleanup FPmode splitters a bit
discards a11365a More fix for PR rtl-optimization/66626
discards 0aa5039 Fix PR rtl-optimization/66626
discards a436b5b Replicate static chain on the stack
discards 66141a8 Add a testcase for PR target/66824
discards c0a227a Fix PR target/66824
discards dfc2729 Allow indirect sibcall with register arguments
discards 34a0422 Fix PR target/65753
discards 89b2095 Adjust variable shift costs for IA MCU
discards ba36280 Update config/i386/iamcu.h
discards b9f917d Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
discards 65845c6 Check int_size_in_bytes in ix86_return_in_memory
discards 286d2bc Allow <adxintrin.h> for IA MCU
discards 2dd5260 Don't pass/return vectors in registers for IAMCU
discards 0f5c010 Handle PROCESSOR_IAMCU in ix86_target_macros_internal
discards 2c6fe80 Optimize i?86-*-elfiamcu for iamcu by default
discards 0bb8ce9 Add -march=iamcu to optimize for IA MCU
discards 2347ff7 Add IA MCU support to x86intrin.h
discards 3ac43cd IA MCU psABI support: testsuite
discards feb4f9a IA MCU psABI support: changes to libraries
discards 21c7a78 IA MCU psABI support: GCC changes
adds 376fc99 * config/pa/pa.c (pa_emit_move_sequence): Handle floating po [...]
adds 38fb065 Backport: [PATCH] Be less conservative in process_{output,inp [...]
adds 540303f Prevent recursive instantiation in std::function
adds 24fc4a9 libstdc++/68995 qualify calls to __callable_functor
adds 9bd32e0 Remove noexcept from function template that can throw
adds 4bdb289 Fix alignment check in AVX-512 masked store
adds 6a7fe2a Daily bump.
adds f8bb0e7 Cherry-pick r224315 and r241487 from upstream.
adds a778ba8 2016-01-13 Richard Biener <rguenther(a)suse.de>
new 935539a IA MCU psABI support: GCC changes
new e49fbc3 IA MCU psABI support: changes to libraries
new 9d506c9 IA MCU psABI support: testsuite
new f907748 Add IA MCU support to x86intrin.h
new b18501d Add -march=iamcu to optimize for IA MCU
new d567adb Optimize i?86-*-elfiamcu for iamcu by default
new 231cbdc Handle PROCESSOR_IAMCU in ix86_target_macros_internal
new 393de06 Don't pass/return vectors in registers for IAMCU
new 8d09054 Allow <adxintrin.h> for IA MCU
new d8b7d9f Check int_size_in_bytes in ix86_return_in_memory
new 7011a96 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
new 9ef0166 Update config/i386/iamcu.h
new 8a4bae6 Adjust variable shift costs for IA MCU
new 2b56810 Fix PR target/65753
new 34d0133 Allow indirect sibcall with register arguments
new 05891c5 Fix PR target/66824
new 4778f74 Add a testcase for PR target/66824
new 69dcacf Replicate static chain on the stack
new 4a44ef7 Fix PR rtl-optimization/66626
new 2682fd4 More fix for PR rtl-optimization/66626
new f62f607 Cleanup FPmode splitters a bit
new 80070cc Define DBX_REGISTER_NUMBER for IA MCU
new 155b266 Update MOVE_RATIO cost for IA MCU
new c736c6f Add a testcase for PR target/66821
new f0f7b15 Change IA MCU processor from iamcu to lakemount
new ec56ffa Rename IA MCU processor lakemount to lakemont
new e570725 Enable bt and and movzx for Lakemont
new fef31c3 Backport r228460 from mainline
new 6317603 Define x86 CALL_USED_REGISTERS_MASK
new 878f548 Fix typos in comments in i386.c
new af15d01 Properly initialize u5
new 9fc3193 Replace printf with __builtin_printf
new 5652431 Fix def_test_returning_type in iamcu/test_basic_returning.c
new 09593fe Disable X86_TUNE_ALWAYS_FANCY_MATH_387 for Lakemont
new 25755db Don't leak ISA to __attribute__ ((target("arch=XXX")))
new cd5066c Use GET_MODE_BITSIZE to get vector natural alignment
new fc09287 Properly handle -miamcu and -march=lakemont
new 4972bfa Skip local error_mark_node decls
new 9549622 Backport r229199 from trunk
new 430d9a0 PR target/68263 * config/i386/i386.h (BIGGEST_ALIGNMENT): A [...]
new 8f3fe2b Set FLT_EVAL_METHOD to 2 only if 387 FPU is used
new 03f11a8 Define STDINT_LONG32 and add predefined integer types for IAMCU
new 70a32bd Rewrite FLT_EVAL_METHOD to account for TARGET_SSE2
new 9807327 Add another testcase for x86 FLT_EVAL_METHOD
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 (1bd6ff8)
\
N -- N -- N refs/heads/hjl/iamcu/gcc-5-branch (9807327)
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 44 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 | 51 ++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/i386/i386.c | 8 +-
gcc/config/i386/i386.h | 7 +-
gcc/config/i386/sse.md | 2 +-
gcc/config/pa/pa.c | 113 +++++++++++++--------
gcc/genpreds.c | 110 ++++++++++++++++++--
gcc/stmt.c | 16 +--
gcc/testsuite/ChangeLog | 8 ++
...c-output-template-3.c => c-output-template-4.c} | 2 +-
.../gcc.target/i386/{pr69225-5.c => pr69225-7.c} | 2 +-
gcc/tree-ssa-uninit.c | 18 ++--
libsanitizer/ChangeLog | 7 ++
libsanitizer/asan/asan_mac.cc | 26 ++++-
libsanitizer/sanitizer_common/sanitizer_mac.cc | 6 +-
libsanitizer/sanitizer_common/sanitizer_mac.h | 1 +
libstdc++-v3/ChangeLog | 22 ++++
libstdc++-v3/include/bits/basic_string.h | 2 -
libstdc++-v3/include/std/functional | 20 ++--
.../function/68995.cc} | 25 ++---
.../20_util/function/{58569.cc => 69222.cc} | 21 ++--
.../basic_string/cons/char/69092.cc} | 60 +++++------
22 files changed, 377 insertions(+), 152 deletions(-)
copy gcc/testsuite/gcc.target/aarch64/{c-output-template-3.c => c-output-template- [...]
copy gcc/testsuite/gcc.target/i386/{pr69225-5.c => pr69225-7.c} (64%)
copy libstdc++-v3/testsuite/{27_io/rvalue_streams-2.cc => 20_util/function/68995.c [...]
copy libstdc++-v3/testsuite/20_util/function/{58569.cc => 69222.cc} (81%)
copy libstdc++-v3/testsuite/{23_containers/unordered_map/insert/array_syntax.cc => [...]
--
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 3f0e974 * gcc.target/i386/pr45685.c (dg-options): Add -mno-sse4. * [...]
new e5fee0f PR 68964
new 58ba1b9 Add another testcase for x86 FLT_EVAL_METHOD
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 | 26 ++
gcc/config/i386/i386.c | 48 ----
gcc/doc/tm.texi | 8 -
gcc/doc/tm.texi.in | 4 -
gcc/gtm-builtins.def | 4 +
gcc/target.def | 18 --
gcc/testsuite/ChangeLog | 9 +
gcc/testsuite/gcc.dg/tm/memopt-13.c | 2 +-
gcc/testsuite/gcc.dg/tm/memopt-6.c | 2 +-
.../gcc.target/i386/{pr69225-5.c => pr69225-7.c} | 2 +-
gcc/trans-mem.c | 295 +++++++++++++--------
gcc/tree.c | 138 ++++++++++
libitm/ChangeLog | 16 ++
libitm/Makefile.am | 20 +-
libitm/Makefile.in | 35 ++-
libitm/config/arm/neon.cc | 3 +
libitm/configure | 50 +++-
libitm/configure.ac | 3 +
libitm/libitm.h | 6 +-
libitm/{config/x86/x86_sse.cc => vect128.cc} | 7 -
libitm/{config/x86/x86_sse.cc => vect64.cc} | 7 -
21 files changed, 477 insertions(+), 226 deletions(-)
copy gcc/testsuite/gcc.target/i386/{pr69225-5.c => pr69225-7.c} (64%)
create mode 100644 libitm/config/arm/neon.cc
copy libitm/{config/x86/x86_sse.cc => vect128.cc} (90%)
rename libitm/{config/x86/x86_sse.cc => vect64.cc} (89%)
--
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 69ce658 * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): Return -1 for [...]
new 3f0e974 * gcc.target/i386/pr45685.c (dg-options): Add -mno-sse4. * [...]
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 | 8 ++++++++
gcc/testsuite/ChangeLog | 14 +++++++++-----
gcc/testsuite/gcc.target/i386/pr45685.c | 2 +-
gcc/testsuite/gcc.target/i386/pr68432-1.c | 2 +-
gcc/testsuite/gcc.target/i386/pr68432-2.c | 2 +-
gcc/testsuite/gcc.target/i386/pr68432-3.c | 2 +-
6 files changed, 21 insertions(+), 9 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 5d0623d Template for use in trusted LAVA uinstance
discards f0860c9 Remove *-multilib from host packages
discards 9a87260 Add missing tcpdump dependency
discards 56a79ff Permit host machine to be of any type
discards 0731a0f Remove redundant specialised target-session-*.yaml
discards dda8835 Do not infer device validation from triple
discards 94887b6 Decouple triple from toolchain
new fc44770 Decouple triple from toolchain
new 8c0e8bf Do not infer device validation from triple
new 6e12df9 Remove redundant specialised target-session-*.yaml
new 00d3d15 Permit host machine to be of any type
new 33070e1 Add missing tcpdump dependency
new 699fa5b Remove *-multilib from host packages
new b8f6c49 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 (5d0623d)
\
N -- N -- N refs/heads/bernie/benchmarking-uinstance-arbitrary (b8f6c49)
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 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:
config/bench/lava/host-session | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.