This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 99b2f23 CodeGen: clean up -Wpedantic warning (NFC)
new e59ed4b clang-format: Improve braced-list detection.
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/Format/UnwrappedLineParser.cpp | 4 ++--
unittests/Format/FormatTest.cpp | 13 +++++++++++++
2 files changed, 15 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 glibc.
from f38aee2 nptl/tst-cancel7: Add missing case label
new 5f4f13b powerpc: remove _dl_platform_string and _dl_powerpc_platforms
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 | 8 ++++++++
sysdeps/powerpc/dl-procinfo.c | 34 ++--------------------------------
sysdeps/powerpc/dl-procinfo.h | 39 +++++++++------------------------------
3 files changed, 19 insertions(+), 62 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 d89060d powerpc: strncmp optimization for power9
new 76dcbf4 Expose linking against libsupport as make dependency
new f38aee2 nptl/tst-cancel7: Add missing case label
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:
ChangeLog | 11 +++++++++++
Makeconfig | 11 +++++------
Rules | 3 +++
nptl/tst-cancel7.c | 1 +
4 files changed, 20 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 clang-tools-extra.
from d297a3c [clang-move] Fix buildbot failures
new 17880e7 [clang-tidy] Add check for redundant function pointer dereferences
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/readability/CMakeLists.txt | 1 +
clang-tidy/readability/ReadabilityTidyModule.cpp | 3 ++
.../RedundantFunctionPtrDereferenceCheck.cpp | 37 ++++++++++++++++++++++
...ck.h => RedundantFunctionPtrDereferenceCheck.h} | 16 +++++-----
docs/ReleaseNotes.rst | 5 +++
docs/clang-tidy/checks/list.rst | 1 +
...dability-redundant-function-ptr-dereference.rst | 24 ++++++++++++++
...dability-redundant-function-ptr-dereference.cpp | 24 ++++++++++++++
8 files changed, 103 insertions(+), 8 deletions(-)
create mode 100644 clang-tidy/readability/RedundantFunctionPtrDereferenceCheck.cpp
copy clang-tidy/readability/{RedundantDeclarationCheck.h => RedundantFunctionPtrDe [...]
create mode 100644 docs/clang-tidy/checks/readability-redundant-function-ptr-deref [...]
create mode 100644 test/clang-tidy/readability-redundant-function-ptr-dereference.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 a0288e9 llvm/test/Transforms/PGOProfile/noreturncall.ll REQUIRES asse [...]
new f19ce9b [X86][InstCombine] Fix SimplifyDemandedVectorElts to handle f [...]
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/InstCombine/InstCombineCalls.cpp | 13 +++++++++++++
.../InstCombine/InstCombineSimplifyDemanded.cpp | 5 +++++
test/Transforms/InstCombine/x86-xop.ll | 22 ++++++++++++++++++++++
3 files changed, 40 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 8a66c7e [PGO] Fix insane counts due to nonreturn calls
new a0288e9 llvm/test/Transforms/PGOProfile/noreturncall.ll REQUIRES asse [...]
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/Transforms/PGOProfile/noreturncall.ll | 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 llvm.
from 22f8c83 [SCCP] Debug diagnostic goes under DEBUG(). NFCI.
new 8a66c7e [PGO] Fix insane counts due to nonreturn calls
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:
.../Instrumentation/PGOInstrumentation.cpp | 13 +++++-
...reachable_bb.proftext => noreturncall.proftext} | 6 ++-
test/Transforms/PGOProfile/noreturncall.ll | 46 ++++++++++++++++++++++
3 files changed, 61 insertions(+), 4 deletions(-)
copy test/Transforms/PGOProfile/Inputs/{unreachable_bb.proftext => noreturncall.pr [...]
create mode 100644 test/Transforms/PGOProfile/noreturncall.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 llvm.
from 8037f01 [peephole] Enhance folding logic to work for STATEPOINTs
new 590fc8e [AVR] Add an 'relax memory operation' pass
new 22f8c83 [SCCP] Debug diagnostic goes under DEBUG(). NFCI.
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/AVR/AVR.h | 2 +
lib/Target/AVR/AVRFrameLowering.cpp | 1 -
lib/Target/AVR/AVRRelaxMemOperations.cpp | 149 ++++++++++++++++++++++++++++++
lib/Target/AVR/AVRTargetMachine.cpp | 6 +-
lib/Target/AVR/CMakeLists.txt | 1 +
lib/Transforms/Scalar/SCCP.cpp | 2 +-
test/CodeGen/AVR/relax-mem/STDWPtrQRr.mir | 31 +++++++
7 files changed, 189 insertions(+), 3 deletions(-)
create mode 100644 lib/Target/AVR/AVRRelaxMemOperations.cpp
create mode 100644 test/CodeGen/AVR/relax-mem/STDWPtrQRr.mir
--
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 5dc0935 Removing myself from code ownership file
new d3d48b1 Touch-up the markup of the DarwinLog.md documentation.
new fc29d5d Small tweaks to the markup in StructuredDataPlugins.
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:
docs/structured_data/DarwinLog.md | 58 +++++++++++++--------------
docs/structured_data/StructuredDataPlugins.md | 12 +++---
2 files changed, 35 insertions(+), 35 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 e91079d [sanitizers] disabling dso test as well where appropriate
new 3e19eba [sanitizers] powerpc4 is also unsupported platform
new 1bdd03c [sanitizers] dso order is random, test shouldnt depend on it
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:
.../TestCases/sanitizer_coverage_trace_pc_guard-dso.cc | 8 ++++----
.../TestCases/sanitizer_coverage_trace_pc_guard.cc | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.