This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0e012984b0 [Preamble] Fix an undefined behavior when checking an empty [...]
new ce918162e6 [analyzer] Improve `CallDescription` to handle c++ method.
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:
.../StaticAnalyzer/Core/PathSensitive/CallEvent.h | 23 +++++-
.../Checkers/InnerPointerChecker.cpp | 85 ++++++++++------------
lib/StaticAnalyzer/Core/CallEvent.cpp | 29 +++++++-
3 files changed, 85 insertions(+), 52 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 libcxx.
from 4c9042569 Fix Bug 38644: multimap::clear() missing exception specifier. [...]
new 1e22fa5b1 Attempt to unbreak filesystem tests on certain linux distros.
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:
utils/libcxx/test/target_info.py | 7 ++++++-
1 file changed, 6 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 f9efa8753bc Udate Darwin's LTO specs to match what's in gcc/gcc.c
new 71e71559f95 Only test STMT_VINFO_STRIDED_P for the first statement in a group
new 05b97b35ef8 Make the vectoriser drop to strided accesses for stores with gaps
new ecff729d3be [1/2] Fix bogus double reduction (PR 86725)
new 8073a327817 [2/2] Fix bogus inner induction (PR 86725)
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:
gcc/ChangeLog | 25 +++++++++++++++
gcc/testsuite/ChangeLog | 21 +++++++++++++
gcc/testsuite/gcc.dg/vect/no-scevccp-pr86725-1.c | 26 ++++++++++++++++
gcc/testsuite/gcc.dg/vect/no-scevccp-pr86725-2.c | 23 ++++++++++++++
gcc/testsuite/gcc.dg/vect/no-scevccp-pr86725-3.c | 25 +++++++++++++++
gcc/testsuite/gcc.dg/vect/no-scevccp-pr86725-4.c | 23 ++++++++++++++
gcc/testsuite/gcc.dg/vect/no-scevccp-pr86725-5.c | 24 +++++++++++++++
gcc/testsuite/gcc.dg/vect/slp-37.c | 9 +++---
.../gcc.dg/vect/{vect-avg-15.c => vect-avg-16.c} | 10 +++---
.../vect/vect-strided-u8-i8-gap4-big-array.c | 5 ++-
.../gcc.dg/vect/vect-strided-u8-i8-gap4.c | 5 ++-
gcc/tree-vect-data-refs.c | 8 ++---
gcc/tree-vect-loop.c | 36 ++++++++++++++++++++++
gcc/tree-vect-stmts.c | 11 ++++---
14 files changed, 227 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/no-scevccp-pr86725-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/no-scevccp-pr86725-2.c
create mode 100644 gcc/testsuite/gcc.dg/vect/no-scevccp-pr86725-3.c
create mode 100644 gcc/testsuite/gcc.dg/vect/no-scevccp-pr86725-4.c
create mode 100644 gcc/testsuite/gcc.dg/vect/no-scevccp-pr86725-5.c
copy gcc/testsuite/gcc.dg/vect/{vect-avg-15.c => vect-avg-16.c} (89%)
--
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 3d765ce4b7f [AArch64] Add Tiny Code Model for AArch64
new 284f2563065 [ARM] Rotated operand patterns for *xtb16
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/ARMInstrInfo.td | 8 ++
lib/Target/ARM/ARMInstrThumb2.td | 8 ++
test/CodeGen/ARM/acle-intrinsics-rot.ll | 143 ++++++++++++++++++++++++++++++++
3 files changed, 159 insertions(+)
create mode 100644 test/CodeGen/ARM/acle-intrinsics-rot.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-tools-extra.
from ccf09bca [clangd] Add callbacks on parsed AST in addition to parsed preambles
new c8fb39ef [clangd] Make FileIndex aware of the main file
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:
clangd/ClangdServer.cpp | 50 ++++++++++++++++++++++++++++++----------------
clangd/ClangdServer.h | 13 ++++++------
clangd/index/FileIndex.cpp | 20 ++++++++++++-------
clangd/index/FileIndex.h | 14 ++++++++++---
4 files changed, 64 insertions(+), 33 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 bf823b798d Fix import of class templates partial specialization
new 0e012984b0 [Preamble] Fix an undefined behavior when checking an empty [...]
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/Frontend/PrecompiledPreamble.cpp | 4 ++--
1 file changed, 2 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 gcc.
from 5dda71ffa2f Make the gcc-ar,nm, strip tools respond correctly to --help [...]
new c94f76ecdee stringify __USER_LABEL_PREFIX__ in pr85248 testcase.
new f9efa8753bc Udate Darwin's LTO specs to match what's in gcc/gcc.c
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:
gcc/ChangeLog | 5 +++++
gcc/config/darwin.h | 2 +-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.dg/lto/pr85248_0.c | 9 +++++++--
4 files changed, 19 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 glibc.
from 38b0593e9a Add PF_XDP, AF_XDP and SOL_XDP from Linux 4.18 to bits/socket.h.
new 16a25138c1 Move ROUNDING_TESTS_* out of math-tests.h.
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 | 42 ++++++++++++++++++++++
math/test-double-vlen2.h | 2 ++
math/test-double-vlen4.h | 2 ++
math/test-double-vlen8.h | 2 ++
math/test-float-vlen16.h | 2 ++
math/test-float-vlen4.h | 2 ++
math/test-float-vlen8.h | 2 ++
sysdeps/arm/math-tests.h | 3 --
.../nofpu/math-tests-rounding.h} | 17 ++++-----
.../generic/math-tests-rounding.h | 19 ++++++----
sysdeps/generic/math-tests.h | 17 +--------
sysdeps/m68k/coldfire/math-tests.h | 3 --
sysdeps/mips/math-tests.h | 3 --
sysdeps/nios2/math-tests.h | 3 --
sysdeps/riscv/math-tests.h | 7 ----
.../nofpu/math-tests-rounding.h} | 19 +++++-----
16 files changed, 85 insertions(+), 60 deletions(-)
copy sysdeps/{nios2/math-tests.h => arm/nofpu/math-tests-rounding.h} (67%)
copy dlfcn/bug-dl-leaf.c => sysdeps/generic/math-tests-rounding.h (59%)
copy sysdeps/{nios2/math-tests.h => riscv/nofpu/math-tests-rounding.h} (63%)
--
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 738b5536dcf Move Darwin10 unwinder fix to a crt shim.
new 2279ee6325d commit missed change from r263764
new 3f43a03dcf6 PR libstdc++/77854 document size_type for containers
new 5dda71ffa2f Make the gcc-ar,nm, strip tools respond correctly to --help [...]
The 3 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/gcc-ar.c | 16 ++++++++++++++--
libgcc/config.host | 2 +-
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/doc/html/manual/abi.html | 4 ++--
libstdc++-v3/doc/html/manual/bugs.html | 8 ++++++++
libstdc++-v3/doc/html/manual/status.html | 3 +++
libstdc++-v3/doc/xml/manual/status_cxx1998.xml | 4 ++++
8 files changed, 45 insertions(+), 5 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 e790a3886e5 Allw for Darwin to operate with an assembler supporting got [...]
new 738b5536dcf Move Darwin10 unwinder fix to a crt shim.
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 | 17 +++++++++++++----
gcc/config/darwin10.h | 10 ++++++----
gcc/config/darwin12.h | 8 --------
gcc/config/rs6000/darwin.h | 13 +++++++++++++
libgcc/ChangeLog | 8 ++++++++
libgcc/config/darwin10-unwind-find-enc-func.c | 13 +++++++++++++
libgcc/config/t-darwin | 4 ++++
libgcc/config/unwind-dw2-fde-darwin.c | 13 -------------
8 files changed, 57 insertions(+), 29 deletions(-)
create mode 100644 libgcc/config/darwin10-unwind-find-enc-func.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.