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 aa20e0a6 [clang-move] Create ClangMoveActionFactory on stack
new 493f5e11 [clang-tidy] Add a clang-tidy check for possible inefficient [...]
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/performance/CMakeLists.txt | 1 +
.../InefficientVectorOperationCheck.cpp | 149 +++++++++++++++++
...onCheck.h => InefficientVectorOperationCheck.h} | 25 ++-
clang-tidy/performance/PerformanceTidyModule.cpp | 3 +
docs/ReleaseNotes.rst | 8 +-
docs/clang-tidy/checks/list.rst | 1 +
.../performance-inefficient-vector-operation.rst | 20 +++
.../performance-inefficient-vector-operation.cpp | 183 +++++++++++++++++++++
8 files changed, 374 insertions(+), 16 deletions(-)
create mode 100644 clang-tidy/performance/InefficientVectorOperationCheck.cpp
copy clang-tidy/performance/{InefficientStringConcatenationCheck.h => InefficientV [...]
create mode 100644 docs/clang-tidy/checks/performance-inefficient-vector-operation.rst
create mode 100644 test/clang-tidy/performance-inefficient-vector-operation.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 llvm.
from 0f06c8216fc [APInt] Cleanup the reverseBits slow case a little.
new 6aff9c90154 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/AVR/MCTargetDesc/AVRMCAsmInfo.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 4f6879e40 [XRay][compiler-rt] Use emulated TSC when CPU supports rdtscp [...]
new 385d9f6d5 [sanitizer] Don't include <linux/user.h> in sanitizer_stopthe [...]
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:
.../sanitizer_stoptheworld_linux_libcdep.cc | 16 ++++++----------
1 file changed, 6 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 gcc.
from eacd8830c2e Daily bump.
new 6db59335825 Validate that destination gcov file does not exist for gcov [...]
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 | 6 ++++++
gcc/gcov-tool.c | 9 +++++++++
libgcc/ChangeLog | 5 +++++
libgcc/libgcov-driver.c | 9 +++++++++
4 files changed, 29 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 glibc.
from 2604882cef [BZ 21357] unwind-dw2-fde: Call free() outside of unwind mutex
new 6c6ab1fc49 powerpc64: strrchr optimization 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 | 2 +-
.../powerpc/powerpc64/multiarch/ifunc-impl-list.c | 3 +
.../multiarch/strrchr-power8.S} | 21 +-
sysdeps/powerpc/powerpc64/multiarch/strrchr.c | 3 +
.../powerpc64/power8/{strchr.S => strrchr.S} | 327 +++++++++++++--------
6 files changed, 237 insertions(+), 130 deletions(-)
copy sysdeps/powerpc/{powerpc32/power4/multiarch/strlen-power7.S => powerpc64/mult [...]
copy sysdeps/powerpc/powerpc64/power8/{strchr.S => strrchr.S} (57%)
--
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 c9c54dd9e8 Speculatively attempt to fix bot failures caused by recent c [...]
new a3307a12a1 Assert that a valid operator new/delete signature is always [...]
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/SemaCoroutine.cpp | 7 +++----
1 file changed, 3 insertions(+), 4 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 be42922df5 [coroutines] Fix building of new/delete expressions when get [...]
new c9c54dd9e8 Speculatively attempt to fix bot failures caused by recent c [...]
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/SemaCoroutine.cpp | 9 ++++++---
1 file changed, 6 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 llvm.
from 4bf2830a010 [APInt] Make operator<<= shift in place. Improve the implem [...]
new 0f06c8216fc [APInt] Cleanup the reverseBits slow case a little.
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/APInt.cpp | 10 ++++------
1 file changed, 4 insertions(+), 6 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 b560ea777b0 PR32382: Fix emitting complex DWARF expressions.
new 4bf2830a010 [APInt] Make operator<<= shift in place. Improve the implem [...]
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/APInt.h | 31 ++++++++------
lib/Support/APInt.cpp | 102 +++++++++++---------------------------------
unittests/ADT/APIntTest.cpp | 33 ++++++++++++++
3 files changed, 74 insertions(+), 92 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.