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 ac1e352 Fix partial specialization syntax of wide int traits
new 3c6ff03 2015-10-19 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/decl.c | 1 -
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr68019.f90 | 13 +++++++++++++
4 files changed, 24 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr68019.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 8587f7e [PATCH] Don't allow FSM threader to create irreducible loops [...]
new f2b5fae 2015-10-19 Steven G. Kargl <kargl(a)gcc.gnu.org>
new eebfc95 Proposed doc update for Explicit Reg Vars 1/3 * doc/e [...]
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/doc/extend.texi | 63 +++++++++++++++--------------------
gcc/doc/implement-c.texi | 2 +-
gcc/fortran/ChangeLog | 6 ++++
gcc/fortran/decl.c | 1 -
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gfortran.dg/pr68019.f90 | 13 ++++++++
7 files changed, 58 insertions(+), 39 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr68019.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 hjl/iamcu/gcc-5-branch
in repository gcc.
discards ca8990e Use GET_MODE_BITSIZE to get vector natural alignment
discards 4af189e Don't leak ISA to __attribute__ ((target("arch=XXX")))
discards 825d6ca Disable X86_TUNE_ALWAYS_FANCY_MATH_387 for Lakemont
discards 85a8a69 Fix def_test_returning_type in iamcu/test_basic_returning.c
discards cd3ef93 Replace printf with __builtin_printf
discards 171e7c9 Properly initialize u5
discards baaf28a Fix typos in comments in i386.c
discards 853fbfb Define x86 CALL_USED_REGISTERS_MASK
discards 8c44f8e Backport r228460 from mainline
discards cbf01f1 Enable bt and and movzx for Lakemont
discards dff5f38 Rename IA MCU processor lakemount to lakemont
discards 70341db Change IA MCU processor from iamcu to lakemount
discards 783e1ae Add a testcase for PR target/66821
discards efaecec Update MOVE_RATIO cost for IA MCU
discards 4aa4d6c Define DBX_REGISTER_NUMBER for IA MCU
discards a5354f8 Cleanup FPmode splitters a bit
discards df65b35 More fix for PR rtl-optimization/66626
discards 607b178 Fix PR rtl-optimization/66626
discards da82983 Replicate static chain on the stack
discards e6114d5 Add a testcase for PR target/66824
discards b3cb7c0 Fix PR target/66824
discards 57401cd Allow indirect sibcall with register arguments
discards 6352054 Fix PR target/65753
discards b175587 Adjust variable shift costs for IA MCU
discards be85f41 Update config/i386/iamcu.h
discards d024dd9 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
discards 114fb6f Check int_size_in_bytes in ix86_return_in_memory
discards 272cd14 Allow <adxintrin.h> for IA MCU
discards f676ba0 Don't pass/return vectors in registers for IAMCU
discards 1d01ea9 Handle PROCESSOR_IAMCU in ix86_target_macros_internal
discards 877527f Optimize i?86-*-elfiamcu for iamcu by default
discards 96246f0 Add -march=iamcu to optimize for IA MCU
discards 7b4663c Add IA MCU support to x86intrin.h
discards a5b44f0 IA MCU psABI support: testsuite
discards ae9c3f7 IA MCU psABI support: changes to libraries
discards 255dce6 IA MCU psABI support: GCC changes
adds dbff7d2 2015-10-19 Steven G. Kargl <kargl(a)gcc.gnu.org>
adds ac1e352 Fix partial specialization syntax of wide int traits
new fa8078d IA MCU psABI support: GCC changes
new a883258 IA MCU psABI support: changes to libraries
new cd62e48 IA MCU psABI support: testsuite
new c2dabca Add IA MCU support to x86intrin.h
new acd21f5 Add -march=iamcu to optimize for IA MCU
new 4f95489 Optimize i?86-*-elfiamcu for iamcu by default
new 4a08173 Handle PROCESSOR_IAMCU in ix86_target_macros_internal
new a049e14 Don't pass/return vectors in registers for IAMCU
new 71483ff Allow <adxintrin.h> for IA MCU
new 81e589c Check int_size_in_bytes in ix86_return_in_memory
new 900b816 Define ATTRIBUTE_ALIGNED_VALUE to 32 for IA MCU
new 72435bc Update config/i386/iamcu.h
new 1b9fb99 Adjust variable shift costs for IA MCU
new 01eb3ea Fix PR target/65753
new 803f3f6 Allow indirect sibcall with register arguments
new 74d01d7 Fix PR target/66824
new ce20393 Add a testcase for PR target/66824
new 4a0d136 Replicate static chain on the stack
new b4bd0a6 Fix PR rtl-optimization/66626
new acb6862 More fix for PR rtl-optimization/66626
new 6c3d695 Cleanup FPmode splitters a bit
new 2beba7d Define DBX_REGISTER_NUMBER for IA MCU
new b9fa5c1 Update MOVE_RATIO cost for IA MCU
new 4c932e5 Add a testcase for PR target/66821
new a8f8544 Change IA MCU processor from iamcu to lakemount
new 89cdaa4 Rename IA MCU processor lakemount to lakemont
new 92a24f9 Enable bt and and movzx for Lakemont
new fc63830 Backport r228460 from mainline
new dc5a536 Define x86 CALL_USED_REGISTERS_MASK
new 1ed5192 Fix typos in comments in i386.c
new a6f06d3 Properly initialize u5
new 0aa593c Replace printf with __builtin_printf
new e04868a Fix def_test_returning_type in iamcu/test_basic_returning.c
new 0bdbb8c Disable X86_TUNE_ALWAYS_FANCY_MATH_387 for Lakemont
new e25a08b Don't leak ISA to __attribute__ ((target("arch=XXX")))
new 03c7ce0 Use GET_MODE_BITSIZE to get vector natural alignment
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 (ca8990e)
\
N -- N -- N refs/heads/hjl/iamcu/gcc-5-branch (03c7ce0)
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 36 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/fortran/ChangeLog | 11 +++++++++++
gcc/fortran/decl.c | 20 +++++++++++++++-----
gcc/fortran/resolve.c | 27 +++++++++++++--------------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/char_length_2.f90 | 17 ++++++++---------
gcc/testsuite/gfortran.dg/pr67987.f90 | 18 ++++++++++++++++++
gcc/wide-int.h | 10 ----------
8 files changed, 79 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr67987.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 gcc-5-branch
in repository gcc.
from dbff7d2 2015-10-19 Steven G. Kargl <kargl(a)gcc.gnu.org>
new ac1e352 Fix partial specialization syntax of wide int traits
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/wide-int.h | 10 ----------
2 files changed, 8 insertions(+), 10 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 gcc-4_9-branch
in repository gcc.
from 39f73af Daily bump.
new 7ca2b05 2013-10-19 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/primary.c | 25 ++++++++++++++++++++++---
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/pr56852.f90 | 11 +++++++++++
4 files changed, 46 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr56852.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 gcc-5-branch
in repository gcc.
from eceeae9 Daily bump.
new dbff7d2 2015-10-19 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 11 +++++++++++
gcc/fortran/decl.c | 20 +++++++++++++++-----
gcc/fortran/resolve.c | 27 +++++++++++++--------------
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/char_length_2.f90 | 17 ++++++++---------
gcc/testsuite/gfortran.dg/pr67987.f90 | 18 ++++++++++++++++++
6 files changed, 71 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr67987.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 hjl/pr67963/master
in repository gcc.
discards 1549e37 Properly handle -miamcu and -march=lakemont
discards 78698de Don't leak ISA to __attribute__ ((target("arch=XXX")))
discards 12d074d Use GET_MODE_BITSIZE to get vector natural alignment
adds 34bf7ba 2015-10-17 Steven G. Kargl <kargl(a)gcc.gnu.org>
adds 1b7e7a0 Daily bump.
adds 35ece5a fix Darwin bootstrap
adds 6f29994 2015-10-18 Paul Thomas <pault(a)gcc.gnu.org>
adds bc36279 Improve handling of -arch flag for Darwin
adds fff1535 Fix PR63758 by using the _NSGetEnviron() API on Darwin
adds fb296c2 Darwin - Tidy mmacosx-version-min code and specs.
adds e8c36e7 Fix common-related error recovery ICE.
adds 022c546 PR c++/68006
adds 454cda7 Revise Darwin's sysroot handling to be compatible with the cl [...]
adds c4a359c Fix crash in gengtype debug dump
adds 7abf948 Daily bump.
adds e1604ee [haifa-sched] model load/store multiples properly in autopref [...]
adds cd5ad70 Remove undefined behaviour from builtins-20.c
adds c071eed Fix PR68002, add -fkeep-static-functions
adds b8ab248 fix date of changelog entry
adds 00a7b29 Don't leak ISA to __attribute__ ((target("arch=XXX")))
adds d821af0 Replace @optindex with @opindex
adds b6ec4d7 Use GET_MODE_BITSIZE to get vector natural alignment
adds ec11da3 2015-10-19 Richard Biener <rguenther(a)suse.de>
adds df10fba 2015-10-19 Richard Biener <rguenther(a)suse.de>
adds 8587f7e [PATCH] Don't allow FSM threader to create irreducible loops [...]
new 7ca3b35 Properly handle -miamcu and -march=lakemont
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 (1549e37)
\
N -- N -- N refs/heads/hjl/pr67963/master (7ca3b35)
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 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 | 93 +++++++++
gcc/DATESTAMP | 2 +-
gcc/builtins.c | 27 ---
gcc/cgraphunit.c | 2 +-
gcc/common.opt | 4 +
gcc/config/darwin-driver.c | 209 ++++++++++++++-------
gcc/config/darwin.h | 29 ++-
gcc/config/darwin.opt | 5 +-
gcc/config/darwin12.h | 3 +
gcc/config/i386/darwin.h | 10 -
gcc/config/i386/i386.c | 8 +-
gcc/config/rs6000/darwin.h | 12 --
gcc/cp/ChangeLog | 6 +
gcc/cp/decl.c | 16 +-
gcc/doc/invoke.texi | 9 +-
gcc/fortran/ChangeLog | 41 ++++
gcc/fortran/decl.c | 20 +-
gcc/fortran/gfortran.h | 8 +-
gcc/fortran/match.c | 20 +-
gcc/fortran/primary.c | 13 +-
gcc/fortran/resolve.c | 27 ++-
gcc/fortran/symbol.c | 38 ++--
gcc/fortran/trans-expr.c | 5 +
gcc/fortran/trans-intrinsic.c | 29 +++
gcc/gengtype.c | 9 +-
gcc/gimple-fold.c | 21 +++
gcc/haifa-sched.c | 168 +++++++++++++++--
gcc/match.pd | 27 +++
gcc/sched-int.h | 13 +-
gcc/testsuite/ChangeLog | 45 +++++
gcc/testsuite/g++.dg/opt/flifetime-dse3.C | 22 +++
gcc/testsuite/gcc.dg/PR68002.c | 7 +
gcc/testsuite/gcc.dg/builtins-20.c | 6 +-
gcc/testsuite/gcc.dg/torture/builtin-cproj-1.c | 1 +
gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-50.c | 15 ++
gcc/testsuite/gfortran.dg/char_length_2.f90 | 17 +-
gcc/testsuite/gfortran.dg/common_25.f90 | 12 ++
.../deferred_character_assignment_1.f90 | 22 +++
gcc/testsuite/gfortran.dg/move_alloc_15.f90 | 88 +++++++++
gcc/testsuite/gfortran.dg/move_alloc_16.f90 | 44 +++++
gcc/testsuite/gfortran.dg/pr67987.f90 | 18 ++
gcc/tree-cfg.c | 69 +++++++
gcc/tree-cfg.h | 2 +
gcc/tree-ssa-loop-im.c | 51 +----
gcc/tree-ssa-sccvn.c | 106 +++++++++--
gcc/tree-ssa-threadupdate.c | 30 ++-
include/ChangeLog | 5 +
include/{timeval-utils.h => environ.h} | 39 ++--
libiberty/ChangeLog | 9 +
libiberty/pex-unix.c | 5 +-
libiberty/setenv.c | 10 +-
libiberty/xmalloc.c | 5 +-
52 files changed, 1185 insertions(+), 317 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/opt/flifetime-dse3.C
create mode 100644 gcc/testsuite/gcc.dg/PR68002.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-50.c
create mode 100644 gcc/testsuite/gfortran.dg/common_25.f90
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_assignment_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/move_alloc_15.f90
create mode 100644 gcc/testsuite/gfortran.dg/move_alloc_16.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr67987.f90
copy include/{timeval-utils.h => environ.h} (57%)
--
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 6951540 Fix ICE in build_outer_var_ref within GPUKERNEL
new c7cbcec HSA: class refactoring of hsa_symbol.
new 43833d2 HSA: class refactoring of hsa_op_base.
new 9c804c1 HSA: class refactoring of hsa_op_with_type.
new bb2c8ac HSA: class refactoring of hsa_op_immed.
new 0c94130 HSA: class refactoring of hsa_op_reg.
new e6fc8e0 HSA: class refoctoring of hsa_op_address.
new f7b5465 HSA: class refactoring of hsa_op_code_ref.
new 8860a12 HSA: class refactoring of hsa_op_code_list.
new fd238bf HSA: class refactoring of hsa_basic_insn.
new e069438 HSA: class refactoring of hsa_insn_phi.
new d44eff6 HSA: class refactoring of hsa_insn_br.
new bc0e430 HSA: class refactoring of hsa_insn_sbr.
new fe334b0 HSA: class refactoring of hsa_insn_cmp.
new 980c68a HSA: class refactoring of hsa_insn_mem.
new 8138163 HSA: class refactoring of hsa_insn_atomic.
new e19abc7 HSA: class refactoring of hsa_insn_seg.
new b51d4a0 HSA: class refactoring of hsa_insn_call.
new 6cfda02 HSA: class refactoring of hsa_insn_arg_block.
new 564319f HSA: class refactoring of hsa_insn_comment.
new c5e357a HSA: class refactoring of hsa_bb.
new df643c2 HSA: class refactoring of hsa_function_representation.
new bebe6cf HSA: class refactoring of hsa_function_summary.
new aab1e47 HSA: come up with a proper constructor of hsa_symbol.
The 23 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 | 169 +++++++++
gcc/hsa-brig.c | 336 +++++++++---------
gcc/hsa-dump.c | 182 +++++-----
gcc/hsa-gen.c | 884 +++++++++++++++++++++++-------------------------
gcc/hsa-regalloc.c | 215 ++++++------
gcc/hsa.c | 15 +-
gcc/hsa.h | 261 +++++++-------
gcc/ipa-hsa.c | 36 +-
gcc/lto/lto-partition.c | 7 +-
9 files changed, 1125 insertions(+), 980 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 df10fba 2015-10-19 Richard Biener <rguenther(a)suse.de>
new 8587f7e [PATCH] Don't allow FSM threader to create irreducible loops [...]
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/tree-ssa-threadupdate.c | 30 ++++++++++++++++++++++++++----
2 files changed, 32 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.