This is an automated email from the git hooks/post-receive script.
unknown user pushed a commit to branch hjl/iamcu/improve
in repository gcc.
commit 5ccb6786ac148f0c2638ca5722a1c8dc0348bf54
Author: H.J. Lu <hjl.tools(a)gmail.com>
Date: Thu Jul 9 18:42:45 2015 -0700
Turn off X86_TUNE_ZERO_EXTEND_WITH_AND for IA MCU
---
gcc/config/i386/x86-tune.def | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/config/i386/x86-tune.def b/gcc/config/i386/x86-tune.def
index 42a560b..eb271b8 100644
--- a/gcc/config/i386/x86-tune.def
+++ b/gcc/config/i386/x86-tune.def
@@ -448,7 +448,7 @@ DEF_TUNE (X86_TUNE_SHIFT1, "shift1", ~m_486)
/* X86_TUNE_ZERO_EXTEND_WITH_AND: Use AND instruction instead
of mozbl/movwl. */
DEF_TUNE (X86_TUNE_ZERO_EXTEND_WITH_AND, "zero_extend_with_and",
- m_486 | m_PENT | m_IAMCU)
+ m_486 | m_PENT)
/* X86_TUNE_PROMOTE_HIMODE_IMUL: Modern CPUs have same latency for HImode
and SImode multiply, but 386 and 486 do HImode multiply faster. */
--
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 trunk
in repository gcc.
from a3e1e71 [obvious] Fix typos above expand_cond_expr_using_cmove
new c3a8197 PR middle-end/66820 * gimplify.c (maybe_fold_stmt [...]
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/gimplify.c | 9 +++++----
gcc/omp-low.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/gomp/pr66820.c | 18 ++++++++++++++++++
5 files changed, 38 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr66820.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 trunk
in repository gcc.
from 3c31a6c Insert new bound in try_transform_to_exit_first_loop_alt
new 2e3a49a 2015-07-10 Paolo Carlini <paolo.carlini(a)oracle.com>
new a3e1e71 [obvious] Fix typos above expand_cond_expr_using_cmove
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/expr.c | 6 +++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/scoped_enum6.C | 19 +++++++++++++++++++
4 files changed, 32 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/scoped_enum6.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 3c31a6c Insert new bound in try_transform_to_exit_first_loop_alt
new 2e3a49a 2015-07-10 Paolo Carlini <paolo.carlini(a)oracle.com>
new a3e1e71 [obvious] Fix typos above expand_cond_expr_using_cmove
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/expr.c | 6 +++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/scoped_enum6.C | 19 +++++++++++++++++++
4 files changed, 32 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/scoped_enum6.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 trunk
in repository gcc.
from 8f84077 ipa-icf.c: Fix typo in dump message
new 9cda83a 2015-07-10 Richard Biener <rguenther(a)suse.de>
new 3c31a6c Insert new bound in try_transform_to_exit_first_loop_alt
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 | 12 +++++++
gcc/testsuite/ChangeLog | 5 +++
.../gfortran.dg/parloops-exit-first-loop-alt-2.f95 | 24 +++++++++++++
.../gfortran.dg/parloops-exit-first-loop-alt.f95 | 25 +++++++++++++
gcc/tree-if-conv.c | 36 ++++++++-----------
gcc/tree-parloops.c | 12 ++++++-
libgomp/ChangeLog | 5 +++
.../parloops-exit-first-loop-alt-2.f95 | 40 +++++++++++++++++++++
.../parloops-exit-first-loop-alt.f95 | 41 ++++++++++++++++++++++
9 files changed, 177 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/parloops-exit-first-loop-alt-2.f95
create mode 100644 gcc/testsuite/gfortran.dg/parloops-exit-first-loop-alt.f95
create mode 100644 libgomp/testsuite/libgomp.fortran/parloops-exit-first [...]
create mode 100644 libgomp/testsuite/libgomp.fortran/parloops-exit-first [...]
--
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 8f84077 ipa-icf.c: Fix typo in dump message
new 9cda83a 2015-07-10 Richard Biener <rguenther(a)suse.de>
new 3c31a6c Insert new bound in try_transform_to_exit_first_loop_alt
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 | 12 +++++++
gcc/testsuite/ChangeLog | 5 +++
.../gfortran.dg/parloops-exit-first-loop-alt-2.f95 | 24 +++++++++++++
.../gfortran.dg/parloops-exit-first-loop-alt.f95 | 25 +++++++++++++
gcc/tree-if-conv.c | 36 ++++++++-----------
gcc/tree-parloops.c | 12 ++++++-
libgomp/ChangeLog | 5 +++
.../parloops-exit-first-loop-alt-2.f95 | 40 +++++++++++++++++++++
.../parloops-exit-first-loop-alt.f95 | 41 ++++++++++++++++++++++
9 files changed, 177 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/parloops-exit-first-loop-alt-2.f95
create mode 100644 gcc/testsuite/gfortran.dg/parloops-exit-first-loop-alt.f95
create mode 100644 libgomp/testsuite/libgomp.fortran/parloops-exit-first [...]
create mode 100644 libgomp/testsuite/libgomp.fortran/parloops-exit-first [...]
--
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 trunk
in repository gcc.
from 4c8d20e 2015-07-09 Paolo Carlini <paolo.carlini(a)oracle.com>
new cb791e7 2015-07-10 Richard Biener <rguenther(a)suse.de>
new 8f84077 ipa-icf.c: Fix typo in dump message
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 | 11 +++++++++++
gcc/ipa-icf.c | 2 +-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/vect/pr61194.c | 3 +--
gcc/tree-if-conv.c | 2 +-
5 files changed, 20 insertions(+), 4 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 4c8d20e 2015-07-09 Paolo Carlini <paolo.carlini(a)oracle.com>
new cb791e7 2015-07-10 Richard Biener <rguenther(a)suse.de>
new 8f84077 ipa-icf.c: Fix typo in dump message
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 | 11 +++++++++++
gcc/ipa-icf.c | 2 +-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/vect/pr61194.c | 3 +--
gcc/tree-if-conv.c | 2 +-
5 files changed, 20 insertions(+), 4 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 trunk
in repository gcc.
from 68fea6c Daily bump.
new 4c8d20e 2015-07-09 Paolo Carlini <paolo.carlini(a)oracle.com>
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 | 5 ++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice14.C | 32 ++++++++++++++++++++++++
2 files changed, 37 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice14.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.