This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d83eca59fee arm - Add vendor and CPU id information to arm-cpus.in
new a950155e3f7 3nd Patch for PR78009
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 | 14 +++
gcc/builtins.c | 193 +++++++++++++++++++++++++++++++++----
gcc/doc/invoke.texi | 5 +
gcc/params.def | 4 +
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/strcmpopt_5.c | 80 +++++++++++++++
gcc/testsuite/gcc.dg/strcmpopt_6.c | 36 +++++++
7 files changed, 321 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/strcmpopt_5.c
create mode 100644 gcc/testsuite/gcc.dg/strcmpopt_6.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 08b72986d5 [analyzer][UninitializedObjectChecker] Fixed captured lambda [...]
new ff0bfffe18 [Analyzer] alpha.unix.cstring.OutOfBounds checker enable/dis [...]
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/CStringChecker.cpp | 12 ++++++------
test/Analysis/cstring-plist.c | 22 ++++++++++++++++++++++
test/Analysis/malloc.c | 23 +++++++----------------
test/Analysis/string.c | 25 ++++++++++++++++++++++++-
4 files changed, 59 insertions(+), 23 deletions(-)
create mode 100644 test/Analysis/cstring-plist.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 gcc-8-branch
in repository gcc.
from e7c8731cf77 Daily bump.
new 2fb81a3d553 PR middle-end/86202 * gimple-fold.c (size_must_be_zero_p) [...]
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/gimple-fold.c | 2 +-
gcc/testsuite/gcc.dg/Wint-conversion-2.c | 11 +++++++++++
3 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/Wint-conversion-2.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 6069d4b651b DivergenceAnalysis: added debug output
new 3a90426c48f [TableGen] Support multi-alternative pattern fragments
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/Target/TargetSelectionDAG.td | 18 +-
lib/Target/Hexagon/HexagonPatterns.td | 6 +-
lib/Target/NVPTX/NVPTXIntrinsics.td | 4 +-
lib/Target/SystemZ/SystemZInstrInfo.td | 183 +++------
lib/Target/SystemZ/SystemZOperators.td | 14 +
utils/TableGen/CodeGenDAGPatterns.cpp | 642 ++++++++++++++++--------------
utils/TableGen/CodeGenDAGPatterns.h | 42 +-
utils/TableGen/CodeGenInstruction.cpp | 4 +
utils/TableGen/CodeGenInstruction.h | 2 +
utils/TableGen/DAGISelEmitter.cpp | 11 +-
utils/TableGen/DAGISelMatcherGen.cpp | 65 +--
11 files changed, 478 insertions(+), 513 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 bd8c8d75985 [SLH] Introduce a new pass to do Speculative Load Hardening [...]
new 6069d4b651b DivergenceAnalysis: added debug output
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/DivergenceAnalysis.cpp | 21 ++++++++++++++++-----
.../Analysis/DivergenceAnalysis/AMDGPU/phi-undef.ll | 5 ++++-
2 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 c7373d4e [clang-tidy] readability-inconsistent-declaration-parameter-n [...]
new cb582cc8 [clang-tidy] Exception Escape Checker
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/bugprone/BugproneTidyModule.cpp | 3 +
clang-tidy/bugprone/CMakeLists.txt | 1 +
clang-tidy/bugprone/ExceptionEscapeCheck.cpp | 214 +++++++++++++++++
clang-tidy/bugprone/ExceptionEscapeCheck.h | 47 ++++
docs/ReleaseNotes.rst | 3 +
.../checks/bugprone-exception-escape.rst | 37 +++
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/bugprone-exception-escape.cpp | 265 +++++++++++++++++++++
8 files changed, 571 insertions(+)
create mode 100644 clang-tidy/bugprone/ExceptionEscapeCheck.cpp
create mode 100644 clang-tidy/bugprone/ExceptionEscapeCheck.h
create mode 100644 docs/clang-tidy/checks/bugprone-exception-escape.rst
create mode 100644 test/clang-tidy/bugprone-exception-escape.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 compiler-rt.
from 149a9e31a Remove `tsan/Darwin/gcd-after-null.mm` test.
new 73317d031 Add a test with multiple BBs on the same line
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:
.../instrprof-gcov-multiple-bbs-single-line.c | 20 +++++++++++++
.../instrprof-gcov-multiple-bbs-single-line.c.gcov | 34 ++++++++++++++++++++++
.../instrprof-gcov-multiple-bbs-single-line.test | 13 +++++++++
3 files changed, 67 insertions(+)
create mode 100644 test/profile/Inputs/instrprof-gcov-multiple-bbs-single-line.c
create mode 100644 test/profile/Inputs/instrprof-gcov-multiple-bbs-single-line.c.gcov
create mode 100644 test/profile/instrprof-gcov-multiple-bbs-single-line.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 ad8d9be58e [analyzer][UninitializedObjectChecker] Support for MemberPoi [...]
new 08b72986d5 [analyzer][UninitializedObjectChecker] Fixed captured lambda [...]
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:
.../Checkers/UninitializedObjectChecker.cpp | 39 +++++++++--------
test/Analysis/cxx-uninitialized-object.cpp | 51 ++++++++++++++++++++--
2 files changed, 69 insertions(+), 21 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 fb6fe237ce PR38136: improve handling of template argument deduction of [...]
new ad8d9be58e [analyzer][UninitializedObjectChecker] Support for MemberPoi [...]
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:
.../Checkers/UninitializedObjectChecker.cpp | 40 ++++++----------------
test/Analysis/cxx-uninitialized-object-ptr-ref.cpp | 12 +++----
2 files changed, 15 insertions(+), 37 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 fw/holes
in repository glibc.
discards 3f96bf8cb7 io/tst-copy_file_range: Require that file system supports holes
new 118564fd93 io/tst-copy_file_range: Require that file system supports holes
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3f96bf8cb7)
\
N -- N -- N refs/heads/fw/holes (118564fd93)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 3 +++
io/test-lfs.c | 3 +++
io/tst-copy_file_range.c | 2 +-
sysdeps/unix/sysv/linux/tst-fallocate-common.c | 2 ++
4 files changed, 9 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.