This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c68f6b1 * config/nvptx/nvptx.md (atomic_compare_and_swap<mode>): Use [...]
new 2bbeda9 Add copyright in gcc/params-list.h
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 | 4 ++++
gcc/params-list.h | 19 +++++++++++++++++++
2 files changed, 23 insertions(+)
--
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 aoliva/pr64164
in repository gcc.
from 1a5e32c promoted pseudo reg for result earlier
new 2fa1c6b promote not-by-ref results as such
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/explow.c | 6 ++++--
1 file changed, 4 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 aoliva/pr64164
in repository gcc.
from 869bee8 the pseudo for concat is no use, let it use a stack slot
new 0bf72ed enforce promoted mode for result too
new 1a5e32c promoted pseudo reg for result earlier
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/cfgexpand.c | 7 +++++++
gcc/function.c | 27 ++++++++++++---------------
2 files changed, 19 insertions(+), 15 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 62e39b0 [ARM][3/3] Expand mod by power of 2
new c68f6b1 * config/nvptx/nvptx.md (atomic_compare_and_swap<mode>): Use [...]
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/config/nvptx/nvptx.md | 14 ++++++--------
2 files changed, 11 insertions(+), 8 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
in repository toolchain/abe.
from 51104c5 Add monthly benchmarking templates
new b03f630 Some belt-and-braces permissions
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:
scripts/Benchmark.job | 5 +++++
1 file changed, 5 insertions(+)
--
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 7ca8305 PR c++/67504 * parser.c (cp_parser_omp_clause_collapse): Te [...]
new 5e3b285 [AArch64][1/3] Expand signed mod by power of 2 using CSNEG
new 62e39b0 [ARM][3/3] Expand mod by power of 2
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 | 17 +++++++
gcc/config/aarch64/aarch64.c | 19 ++++++++
gcc/config/aarch64/aarch64.md | 58 +++++++++++++++++++++++-
gcc/config/arm/arm.c | 18 ++++++++
gcc/config/arm/arm.md | 71 +++++++++++++++++++++++++++++-
gcc/testsuite/ChangeLog | 9 ++++
gcc/testsuite/gcc.target/aarch64/mod_2.c | 7 +++
gcc/testsuite/gcc.target/aarch64/mod_2.x | 5 +++
gcc/testsuite/gcc.target/aarch64/mod_256.c | 6 +++
gcc/testsuite/gcc.target/aarch64/mod_256.x | 5 +++
gcc/testsuite/gcc.target/arm/mod_2.c | 8 ++++
gcc/testsuite/gcc.target/arm/mod_256.c | 8 ++++
12 files changed, 229 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/mod_2.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/mod_2.x
create mode 100644 gcc/testsuite/gcc.target/aarch64/mod_256.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/mod_256.x
create mode 100644 gcc/testsuite/gcc.target/arm/mod_2.c
create mode 100644 gcc/testsuite/gcc.target/arm/mod_256.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 892fba5 Fix PowerPC ICE due to secondary_reload ignoring reload replacements
new deef87d PR c/67495 * c-parser.c (c_parser_omp_atomic): Use c_parser [...]
new 0fdcfb9 PR c/67500 * c-parser.c (c_parser_omp_clause_aligned, c_pa [...]
new c43f93d PR c/67501 * c-parser.c (c_parser_oacc_all_clauses, c_pars [...]
new 7ca8305 PR c++/67504 * parser.c (cp_parser_omp_clause_collapse): Te [...]
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/c/ChangeLog | 19 +++++++++
gcc/c/c-decl.c | 3 +-
gcc/c/c-parser.c | 66 +++++++++++++++++++++----------
gcc/cp/ChangeLog | 6 +++
gcc/cp/parser.c | 4 +-
gcc/testsuite/ChangeLog | 14 +++++++
gcc/testsuite/c-c++-common/gomp/pr67501.c | 12 ++++++
gcc/testsuite/g++.dg/gomp/pr67504.C | 15 +++++++
gcc/testsuite/gcc.dg/gomp/pr67495.c | 38 ++++++++++++++++++
gcc/testsuite/gcc.dg/gomp/pr67500.c | 42 ++++++++++++++++++++
10 files changed, 195 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr67501.c
create mode 100644 gcc/testsuite/g++.dg/gomp/pr67504.C
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr67495.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr67500.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 gcc-5-branch
in repository gcc.
from dec0350 Fix PowerPC ICE due to secondary_reload ignoring reload replacements
new 194b22d PR c/67495 * c-parser.c (c_parser_omp_atomic): Use c_parser [...]
new 0205c1f PR c/67500 * c-parser.c (c_parser_omp_clause_aligned, c_pa [...]
new a3dea40 PR c/67501 * c-parser.c (c_parser_oacc_all_clauses, c_pars [...]
new 9fd619c PR c++/67504 * parser.c (cp_parser_omp_clause_collapse): Te [...]
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/c/ChangeLog | 19 +++++++++
gcc/c/c-decl.c | 3 +-
gcc/c/c-parser.c | 66 +++++++++++++++++++++----------
gcc/cp/ChangeLog | 6 +++
gcc/cp/parser.c | 4 +-
gcc/testsuite/ChangeLog | 14 +++++++
gcc/testsuite/c-c++-common/gomp/pr67501.c | 12 ++++++
gcc/testsuite/g++.dg/gomp/pr67504.C | 15 +++++++
gcc/testsuite/gcc.dg/gomp/pr67495.c | 38 ++++++++++++++++++
gcc/testsuite/gcc.dg/gomp/pr67500.c | 42 ++++++++++++++++++++
10 files changed, 195 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr67501.c
create mode 100644 gcc/testsuite/g++.dg/gomp/pr67504.C
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr67495.c
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr67500.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 gcc-4_9-branch
in repository gcc.
from 30d880a Daily bump.
new 69b98ac Fix PowerPC ICE due to secondary_reload ignoring reload replacements
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/rs6000/rs6000.c | 15 ++++++++++++++-
2 files changed, 20 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 master
in repository gcc.
from 3662067 fix PR53852: stop ISL after a given number of operations
new 892fba5 Fix PowerPC ICE due to secondary_reload ignoring reload replacements
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/rs6000/rs6000.c | 15 ++++++++++++++-
2 files changed, 20 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.