This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ef7f9d0c03a [SLP] Fix PR35628: Count external uses on extra reduction a [...]
new 7c83c156f0b [SLP] Fix PR35777: Incorrect handling of aggregate values.
new 5feb0d9f5b4 [ARM] Fix PR35379 - incorrect unwind information when compi [...]
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:
include/llvm/Transforms/Vectorize/SLPVectorizer.h | 7 +--
lib/Target/ARM/ARMAsmPrinter.cpp | 18 ++++++-
lib/Target/ARM/ARMBaseInstrInfo.cpp | 6 +--
lib/Transforms/Vectorize/SLPVectorizer.cpp | 60 ++++------------------
test/CodeGen/ARM/PR35379.ll | 52 +++++++++++++++++++
test/Transforms/SLPVectorizer/X86/PR35777.ll | 48 +++++++++++++++++
.../X86/insert-element-build-vector.ll | 32 ++++++------
test/Transforms/SLPVectorizer/X86/insertvalue.ll | 26 +++++-----
test/Transforms/SLPVectorizer/X86/value-bug.ll | 16 +++---
9 files changed, 167 insertions(+), 98 deletions(-)
create mode 100644 test/CodeGen/ARM/PR35379.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/PR35777.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 clang.
from 5f4a0b2d56 [Driver] Add flag enabling the function stack size section t [...]
new 2cb8f29ecd Fix test added in r321992 failing on some buildbots.
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/stack-size-section.c | 4 ++--
1 file changed, 2 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 llvm.
from 14e29de03db [DAGCombine] Fix for PR35761
new ef7f9d0c03a [SLP] Fix PR35628: Count external uses on extra reduction a [...]
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/Transforms/Vectorize/SLPVectorizer.cpp | 1 -
test/Transforms/SLPVectorizer/X86/PR35628_1.ll | 74 ++++++++++++++++++++++++++
test/Transforms/SLPVectorizer/X86/PR35628_2.ll | 64 ++++++++++++++++++++++
3 files changed, 138 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/PR35628_1.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/PR35628_2.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 glibc.
from c2e014cc33 getrlimit64: fix for 32-bit configurations with default vers [...]
new dabd75b6a1 support: Define support_static_assert for use with C and C++
new 579396ee08 nptl: Add test for callee-saved register restore in pthread_exit
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:
ChangeLog | 14 +++
nptl/Makefile | 7 +-
nptl/tst-thread-exit-clobber.cc | 243 ++++++++++++++++++++++++++++++++++++++++
support/check.h | 25 +++--
4 files changed, 278 insertions(+), 11 deletions(-)
create mode 100644 nptl/tst-thread-exit-clobber.cc
--
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 275c00020c Remove bogus check for template specialization from self-com [...]
new 5f4a0b2d56 [Driver] Add flag enabling the function stack size section 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:
include/clang/Driver/Options.td | 4 ++++
include/clang/Frontend/CodeGenOptions.def | 1 +
lib/CodeGen/BackendUtil.cpp | 1 +
lib/Driver/ToolChains/Clang.cpp | 4 ++++
lib/Frontend/CompilerInvocation.cpp | 2 ++
test/CodeGen/stack-size-section.c | 7 +++++++
test/Driver/stack-size-section.c | 9 +++++++++
7 files changed, 28 insertions(+)
create mode 100644 test/CodeGen/stack-size-section.c
create mode 100644 test/Driver/stack-size-section.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 c8381f026bf Daily bump.
new 4b4bc4aad1b RTEMS/EPIPHANY: Add RTEMS support
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/config.gcc | 16 ++++++++++++----
.../{aarch64/aarch64-passes.def => epiphany/rtems.h} | 15 +++++++++++----
libgcc/ChangeLog | 8 ++++++++
libgcc/config.host | 4 ++--
5 files changed, 41 insertions(+), 10 deletions(-)
copy gcc/config/{aarch64/aarch64-passes.def => epiphany/rtems.h} (66%)
--
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 ade4da1f679 2018-01-08 Richard Biener <rguenther(a)suse.de>
new 1898a97e112 2018-01-08 Richard Biener <rguenther(a)suse.de>
new 28f383e9920 Xfail ssa-dom-cse-2.c for nvptx
new b38ba5f9021 2018-01-08 Richard Biener <rguenther(a)suse.de>
The 3 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 | 11 +++++++++++
gcc/convert.c | 6 ++++--
gcc/testsuite/ChangeLog | 14 ++++++++++++++
gcc/testsuite/g++.dg/torture/pr83713.C | 12 ++++++++++++
gcc/testsuite/gcc.dg/torture/pr83685.c | 20 ++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-cse-2.c | 2 +-
gcc/tree-ssa-pre.c | 2 ++
7 files changed, 64 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr83713.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr83685.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 c5a9d9b7a5d [SystemZ] Comment fix in SystemZElimCompare.cpp
new 14e29de03db [DAGCombine] Fix for PR35761
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/SelectionDAG/DAGCombiner.cpp | 14 +++++++++----
test/CodeGen/X86/pr35761.ll | 36 ++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/X86/pr35761.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 gcc.
from 0d690bb2372 PR 78534 Regression on 32-bit targets
new ade4da1f679 2018-01-08 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 | 7 +++++++
gcc/dwarf2out.c | 11 +++++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/lto/pr83719_0.c | 4 ++++
4 files changed, 25 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr83719_0.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 a646970af8f [ARM] Fix PR35481
new c5a9d9b7a5d [SystemZ] Comment fix in SystemZElimCompare.cpp
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/SystemZ/SystemZElimCompare.cpp | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.