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 f711a20 [Release Notes] Mention Clang-tidy cert-err34-c check.
new 34874aa [clang-tidy] Add modernize-make-shared check
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/modernize/CMakeLists.txt | 2 +
clang-tidy/modernize/MakeSharedCheck.cpp | 31 ++++
clang-tidy/modernize/MakeSharedCheck.h | 43 +++++
.../{MakeUniqueCheck.cpp => MakeSmartPtrCheck.cpp} | 81 ++++-----
clang-tidy/modernize/MakeSmartPtrCheck.h | 50 ++++++
clang-tidy/modernize/MakeUniqueCheck.cpp | 151 ++--------------
clang-tidy/modernize/MakeUniqueCheck.h | 12 +-
clang-tidy/modernize/ModernizeTidyModule.cpp | 2 +
docs/ReleaseNotes.rst | 5 +
docs/clang-tidy/checks/list.rst | 1 +
docs/clang-tidy/checks/modernize-make-shared.rst | 16 ++
test/clang-tidy/modernize-make-shared.cpp | 200 +++++++++++++++++++++
12 files changed, 412 insertions(+), 182 deletions(-)
create mode 100644 clang-tidy/modernize/MakeSharedCheck.cpp
create mode 100644 clang-tidy/modernize/MakeSharedCheck.h
copy clang-tidy/modernize/{MakeUniqueCheck.cpp => MakeSmartPtrCheck.cpp} (64%)
create mode 100644 clang-tidy/modernize/MakeSmartPtrCheck.h
create mode 100644 docs/clang-tidy/checks/modernize-make-shared.rst
create mode 100644 test/clang-tidy/modernize-make-shared.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 b8a2cc5 AMDGPU/SI: Use hazard recognizer to detect DPP hazards
new 83094c4 Remove extra whitespace. NFC.
new 8bb8e81 Fixed signed/unsigned comparison warning.
new 549d73f Add llvm-pdbdump to the tool substitutions list in lit. NFC.
new b75d37f [LLE] Fix typo from r263058
new 282acf4 Move createReversePostOrderFunctionAttrsPass right after the [...]
The 5 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/IR/DebugInfoMetadata.cpp | 2 +-
lib/Transforms/IPO/PassManagerBuilder.cpp | 16 ++++++++--------
lib/Transforms/Scalar/LoopLoadElimination.cpp | 2 +-
test/Other/pass-pipelines.ll | 3 +++
test/Transforms/CorrelatedValuePropagation/sdiv.ll | 8 ++++----
test/lit.cfg | 1 +
6 files changed, 18 insertions(+), 14 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 621733d PR rtl-optimization/70467 * ipa-pure-const.c (check_call): [...]
new 663f424 PR rtl-optimization/70467 * cse.c (cse_insn): Handle no-op [...]
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 | 3 ++
gcc/cse.c | 28 +++++++++++++++-
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/i386/pr70467-1.c | 55 +++++++++++++++++++++++++++++++
4 files changed, 90 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70467-1.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 llvm.
from a1adc36 remove blank lines
new b8a2cc5 AMDGPU/SI: Use hazard recognizer to detect DPP hazards
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/GCNHazardRecognizer.cpp | 26 ++++++++++++++
lib/Target/AMDGPU/GCNHazardRecognizer.h | 1 +
lib/Target/AMDGPU/SIInsertWaits.cpp | 55 ------------------------------
test/CodeGen/AMDGPU/llvm.amdgcn.mov.dpp.ll | 8 +++--
4 files changed, 33 insertions(+), 57 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 4b2246e 2016-05-02 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 621733d PR rtl-optimization/70467 * ipa-pure-const.c (check_call): [...]
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/ipa-pure-const.c | 6 ++++--
2 files changed, 10 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 llvm.
from e3b561e [InstCombine] regenerate checks
new a1adc36 remove blank lines
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/InstCombine/cast.ll | 9 +--------
1 file changed, 1 insertion(+), 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 gcc.
from efe8bdf 2016-05-02 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 4b2246e 2016-05-02 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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 | 9 +++++++
Makefile.def | 5 ++--
Makefile.in | 58 +++++++++++++++++++++---------------------
configure | 13 +++-------
configure.ac | 13 +++-------
contrib/ChangeLog | 4 +++
contrib/download_prerequisites | 8 +++---
gcc/ChangeLog | 4 +++
gcc/doc/install.texi | 6 +++++
9 files changed, 65 insertions(+), 55 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 1893130 [InstCombine] regenerate checks
new 5d85cb4 [InstCombine] regenerate checks
new e3b561e [InstCombine] regenerate checks
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:
test/Transforms/InstCombine/memchr.ll | 154 +++----
test/Transforms/InstCombine/shift.ll | 835 ++++++++++++++++++++--------------
2 files changed, 566 insertions(+), 423 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 dd8491a [InstCombine] regenerate checks
new b792c80 [InstCombine] regenerate checks
new 1893130 [InstCombine] regenerate checks
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:
test/Transforms/InstCombine/div.ll | 314 +++++++++++++++++++-------------
test/Transforms/InstCombine/load-cmp.ll | 172 ++++++++++-------
2 files changed, 286 insertions(+), 200 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.