This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from adcd5e3041 [Modules TS] Added module re-export support.
new 9b22fdf383 [Analyzer] Non-determinism: stable iteration on indirect got [...]
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/AST/ASTImporter.cpp | 309 ++++++++++++++++++++++--
test/Analysis/cfg-indirect-goto-determinism.cpp | 96 ++++++++
2 files changed, 388 insertions(+), 17 deletions(-)
create mode 100644 test/Analysis/cfg-indirect-goto-determinism.cpp
--
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 c8436a52c02 [ARM GlobalISel] Add comment for r318398. NFC.
new 09a18aac31f [x86][icelake]BITALG vpopcnt{b,w} Differential Revision: ht [...]
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/Host.cpp | 3 +
lib/Target/X86/X86.td | 3 +
lib/Target/X86/X86ISelLowering.cpp | 5 +
lib/Target/X86/X86InstrAVX512.td | 11 ++
lib/Target/X86/X86InstrInfo.td | 1 +
lib/Target/X86/X86Subtarget.cpp | 1 +
lib/Target/X86/X86Subtarget.h | 4 +
test/CodeGen/X86/vector-popcnt-128.ll | 28 ++++
test/CodeGen/X86/vector-popcnt-256.ll | 26 ++++
test/CodeGen/X86/vector-popcnt-512.ll | 11 ++
test/CodeGen/X86/vector-tzcnt-128.ll | 46 +++++++
test/CodeGen/X86/vector-tzcnt-256.ll | 44 +++++++
test/CodeGen/X86/vector-tzcnt-512.ll | 21 +++
test/MC/X86/avx512bitalg-encoding.s | 114 +++++++++++++++++
test/MC/X86/avx512vl_bitalg-encoding.s | 226 +++++++++++++++++++++++++++++++++
15 files changed, 544 insertions(+)
create mode 100644 test/MC/X86/avx512bitalg-encoding.s
create mode 100644 test/MC/X86/avx512vl_bitalg-encoding.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 master
in repository llvm.
from b9468385f30 [x86][icelake]VNNI Introducing Vector Neural Network Instru [...]
new c8436a52c02 [ARM GlobalISel] Add comment for r318398. 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/ARM/GlobalISel/arm-instruction-select-combos.mir | 5 +++++
1 file changed, 5 insertions(+)
--
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 e0099abc36f PR tree-optimization/83047 * gimple-ssa-store-merging.c [...]
new 4ced528dfc2 * print-tree.h (debug_vec_tree): Remove prototype. * gdbi [...]
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 | 5 +++++
gcc/gdbinit.in | 8 --------
gcc/print-tree.h | 1 -
3 files changed, 5 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 llvm.
from 53669409674 [x86][icelake]vbmi2 introducing vbmi2, consisting of vpcomp [...]
new b9468385f30 [x86][icelake]VNNI Introducing Vector Neural Network Instru [...]
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/llvm/IR/IntrinsicsX86.td | 103 +++
lib/Support/Host.cpp | 3 +
lib/Target/X86/X86.td | 3 +
lib/Target/X86/X86ISelLowering.cpp | 4 +
lib/Target/X86/X86ISelLowering.h | 6 +
lib/Target/X86/X86InstrAVX512.td | 44 ++
lib/Target/X86/X86InstrFragmentsSIMD.td | 9 +
lib/Target/X86/X86InstrInfo.td | 1 +
lib/Target/X86/X86IntrinsicsInfo.h | 26 +
lib/Target/X86/X86Subtarget.cpp | 1 +
lib/Target/X86/X86Subtarget.h | 4 +
test/CodeGen/X86/avx512vl_vnni-intrinsics.ll | 195 ++++++
test/CodeGen/X86/avx512vnni-intrinsics.ll | 98 +++
test/MC/X86/avx512vl_vnni-encoding.s | 898 +++++++++++++++++++++++++++
test/MC/X86/avx512vnni-encoding.s | 450 ++++++++++++++
15 files changed, 1845 insertions(+)
create mode 100644 test/CodeGen/X86/avx512vl_vnni-intrinsics.ll
create mode 100644 test/CodeGen/X86/avx512vnni-intrinsics.ll
create mode 100644 test/MC/X86/avx512vl_vnni-encoding.s
create mode 100644 test/MC/X86/avx512vnni-encoding.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 master
in repository llvm.
from 9e63bd5c712 [x86][icelake]vpclmulqdq introduction an icelake promotion [...]
new 61323346044 SLPVectorizer.cpp: Avoid std::stable_sort(properlyDominates()).
new 53669409674 [x86][icelake]vbmi2 introducing vbmi2, consisting of vpcomp [...]
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:
include/llvm/IR/IntrinsicsX86.td | 348 ++
lib/Support/Host.cpp | 1 +
lib/Target/X86/X86.td | 3 +
lib/Target/X86/X86ISelLowering.cpp | 4 +
lib/Target/X86/X86ISelLowering.h | 5 +
lib/Target/X86/X86InstrAVX512.td | 117 +-
lib/Target/X86/X86InstrFragmentsSIMD.td | 13 +
lib/Target/X86/X86InstrInfo.td | 1 +
lib/Target/X86/X86IntrinsicsInfo.h | 107 +
lib/Target/X86/X86Subtarget.cpp | 1 +
lib/Target/X86/X86Subtarget.h | 4 +
lib/Transforms/Vectorize/SLPVectorizer.cpp | 32 +-
test/CodeGen/X86/avx512vbmi2-intrinsics.ll | 327 ++
test/CodeGen/X86/avx512vbmi2vl-intrinsics.ll | 657 ++++
test/MC/X86/avx512vbmi2-encoding.s | 1793 ++++++++++
test/MC/X86/avx512vbmi2vl-encoding.s | 3585 ++++++++++++++++++++
.../SLPVectorizer/X86/visit-dominated.ll | 153 +
17 files changed, 7118 insertions(+), 33 deletions(-)
create mode 100644 test/CodeGen/X86/avx512vbmi2-intrinsics.ll
create mode 100644 test/CodeGen/X86/avx512vbmi2vl-intrinsics.ll
create mode 100644 test/MC/X86/avx512vbmi2-encoding.s
create mode 100644 test/MC/X86/avx512vbmi2vl-encoding.s
create mode 100644 test/Transforms/SLPVectorizer/X86/visit-dominated.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 clang.
from 08e4943d2e [x86][inline-asm] allow recognition of MPX regs inside ms in [...]
new adcd5e3041 [Modules TS] Added module re-export support.
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/Parse/Parser.h | 2 +-
lib/Parse/ParseObjc.cpp | 6 ++--
lib/Parse/Parser.cpp | 14 ++++----
lib/Sema/SemaDecl.cpp | 13 ++++---
.../dcl.dcl/dcl.module/dcl.module.export/p1.cpp | 40 ++++++++++++++++++++++
test/SemaCXX/modules-ts.cppm | 4 ---
6 files changed, 62 insertions(+), 17 deletions(-)
create mode 100644 test/CXX/modules-ts/dcl.dcl/dcl.module/dcl.module.export/p1.cpp
--
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 gcc-6-branch
in repository gcc.
from 8d5e5b1e8ba Daily bump.
new 579fc9f8c0e Adapt Solaris 12 references
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 | 12 ++++++++++++
gcc/config.gcc | 4 ++--
gcc/config/sol2.h | 4 ++--
gcc/configure | 2 +-
gcc/configure.ac | 2 +-
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.dg/torture/pr60092.c | 1 -
gcc/testsuite/lib/target-supports.exp | 4 ++--
libgcc/ChangeLog | 11 +++++++++++
libgcc/config.host | 2 +-
libgcc/config/sol2/crtpg.c | 9 ++++-----
libgcc/configure | 2 +-
libgcc/configure.ac | 2 +-
libgo/configure.ac | 2 +-
libgo/mksysinfo.sh | 8 ++++----
15 files changed, 53 insertions(+), 22 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 f6e1efe78a8 [x86][icelake]VAES introduction an icelake promotion of AES [...]
new 9e63bd5c712 [x86][icelake]vpclmulqdq introduction an icelake promotion [...]
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/llvm/IR/IntrinsicsX86.td | 8 +-
lib/Support/Host.cpp | 3 +
lib/Target/X86/X86.td | 3 +
lib/Target/X86/X86InstrAVX512.td | 23 +++++
lib/Target/X86/X86InstrFormats.td | 8 +-
lib/Target/X86/X86InstrInfo.cpp | 6 +-
lib/Target/X86/X86InstrInfo.td | 3 +
lib/Target/X86/X86InstrSSE.td | 132 +++++++++++++++-----------
lib/Target/X86/X86Subtarget.cpp | 1 +
lib/Target/X86/X86Subtarget.h | 2 +
test/CodeGen/X86/avx-vpclmulqdq.ll | 13 +++
test/CodeGen/X86/avx512-vpclmulqdq.ll | 11 +++
test/CodeGen/X86/avx512vl-vpclmulqdq.ll | 22 +++++
test/CodeGen/X86/commute-vpclmulqdq-avx.ll | 42 ++++++++
test/CodeGen/X86/commute-vpclmulqdq-avx512.ll | 116 ++++++++++++++++++++++
test/MC/X86/avx512vlvpclmul.s | 58 +++++++++++
test/MC/X86/avx512vpclmul.s | 29 ++++++
test/MC/X86/vpclmulqdq.s | 30 ++++++
18 files changed, 446 insertions(+), 64 deletions(-)
create mode 100644 test/CodeGen/X86/avx-vpclmulqdq.ll
create mode 100644 test/CodeGen/X86/avx512-vpclmulqdq.ll
create mode 100644 test/CodeGen/X86/avx512vl-vpclmulqdq.ll
create mode 100644 test/CodeGen/X86/commute-vpclmulqdq-avx.ll
create mode 100644 test/CodeGen/X86/commute-vpclmulqdq-avx512.ll
create mode 100644 test/MC/X86/avx512vlvpclmul.s
create mode 100644 test/MC/X86/avx512vpclmul.s
create mode 100644 test/MC/X86/vpclmulqdq.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 master
in repository compiler-rt.
from 3bebf4ad2 [XRay][compiler-rt] Migrate basic mode logging to the XRay framework
new 258a754d1 Correct NetBSD support in pthread_once(3)/TSan
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/sanitizer_common/sanitizer_platform_limits_netbsd.cc | 1 +
lib/sanitizer_common/sanitizer_platform_limits_netbsd.h | 1 +
lib/sanitizer_common/sanitizer_platform_limits_posix.cc | 1 +
lib/sanitizer_common/sanitizer_platform_limits_posix.h | 1 +
lib/tsan/rtl/tsan_interceptors.cc | 11 ++++++++---
5 files changed, 12 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.