This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 5f071124fd1 PR 83740 Wrong string length type in bounds check
new 877e9e7026e Don't use permutes for single-element accesses (PR83753)
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 | 6 ++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr83753.c | 19 +++++++++++++++++++
gcc/tree-vect-stmts.c | 14 ++++++++++----
4 files changed, 40 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr83753.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 d3e3709b027 [X86][SSE] Add v2f64 u2 shuffle test
new 0d3b6634671 Avoid inlining if there is byval arguments with non-alloca [...]
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/InlineCost.cpp | 13 +++++++++++++
test/Transforms/Inline/byval.ll | 13 +++++++++++--
2 files changed, 24 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 2bfb62f [OMPT] Fix cast and printf of wait_id in lock test
new cd3a757 [OMPT] Fix ompt_task_data handling in implicit barriers
new 5edd0c0 Missed to add new test case in previous commit
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:
runtime/src/kmp_barrier.cpp | 2 +
runtime/src/kmp_runtime.cpp | 1 -
.../synchronization/barrier/implicit_task_data.c | 150 +++++++++++++++++++++
3 files changed, 152 insertions(+), 1 deletion(-)
create mode 100644 runtime/test/ompt/synchronization/barrier/implicit_task_data.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 lld.
from 367701b32 Rename --icf-data and add a corresponding flag for functions.
new e1cefc371 Correct typo in help text
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:
ELF/Options.td | 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 azanella/generic-strings
in repository glibc.
discards e24962bc9b sh: Add string-fzb.h and string-fzi.h
discards 127ee46de0 powerpc: Add string-fza.h
discards 317e73df9e arm: Add string-fza.h
discards c5d9130b36 alpha: Add string-fzb.h and string-fzi.h
discards 8fec1f9ca6 hppa: Add string-fzb.h and string-fzi.h
discards 109c793ed2 hppa: Add memcopy.h
discards e644d7431f Improve generic strcpy
discards e0b21c7f76 Improve generic strcmp
discards 7428f9e9c5 Improve generic strchrnul
discards 2a441052e3 Improve generic strchr
discards 96d1ccd369 Improve generic strnlen
discards 9e7ec585ae Improve generic memrchr
discards 3d0770c276 Improve generic memchr
discards a13293ecf9 string: Improve generic strlen
discards a7a46e4ac7 Add string vectorized find and detection headers
new c6766b5d52 Add string vectorized find and detection functions
new 096c5ae2a7 string: Improve generic strlen
new 15b7238287 string: Improve generic memchr
new 8b5ae84584 string: Improve generic memrchr
new 2368dc1dca string: Improve generic strnlen
new 500a7f1a86 string: Improve generic strchr
new 572c3a397d string: Improve generic strchrnul
new 84bfd24e57 string: Improve generic strcmp
new 5c29485b5e string: Improve generic strcpy
new ebb0353dba hppa: Add memcopy.h
new b6d266c6fe hppa: Add string-fzb.h and string-fzi.h
new 099a39660c alpha: Add string-fzb.h and string-fzi.h
new 6b67749f9d arm: Add string-fza.h
new 24d01f4896 powerpc: Add string-fza.h
new 52a9cf0665 sh: Add string-fzb.h
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 (e24962bc9b)
\
N -- N -- N refs/heads/azanella/generic-strings (52a9cf0665)
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 15 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:
--
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 55c93e1f45f [AArch64][SVE] Asm: Add support for (mov|dup) of scalar
new d3e3709b027 [X86][SSE] Add v2f64 u2 shuffle test
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/X86/vector-shuffle-128-v2.ll | 30 +++++++++++++++++++++++++++++-
1 file changed, 29 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 lldb.
from ba7b4e321 Add Utility/Environment class for handling... environments
new 4ccb694b2 Fix windows and freebsd builds for r322174 (Environment)
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:
source/Host/windows/ProcessLauncherWindows.cpp | 12 ++++++------
source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 5 ++---
2 files changed, 8 insertions(+), 9 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 09085ede12 hurd: Implement faccessat without AT_EACCESS flag
new f993b87540 nptl: Open libgcc.so with RTLD_NOW during pthread_cancel [BZ [...]
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 | 6 ++++++
sysdeps/nptl/unwind-forcedunwind.c | 2 +-
2 files changed, 7 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 28d4d2aafa1 PR 84740 Wrong string length type in bounds check
new 5f071124fd1 PR 83740 Wrong string length type in bounds check
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/fortran/ChangeLog | 7 ++++++-
gcc/fortran/trans-array.c | 8 ++++----
2 files changed, 10 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.