This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from fbe12368b5 [x86][icelake][vaes] added vaes feature recognition added in [...]
new 0a839f8470 [x86][icelake][gfni] added gfni feature recognition added in [...]
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/BuiltinsX86.def | 11 ++
include/clang/Driver/Options.td | 2 +
lib/Basic/Targets/X86.cpp | 13 +-
lib/Basic/Targets/X86.h | 1 +
lib/Headers/CMakeLists.txt | 1 +
lib/Headers/gfniintrin.h | 202 +++++++++++++++++++++++++++++
lib/Headers/immintrin.h | 4 +
test/CodeGen/attr-target-x86.c | 2 +-
test/CodeGen/gfni-builtins.c | 182 ++++++++++++++++++++++++++
test/Driver/x86-target-features.c | 5 +
test/Preprocessor/predefined-arch-macros.c | 2 +
test/Preprocessor/x86_target_features.c | 5 +
12 files changed, 428 insertions(+), 2 deletions(-)
create mode 100644 lib/Headers/gfniintrin.h
create mode 100644 test/CodeGen/gfni-builtins.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 a19127b4279 [SCEV] Do not insert if it is already in cache
new fe51c81ff84 [SCEV] Be careful with nuw/nsw/exact in InsertBinop
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/ScalarEvolutionExpander.cpp | 15 ++++-
unittests/Analysis/ScalarEvolutionTest.cpp | 104 +++++++++++++++++++++++++++++
2 files changed, 118 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 clang.
from 64c19d68f1 Fix comment typo in r321312. Post-commit review by Kim Grasman!
new fbe12368b5 [x86][icelake][vaes] added vaes feature recognition added in [...]
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/BuiltinsX86.def | 10 +++
include/clang/Driver/Options.td | 2 +
lib/Basic/Targets/X86.cpp | 17 +++++-
lib/Basic/Targets/X86.h | 1 +
lib/Headers/CMakeLists.txt | 1 +
lib/Headers/immintrin.h | 4 ++
lib/Headers/vaesintrin.h | 98 ++++++++++++++++++++++++++++++
test/CodeGen/attr-target-x86.c | 6 +-
test/CodeGen/vaes-builtins.c | 55 +++++++++++++++++
test/Driver/x86-target-features.c | 6 ++
test/Preprocessor/predefined-arch-macros.c | 2 +
test/Preprocessor/x86_target_features.c | 11 ++++
12 files changed, 209 insertions(+), 4 deletions(-)
create mode 100644 lib/Headers/vaesintrin.h
create mode 100644 test/CodeGen/vaes-builtins.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 gcc.
from 7ca643a88d1 Daily bump.
new 0f33920301d Disable -gstatement-frontiers for nvptx
new 30d8187fc3e Workaround PR83046 in gang-static-2.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/nvptx/nvptx.c | 2 ++
libgomp/ChangeLog | 6 ++++++
libgomp/testsuite/libgomp.oacc-c-c++-common/gang-static-2.c | 4 ++--
4 files changed, 15 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 lld.
from 2f3f6188b Make it clear where is a placeholder for later binary patching.
new 901304aba [ELF] - Allow relocation to a weak undefined symbol when -z n [...]
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/Relocations.cpp | 26 +++++++++++++-------------
test/ELF/znotext-weak-undef.s | 16 ++++++++++++++++
2 files changed, 29 insertions(+), 13 deletions(-)
create mode 100644 test/ELF/znotext-weak-undef.s
--
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 aoliva/testme
in repository gcc.
discards f995c620910 [PR81611] sink IV increments within their BBs
new 8b8bd8565c6 [PR81611] sink IV increments within their BBs
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 (f995c620910)
\
N -- N -- N refs/heads/aoliva/testme (8b8bd8565c6)
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:
gcc/tree-ssa-sink.c | 13 +++++++++----
1 file changed, 9 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 d43be2d8a96 [instcombine] add powi(x, 2) -> x * x
new a19127b4279 [SCEV] Do not insert if it is already in cache
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/ScalarEvolution.cpp | 12 +++++-
test/Analysis/ScalarEvolution/truncate.ll | 72 +++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+), 2 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/truncate.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 lld.
from b6f00e19e [COFF] Do not parse args twice if no rsp files exists
new 2f3f6188b Make it clear where is a placeholder for later binary patching.
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/Arch/X86.cpp | 18 +++++++++---------
ELF/Arch/X86_64.cpp | 22 +++++++++++-----------
2 files changed, 20 insertions(+), 20 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 aoliva/testme
in repository gcc.
discards 0dd9516e886 [PR81611] sink IV increments within their BBs
new f995c620910 [PR81611] sink IV increments within their BBs
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 (0dd9516e886)
\
N -- N -- N refs/heads/aoliva/testme (f995c620910)
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:
gcc/tree-ssa-sink.c | 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 aoliva/testme
in repository gcc.
discards 0dca0523b14 [PR81611] sink IV increments within their BBs
discards 0a92bbd5c58 [PR81611] accept copies in simple_iv_increment_p
new 8ea0498f28d [PR81611] add post-inc stmt to post_p seq
new f20aec0d0c9 [PR81611] accept copies in simple_iv_increment_p
new 0dd9516e886 [PR81611] sink IV increments within their BBs
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 (0dca0523b14)
\
N -- N -- N refs/heads/aoliva/testme (0dd9516e886)
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 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/gimplify.c | 2 +-
gcc/tree-ssa-sink.c | 29 +++++++++++++----------------
2 files changed, 14 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.