This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 6d58ce5e50 aarch64: Guess L1 cache linesize for aarch64
new 9725517070 Declare strtof, strfromf functions for more _FloatN, _FloatN [...]
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 | 34 ++++++++++++++++
stdlib/stdlib.h | 119 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 151 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 1f8f9203f91 PR testsuite/82828 PR rtl-optimization/70263 * gcc.targe [...]
new fe9c3d1ba6c * config/i386/i386.c (ix86_expand_prologue): Tighten asser [...]
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 | 3 +++
gcc/config/i386/i386.c | 8 ++++++--
2 files changed, 9 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 openmp.
from f0ce92e [libomptarget] Remove stale omp handle
new 1d2c9dc Rename fields of ompt_frame_t
new 92e5a10 Updating implementation of OMPT as specified in OpenMP 5.0 Pr [...]
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:
CREDITS.txt | 8 +-
libomptarget/src/omptarget.cpp | 3 +
runtime/.clang-format | 2 +-
runtime/CMakeLists.txt | 2 +-
runtime/src/exports_so.txt | 9 -
runtime/src/include/50/ompt.h.var | 281 ++++++++++++--------------
runtime/src/kmp_csupport.cpp | 61 +++---
runtime/src/kmp_dispatch.cpp | 1 +
runtime/src/kmp_ftn_entry.h | 4 +-
runtime/src/kmp_gsupport.cpp | 70 ++++---
runtime/src/kmp_i18n.cpp | 21 +-
runtime/src/kmp_itt.inl | 2 +
runtime/src/kmp_lock.cpp | 7 +-
runtime/src/kmp_runtime.cpp | 36 ++--
runtime/src/kmp_taskdeps.cpp | 3 +-
runtime/src/kmp_tasking.cpp | 83 ++++----
runtime/src/kmp_threadprivate.cpp | 7 -
runtime/src/ompt-event-specific.h | 50 +++--
runtime/src/ompt-general.cpp | 84 ++------
runtime/src/ompt-internal.h | 4 +-
runtime/src/ompt-specific.cpp | 5 +-
runtime/test/lock/omp_init_lock.c | 42 ----
runtime/test/ompt/callback.h | 36 ++--
runtime/test/ompt/cancel/cancel_parallel.c | 2 +-
runtime/test/ompt/cancel/cancel_worksharing.c | 4 +-
runtime/test/ompt/loadtool/tool_available.c | 10 +-
runtime/test/ompt/ompt-signal.h | 11 +-
runtime/test/ompt/tasks/dependences.c | 2 +-
28 files changed, 350 insertions(+), 500 deletions(-)
delete mode 100644 runtime/test/lock/omp_init_lock.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 5b442b4dde [CodeGen] add libcall attr tests to show errno-related diffs; NFC
new c7e8e8e2ed [Driver] Add Scudo as a possible -fsanitize= option
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/Basic/Sanitizers.def | 3 +++
include/clang/Driver/SanitizerArgs.h | 1 +
lib/Driver/SanitizerArgs.cpp | 23 ++++++++---------
lib/Driver/ToolChains/CommonArgs.cpp | 8 +++++-
lib/Driver/ToolChains/Linux.cpp | 5 ++--
lib/Lex/PPMacroExpansion.cpp | 1 +
test/Driver/fsanitize.c | 26 +++++++++++++++++++
test/Driver/sanitizer-ld.c | 50 ++++++++++++++++++++++++++++++++++++
8 files changed, 101 insertions(+), 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 glibc.
from 659ca26736 aarch64: optimize _dl_tlsdesc_dynamic fast path
new 6d58ce5e50 aarch64: Guess L1 cache linesize for aarch64
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 | 4 +++
sysdeps/unix/sysv/linux/{x86 => aarch64}/sysconf.c | 29 ++++++++++++++++------
2 files changed, 25 insertions(+), 8 deletions(-)
copy sysdeps/unix/sysv/linux/{x86 => aarch64}/sysconf.c (53%)
--
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 57e0bb85a0a Fix PR82768
new 1f8f9203f91 PR testsuite/82828 PR rtl-optimization/70263 * gcc.targe [...]
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/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/pr70263-2.c | 23 ++++++++---------------
2 files changed, 14 insertions(+), 15 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 801c4b5df18 Define std::endian for C++2a (P0463R1)
new 48eb107eeb9 Generalize -(-X) a little
new 1477a5a7a0a * cfganal.c (single_pred_edge_ignoring_loop_edges): New fu [...]
new 57e0bb85a0a Fix PR82768
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 | 25 ++++++++++++++++++++
gcc/cfganal.c | 39 ++++++++++++++++++++++++++++++++
gcc/cfganal.h | 3 +++
gcc/config/aarch64/aarch64.c | 10 +-------
gcc/match.pd | 27 ++++++++++++++++++----
gcc/testsuite/ChangeLog | 7 ++++++
gcc/testsuite/gcc.dg/tree-ssa/negneg-1.c | 24 ++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/negneg-2.c | 11 +++++++++
gcc/testsuite/gcc.dg/tree-ssa/negneg-3.c | 15 ++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/negneg-4.c | 18 +++++++++++++++
gcc/tree-ssa-dom.c | 36 +----------------------------
gcc/tree-ssa-sccvn.c | 20 ++--------------
gcc/tree-ssa-uncprop.c | 32 +-------------------------
gcc/tree-vrp.c | 24 ++++----------------
14 files changed, 175 insertions(+), 116 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/negneg-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/negneg-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/negneg-3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/negneg-4.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 d16b502afd1 [SLP] Test for PR23510, NFC.
new 7c2eb4ec8b2 [LICM] sink through non-trivially replicable PHI
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/Transforms/Scalar/LICM.cpp | 196 +++++++++++++++-------
test/CodeGen/PowerPC/subreg-postra-2.ll | 8 +-
test/Transforms/LICM/sinking.ll | 284 +++++++++++++++++++++++++++++++-
3 files changed, 427 insertions(+), 61 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 5e73ee6e4f [Tooling] Fix linking of StandaloneToolExecutorPlugin.
new 5b442b4dde [CodeGen] add libcall attr tests to show errno-related diffs; NFC
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/CodeGen/{builtin-errno.c => libcalls-errno.c} | 385 +++++++++------------
1 file changed, 170 insertions(+), 215 deletions(-)
copy test/CodeGen/{builtin-errno.c => libcalls-errno.c} (66%)
--
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 876a9b9b65e [mips] Match 'ins' and its' variants with C++ code
new d16b502afd1 [SLP] Test for PR23510, NFC.
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:
.../SLPVectorizer/X86/stores_vectorize.ll | 84 ++++++++++++++++++++++
1 file changed, 84 insertions(+)
create mode 100644 test/Transforms/SLPVectorizer/X86/stores_vectorize.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.