This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f382cff74f [CodeGen][ARM] Revert r309257
new c9c456edbd [CodeGen][ARM] ARM runtime helper functions are not always soft-fp
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/TargetInfo.cpp | 17 ++-
test/CodeGen/arm-float-helpers.c | 233 +++++++++++++++++++++++++++++++++++++++
test/CodeGen/complex-math.c | 12 +-
3 files changed, 250 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/arm-float-helpers.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 85d538ce732 [rs6000] Avoid rotates of floating-point modes
new 7f074a78e6a S/390: Fix PR81534
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 | 7 +++++++
gcc/config/s390/s390.md | 6 +++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/s390/pr81534.c | 17 +++++++++++++++++
4 files changed, 32 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr81534.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-7-branch
in repository gcc.
from ef82cd98fcd /cp 2017-07-27 Paolo Carlini <paolo.carlini(a)oracle.com>
new 3207166aab2 S/390: Fix PR81534
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 | 10 ++++++++++
gcc/config/s390/s390.md | 6 +++---
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/s390/pr81534.c | 17 +++++++++++++++++
4 files changed, 38 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr81534.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 llvm.
from c824c1a5472 [X86] Tidyup MaskedLoad/Store mask creation. NFCI.
new be73cbb5843 [X86] Adding test cases for LEA factorization (PR32755 / D35014)
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/lea-opt-cse1.ll | 48 +++++++++++++++++++++++++
test/CodeGen/X86/lea-opt-cse2.ll | 76 ++++++++++++++++++++++++++++++++++++++++
test/CodeGen/X86/lea-opt-cse3.ll | 32 +++++++++++++++++
3 files changed, 156 insertions(+)
create mode 100644 test/CodeGen/X86/lea-opt-cse1.ll
create mode 100644 test/CodeGen/X86/lea-opt-cse2.ll
create mode 100644 test/CodeGen/X86/lea-opt-cse3.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 master
in repository llvm.
from 3356bc7f45e [PowerPC] enable optimizeCompareInstr for branch with stati [...]
new 3c150611fb3 [TTI] fixing a bug in the isLegalMaskedScatter API
new c824c1a5472 [X86] Tidyup MaskedLoad/Store mask creation. NFCI.
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:
lib/Analysis/TargetTransformInfo.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 11 +++--------
2 files changed, 4 insertions(+), 9 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 glibc.
from 3632e5912b Fix country_name in nds_NL
new 88f9e73943 manual: Complete @standards in creature.texi.
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 | 5 +++++
manual/creature.texi | 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 hjl/pr79793/master
in repository gcc.
discards d2226b339d1 Properly compute stack frame for exception handler
adds 522e3c6b899 runtime: handle Alpha GNU/Linux in getSiginfo
adds 0a83c23a723 * configure.ac: Check for XCOFF32/XCOFF64. Check for load [...]
adds c8766acfc70 /cp 2017-07-26 Paolo Carlini <paolo.carlini(a)oracle.com>
adds e3126fb7cac 2017-07-26 Andrew Pinski <apinski(a)cavium.com>
adds b38c1cb3588 PR go/81548 * Makefile.am (MOSTLYCLEANFILES): Add *.sent. [...]
adds fc08791604c PR libstdc++/53984 fix failing test
adds a12937bc6ca [gcc] 2017-07-26 Michael Meissner <meissner(a)linux.vnet.ibm.com>
adds 016b4ff4475 2017-07-26 Andrew Pinski <apinski(a)cavium.com>
adds 2df660ce815 Daily bump.
adds 280ce47d0f9 * attribs.c (decl_attributes): Imply noinline, noclone and [...]
adds e70cda06370 PR tree-optimization/81555 PR tree-optimization/81556 * [...]
adds 85d538ce732 [rs6000] Avoid rotates of floating-point modes
new f7987cc1bbd Set cfa.offset in create_pseudo_cfg
new ad2841e27fb Properly compute stack frame for exception handler
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 (d2226b339d1)
\
N -- N -- N refs/heads/hjl/pr79793/master (ad2841e27fb)
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 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 | 120 ++
gcc/DATESTAMP | 2 +-
gcc/attribs.c | 21 +-
gcc/c-family/ChangeLog | 5 +
gcc/c-family/c-attribs.c | 18 +
gcc/cgraph.c | 3 +-
gcc/config/aarch64/aarch64.c | 6 +-
gcc/config/rs6000/rs6000-cpus.def | 8 +-
gcc/config/rs6000/rs6000-protos.h | 1 +
gcc/config/rs6000/rs6000.c | 94 +-
gcc/config/rs6000/rs6000.md | 47 +-
gcc/config/rs6000/rs6000.opt | 4 -
gcc/config/rs6000/vsx.md | 115 +-
gcc/cp/ChangeLog | 6 +
gcc/cp/lambda.c | 5 +-
gcc/doc/extend.texi | 13 +
gcc/dwarf2cfi.c | 6 +-
gcc/final.c | 3 +-
gcc/go/gofrontend/MERGE | 2 +-
gcc/ipa-visibility.c | 5 +-
gcc/testsuite/ChangeLog | 29 +
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice17.C | 12 +
gcc/testsuite/gcc.c-torture/execute/pr81555.c | 24 +
gcc/testsuite/gcc.c-torture/execute/pr81556.c | 23 +
gcc/testsuite/gcc.dg/attr-noipa.c | 188 +++
.../gcc.dg/ipa/{ipa-pta-3.c => ipa-pta-18.c} | 4 +-
.../gcc.dg/ipa/{ipa-sra-1.c => ipa-sra-11.c} | 4 +-
gcc/testsuite/gcc.target/powerpc/vsx-himode.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-himode2.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-himode3.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-qimode.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-qimode2.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-qimode3.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-simode.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-simode2.c | 2 +-
gcc/testsuite/gcc.target/powerpc/vsx-simode3.c | 2 +-
gcc/tree-ssa-reassoc.c | 15 +-
gcc/tree-ssa-structalias.c | 7 +-
gotools/ChangeLog | 6 +
gotools/Makefile.am | 2 +-
gotools/Makefile.in | 2 +-
libbacktrace/ChangeLog | 7 +
libbacktrace/config.h.in | 9 +
libbacktrace/configure | 66 +-
libbacktrace/configure.ac | 33 +-
libbacktrace/elf.c | 2 +-
libbacktrace/filetype.awk | 4 +-
libbacktrace/xcoff.c | 1456 +++++++++++++++++++-
libgo/runtime/go-signal.c | 5 +
libstdc++-v3/ChangeLog | 4 +
.../testsuite/27_io/basic_fstream/53984.cc | 11 +-
51 files changed, 2183 insertions(+), 232 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice17.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr81555.c
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr81556.c
create mode 100644 gcc/testsuite/gcc.dg/attr-noipa.c
copy gcc/testsuite/gcc.dg/ipa/{ipa-pta-3.c => ipa-pta-18.c} (78%)
copy gcc/testsuite/gcc.dg/ipa/{ipa-sra-1.c => ipa-sra-11.c} (83%)
--
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 clang.
from 2f1ff36102 [CodeGen][ARM] ARM runtime helper functions are not always soft-fp
new f382cff74f [CodeGen][ARM] Revert r309257
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/TargetInfo.cpp | 17 +--
test/CodeGen/arm-float-helpers.c | 233 ---------------------------------------
test/CodeGen/complex-math.c | 12 +-
3 files changed, 12 insertions(+), 250 deletions(-)
delete mode 100644 test/CodeGen/arm-float-helpers.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-7-branch
in repository gcc.
from 32c40cebea5 PR tree-optimization/81555 PR tree-optimization/81556 * [...]
new ef82cd98fcd /cp 2017-07-27 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 6 ++++++
gcc/cp/lambda.c | 5 ++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice17.C | 12 ++++++++++++
4 files changed, 27 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice17.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 e70cda06370 PR tree-optimization/81555 PR tree-optimization/81556 * [...]
new 85d538ce732 [rs6000] Avoid rotates of floating-point modes
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 | 16 ++++++++++
gcc/config/rs6000/rs6000-protos.h | 1 +
gcc/config/rs6000/rs6000.c | 49 ++++++++++++++++--------------
gcc/config/rs6000/vsx.md | 64 +++++++++++++++++++--------------------
4 files changed, 74 insertions(+), 56 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.