This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 14242fe7a3d [AMDGPU] Add custom lowering for llvm.log{,10}.{f16,f32} in [...]
new 0c9555a244e [Support] Fix locking of shared variable in threadpool
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/Support/ThreadPool.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 lldb.
from 3e3616965 Due to changes for DWZ I would need to update those such as r [...]
new 1f9f19f20 dotest: Mark more android targets as chatty
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:
packages/Python/lldbsuite/test/lldbplatformutil.py | 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 users/hjl/pr22490
in repository binutils-gdb.
at 8a1d35e7c2 Properly handle note sections and segments
This branch includes the following new commits:
new 8a1d35e7c2 Properly handle note sections and segments
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.
--
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 newlib.
from 569d048c8 Add the Aarch64 SVE specific HWCAP_SVE define
new 9789cdffd cygwin: cleanup fhandler_socket::release_events
new bc14f1c17 cygwin: improve tags generation
new 76f06705b cygwin: convert most #ifndef __x86_64__ to #ifdef __i386__
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:
winsup/cygwin/Makefile.in | 5 +-
winsup/cygwin/autoload.cc | 8 +--
winsup/cygwin/dcrt0.cc | 10 ++--
winsup/cygwin/dlfcn.cc | 4 +-
winsup/cygwin/dll_init.cc | 10 ++--
winsup/cygwin/dll_init.h | 4 +-
winsup/cygwin/environ.cc | 2 +-
winsup/cygwin/exception.h | 6 +-
winsup/cygwin/exceptions.cc | 4 +-
winsup/cygwin/external.cc | 2 +-
winsup/cygwin/fcntl.cc | 8 +--
winsup/cygwin/fhandler_socket.cc | 16 +++---
winsup/cygwin/globals.cc | 8 +--
winsup/cygwin/grp.cc | 8 +--
winsup/cygwin/include/a.out.h | 2 +-
winsup/cygwin/include/cygwin/grp.h | 2 +-
winsup/cygwin/include/cygwin/stat.h | 2 +-
winsup/cygwin/include/sys/cygwin.h | 6 +-
winsup/cygwin/include/sys/dirent.h | 8 +--
winsup/cygwin/lib/_cygwin_crt0_common.cc | 4 +-
winsup/cygwin/miscfuncs.cc | 2 +-
winsup/cygwin/mmap.cc | 8 +--
winsup/cygwin/passwd.cc | 8 +--
winsup/cygwin/path.cc | 8 +--
winsup/cygwin/sec_acl.cc | 28 ++++-----
winsup/cygwin/security.h | 2 +-
winsup/cygwin/syscalls.cc | 98 ++++++++++++++++----------------
winsup/cygwin/uinfo.cc | 24 ++++----
winsup/cygwin/winsup.h | 4 +-
29 files changed, 153 insertions(+), 148 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 8ed68b36716 [CGP] Fix handling of null pointer values in optimizeMemoryInst
new 14242fe7a3d [AMDGPU] Add custom lowering for llvm.log{,10}.{f16,f32} in [...]
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/AMDGPU/AMDGPUISelLowering.cpp | 30 +++++++++++
lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 +
test/CodeGen/AMDGPU/llvm.log.f16.ll | 71 +++++++++++++++++++++++++
test/CodeGen/AMDGPU/llvm.log.ll | 89 ++++++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/llvm.log10.f16.ll | 71 +++++++++++++++++++++++++
test/CodeGen/AMDGPU/llvm.log10.ll | 89 ++++++++++++++++++++++++++++++++
6 files changed, 352 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/llvm.log.f16.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.log.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.log10.f16.ll
create mode 100644 test/CodeGen/AMDGPU/llvm.log10.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 a606052c981 Fix UB in hash-map.h
new 3c382e05c2c PR c++/81675 * cp-gimplify.c (cp_fold) <case COND_EXPR>: [...]
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/cp/ChangeLog | 13 ++++++++++++-
gcc/cp/cp-gimplify.c | 30 +++++++++++++++++++++++-------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/warn/pr81675.C | 15 +++++++++++++++
4 files changed, 55 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/warn/pr81675.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 clang-tools-extra.
from ed6994e6 Make helper function static. NFC.
new 29c45365 [clang-tidy] Move checks from misc- to performance-
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/cert/CERTTidyModule.cpp | 4 ++--
clang-tidy/misc/CMakeLists.txt | 2 --
clang-tidy/misc/MiscTidyModule.cpp | 6 ------
clang-tidy/performance/CMakeLists.txt | 2 ++
.../InefficientAlgorithmCheck.cpp | 4 ++--
.../InefficientAlgorithmCheck.h | 10 +++++-----
.../MoveConstructorInitCheck.cpp | 4 ++--
.../{misc => performance}/MoveConstructorInitCheck.h | 12 ++++++------
clang-tidy/performance/PerformanceTidyModule.cpp | 6 ++++++
docs/ReleaseNotes.rst | 6 ++++++
docs/clang-tidy/checks/cert-oop11-cpp.rst | 20 ++++++++++----------
docs/clang-tidy/checks/list.rst | 6 +++---
...thm.rst => performance-inefficient-algorithm.rst} | 6 +++---
...nit.rst => performance-move-constructor-init.rst} | 6 +++---
test/clang-tidy/cert-oop11-cpp.cpp | 2 +-
...thm.cpp => performance-inefficient-algorithm.cpp} | 6 +++---
...nit.cpp => performance-move-constructor-init.cpp} | 6 +++---
17 files changed, 57 insertions(+), 51 deletions(-)
rename clang-tidy/{misc => performance}/InefficientAlgorithmCheck.cpp (99%)
rename clang-tidy/{misc => performance}/InefficientAlgorithmCheck.h (78%)
rename clang-tidy/{misc => performance}/MoveConstructorInitCheck.cpp (98%)
rename clang-tidy/{misc => performance}/MoveConstructorInitCheck.h (76%)
rename docs/clang-tidy/checks/{misc-inefficient-algorithm.rst => performance-ineff [...]
rename docs/clang-tidy/checks/{misc-move-constructor-init.rst => performance-move- [...]
rename test/clang-tidy/{misc-inefficient-algorithm.cpp => performance-inefficient- [...]
rename test/clang-tidy/{misc-move-constructor-init.cpp => performance-move-constru [...]
--
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 ba31ec125af * cfgloop.h (struct loop): Document usage of USHRT_MAX for [...]
new a606052c981 Fix UB in hash-map.h
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 | 4 ++++
gcc/hash-map.h | 3 ++-
2 files changed, 6 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-tools-extra.
from 563547d4 [clang-tidy] Fix link error (http://llvm.org/PR35417).
new e82bde3b [clang-tidy] readability-non-const-parameter fixes should upd [...]
new ed6994e6 Make helper function static. 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:
clang-tidy/readability/NonConstParameterCheck.cpp | 13 +++++++++++--
clangd/Protocol.cpp | 2 +-
test/clang-tidy/readability-non-const-parameter.cpp | 10 ++++++++++
3 files changed, 22 insertions(+), 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 gcc.
from fb9eabe8647 [PR 81248] Fix ipa-sra size check
new 87a0a1abdc9 Fix code generation for buildtin_longjmp with CET.
new ba31ec125af * cfgloop.h (struct loop): Document usage of USHRT_MAX for [...]
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 | 12 ++++
gcc/cfgloop.h | 7 +-
gcc/config/i386/i386.md | 81 +++++++++++++++++-----
gcc/loop-unroll.c | 6 +-
gcc/testsuite/ChangeLog | 17 +++++
gcc/testsuite/gcc.target/i386/cet-sjlj-1.c | 2 +-
gcc/testsuite/gcc.target/i386/cet-sjlj-4.c | 2 +-
gcc/testsuite/gnat.dg/unroll1.adb | 4 +-
gcc/testsuite/gnat.dg/unroll1.ads | 1 -
gcc/testsuite/gnat.dg/unroll2.adb | 2 +-
gcc/testsuite/gnat.dg/unroll2.ads | 1 -
gcc/testsuite/gnat.dg/unroll3.adb | 2 +-
gcc/testsuite/gnat.dg/unroll3.ads | 1 -
gcc/testsuite/gnat.dg/{unroll3.adb => unroll4.adb} | 8 +--
gcc/testsuite/gnat.dg/unroll4.ads | 10 +++
gcc/testsuite/gnat.dg/unroll4_pkg.ads | 5 ++
16 files changed, 124 insertions(+), 37 deletions(-)
copy gcc/testsuite/gnat.dg/{unroll3.adb => unroll4.adb} (68%)
create mode 100644 gcc/testsuite/gnat.dg/unroll4.ads
create mode 100644 gcc/testsuite/gnat.dg/unroll4_pkg.ads
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.