This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6fd795d [CodeGen] Adding a test showing the current state of poor cod [...]
new ec44dc9 [ARM] Code size optimisation to lower udiv+urem to udiv+mls i [...]
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/ARM/ARMISelLowering.cpp | 20 ++++++++++-
test/CodeGen/ARM/urem-opt-size.ll | 72 ++++++++++++++++++++++++++++++++++++++
2 files changed, 91 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 lld.
from 812e06a Use StringSwtich::Cases for multiple choices.
new 42ef28d [ELF] - Do not crash on invalid section alignment.
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:
ELF/InputSection.cpp | 2 ++
test/ELF/invalid/section-alignment.test | 19 +++++++++++++++++++
2 files changed, 21 insertions(+)
create mode 100644 test/ELF/invalid/section-alignment.test
--
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 bcd3bb3 [StaticAnalyzer] Fix UnreachableCode false positives.
new cd374e5 [StaticAnalyser] Add test case to ensure that unreachable cod [...]
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/Analysis/unreachable-code-path.c | 13 ++++++++++++-
1 file changed, 12 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 gcc.
from fcfa0d6 Core 903 * typeck.c (cp_build_binary_op): Pass original ope [...]
new 8e8fe25a Revert: [RTL ifcvt] Transform (X == CST) ? -CST : Y into (X = [...]
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 | 8 +++
gcc/ifcvt.c | 80 ----------------------
gcc/testsuite/ChangeLog | 7 ++
.../aarch64/ifcvt_avoid_const_materialization_1.c | 22 ------
4 files changed, 15 insertions(+), 102 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/aarch64/ifcvt_avoid_const_materialization_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 clang.
from 071811a [analyzer] Improve CloneChecker diagnostics
new bcd3bb3 [StaticAnalyzer] Fix UnreachableCode false positives.
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/Analysis/CFG.cpp | 21 ++++++++++-----------
test/Analysis/unreachable-code-path.c | 10 ++++++++++
2 files changed, 20 insertions(+), 11 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 23eb5db [analyzer] Add extra notes to ObjCDeallocChecker
new 071811a [analyzer] Improve CloneChecker diagnostics
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/clang/Analysis/CloneDetection.h | 10 +-
lib/Analysis/CloneDetection.cpp | 24 +++--
lib/StaticAnalyzer/Checkers/CloneChecker.cpp | 106 +++++++++++----------
test/Analysis/copypaste/blocks.cpp | 4 +-
test/Analysis/copypaste/function-try-block.cpp | 4 +-
test/Analysis/copypaste/functions.cpp | 4 +-
test/Analysis/copypaste/macro-complexity.cpp | 8 +-
test/Analysis/copypaste/macros.cpp | 10 +-
test/Analysis/copypaste/objc-methods.m | 4 +-
.../plist-diagnostics-notes-as-events.cpp | 97 +++++++++++++++++++
test/Analysis/copypaste/plist-diagnostics.cpp | 71 ++++++++++++++
test/Analysis/copypaste/sub-sequences.cpp | 4 +-
test/Analysis/copypaste/suspicious-clones.cpp | 20 ++--
test/Analysis/copypaste/text-diagnostics.cpp | 17 ++++
14 files changed, 291 insertions(+), 92 deletions(-)
create mode 100644 test/Analysis/copypaste/plist-diagnostics-notes-as-events.cpp
create mode 100644 test/Analysis/copypaste/plist-diagnostics.cpp
create mode 100644 test/Analysis/copypaste/text-diagnostics.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.
from 096aec0 [analyzer] Extend bug reports with extra notes
new 23eb5db [analyzer] Add extra notes to ObjCDeallocChecker
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/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp | 32 ++++++++++-
test/Analysis/DeallocMissingRelease.m | 72 ++++++++++++++++++++++++
test/Analysis/PR2978.m | 18 +++---
test/Analysis/properties.m | 6 ++
4 files changed, 116 insertions(+), 12 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 255beb0 2016-10-03 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new fcfa0d6 Core 903 * typeck.c (cp_build_binary_op): Pass original ope [...]
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 | 6 +++
gcc/cp/typeck.c | 16 +++----
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/g++.dg/cpp0x/nullptr37.C | 78 ++++++++++++++++++++++++++++++++++
4 files changed, 96 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/nullptr37.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.
from 1482eca Keep the test only for Itanium abi
new 096aec0 [analyzer] Extend bug reports with extra notes
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/StaticAnalyzer/Core/AnalyzerOptions.h | 11 +++
.../StaticAnalyzer/Core/BugReporter/BugReporter.h | 39 +++++++++-
.../Core/BugReporter/PathDiagnostic.h | 22 +++++-
lib/Rewrite/HTMLRewrite.cpp | 9 ++-
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 7 ++
lib/StaticAnalyzer/Core/BugReporter.cpp | 72 +++++++++++++-----
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp | 88 ++++++++++++++++------
lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 15 +++-
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | 3 +
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 24 ++++--
10 files changed, 232 insertions(+), 58 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 261cb8f Daily bump.
new 255beb0 2016-10-03 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:
gcc/ChangeLog | 4 ++++
gcc/c-family/ChangeLog | 5 +++++
gcc/c-family/c-common.c | 11 +++++++++++
gcc/cp/ChangeLog | 4 ++++
gcc/cp/parser.c | 2 +-
gcc/doc/invoke.texi | 3 ++-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/c-c++-common/Wint-in-bool-context.c | 2 ++
8 files changed, 33 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.