This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8b794e9ef2 [x86][icelake][bitalg] added bitalg feature recognition adde [...]
new cd1ee44941 [x86][icelake][vnni] added vnni 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 | 25 +++
include/clang/Driver/Options.td | 2 +
lib/Basic/Targets/X86.cpp | 12 +-
lib/Basic/Targets/X86.h | 1 +
lib/Headers/CMakeLists.txt | 2 +
lib/Headers/avx512vlvnniintrin.h | 254 +++++++++++++++++++++++++++++
lib/Headers/avx512vnniintrin.h | 146 +++++++++++++++++
lib/Headers/immintrin.h | 9 +
test/CodeGen/attr-target-x86.c | 4 +-
test/CodeGen/avx512vlvnni-builtins.c | 148 +++++++++++++++++
test/CodeGen/avx512vnni-builtins.c | 76 +++++++++
test/Driver/x86-target-features.c | 5 +
test/Preprocessor/predefined-arch-macros.c | 2 +
13 files changed, 682 insertions(+), 4 deletions(-)
create mode 100644 lib/Headers/avx512vlvnniintrin.h
create mode 100644 lib/Headers/avx512vnniintrin.h
create mode 100644 test/CodeGen/avx512vlvnni-builtins.c
create mode 100644 test/CodeGen/avx512vnni-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 compiler-rt.
from 195573101 Fix PR35739: chkstk and chkst2 should only be built for Windows
new 3bd6c8e44 [XRay] Add missing include to unit 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:
lib/xray/tests/unit/fdr_logging_test.cc | 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 clang.
from 4086d83a7b [hotfix] fixinig test failures as seen here: http://lab.llvm [...]
new 8b794e9ef2 [x86][icelake][bitalg] added bitalg feature recognition adde [...]
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 | 20 ++--
lib/Basic/Targets/X86.h | 1 +
lib/CodeGen/CGBuiltin.cpp | 8 +-
lib/Headers/CMakeLists.txt | 2 +
lib/Headers/avx512bitalgintrin.h | 97 ++++++++++++++++++
lib/Headers/avx512vlbitalgintrin.h | 157 +++++++++++++++++++++++++++++
lib/Headers/immintrin.h | 9 ++
test/CodeGen/attr-target-x86.c | 4 +-
test/CodeGen/avx512bitalg-builtins.c | 54 ++++++++++
test/CodeGen/avx512vlbitalg-builtins.c | 104 +++++++++++++++++++
test/Driver/x86-target-features.c | 5 +
test/Preprocessor/predefined-arch-macros.c | 2 +
test/Preprocessor/x86_target_features.c | 22 ++++
15 files changed, 489 insertions(+), 9 deletions(-)
create mode 100644 lib/Headers/avx512bitalgintrin.h
create mode 100644 lib/Headers/avx512vlbitalgintrin.h
create mode 100644 test/CodeGen/avx512bitalg-builtins.c
create mode 100644 test/CodeGen/avx512vlbitalg-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 30d8187fc3e Workaround PR83046 in gang-static-2.c
new 1abfa5b17a7 Assign result of get_string_lenth to a SSA_NAME (PR tree-op [...]
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/pr83552.c | 13 +++++++++++++
gcc/tree-ssa-strlen.c | 10 ++++++++++
4 files changed, 34 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/pr83552.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 74bc9cb6f3 [x86][icelake][vpclmulqdq] added vpclmulqdq feature recognit [...]
new 4086d83a7b [hotfix] fixinig test failures as seen here: http://lab.llvm [...]
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/Driver/x86-target-features.c | 8 +-------
1 file changed, 1 insertion(+), 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 openmp.
from 9976cd6 [OMPT] Set and reset frame address when creating a task with [...]
new 4a0909d Unify build documentation and convert to reStructuredText
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:
CMakeLists.txt | 2 +-
README.rst | 304 +++++++++++++++++++++++++++++++++
libomptarget/Build_With_CMake.txt | 142 ---------------
libomptarget/README.txt | 13 +-
runtime/Build_With_CMake.txt | 227 ------------------------
runtime/README.txt | 2 +-
runtime/doc/doxygen/libomp_interface.h | 5 +-
www/README.txt | 2 +-
www/index.html | 2 +-
9 files changed, 316 insertions(+), 383 deletions(-)
create mode 100644 README.rst
delete mode 100644 libomptarget/Build_With_CMake.txt
delete mode 100644 runtime/Build_With_CMake.txt
--
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 e7f98a969c1 [Lint] Don't warn about noalias argument aliasing if other [...]
new f4c03144e12 Improve performance TokenizeWindowsCommandLine
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/Support/CommandLine.cpp | 46 +++++++++++++++++++++++++--------------------
1 file changed, 26 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 master
in repository clang.
from 0a839f8470 [x86][icelake][gfni] added gfni feature recognition added in [...]
new 74bc9cb6f3 [x86][icelake][vpclmulqdq] added vpclmulqdq feature recognit [...]
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 | 4 ++++
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 ++++
.../{clflushoptintrin.h => vpclmulqdqintrin.h} | 27 +++++++++++-----------
test/CodeGen/attr-target-x86.c | 4 ++--
test/CodeGen/vpclmulqdq-builtins.c | 17 ++++++++++++++
test/Driver/x86-target-features.c | 11 +++++++++
test/Preprocessor/predefined-arch-macros.c | 2 ++
test/Preprocessor/x86_target_features.c | 9 ++++++++
12 files changed, 83 insertions(+), 16 deletions(-)
copy lib/Headers/{clflushoptintrin.h => vpclmulqdqintrin.h} (62%)
create mode 100644 test/CodeGen/vpclmulqdq-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 07e37aeeeea [X86][RD]: Adding full coverage of MC encoding for RD isa s [...]
new e7f98a969c1 [Lint] Don't warn about noalias argument aliasing if other [...]
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/Lint.cpp | 12 ++++++++--
test/Analysis/Lint/noalias-byval.ll | 48 +++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+), 2 deletions(-)
create mode 100644 test/Analysis/Lint/noalias-byval.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 llvm.
from fe51c81ff84 [SCEV] Be careful with nuw/nsw/exact in InsertBinop
new 07e37aeeeea [X86][RD]: Adding full coverage of MC encoding for RD isa s [...]
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/MC/X86/RDPMC-32.s | 6 ++++++
test/MC/X86/RDPMC-64.s | 6 ++++++
test/MC/X86/RDRAND-32.s | 6 ++++++
test/MC/X86/RDRAND-64.s | 14 ++++++++++++++
test/MC/X86/RDSEED-32.s | 6 ++++++
test/MC/X86/RDSEED-64.s | 14 ++++++++++++++
test/MC/X86/RDTSCP-32.s | 6 ++++++
test/MC/X86/RDTSCP-64.s | 6 ++++++
test/MC/X86/RDWRFSGS-64.s | 34 ++++++++++++++++++++++++++++++++++
9 files changed, 98 insertions(+)
create mode 100644 test/MC/X86/RDPMC-32.s
create mode 100644 test/MC/X86/RDPMC-64.s
create mode 100644 test/MC/X86/RDRAND-32.s
create mode 100644 test/MC/X86/RDRAND-64.s
create mode 100644 test/MC/X86/RDSEED-32.s
create mode 100644 test/MC/X86/RDSEED-64.s
create mode 100644 test/MC/X86/RDTSCP-32.s
create mode 100644 test/MC/X86/RDTSCP-64.s
create mode 100644 test/MC/X86/RDWRFSGS-64.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.