This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 9a93ff1d263 [X86][AVX512] Regenerated and cleaned up extension tests.
new 370d1e47b2c Fix LIT test breakage
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/lit/tests/selecting.py | 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 release/2.25/master
in repository glibc.
from 7cdbe5b6f9 [AArch64] Use hidden __GI__dl_argv in rtld startup code
new 0edeadc0d3 Avoid .symver on common symbols [BZ #21666]
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 | 7 +++++++
misc/regexp.c | 9 +++++----
2 files changed, 12 insertions(+), 4 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/2.24/master
in repository glibc.
from cc392d6339 [AArch64] Use hidden __GI__dl_argv in rtld startup code
new fd5fade305 Avoid .symver on common symbols [BZ #21666]
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 | 7 +++++++
misc/regexp.c | 9 +++++----
2 files changed, 12 insertions(+), 4 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 e4524fedb0c [X86] Regenerate memset tests
new a0063c8b8e6 [X86][AVX512] Regenerate shuffle tests with broadcast comments.
new 8233f0bfd7e [X86] Regenerate setcc tests
new 9a93ff1d263 [X86][AVX512] Regenerated and cleaned up extension tests.
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:
test/CodeGen/X86/avx512-ext.ll | 368 ++++++++++++++---------------
test/CodeGen/X86/setcc-lowering.ll | 2 +-
test/CodeGen/X86/setcc-narrowing.ll | 13 +-
test/CodeGen/X86/vector-shuffle-512-v64.ll | 6 +-
test/CodeGen/X86/vector-shuffle-avx512.ll | 4 +-
5 files changed, 198 insertions(+), 195 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 d9e8f948628 Quote '?' in llvm-rc test
new 1791d9247dd Correctly enable the llvm-mt tests, now that build flags changed.
new e4524fedb0c [X86] Regenerate memset tests
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:
test/CodeGen/X86/memset.ll | 109 ++++++++++++++++++++++++++++++++-------------
test/lit.cfg | 2 +-
test/lit.site.cfg.in | 3 +-
3 files changed, 80 insertions(+), 34 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_50
in repository llvm.
from e8725212119 Merging r308986 and r308963: ------------------------------ [...]
new 2ac73a1c78f Merging r308891: ------------------------------------------ [...]
new d2bc2ddfa95 Merging r308950: ------------------------------------------ [...]
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:
lib/CodeGen/CodeGenPrepare.cpp | 17 +++++--
lib/Target/AArch64/AArch64ISelLowering.cpp | 7 ++-
test/CodeGen/AArch64/aarch64_win64cc_vararg.ll | 10 ++--
test/CodeGen/AArch64/win64_vararg.ll | 66 +++++++++++++++++++++++---
4 files changed, 83 insertions(+), 17 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 fc1a1362396 [Hexagon] Mark raise_relocation_error as NORETURN.
new d9e8f948628 Quote '?' in llvm-rc 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/tools/llvm-rc/helpmsg.test | 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 hjl/pr81563/master
in repository gcc.
discards 93f6fdb6931 x86: Properly check register CFA offset
new f7ccc9fc841 x86: Properly check saved register CFA offset
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 (93f6fdb6931)
\
N -- N -- N refs/heads/hjl/pr81563/master (f7ccc9fc841)
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:
--
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 hjl/pr81563/master
in repository gcc.
at 93f6fdb6931 x86: Properly check register CFA offset
This branch includes the following new commits:
new 93f6fdb6931 x86: Properly check register CFA offset
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.
--
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_50
in repository llvm.
from e622303ce19 Merging r308912:
new e8725212119 Merging r308986 and r308963: ------------------------------ [...]
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/X86/X86ISelLowering.cpp | 4 +-
test/CodeGen/X86/memcmp-minsize.ll | 87 ++
test/CodeGen/X86/memcmp-optsize.ll | 76 ++
test/CodeGen/X86/memcmp.ll | 410 +++++-----
test/Transforms/CodeGenPrepare/X86/memcmp.ll | 1092 ++------------------------
5 files changed, 411 insertions(+), 1258 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.