This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from fecd57f Set BFD_VERSION to 2.27.51
new 70ad873 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 gdb-7.11-branch
in repository binutils-gdb.
from 08c323e Automatic date update in version.in
new a5b36d8 Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 binutils-2_26-branch
in repository binutils-gdb.
from c60cb98 Automatic date update in version.in
new 281b81f Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 96c53f4 GVN-hoist: add missing check for all GEP operands available
new a8d06be [AArch64] Cleanup sign extend in genAlternativeCodeSequence
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/AArch64/AArch64InstrInfo.cpp | 6 +++---
1 file changed, 3 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 clang.
from 4c0ade3 Reverting r275115 which caused PR28634. When empty (forwardin [...]
new 887e0c0 [analyzer] Add checker modeling potential C++ self-assignment
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/StaticAnalyzer/Checkers/Checkers.td | 4 +
.../Core/BugReporter/BugReporterVisitor.h | 16 ++++
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
.../Checkers/CXXSelfAssignmentChecker.cpp | 62 +++++++++++++++
lib/StaticAnalyzer/Core/BugReporter.cpp | 1 +
lib/StaticAnalyzer/Core/BugReporterVisitors.cpp | 53 +++++++++++++
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 11 ++-
test/Analysis/self-assign.cpp | 89 ++++++++++++++++++++++
8 files changed, 234 insertions(+), 3 deletions(-)
create mode 100644 lib/StaticAnalyzer/Checkers/CXXSelfAssignmentChecker.cpp
create mode 100644 test/Analysis/self-assign.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 0eeda09 GVH-hoist: only clone GEPs (PR28606)
new 6aa68be [llvm-cov] Use relative paths to the stylesheet (for html reports)
new ff2ae48 [InstCombine] break up foldICmpEqualityWithConstant(); NFCI
new 4f9c571 [Sparc]: Fix bug in LowerSTORE due to r275592
new 23553e9 [llvm-cov] Strengthen a test case
new 96c53f4 GVN-hoist: add missing check for all GEP operands available
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/Target/Sparc/SparcISelLowering.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 307 +++++++++++----------
lib/Transforms/InstCombine/InstCombineInternal.h | 2 +
lib/Transforms/Scalar/GVNHoist.cpp | 3 +
test/tools/llvm-cov/style.test | 35 +++
tools/llvm-cov/SourceCoverageView.h | 4 +-
tools/llvm-cov/SourceCoverageViewHTML.cpp | 127 +++++----
7 files changed, 273 insertions(+), 207 deletions(-)
create mode 100644 test/tools/llvm-cov/style.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 acca0b5 [profile] update test case with interface change.
new 4c0ade3 Reverting r275115 which caused PR28634. When empty (forwardin [...]
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/CGStmt.cpp | 14 +-------------
test/CodeGen/forwarding-blocks-if.c | 36 ------------------------------------
2 files changed, 1 insertion(+), 49 deletions(-)
delete mode 100644 test/CodeGen/forwarding-blocks-if.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 3a4fa31 [PM] Port NaryReassociate to the new PM
new f593e4d [lit] Bump version number.
new 5a06a46 [Profile] deprecate __llvm_profile_override_default_filename
new fe1bb06 [lit] Use full config path in diagnostics.
new 0eeda09 GVH-hoist: only clone GEPs (PR28606)
The 4 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/ProfileData/InstrProfData.inc | 4 ++
lib/Transforms/Instrumentation/InstrProfiling.cpp | 32 +++++++--------
lib/Transforms/Scalar/GVNHoist.cpp | 21 ++++------
test/Transforms/GVN/hoist-pr28606.ll | 50 +++++++++++++++++++++++
test/Transforms/GVN/pr28626.ll | 4 +-
utils/lit/lit/LitConfig.py | 2 +-
utils/lit/lit/__init__.py | 4 +-
7 files changed, 82 insertions(+), 35 deletions(-)
create mode 100644 test/Transforms/GVN/hoist-pr28606.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 2f94b4c [Sema] Handle errors during rewriteBuiltinFunctionDecl
new acca0b5 [profile] update test case with interface change.
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/Profile/c-generate.c | 4 +---
test/Profile/gcc-flag-compatibility.c | 9 ++-------
2 files changed, 3 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 3fceb3a [sanitizer] trying to fix Mac bots
new 1b003f1 [Profile] deprecate __llvm_profile_override_default_filename (part2)
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/profile/InstrProfData.inc | 4 +++
lib/profile/InstrProfiling.c | 2 ++
lib/profile/InstrProfiling.h | 25 ++++++---------
lib/profile/InstrProfilingFile.c | 37 ++++++++++------------
...nstrprof-override-filename-then-reset-default.c | 6 ++--
.../profile/instrprof-override-filename-with-env.c | 6 ++--
test/profile/instrprof-override-filename.c | 6 ++--
7 files changed, 41 insertions(+), 45 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.