This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 5c8cc80 [X86] Replace valignd/q builtins with appropriate __builtin_s [...]
new 862fdb2 [CodeGen] Simplify code. No functionality change intended.
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:
lib/CodeGen/CodeGenModule.cpp | 9 +--------
1 file changed, 1 insertion(+), 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.
unknown user pushed a change to branch master
in repository gcc.
from c618308 2016-11-23 Richard Biener <rguenther(a)suse.de> Prathame [...]
new 9f8b32f 2016-11-23 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 | 6 ++++++
gcc/lto/ChangeLog | 5 +++++
gcc/lto/lto.c | 4 +++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/lto/pr78472_0.c | 12 ++++++++++++
gcc/testsuite/g++.dg/lto/pr78472_1.C | 9 +++++++++
gcc/tree.c | 10 +++++++---
7 files changed, 48 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/lto/pr78472_0.c
create mode 100644 gcc/testsuite/g++.dg/lto/pr78472_1.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 aaribaud/y2038
in repository glibc.
discards af6ca25 WIP: Y2038: support 64-bit clock_gettime and clock_settime
new 029371f WIP: Y2038: support 64-bit clock_gettime and clock_settime
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 (af6ca25)
\
N -- N -- N refs/heads/aaribaud/y2038 (029371f)
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:
sysdeps/unix/sysv/linux/arm/Versions | 3 +++
sysdeps/unix/sysv/linux/arm/libc.abilist | 4 ++--
2 files changed, 5 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 binutils-gdb.
from 073808e RISCV/GAS Add missing break in md_apply_fix.
new 128e85e gas: run the hwcaps-bump tests with 64-bit sparc objects only.
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:
gas/ChangeLog | 5 +++++
gas/testsuite/gas/sparc/sparc.exp | 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 70229d3 2016-11-23 Naveen H.S <Naveen.Hurugalawadi(a)caviumnetworks.com>
new c618308 2016-11-23 Richard Biener <rguenther(a)suse.de> Prathame [...]
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 | 24 ++++++++++++++++++
gcc/builtin-attrs.def | 5 ++++
gcc/builtins.def | 28 ++++++++++-----------
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gcc.dg/tree-ssa/pr78154.c | 43 +++++++++++++++++++++++++++++++++
gcc/tree-vrp.c | 14 +++++++++++
6 files changed, 106 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr78154.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 6e47b42 gcc: 2016-11-23 Paolo Bonzini <bonzini(a)gnu.org>
new 70229d3 2016-11-23 Naveen H.S <Naveen.Hurugalawadi(a)caviumnetworks.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/ChangeLog | 6 +++++
gcc/fold-const.c | 2 +-
gcc/fold-const.h | 1 +
gcc/match.pd | 25 ++++++++++++++++++++
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gcc.dg/pr31096-1.c | 51 ++++++++++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr31096.c | 36 ++++++++++++++++++++++++++++
7 files changed, 125 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr31096-1.c
create mode 100644 gcc/testsuite/gcc.dg/pr31096.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 testing
in repository clang-tools-extra.
from 5fa6dcf Updating branches/google/testing to r285906
new 08f81ea Updating branches/google/testing to r285906
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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.