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 085ff535 [clang-tidy] Use CloexecCheck as base class.
new c95f49af [clang-tidy] Add a close-on-exec check on accept() in Android [...]
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/android/AndroidTidyModule.cpp | 2 +
clang-tidy/android/CMakeLists.txt | 1 +
clang-tidy/android/CloexecAcceptCheck.cpp | 47 ++++++++++++++++++++++
.../{CloexecSocketCheck.h => CloexecAcceptCheck.h} | 16 ++++----
docs/ReleaseNotes.rst | 5 +++
docs/clang-tidy/checks/android-cloexec-accept.rst | 18 +++++++++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/android-cloexec-accept.cpp | 28 +++++++++++++
8 files changed, 110 insertions(+), 8 deletions(-)
create mode 100644 clang-tidy/android/CloexecAcceptCheck.cpp
copy clang-tidy/android/{CloexecSocketCheck.h => CloexecAcceptCheck.h} (61%)
create mode 100644 docs/clang-tidy/checks/android-cloexec-accept.rst
create mode 100644 test/clang-tidy/android-cloexec-accept.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 d3789e24 [clang-tidy] Add a close-on-exec check on inotify_init1() in [...]
new 085ff535 [clang-tidy] Use CloexecCheck as base class.
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/android/CloexecCheck.cpp | 8 ++---
clang-tidy/android/CloexecCheck.h | 6 ++++
clang-tidy/android/CloexecCreatCheck.cpp | 36 ++++++-------------
clang-tidy/android/CloexecCreatCheck.h | 6 ++--
clang-tidy/android/CloexecFopenCheck.cpp | 50 ++++----------------------
clang-tidy/android/CloexecFopenCheck.h | 6 ++--
clang-tidy/android/CloexecOpenCheck.cpp | 60 ++++++++-----------------------
clang-tidy/android/CloexecOpenCheck.h | 6 ++--
clang-tidy/android/CloexecSocketCheck.cpp | 34 ++++--------------
clang-tidy/android/CloexecSocketCheck.h | 6 ++--
10 files changed, 60 insertions(+), 158 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 20c7b195d0 Mention x86-64 FMA optimization in NEWS
new 5047057ffa Allow abort PLT references in libc.so for SH.
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 | 5 +++++
sysdeps/unix/sysv/linux/sh/localplt.data | 2 ++
2 files changed, 7 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 llvm.
from d8e6ba7a8d1 AMDGPU/NFC: Sort files in CMakeLists.txt alphabetically
new cb139f41450 [AMDGPU] NFC: test commit
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/SIInsertWaitcnts.cpp | 20 ++++++++++----------
1 file 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 compiler-rt.
from bcb584b26 Quickfix to the refactoring commit: typo in the link flags va [...]
new f1b1a7775 [scudo] Application & platform compatibility changes
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/scudo/scudo_allocator.cpp | 20 ++++----
lib/scudo/scudo_allocator.h | 2 -
lib/scudo/scudo_new_delete.cpp | 2 +-
test/scudo/mismatch.cpp | 23 +++++++---
test/scudo/options.cpp | 2 +-
test/scudo/realloc.cpp | 102 +++++++++++++++++++++++++----------------
6 files changed, 92 insertions(+), 59 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 f39b8ab08ce [Dominators] Introduce batch updates
new 43d9a379963 [X86] Regenerate immediate store merging tests
new d8e6ba7a8d1 AMDGPU/NFC: Sort files in CMakeLists.txt alphabetically
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/AMDGPU/CMakeLists.txt | 34 ++++++------
test/CodeGen/X86/immediate_merging.ll | 98 +++++++++++++++++++++++++----------
2 files changed, 88 insertions(+), 44 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 a62eb7baad7 [BDCE] Don't check demanded bits on unsized types
new f39b8ab08ce [Dominators] Introduce batch updates
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/IR/Dominators.h | 7 +
include/llvm/Support/GenericDomTree.h | 97 +++++-
include/llvm/Support/GenericDomTreeConstruction.h | 388 +++++++++++++++++-----
lib/IR/Dominators.cpp | 10 +
unittests/IR/CMakeLists.txt | 1 +
unittests/IR/DominatorTreeBatchUpdatesTest.cpp | 260 +++++++++++++++
6 files changed, 667 insertions(+), 96 deletions(-)
create mode 100644 unittests/IR/DominatorTreeBatchUpdatesTest.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 glibc.
from 24a2e6588d x86-64: Optimize e_expf with FMA [BZ #21912]
new 20c7b195d0 Mention x86-64 FMA optimization in NEWS
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 | 4 ++++
NEWS | 3 +++
2 files changed, 7 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 llvm.
from c79eba57304 [Verifier] Reject globals without a type associated.
new a62eb7baad7 [BDCE] Don't check demanded bits on unsized types
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/Transforms/Scalar/BDCE.cpp | 15 +++++++++++++--
test/Transforms/BDCE/dead-void-ro.ll | 18 ++++++++++++++++++
2 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/BDCE/dead-void-ro.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 1b99a792a3 [OPRNMP] Fix for PR33445: ICE: OpenMP target containing orde [...]
new 5b6371013b [OPENMP] Fix for PR28581: OpenMP linear clause - wrong results.
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/CodeGen/CGStmtOpenMP.cpp | 13 ++++++++-----
lib/CodeGen/CodeGenFunction.h | 4 +++-
test/OpenMP/for_linear_codegen.cpp | 1 +
3 files changed, 12 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.