This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8632b8a5bb0 Test commit.
new 081fd494d08 [ARM] Use ADDCARRY / SUBCARRY
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/Target/ARM/ARMISelLowering.cpp | 186 ++++++++++++++++++++++++++++----
lib/Target/ARM/ARMISelLowering.h | 3 +-
test/CodeGen/ARM/intrinsics-overflow.ll | 88 ++++++++++++---
test/CodeGen/ARM/pr34045-2.ll | 25 +++++
test/CodeGen/ARM/pr34045.ll | 53 +++++++++
5 files changed, 320 insertions(+), 35 deletions(-)
create mode 100644 test/CodeGen/ARM/pr34045-2.ll
create mode 100644 test/CodeGen/ARM/pr34045.ll
--
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-7-branch
in repository gcc.
from 2b44365dfd9 Daily bump.
new 4e05296a572 Revert backport.
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/c-family/c-attribs.c | 13 -------------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/other/pr81355.C | 14 --------------
4 files changed, 17 insertions(+), 27 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/other/pr81355.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 binutils-2_29-branch
in repository binutils-gdb.
from 910201669d PowerPC64 stubs don't match calculated size
new 50d637ff75 ChangeLog fixes
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:
bfd/ChangeLog | 12 ++++--------
1 file changed, 4 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.
unknown user pushed a change to branch master
in repository gcc.
from 3c03bb8bbb9 Fix some gotools testing problems
new 944ec98997d 2017-09-19 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/graphite-sese-to-poly.c | 23 ++++++++++++++++++++++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/graphite/pr69728.c | 21 +++++++++++++++++++++
gcc/testsuite/gfortran.dg/graphite/pr69728.f90 | 26 ++++++++++++++++++++++++++
5 files changed, 83 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/graphite/pr69728.c
create mode 100644 gcc/testsuite/gfortran.dg/graphite/pr69728.f90
--
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-6-branch
in repository gcc.
from 58e81c09a6c Revert backport revision.
new d5e4ca7ddaa Ignore empty string in target attribute (PR c++/81355).
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/i386/i386.c | 13 +++++++++++++
2 files changed, 18 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 glibc.
from 6d9b0b5a22 Fix powerpc64le problem from last ldbl-opt patch.
new bd17ba29eb powerpc: Avoid misaligned stores in memset
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:
ChangeLog | 4 ++
sysdeps/powerpc/powerpc64/power8/memset.S | 70 ++++++++++++++++++++++++++++++-
2 files changed, 72 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 gcc-6-branch
in repository gcc.
from 58897511cc0 Daily bump.
new 58e81c09a6c Revert backport revision.
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/c-family/c-common.c | 13 -------------
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/other/pr81355.C | 14 --------------
4 files changed, 17 insertions(+), 27 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/other/pr81355.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 074d32453a4 Daily bump.
new a21b9242cad Remove test failing on the branch.
new dc0305e258d Ignore empty string in target attribute (PR c++/81355).
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 | 14 ++++++++++++++
gcc/c-family/c-common.c | 13 -------------
gcc/config/i386/i386.c | 13 +++++++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/other/pr81355.C | 14 --------------
5 files changed, 35 insertions(+), 27 deletions(-)
delete mode 100644 gcc/testsuite/g++.dg/other/pr81355.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 967cae08095 2017-09-19 Richard Biener <rguenther(a)suse.de>
new 3c03bb8bbb9 Fix some gotools testing problems
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:
gotools/ChangeLog | 11 +++++++++++
gotools/Makefile.am | 16 +++++++++-------
gotools/Makefile.in | 17 +++++++++--------
3 files changed, 29 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 llvm.
from 4b385be048c AMDGPU: Run internalize symbols at -O0
new 8632b8a5bb0 Test commit.
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:
test/CodeGen/X86/fixup-bw-inst.mir | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.