This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 58a331a982f Use TempFile in lto caching.
new c8be5de456a [InstCombine] trunc (binop X, C) --> binop (trunc X, C')
new 7198b606433 [llvm-objcopy] Change -O binary to respect section removal [...]
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/Transforms/InstCombine/InstCombineCasts.cpp | 21 ++-
test/Transforms/InstCombine/pr33765.ll | 5 +-
test/Transforms/InstCombine/trunc-binop-ext.ll | 102 +++++------
.../llvm-objcopy/binary-first-seg-offset-zero.test | 34 ++++
.../llvm-objcopy/binary-remove-all-but-one.test | 46 +++++
test/tools/llvm-objcopy/binary-remove-end.test | 47 +++++
test/tools/llvm-objcopy/binary-remove-middle.test | 48 ++++++
test/tools/llvm-objcopy/parent-loop-check.test | 50 ++++++
test/tools/llvm-objcopy/two-seg-remove-end.test | 61 +++++++
test/tools/llvm-objcopy/two-seg-remove-first.test | 61 +++++++
.../llvm-objcopy/two-seg-remove-third-sec.test | 62 +++++++
tools/llvm-objcopy/Object.cpp | 192 ++++++++++++++-------
12 files changed, 598 insertions(+), 131 deletions(-)
create mode 100644 test/tools/llvm-objcopy/binary-first-seg-offset-zero.test
create mode 100644 test/tools/llvm-objcopy/binary-remove-all-but-one.test
create mode 100644 test/tools/llvm-objcopy/binary-remove-end.test
create mode 100644 test/tools/llvm-objcopy/binary-remove-middle.test
create mode 100644 test/tools/llvm-objcopy/parent-loop-check.test
create mode 100644 test/tools/llvm-objcopy/two-seg-remove-end.test
create mode 100644 test/tools/llvm-objcopy/two-seg-remove-first.test
create mode 100644 test/tools/llvm-objcopy/two-seg-remove-third-sec.test
--
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 37b5a6b49 Clean up the tests for free data(), size() and empty()
new 3fdfbbfe3 [test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ 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:
.../new.delete/new.delete.array/delete_align_val_t_replace.pass.cpp | 2 +-
.../new.delete/new.delete.array/new_align_val_t.pass.cpp | 2 +-
.../new.delete/new.delete.array/new_align_val_t_nothrow.pass.cpp | 2 +-
.../new.delete.array/new_align_val_t_nothrow_replace.pass.cpp | 2 +-
.../new.delete/new.delete.array/new_align_val_t_replace.pass.cpp | 2 +-
.../new.delete/new.delete.single/delete_align_val_t_replace.pass.cpp | 2 +-
.../new.delete/new.delete.single/new_align_val_t.pass.cpp | 2 +-
.../new.delete/new.delete.single/new_align_val_t_nothrow.pass.cpp | 2 +-
.../new.delete.single/new_align_val_t_nothrow_replace.pass.cpp | 2 +-
.../new.delete/new.delete.single/new_align_val_t_replace.pass.cpp | 2 +-
10 files changed, 10 insertions(+), 10 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 0fe98240bda [PowerPC] Implement mayBeEmittedAsTailCall for PPC
new 58a331a982f Use TempFile in lto caching.
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/LTO/Caching.cpp | 59 ++++++++++++++++++++++++++++++----------------------
lib/Support/Path.cpp | 17 ++++++++++-----
2 files changed, 46 insertions(+), 30 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 869a0096cdc [InstCombine] Salvage debug info during initial DCE
new 0fe98240bda [PowerPC] Implement mayBeEmittedAsTailCall for PPC
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/PowerPC/PPCISelLowering.cpp | 35 ++++++++++++
lib/Target/PowerPC/PPCISelLowering.h | 4 ++
.../PowerPC/duplicate-returns-for-tailcall.ll | 63 ++++++++++++++++++++++
3 files changed, 102 insertions(+)
create mode 100644 test/CodeGen/PowerPC/duplicate-returns-for-tailcall.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 82de10056f5 [InstCombine] add tests for missing trunc folds; NFC
new 869a0096cdc [InstCombine] Salvage debug info during initial DCE
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:
.../InstCombine/InstructionCombining.cpp | 1 +
test/Transforms/InstCombine/debuginfo-dce2.ll | 70 ++++++++++++++++++++++
2 files changed, 71 insertions(+)
create mode 100644 test/Transforms/InstCombine/debuginfo-dce2.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 1ba1d8a44d Optimize sigrelse implementation
new fa680dc614 Add MADV_WIPEONFORK, MADV_KEEPONFORK from Linux 4.14.
new 78cde19f62 Add MSG_ZEROCOPY from Linux 4.14 to bits/socket.h.
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 | 12 ++++++++++++
sysdeps/unix/sysv/linux/bits/mman-linux.h | 2 ++
sysdeps/unix/sysv/linux/bits/socket.h | 2 ++
sysdeps/unix/sysv/linux/hppa/bits/mman.h | 2 ++
4 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 gcc.
from a20f0c5030d 2017-11-15 Steven G. Kargl <kargl(a)gcc.gnu.org>
new f8cecb346dd Minor improvements to Filesystem tests
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:
libstdc++-v3/ChangeLog | 7 +++++++
.../testsuite/27_io/filesystem/iterators/directory_iterator.cc | 1 -
.../27_io/filesystem/iterators/recursive_directory_iterator.cc | 2 ++
.../filesystem/iterators/recursive_directory_iterator.cc | 2 ++
4 files changed, 11 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 master
in repository gcc.
from 7aa110c73cd Add noexcept to generic std::size, std::empty and std::data
new a20f0c5030d 2017-11-15 Steven G. Kargl <kargl(a)gcc.gnu.org>
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 | 5 +++++
gcc/testsuite/gfortran.dg/pr78240.f90 | 5 ++++-
2 files changed, 9 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 master
in repository llvm.
from 9c19935acce [AArch64] Adjust the cost model for Exynos M1 and M2
new 5e1ec5bedeb [docs] Mention opt -metarenamer in the bugpoint docs
new 82de10056f5 [InstCombine] add tests for missing trunc folds; NFC
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:
docs/Bugpoint.rst | 6 +-
test/Transforms/InstCombine/trunc-binop-ext.ll | 285 +++++++++++++++++++++++++
2 files changed, 289 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/InstCombine/trunc-binop-ext.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-tools-extra.
from ffa62912 [clangd] Fix time units in clangd performance trace
new c7cc328c [clangd] clang-format the source 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:
clangd/ClangdLSPServer.cpp | 5 ++---
clangd/ClangdServer.cpp | 4 ++--
clangd/JSONRPCDispatcher.cpp | 6 ++++--
clangd/Protocol.cpp | 2 +-
unittests/clangd/JSONExprTests.cpp | 26 ++++++++++++--------------
5 files changed, 21 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.