This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 10411c162 Add non-parallel version of for_each_n (+tests) from the Para [...]
new 8392d4940 Fix broken links on C++1z status page
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:
www/cxx1z_status.html | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 ebc10e3a256 Fixed nondeterminism in RuleMatcher::emit.
new 9f6280a85bd [LegacyPM] Make the 'addLoop' method accept a loop to add r [...]
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/llvm/Analysis/LoopPass.h | 5 ++---
lib/Analysis/LoopPass.cpp | 23 ++++++++--------------
.../Scalar/InductiveRangeCheckElimination.cpp | 7 ++++++-
lib/Transforms/Scalar/LoopUnswitch.cpp | 7 ++++++-
4 files changed, 22 insertions(+), 20 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 hjl/tunables/master
in repository glibc.
discards b4fdf8fb53 Add TUNABLES to control IFUNC selection
discards 550d7c92cd Support dl-tunables.list in subdirectories
discards 121b22afbc Mark __tunables_init hidden and avoid PLT
discards 6d145adf93 x86: Don't use dl_x86_cpu_features in cacheinfo.c
discards 3218f328d8 x86: Add cache info to cpu_features
adds 6a2c695266 aarch64: Thunderx specific memcpy and memmove
new a91820a441 x86: Add cache info to cpu_features
new 75b78897fc x86: Don't use dl_x86_cpu_features in cacheinfo.c
new 15ec35643f Mark __tunables_init hidden and avoid PLT
new 42d6c2c98c Support dl-tunables.list in subdirectories
new a892fa03a9 Delay initialization of CPU features struct in static binaries
new 6e312d9f6d Add TUNABLES to control IFUNC selection
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 (b4fdf8fb53)
\
N -- N -- N refs/heads/hjl/tunables/master (6e312d9f6d)
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 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:
ChangeLog | 14 ++++
csu/libc-start.c | 6 ++
sysdeps/aarch64/memcpy.S | 27 ++++---
sysdeps/aarch64/multiarch/Makefile | 3 +
.../armv7 => aarch64}/multiarch/ifunc-impl-list.c | 43 +++++------
.../aarch64/multiarch/init-arch.h | 14 ++--
.../memmove.c => aarch64/multiarch/memcpy.c} | 37 ++++-----
.../multiarch/memcpy_generic.S} | 36 ++++-----
.../{memcpy.S => multiarch/memcpy_thunderx.S} | 88 +++++++++++++++++++---
.../power4 => aarch64}/multiarch/memmove.c | 29 +++----
sysdeps/unix/sysv/linux/aarch64/libc-start.c | 23 ++----
sysdeps/x86/cpu-features.c | 16 ++--
sysdeps/x86/cpu-features.h | 12 +++
sysdeps/x86/cpu-tunables.c | 50 ++++++------
sysdeps/x86/libc-start.c | 23 ++----
15 files changed, 246 insertions(+), 175 deletions(-)
create mode 100644 sysdeps/aarch64/multiarch/Makefile
copy sysdeps/{arm/armv7 => aarch64}/multiarch/ifunc-impl-list.c (55%)
copy support/xpthread_attr_init.c => sysdeps/aarch64/multiarch/init-arch.h (79%)
copy sysdeps/{powerpc/powerpc32/power4/multiarch/memmove.c => aarch64/multiarch/me [...]
copy sysdeps/{powerpc/powerpc64/multiarch/memset-ppc64.S => aarch64/multiarch/memc [...]
copy sysdeps/aarch64/{memcpy.S => multiarch/memcpy_thunderx.S} (75%)
copy sysdeps/{powerpc/powerpc32/power4 => aarch64}/multiarch/memmove.c (62%)
--
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 lldb.
from 8ea1ff802 Correct compiler warnings and Debug build of the NetBSD target
new c6052efe0 Fix the warning when you pass -c to step/next/si/ni.
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:
source/Commands/CommandObjectThread.cpp | 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 libcxx.
from 6d52b3b76 Add some constexpr tests for optional's move/copy ctor
new 10411c162 Add non-parallel version of for_each_n (+tests) from the Para [...]
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/algorithm | 21 ++++++++
.../alg.foreach/for_each_n.pass.cpp | 61 ++++++++++++++++++++++
2 files changed, 82 insertions(+)
create mode 100644 test/std/algorithms/alg.nonmodifying/alg.foreach/for_each_n.pass.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 03e95d2ffb Revert "Sema: allow imaginary constants via GNU extension if [...]
new 28be04dd8e [coroutines] Fix fallthrough diagnostics for coroutines
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/Basic/DiagnosticSemaKinds.td | 4 +-
include/clang/Sema/ScopeInfo.h | 2 +
lib/Analysis/AnalysisDeclContext.cpp | 2 +
lib/Sema/AnalysisBasedWarnings.cpp | 30 ++++-----
lib/Sema/SemaCoroutine.cpp | 7 +-
lib/Sema/SemaDecl.cpp | 2 +-
test/SemaCXX/coreturn.cpp | 102 ++++++++++++++++++++++++++++-
test/SemaCXX/coroutines.cpp | 11 ++++
8 files changed, 135 insertions(+), 25 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 lnt.
from 0519b44 tests/compile.py: Show command use to determine filesize in v [...]
new 8474b45 tests/compile.py: Allow more archive formats
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:
lnt/tests/compile.py | 6 ++++--
1 file changed, 4 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 c62411d8594 [libFuzzer] Don't replace custom signal handlers.
new ebc10e3a256 Fixed nondeterminism in RuleMatcher::emit.
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:
utils/TableGen/GlobalISelEmitter.cpp | 9 ++++++++-
1 file changed, 8 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 fa4cbdddf8e [coroutines] CoroFrame.cpp conform to coding convention (s/ [...]
new f6cb5093853 Fix coverage check for full post-dominator basic blocks.
new c62411d8594 [libFuzzer] Don't replace custom signal handlers.
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/Fuzzer/FuzzerUtilPosix.cpp | 17 ++++-
lib/Fuzzer/test/fuzzer-segv.test | 2 +
.../Instrumentation/SanitizerCoverage.cpp | 5 +-
test/Instrumentation/SanitizerCoverage/chains.ll | 33 +++++++++
.../SanitizerCoverage/postdominator_check.ll | 85 ++++++++++++++++++++++
5 files changed, 139 insertions(+), 3 deletions(-)
create mode 100644 test/Instrumentation/SanitizerCoverage/chains.ll
create mode 100644 test/Instrumentation/SanitizerCoverage/postdominator_check.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 6c27b3a1e50 * auto-profile.c (afdo_propagate): Adjust T const cast to [...]
new 8a1306ed7d8 * lto-streamer-in.c (lto_input_data_block): Adjust T const [...]
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 | 3 +++
gcc/lto-streamer-in.c | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.