This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8368f75 [X86] Remove another weird scalar sqrt/rcp/rsqrt pattern.
new ff117bc [PM] Basic cleanups to CGSCC update code, NFC.
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/Analysis/CGSCCPassManager.cpp | 77 ++++++++++++++++++---------------------
1 file changed, 36 insertions(+), 41 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 7b77b95 PR c++/71537 * fold-const.c (fold_comparison): Assume CONST [...]
new 9778944 2016-12-06 Tamar Christina <tamar.christina(a)arm.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 | 18 ++++
gcc/config/aarch64/arm_neon.h | 197 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 215 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 libcxx.
from 7a6faba Fix stdio module build on OS X
new 1d80198 Add missing stdbool.h module. The test suite now passes on OS [...]
new a683dc0 Revert r288787: Add missing stdbool.h module.
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:
--
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 compiler-rt.
from 927ae7c [XRay][compiler-rt] CMake fixes for XRay -- take 2.
new 4d4b258 [XRay][compiler-rt] Only add unit tests if we're building XRay.
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/xray/tests/CMakeLists.txt | 2 +-
test/xray/CMakeLists.txt | 12 +++++-------
2 files changed, 6 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 2b5f32a PR middle-end/78642 * emit-rtl.c (verify_rtx_sharing) <CLOB [...]
new c10fcfc 2016-12-06 Jakub Jelinek <jakub(a)redhat.com>
new 085402d PR c++/71537 * fold-const-call.c (fold_const_call): Handle [...]
new 9c104e1 2016-12-06 Jakub Jelinek <jakub(a)redhat.com>
new 7b77b95 PR c++/71537 * fold-const.c (fold_comparison): Assume CONST [...]
The 4 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/fold-const-call.c | 125 ++++++++++++---------
gcc/fold-const.c | 18 +--
gcc/testsuite/ChangeLog | 16 +++
gcc/testsuite/g++.dg/cpp0x/constexpr-71537.C | 18 +++
gcc/testsuite/g++.dg/cpp0x/constexpr-memchr.C | 24 ++++
gcc/testsuite/g++.dg/cpp0x/constexpr-strchr.C | 27 +++++
gcc/testsuite/gcc.c-torture/execute/pr78675.c | 38 +++++++
gcc/testsuite/gcc.target/i386/pr78675-1.c | 5 +
.../i386/{avx512f-pr70421.c => pr78675-2.c} | 8 +-
gcc/tree-vect-loop.c | 6 +-
11 files changed, 241 insertions(+), 68 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-71537.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-memchr.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-strchr.C
create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr78675.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr78675-1.c
copy gcc/testsuite/gcc.target/i386/{avx512f-pr70421.c => pr78675-2.c} (53%)
--
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 compiler-rt.
from b3dc582 [XRay][compiler-rt] Fix unit test adding logic.
new 927ae7c [XRay][compiler-rt] CMake fixes for XRay -- take 2.
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/xray/CMakeLists.txt | 8 +++++---
1 file changed, 5 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 compiler-rt.
from 2fb759f builtins: Add ARM Thumb1 implementation for uidiv and uidivmod
new b3dc582 [XRay][compiler-rt] Fix unit test adding logic.
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/xray/CMakeLists.txt | 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 llvm.
from 4a6766e [ObjectYAML] First bit of support for encoding DWARF in MachO
new 64ddc83 [X86] Correct pattern for VSQRTSSr_Int, VSQRTSDr_Int, VRCPSSr [...]
new de4f9d5 [X86] Add test case that shows a scalar sqrtsd intrinsic of a [...]
new c7da972 [X86] Remove bad pattern that caused 128-bit loads being used [...]
new 0659581 [X86] Regenerate a test using update_llc_test_checks.py
new 10b8bf3 [X86] Add test case demonstrating a case where a vector sqrt [...]
new 8368f75 [X86] Remove another weird scalar sqrt/rcp/rsqrt pattern.
The 6 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/X86/X86InstrSSE.td | 11 +-
test/CodeGen/X86/avx-arith.ll | 288 ++++++++++++++++++++----------
test/CodeGen/X86/sse2-intrinsics-x86.ll | 27 +++
test/CodeGen/X86/stack-folding-fp-avx1.ll | 38 +---
4 files changed, 228 insertions(+), 136 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 libcxx.
from 86e9c5f std::get<0>([std::variant constant expression]) *is* noexcept.
new 7a6faba Fix stdio module build on OS X
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/module.modulemap | 2 ++
1 file changed, 2 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 binutils-gdb.
from fc72aff argv.c (expandargv): Check for directories passed as @-files.
new 39eeab25 PowerPC64 toc optimisation for power9
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 | 6 +
bfd/elf64-ppc.c | 29 +++--
ld/ChangeLog | 9 ++
ld/testsuite/ld-powerpc/powerpc.exp | 4 +
ld/testsuite/ld-powerpc/tocopt7.d | 54 +++++++++
ld/testsuite/ld-powerpc/tocopt7.out | 26 +++++
ld/testsuite/ld-powerpc/tocopt7.s | 216 ++++++++++++++++++++++++++++++++++++
ld/testsuite/ld-powerpc/tocopt8.d | 46 ++++++++
ld/testsuite/ld-powerpc/tocopt8.s | 188 +++++++++++++++++++++++++++++++
9 files changed, 569 insertions(+), 9 deletions(-)
create mode 100644 ld/testsuite/ld-powerpc/tocopt7.d
create mode 100644 ld/testsuite/ld-powerpc/tocopt7.out
create mode 100644 ld/testsuite/ld-powerpc/tocopt7.s
create mode 100644 ld/testsuite/ld-powerpc/tocopt8.d
create mode 100644 ld/testsuite/ld-powerpc/tocopt8.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.