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 9233cd47d [asan] Enable back some ASan tests disabled on PowerPC.
new 29e1a9ca0 [scudo] Check the return values of the pthread_* functions
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/scudo/scudo_tls_linux.cpp | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 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 7f337d45ba2 Simplify usage of some TDF_* flags.
new d1421c6f80c Renumber TDF_* flags to be contiguous.
new 41ff145bfa3 * cp-tree.h (OVL_CHAIN): Check looking at OVERLOAD. (ovl_ [...]
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 | 4 +++
gcc/cp/ChangeLog | 18 ++++++++++
gcc/cp/cp-tree.h | 73 +++++++++++++++++++++++++++++++--------
gcc/cp/name-lookup.c | 40 +++++++++-------------
gcc/cp/pt.c | 3 +-
gcc/cp/ptree.c | 6 ++--
gcc/cp/tree.c | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++--
gcc/dumpfile.h | 50 +++++++++++++--------------
8 files changed, 220 insertions(+), 70 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 718173908 [compiler-rt] Replace allow_user_segv_handler=0 with kHandleS [...]
new 9233cd47d [asan] Enable back some ASan tests disabled on PowerPC.
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/asan/tests/asan_interface_test.cc | 4 ----
lib/asan/tests/asan_noinst_test.cc | 9 ---------
test/asan/TestCases/Posix/current_allocated_bytes.cc | 3 ---
3 files changed, 16 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 aa3074a41d9 * tree-vect-loop-manip.c (create_intersect_range_checks_in [...]
new 7f337d45ba2 Simplify usage of some TDF_* flags.
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 | 16 ++++++++++++++
gcc/cfg.c | 56 +++++++++++++++++++----------------------------
gcc/cfgrtl.c | 4 ++--
gcc/dumpfile.c | 4 +---
gcc/dumpfile.h | 7 +-----
gcc/gimple-pretty-print.c | 3 +--
gcc/print-tree.c | 15 -------------
gcc/tree-cfg.c | 11 ++--------
gcc/tree-diagnostic.c | 3 +--
9 files changed, 47 insertions(+), 72 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 release_40
in repository llvm.
from cc461ef2a2c Merging r303679:
new 5c598c982bc Merging part of 292188:
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/TargetLibraryInfo.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 bafb2e66d85 [ARM] Fix lowering of misaligned memcpy/memset
new f6ed90efa16 [DAG] Move legal type checks in store merge to be checked o [...]
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/SelectionDAG/DAGCombiner.cpp | 6 ++++--
1 file changed, 4 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 clang-tools-extra.
from e9e3da4a [clangd] Allow to use vfs::FileSystem for file accesses.
new 96c47487 [clangd] Attempt to fix tests failing on Windows
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:
unittests/clangd/ClangdTests.cpp | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 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 cea441fd3f4 * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_ [...]
new 75283db8f53 PR tree-optimization/80815 * tree-data-ref.c (prune_runti [...]
new aa3074a41d9 * tree-vect-loop-manip.c (create_intersect_range_checks_in [...]
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 | 13 ++++
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/vect/pr80815-1.c | 38 +++++++++
gcc/testsuite/gcc.dg/vect/pr80815-2.c | 46 +++++++++++
gcc/tree-data-ref.c | 143 +++++++++++++++++++++++-----------
gcc/tree-vect-loop-manip.c | 20 ++---
6 files changed, 211 insertions(+), 55 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr80815-1.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr80815-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 lldb.
from 94698b577 Fix 32-bit builds
new 74a2691ed Fixing Memory Leak
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:
.../Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.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 gcc.
from 82b795da7d8 * name-lookup.c (name_lookup::search_adl): ADL OMP UDR type args.
new 38f2f513579 * tree-vect-data-refs.c (compare_tree): Rename and move .. [...]
new cea441fd3f4 * tree-vect-data-refs.c (Operator==, comp_dr_with_seg_len_ [...]
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 | 24 ++++
gcc/tree-data-ref.c | 314 ++++++++++++++++++++++++++++++++++++++++++++
gcc/tree-data-ref.h | 29 +++++
gcc/tree-vect-data-refs.c | 322 ++--------------------------------------------
gcc/tree-vectorizer.h | 28 ----
5 files changed, 379 insertions(+), 338 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.