This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6e33678 remove dead code used by the old cloog scheduler
new 4f745ee gcc * config/msp430/msp430.c (ATTR_NOINIT): New constant. (A [...]
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 | 18 +++++++
gcc/config/msp430/msp430.c | 63 +++++++++++++++++++++-
gcc/doc/extend.texi | 51 ++++++++++++++++++
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gcc.target/msp430/data-attributes.c | 56 +++++++++++++++++++
.../{rl78/rl78.exp => msp430/msp430.exp} | 8 ++-
6 files changed, 197 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/msp430/data-attributes.c
copy gcc/testsuite/gcc.target/{rl78/rl78.exp => msp430/msp430.exp} (88%)
--
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/unaligned
in repository gcc.
discards ce0c8b1 Support unaligned SSE moves outside realigned area
adds 76a1865 * config/rl78/rl78.c (rl78_rtx_costs): Improve cost estimate [...]
adds 5f59aa0 gcc/testsuite/ * gcc.target/i386/builtin_target.c: Fi [...]
adds 6e22765 PR c/65345 * config/rs6000/rs6000.c (rs6000_a [...]
adds e6007a6 AVX-512. Avoid upper-bank registers when splitting vec_extrac [...]
adds 9c6c350 Fix PR c/65345 for AArch64
adds 8757cf7 PR c/65345 * config/alpha/alpha.c (alpha_atomic_assign_expa [...]
adds 3b9ce1a Move declarations, assign types, renaming.
adds f1537fd Early exit to avoid redundant computations
adds 6e33678 remove dead code used by the old cloog scheduler
new 297bb79 Support unaligned SSE moves outside realigned area
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 (ce0c8b1)
\
N -- N -- N refs/heads/hjl/unaligned (297bb79)
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 | 125 +++++++++++-
gcc/config/aarch64/aarch64-builtins.c | 10 +-
gcc/config/alpha/alpha.c | 4 +-
gcc/config/i386/i386.c | 4 +-
gcc/config/i386/sse.md | 5 +-
gcc/config/rl78/rl78.c | 26 ++-
gcc/config/rs6000/rs6000.c | 10 +-
gcc/graphite-dependences.c | 263 +------------------------
gcc/graphite-isl-ast-to-gimple.c | 13 +-
gcc/graphite-optimize-isl.c | 22 +--
gcc/graphite-poly.c | 12 +-
gcc/graphite-poly.h | 17 +-
gcc/graphite-scop-detection.c | 21 +-
gcc/graphite-sese-to-poly.c | 215 +++++++++-----------
gcc/graphite.c | 2 +-
gcc/sese.c | 32 ++-
gcc/testsuite/ChangeLog | 4 +
gcc/testsuite/gcc.target/i386/builtin_target.c | 2 +-
18 files changed, 317 insertions(+), 470 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/pr67850
in repository gcc.
discards f35d3cf Merge ix86_maybe_switch_abi with ix86_set_current_function
new e5c618c Merge ix86_maybe_switch_abi with ix86_set_current_function
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 (f35d3cf)
\
N -- N -- N refs/heads/hjl/pr67850 (e5c618c)
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/config/i386/i386.c | 13 ++-----------
1 file changed, 2 insertions(+), 11 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 8757cf7 PR c/65345 * config/alpha/alpha.c (alpha_atomic_assign_expa [...]
new 3b9ce1a Move declarations, assign types, renaming.
new f1537fd Early exit to avoid redundant computations
new 6e33678 remove dead code used by the old cloog scheduler
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 | 82 ++++++++++++
gcc/graphite-dependences.c | 263 +--------------------------------------
gcc/graphite-isl-ast-to-gimple.c | 13 +-
gcc/graphite-optimize-isl.c | 22 ++--
gcc/graphite-poly.c | 12 +-
gcc/graphite-poly.h | 17 ++-
gcc/graphite-scop-detection.c | 21 ++--
gcc/graphite-sese-to-poly.c | 215 ++++++++++++++------------------
gcc/graphite.c | 2 +-
gcc/sese.c | 32 +++--
10 files changed, 232 insertions(+), 447 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 9c6c350 Fix PR c/65345 for AArch64
new 8757cf7 PR c/65345 * config/alpha/alpha.c (alpha_atomic_assign_expa [...]
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/alpha/alpha.c | 4 ++--
2 files changed, 8 insertions(+), 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.
unknown user pushed a change to branch master
in repository gcc.
from e6007a6 AVX-512. Avoid upper-bank registers when splitting vec_extrac [...]
new 9c6c350 Fix PR c/65345 for AArch64
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/aarch64/aarch64-builtins.c | 10 +++++-----
2 files changed, 11 insertions(+), 5 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 6e22765 PR c/65345 * config/rs6000/rs6000.c (rs6000_a [...]
new e6007a6 AVX-512. Avoid upper-bank registers when splitting vec_extrac [...]
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 | 12 +++++++++++-
gcc/config/i386/sse.md | 5 +++--
2 files changed, 14 insertions(+), 3 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 4c9faaa 2015-10-06 Venkataramanan Kumar <Venkataramanan.kumar(a)amd.com>
new 76a1865 * config/rl78/rl78.c (rl78_rtx_costs): Improve cost estimate [...]
new 5f59aa0 gcc/testsuite/ * gcc.target/i386/builtin_target.c: Fi [...]
new 6e22765 PR c/65345 * config/rs6000/rs6000.c (rs6000_a [...]
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 | 21 ++++++++++++++++-----
gcc/config/rl78/rl78.c | 26 +++++++++++++++++++++++++-
gcc/config/rs6000/rs6000.c | 10 +++++-----
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/i386/builtin_target.c | 2 +-
5 files changed, 51 insertions(+), 12 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/unaligned
in repository gcc.
at ce0c8b1 Support unaligned SSE moves outside realigned area
This branch includes the following new commits:
new ce0c8b1 Support unaligned SSE moves outside realigned area
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.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.