This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8b7e78a LWG2720 implement filesystem::perms::symlink_nofollow
new 78e6fb7 If the number of integer callee-saves is odd, any FP callee-s [...]
new 0ee6ade Improve stack adjustment by reusing a temporary move immediat [...]
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 | 18 +++++++++
gcc/config/aarch64/aarch64.c | 95 +++++++++++++++++++++++++++++++-------------
gcc/testsuite/ChangeLog | 4 ++
3 files changed, 90 insertions(+), 27 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 b77f18e [Hexagon] Handle spills of partially defined double vector registers
new 7ff284e [x86] add tests for potential negation folds
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/negate.ll | 80 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 80 insertions(+)
create mode 100644 test/CodeGen/X86/negate.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 4e2173b 2016-10-21 Andris Pavenis <andris.pavenis(a)iki.fi>
new e496648 LWG2707 init filesystem::path from string_type&&
new d0cdffa LWG2725 Fix error reporting for filesystem::exists
new 8b7e78a LWG2720 implement filesystem::perms::symlink_nofollow
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:
libstdc++-v3/ChangeLog | 22 ++++++
libstdc++-v3/include/experimental/bits/fs_fwd.h | 2 +-
libstdc++-v3/include/experimental/bits/fs_ops.h | 19 +++--
libstdc++-v3/include/experimental/bits/fs_path.h | 14 ++++
libstdc++-v3/src/filesystem/ops.cc | 16 +++--
.../{create_directory.cc => create_symlink.cc} | 58 +++++++++++----
.../experimental/filesystem/operations/exists.cc | 49 +++++++++++++
.../filesystem/operations/permissions.cc | 84 +++++++++++++++++++++-
8 files changed, 236 insertions(+), 28 deletions(-)
copy libstdc++-v3/testsuite/experimental/filesystem/operations/{create_directory.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 6706bad Set the vectorizer MaxInterleaveFactor for Exynos.
new dc83305 [WebAssembly] Fix for 0xc call_indirect changes
new b77f18e [Hexagon] Handle spills of partially defined double vector registers
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/Target/Hexagon/HexagonFrameLowering.cpp | 57 ++++++----
lib/Target/WebAssembly/CMakeLists.txt | 1 +
lib/Target/WebAssembly/WebAssembly.h | 1 +
.../WebAssembly/WebAssemblyCallIndirectFixup.cpp | 117 +++++++++++++++++++++
lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 18 ++--
lib/Target/WebAssembly/WebAssemblyInstrCall.td | 37 +++++--
.../WebAssembly/WebAssemblyTargetMachine.cpp | 5 +
test/CodeGen/Hexagon/expand-vstorerw-undef.ll | 95 +++++++++++++++++
test/CodeGen/WebAssembly/call.ll | 18 ++++
test/CodeGen/WebAssembly/reg-stackify.ll | 19 ++++
10 files changed, 327 insertions(+), 41 deletions(-)
create mode 100644 lib/Target/WebAssembly/WebAssemblyCallIndirectFixup.cpp
create mode 100644 test/CodeGen/Hexagon/expand-vstorerw-undef.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 ed8dcc8 [X86] Use DAG::getBuildVector helper wrapper where possible. NFCI.
new c2abd3e [X86][SSE] Regenerated sext/zext constant folding tests and a [...]
new 57a3dc5 Fix -Wunused-variable warning in libFuzzer
new 6706bad Set the vectorizer MaxInterleaveFactor for Exynos.
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:
lib/Fuzzer/FuzzerLoop.cpp | 2 +-
lib/Target/AArch64/AArch64Subtarget.cpp | 1 +
test/CodeGen/X86/fold-vector-sext-zext.ll | 315 ++++++++++++++++++++----------
3 files changed, 216 insertions(+), 102 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 0f04fc0 Use VSQRT instruction for ARM sqrt (bug 20660).
new b3918c4 math: Define iszero as a function template for C++ [BZ #20715]
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 | 8 +++++
math/Makefile | 3 +-
math/math.h | 24 ++++++++++---
math/test-math-iszero.cc | 87 ++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 116 insertions(+), 6 deletions(-)
create mode 100644 math/test-math-iszero.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 gcc.
from 4d2a90e Optimize RNG use in std::sample selection sampling
new 4e2173b 2016-10-21 Andris Pavenis <andris.pavenis(a)iki.fi>
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/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.dg/cpp/pr71681-1.c | 5 +++++
gcc/testsuite/gcc.dg/cpp/pr71681-2.c | 5 +++++
gcc/testsuite/gcc.dg/cpp/remap/a/header.gcc | 1 +
gcc/testsuite/gcc.dg/cpp/remap/a/t_1.h | 1 +
gcc/testsuite/gcc.dg/cpp/remap/a/t_2.h | 1 +
gcc/testsuite/gcc.dg/cpp/remap/header.gcc | 1 +
7 files changed, 24 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/cpp/pr71681-1.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/pr71681-2.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/remap/a/header.gcc
create mode 100644 gcc/testsuite/gcc.dg/cpp/remap/a/t_1.h
create mode 100644 gcc/testsuite/gcc.dg/cpp/remap/a/t_2.h
create mode 100644 gcc/testsuite/gcc.dg/cpp/remap/header.gcc
--
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 51f1efc [X86][SSE] Regenerated chained pmovsx store tests and added i [...]
new 466e9f4 [MachineMemOperand][AtomicSDNode] Remove getSuccessOrdering()
new ed8dcc8 [X86] Use DAG::getBuildVector helper wrapper where possible. 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:
include/llvm/CodeGen/MachineMemOperand.h | 10 +++-------
include/llvm/CodeGen/SelectionDAGNodes.h | 11 +++--------
lib/Target/X86/X86ISelLowering.cpp | 8 ++++----
3 files changed, 10 insertions(+), 19 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 b03d0d9 Test commit
new 51f1efc [X86][SSE] Regenerated chained pmovsx store tests and added i [...]
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/pmovsx-inreg.ll | 477 ++++++++++++++++++++++++++++++++-------
1 file changed, 401 insertions(+), 76 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.