This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch trunk
in repository gcc.
from 1a673ff Limit AA walking when inlining analysis examines parameters
new a1996fe [gcc]
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/simplify-rtx.c | 26 ++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/powerpc/vec-cmp-sel.c | 20 ++++++++++++++++++++
4 files changed, 55 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-cmp-sel.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 816d218 check_GNU_style.sh: Fix quoting in cat_with_prefix
new 1a673ff Limit AA walking when inlining analysis examines parameters
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 | 25 ++++++++++++++
gcc/ipa-inline-analysis.c | 72 +++++++++++++++++++++------------------
gcc/ipa-prop.c | 85 ++++++-----------------------------------------
gcc/ipa-prop.h | 56 +++++++++++++++++++++++++++++--
4 files changed, 129 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 trunk
in repository gcc.
from b0e2a5e remove some usage of expr_list from read_rtx
new 816d218 check_GNU_style.sh: Fix quoting in cat_with_prefix
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:
contrib/ChangeLog | 4 ++++
contrib/check_GNU_style.sh | 2 +-
2 files changed, 5 insertions(+), 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.
unknown user pushed a change to branch trunk
in repository gcc.
from c9b2637 PR c++/65091 * parser.c (cp_parser_unqualified_id): Don't a [...]
new b0e2a5e remove some usage of expr_list from read_rtx
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 | 11 +++++++++++
gcc/gensupport.c | 12 ++++++++----
gcc/read-rtl.c | 47 ++++++++++++++++-------------------------------
gcc/rtl.h | 2 +-
4 files changed, 36 insertions(+), 36 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 47be024 PR target/58066 * config/i386/i386.md (*tls_global_dynamic_ [...]
new 5c4ec84 [AArch64] Use cinc mnemonic for *csinc2<mode>_insn
new c9b2637 PR c++/65091 * parser.c (cp_parser_unqualified_id): Don't a [...]
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 | 4 ++++
gcc/config/aarch64/aarch64.md | 2 +-
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 11 +++++++++--
gcc/testsuite/g++.dg/parse/dtor17.C | 11 +++++++++++
5 files changed, 31 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/dtor17.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 47be024 PR target/58066 * config/i386/i386.md (*tls_global_dynamic_ [...]
new 5c4ec84 [AArch64] Use cinc mnemonic for *csinc2<mode>_insn
new c9b2637 PR c++/65091 * parser.c (cp_parser_unqualified_id): Don't a [...]
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 | 4 ++++
gcc/config/aarch64/aarch64.md | 2 +-
gcc/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 11 +++++++++--
gcc/testsuite/g++.dg/parse/dtor17.C | 11 +++++++++++
5 files changed, 31 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/dtor17.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 7ee4563 Fix libgomp tests.
new 47be024 PR target/58066 * config/i386/i386.md (*tls_global_dynamic_ [...]
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 | 9 +++++++++
gcc/config/i386/i386.md | 17 ++++++++++-------
2 files changed, 19 insertions(+), 7 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 004b4ca 2015-07-15 Richard Biener <rguenther(a)suse.de>
new 7ee4563 Fix libgomp tests.
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:
libgomp/ChangeLog | 7 +++++++
libgomp/testsuite/libgomp.fortran/examples-4/simd-8.f90 | 2 +-
libgomp/testsuite/libgomp.fortran/examples-4/task_dep-5.f90 | 2 +-
3 files changed, 9 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 trunk
in repository gcc.
from 22b4842 2015-07-15 Richard Biener <rguenther(a)suse.de>
new 004b4ca 2015-07-15 Richard Biener <rguenther(a)suse.de>
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/fold-const.c | 10 ----------
gcc/match.pd | 53 +++++++++++++++++++++++++++++++++++++++++------------
3 files changed, 49 insertions(+), 22 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-5-branch
in repository gcc.
from 0c455cd PR 66861 Fix null pointer crash on mingw.
new 5423fa8 [PR libgomp/65742, PR middle-end/66332] OpenACC acc_on_device fixes
new 0aaaae3 [PR libgomp/65099] nvptx mkoffload: pass "-m32" or "-m64" to [...]
new 18b34bf [PR libgomp/65099] nvptx offloading: only 64-bit configuratio [...]
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 | 36 +++++++++++
gcc/builtins.c | 12 ++--
gcc/config/nvptx/mkoffload.c | 74 ++++++++++++++--------
gcc/testsuite/ChangeLog | 10 +++
gcc/testsuite/c-c++-common/goacc/acc_on_device-2.c | 10 ++-
libgomp/ChangeLog | 32 ++++++++++
libgomp/oacc-init.c | 14 +++-
libgomp/plugin/plugin-host.c | 21 +++++-
libgomp/{oacc-plugin.h => plugin/plugin-host.h} | 14 ++--
libgomp/plugin/plugin-nvptx.c | 5 ++
libgomp/testsuite/libgomp.oacc-c++/c++.exp | 6 ++
libgomp/testsuite/libgomp.oacc-c/c.exp | 6 ++
libgomp/testsuite/libgomp.oacc-fortran/fortran.exp | 6 ++
13 files changed, 203 insertions(+), 43 deletions(-)
copy libgomp/{oacc-plugin.h => plugin/plugin-host.h} (83%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.