This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 0f71ae5 * config/sh/sh.md (rsqrtsf2): Adjust for the recent rsqrt_opt [...]
new 1371cec Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-5-branch
in repository gcc.
from a0bad28 PR ada/60164 * doc/gnat_ugn/gnat_and_program_execution.rst [...]
new 0406fe7 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 gcc-4_9-branch
in repository gcc.
from 040df37 PR ada/56274 * s-osinte-kfreebsd-gnu.ads (pthread_rwlock_t) [...]
new 4fc243f Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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 ee12e5f PR ada/60164 * doc/gnat_ugn/gnat_and_program_execution.rst [...]
new 0f71ae5 * config/sh/sh.md (rsqrtsf2): Adjust for the recent rsqrt_opt [...]
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/config/sh/sh.md | 7 +++----
2 files changed, 7 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 gcc-5-branch
in repository gcc.
from 7641715 PR ada/56274 * s-osinte-kfreebsd-gnu.ads (pthread_rwlock_t) [...]
new a0bad28 PR ada/60164 * doc/gnat_ugn/gnat_and_program_execution.rst [...]
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/ada/ChangeLog | 5 +++++
gcc/ada/doc/gnat_ugn/gnat_and_program_execution.rst | 2 +-
2 files changed, 6 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 97c2bc3 gnattools/ PR ada/50048 * Makefile.in (ftop_srcdir): New va [...]
new ee12e5f PR ada/60164 * doc/gnat_ugn/gnat_and_program_execution.rst [...]
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/ada/ChangeLog | 5 +++++
gcc/ada/doc/gnat_ugn/gnat_and_program_execution.rst | 2 +-
2 files changed, 6 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 1b1db4e support for AMD clzero isa.
new 97c2bc3 gnattools/ PR ada/50048 * Makefile.in (ftop_srcdir): New va [...]
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/ada/ChangeLog | 5 +++++
gcc/ada/gcc-interface/Makefile.in | 3 ++-
gnattools/ChangeLog | 6 ++++++
gnattools/Makefile.in | 8 ++++++--
4 files changed, 19 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 51ef305 PR ada/56274 * s-osinte-kfreebsd-gnu.ads (pthread_rwlock_t) [...]
new 1b1db4e support for AMD clzero isa.
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 | 29 ++++++++++++++++++++++
gcc/common/config/i386/i386-common.c | 16 ++++++++++++
gcc/config.gcc | 4 +--
gcc/config/i386/{prfchwintrin.h => clzerointrin.h} | 23 +++++++++++------
gcc/config/i386/i386-c.c | 2 ++
gcc/config/i386/i386.c | 17 +++++++++++++
gcc/config/i386/i386.md | 12 +++++++++
gcc/config/i386/i386.opt | 8 +++---
gcc/config/i386/x86intrin.h | 2 ++
gcc/doc/extend.texi | 6 +++++
gcc/doc/invoke.texi | 5 +++-
gcc/testsuite/ChangeLog | 11 ++++++++
gcc/testsuite/g++.dg/other/i386-2.C | 2 +-
gcc/testsuite/g++.dg/other/i386-3.C | 2 +-
gcc/testsuite/gcc.target/i386/clzero.c | 13 ++++++++++
gcc/testsuite/gcc.target/i386/sse-12.c | 2 +-
gcc/testsuite/gcc.target/i386/sse-13.c | 2 +-
gcc/testsuite/gcc.target/i386/sse-14.c | 2 +-
gcc/testsuite/gcc.target/i386/sse-23.c | 2 +-
19 files changed, 139 insertions(+), 21 deletions(-)
copy gcc/config/i386/{prfchwintrin.h => clzerointrin.h} (73%)
create mode 100644 gcc/testsuite/gcc.target/i386/clzero.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 285798d PR ada/49944 * s-osinte-freebsd.ads: Minor reformatting. ( [...]
new 7641715 PR ada/56274 * s-osinte-kfreebsd-gnu.ads (pthread_rwlock_t) [...]
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/ada/ChangeLog | 6 ++++++
gcc/ada/s-osinte-kfreebsd-gnu.ads | 8 ++++++++
2 files changed, 14 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 5112baa PR ada/49944 * s-osinte-freebsd.ads: Minor reformatting. ( [...]
new 51ef305 PR ada/56274 * s-osinte-kfreebsd-gnu.ads (pthread_rwlock_t) [...]
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/ada/ChangeLog | 6 ++++++
gcc/ada/s-osinte-kfreebsd-gnu.ads | 8 ++++++++
2 files changed, 14 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.