This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dc482f3f63c [DWARF] Don't include TestingSupport in LLVM_LINK_COMPONENTS.
new f6b4a0347c0 [RuntimeUnrolling] Add logic for loops with multiple exit blocks
new eef7226d491 [X86][SSE] Pulled common variables to top of matchUnaryPerm [...]
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/X86/X86ISelLowering.cpp | 9 +-
lib/Transforms/Utils/LoopUnrollRuntime.cpp | 124 +++++++--
.../LoopUnroll/runtime-loop-multiple-exits.ll | 279 +++++++++++++++++++++
3 files changed, 384 insertions(+), 28 deletions(-)
create mode 100644 test/Transforms/LoopUnroll/runtime-loop-multiple-exits.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 compiler-rt.
from f0fdf665b [objc] Don't require null-check and don't emit memset when re [...]
new 598fa11c9 [LSan] Make LSan allocator allocator_may_return_null compliant
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/lsan/lsan_allocator.cc | 6 ++-
lib/lsan/lsan_interceptors.cc | 56 ++++++++++++++++------
.../TestCases/allocator_returns_null.cc | 50 +++++++++----------
3 files changed, 72 insertions(+), 40 deletions(-)
copy test/{asan => lsan}/TestCases/allocator_returns_null.cc (68%)
--
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 4e61a6be44 i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]
new ab85da1530 aarch64: Call all string function implementations in tests
new 28cfa3a48e tunables, aarch64: New tunable to override cpu
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 | 17 ++++++++
elf/dl-tunables.c | 24 ++---------
elf/dl-tunables.h | 17 ++++++++
manual/tunables.texi | 8 ++++
.../nptl/Makefile => aarch64/dl-tunables.list} | 13 ++++--
sysdeps/aarch64/multiarch/ifunc-impl-list.c | 6 +--
sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 47 +++++++++++++++++++---
7 files changed, 98 insertions(+), 34 deletions(-)
copy sysdeps/{powerpc/nptl/Makefile => aarch64/dl-tunables.list} (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 4c75105321 Move ClassReplacements.cpp test from clang-rename tests to t [...]
new 431c8af92f Attempt to fix the linkage error caused by r306840 on the mi [...]
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:
tools/clang-rename/CMakeLists.txt | 5 +++++
1 file changed, 5 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 hjl/pr21120/2.24
in repository glibc.
discards 7cfdcd57fb Get rid of duplicate const declaration specifier warning in [...]
discards 4308d3fc8f Fix string/tester.c for GCC 7 -Wstringop-overflow=.
discards 76d8cfc034 Fix malloc/ tests for GCC 7 -Walloc-size-larger-than=.
discards 45240ef5f4 Fix testsuite build for GCC 7 -Wformat-truncation.
discards ee5bfbe14c Fix warning from latest GCC in tst-printf.c
discards b343a6c400 Fix -Wformat-length warning in time/tst-strptime2.c
discards a8d2af4a10 Fix nss_nisplus build with mainline GCC (bug 20978).
discards ee074bc17f Fix rpcgen buffer overrun (bug 20790).
discards cfc025ebb6 configure: Suppress expected compiler error message
discards 67ca4485d7 Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573]
discards 3387375fc8 Avoid running $(CXX) during build to obtain header file paths
discards f8e29d9269 i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]
new 6184f4153f Avoid running $(CXX) during build to obtain header file paths
new 4f990f7a50 Make copy of <bits/std_abs.h> from GCC 7 [BZ #21573]
new dc25211f1e configure: Suppress expected compiler error message
new 92dfaf676f Fix rpcgen buffer overrun (bug 20790).
new 67f1789e52 Fix nss_nisplus build with mainline GCC (bug 20978).
new d248276e69 Fix -Wformat-length warning in time/tst-strptime2.c
new 1b2acbfc1f Fix warning from latest GCC in tst-printf.c
new 29a97495a3 Fix testsuite build for GCC 7 -Wformat-truncation.
new c25a5e5218 Fix malloc/ tests for GCC 7 -Walloc-size-larger-than=.
new deaa1d0668 Fix string/tester.c for GCC 7 -Wstringop-overflow=.
new dd3a46ce67 Get rid of duplicate const declaration specifier warning in [...]
new 646afc2979 i386: Increase MALLOC_ALIGNMENT to 16 [BZ #21120]
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 (7cfdcd57fb)
\
N -- N -- N refs/heads/hjl/pr21120/2.24 (646afc2979)
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 12 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:
malloc/malloc.c | 14 --------------
sysdeps/generic/malloc-alignment.h | 9 ++++++++-
2 files changed, 8 insertions(+), 15 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 a7c4b05ad2f [rtlanal] Do a better job of costing parallel sets containi [...]
new 7e93252e57f * ggc.h (empty_string): Delete. * cfgexpand.c (expand_asm [...]
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 | 28 +++++++++++++++++++---------
gcc/cfgexpand.c | 2 +-
gcc/ggc.h | 3 ---
gcc/optabs.c | 2 +-
gcc/stringpool.c | 23 ++++-------------------
5 files changed, 25 insertions(+), 33 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 65bddf3b68b [Dominators] Do not perform expensive checks by default. Fi [...]
new dc482f3f63c [DWARF] Don't include TestingSupport in LLVM_LINK_COMPONENTS.
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:
unittests/DebugInfo/DWARF/CMakeLists.txt | 3 ++-
1 file changed, 2 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 clang.
from 4fde676b95 Use add_clang_unittest in the CMakeLists.txt for the moved unittest
new 4c75105321 Move ClassReplacements.cpp test from clang-rename tests to 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:
test/clang-rename/ClassReplacements.cpp | 11 -----------
1 file changed, 11 deletions(-)
delete mode 100644 test/clang-rename/ClassReplacements.cpp
--
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 a6eb9620 [refactor] Move clang-rename into the clang repository
new 8401b95d Move ClassReplacements.cpp test from clang-rename tests to th [...]
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/CMakeLists.txt | 2 ++
.../clang-apply-replacements/ClangRenameClassReplacements.cpp | 11 +++++++++++
2 files changed, 13 insertions(+)
create mode 100644 test/clang-apply-replacements/ClangRenameClassReplacements.cpp
--
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 4803aff743 [refactor] Move clang-rename into the clang repository
new 4fde676b95 Use add_clang_unittest in the CMakeLists.txt for the moved unittest
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:
unittests/Rename/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.