This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 477bf19a59 float128: Extend __MATH_TG for float128 support
new dec4a7105e powerpc: Improve memcmp performance for POWER8
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 | 11 +
sysdeps/powerpc/powerpc64/multiarch/Makefile | 5 +-
.../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 2 +
.../{strnlen-power8.S => memcmp-power8.S} | 8 +-
sysdeps/powerpc/powerpc64/multiarch/memcmp.c | 3 +
.../powerpc/powerpc64/{power7 => power8}/memcmp.S | 516 ++++++++++++++++++---
6 files changed, 474 insertions(+), 71 deletions(-)
copy sysdeps/powerpc/powerpc64/multiarch/{strnlen-power8.S => memcmp-power8.S} (83%)
copy sysdeps/powerpc/powerpc64/{power7 => power8}/memcmp.S (71%)
--
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 695aa32d5ae [Target/X86] Remove unneeded return. NFCI.
new 343e535d9c3 [ThinLTO] Do not assert when adding a module with a differe [...]
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/ADT/Triple.h | 10 +++++++++
lib/LTO/ThinLTOCodeGenerator.cpp | 38 +++++++++++++++------------------
lib/Linker/IRMover.cpp | 26 +++-------------------
lib/Support/Triple.cpp | 18 ++++++++++++++++
test/ThinLTO/X86/Inputs/merge-triple.ll | 1 +
test/ThinLTO/X86/merge-triple.ll | 10 +++++++++
6 files changed, 59 insertions(+), 44 deletions(-)
create mode 100644 test/ThinLTO/X86/Inputs/merge-triple.ll
create mode 100644 test/ThinLTO/X86/merge-triple.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.
from aaaa0b6142 [modules] Switch from inferring owning modules based on sour [...]
new b38543d2c3 Fix an assertion failure in FormatASTNodeDiagnosticArgument.
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/Sema/SemaDecl.cpp | 2 +-
test/SemaCXX/warn-shadow.cpp | 7 +++++++
2 files 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 compiler-rt.
from e1cd17059 [XRay] Fix __xray_function_address on PPC reguarding local en [...]
new 8fa13187f temporary disable stndup interceptor, due to r302781 being buggy
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/sanitizer_common/sanitizer_platform_interceptors.h | 5 +++--
lib/sanitizer_common/tests/sanitizer_test_utils.h | 3 ++-
test/asan/TestCases/Posix/strndup_oob_test.cc | 11 ++++++-----
3 files changed, 11 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 llvm.
from d7d7e7bc58f Update three tests I missed in r302979 and r302990
new 695aa32d5ae [Target/X86] Remove unneeded return. NFCI.
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/X86/X86InstrInfo.cpp | 4 +---
1 file changed, 1 insertion(+), 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 clang.
from d665e952bd [Statistics] Use the new Statistic::updateMax to atomically [...]
new aaaa0b6142 [modules] Switch from inferring owning modules based on sour [...]
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/AST/ASTContext.h | 2 +-
include/clang/AST/DeclBase.h | 19 +++---
include/clang/Basic/LangOptions.h | 2 +-
include/clang/Sema/Sema.h | 8 ++-
include/clang/Serialization/ASTWriter.h | 4 --
lib/CodeGen/CGDebugInfo.cpp | 2 +-
lib/Sema/SemaDecl.cpp | 65 +++++++++-----------
lib/Sema/SemaLookup.cpp | 104 ++++++++++++++++++--------------
lib/Sema/SemaTemplate.cpp | 4 +-
lib/Serialization/ASTWriter.cpp | 19 ------
lib/Serialization/ASTWriterDecl.cpp | 2 +-
test/Modules/preprocess-module.cpp | 14 +++--
test/SemaCXX/modules-ts.cppm | 3 +-
13 files changed, 123 insertions(+), 125 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 b2980e3c54 powerpc: Add a POWER8-optimized version of cosf()
new 477bf19a59 float128: Extend __MATH_TG for float128 support
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 | 7 +++++++
math/math.h | 21 +++++++++++++++++++++
misc/sys/cdefs.h | 16 ++++++++++++++++
3 files changed, 44 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 clang.
from 7503060716 The constant expression evaluator should examine function ar [...]
new d665e952bd [Statistics] Use the new Statistic::updateMax to atomically [...]
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/StaticAnalyzer/Core/BugReporter.cpp | 6 ++----
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 6 ++----
2 files changed, 4 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 clang-tools-extra.
from 3461e3d0 Change getChecksFilter() interface to hide implementation details.
new 7aae6879 [clang-tidy] Optimize GlobList::contains
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:
clang-tidy/ClangTidyDiagnosticConsumer.cpp | 35 +++++++++++++++++++++++++-----
clang-tidy/ClangTidyDiagnosticConsumer.h | 7 ++++--
2 files changed, 34 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 llvm.
from ad0e6668a7f [Statistics] Add a method to atomically update a statistic [...]
new d7d7e7bc58f Update three tests I missed in r302979 and r302990
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/Instrumentation/MemorySanitizer/csr.ll | 1 +
test/Transforms/InstCombine/{ => AMDGPU}/amdgcn-demanded-vector-elts.ll | 0
.../DivergenceAnalysis => Transforms/InstCombine}/NVPTX/lit.local.cfg | 0
test/Transforms/InstCombine/{ => NVPTX}/nvvm-intrins.ll | 0
4 files changed, 1 insertion(+)
rename test/Transforms/InstCombine/{ => AMDGPU}/amdgcn-demanded-vector-elts.ll (100%)
copy test/{Analysis/DivergenceAnalysis => Transforms/InstCombine}/NVPTX/lit.local. [...]
rename test/Transforms/InstCombine/{ => NVPTX}/nvvm-intrins.ll (100%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.