This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 97c6694fa74 Enable VAES support [2/5]
new 93213c80bf5 rs6000: Split rs6000_cpu
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 | 21 ++++++++
gcc/config/rs6000/rs6000.c | 118 ++++++++++++++++++++++---------------------
gcc/config/rs6000/rs6000.h | 2 +-
gcc/config/rs6000/rs6000.opt | 4 ++
4 files changed, 86 insertions(+), 59 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 879a8f700a Allow conditions to be decomposed with structured bindings
new e767a3be6e Ignore pointers to incomplete types when diagnosing misalign [...]
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/Sema/SemaChecking.cpp | 5 +++--
test/SemaCXX/address-packed.cpp | 9 +++++++++
2 files changed, 12 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 llvm.
from fc3c0801ad6 [X86][X87]: Adding full coverage of MC encoding for all X87 [...]
new 1d4832bccf8 [X86][FMA][FMA4]: Adding full coverage of MC encoding for t [...]
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/FMA-32.s | 2690 +++++++++++++++++++++++++
test/MC/X86/FMA-64.s | 5378 ++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 8068 insertions(+)
create mode 100644 test/MC/X86/FMA-32.s
create mode 100644 test/MC/X86/FMA-64.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 ab26b59c063 [InstSimplify] Add tests for the rL319894
new fc3c0801ad6 [X86][X87]: Adding full coverage of MC encoding for all X87 [...]
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/X87-32.s | 1618 ++++++++++++++++++++++++++++++++++++++++++++++++++
test/MC/X86/X87-64.s | 1618 ++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 3236 insertions(+)
create mode 100755 test/MC/X86/X87-32.s
create mode 100755 test/MC/X86/X87-64.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 ff096475dbf [SelectionDAG] In SplitVecOp_EXTRACT_VECTOR_ELT, simplify t [...]
new ab26b59c063 [InstSimplify] Add tests for the rL319894
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:
.../{InstSimplify => InstCombine}/pr28725.ll | 5 ++---
test/Transforms/InstSimplify/insertelement.ll | 25 ++++++++++++++++++++++
2 files changed, 27 insertions(+), 3 deletions(-)
copy test/Transforms/{InstSimplify => InstCombine}/pr28725.ll (51%)
create mode 100644 test/Transforms/InstSimplify/insertelement.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 78cae93022a Skip DBG instr in OptimizePHIs when looking for dead PHI cycles
new 608221f7aa5 [SelectionDAG] Use TLI.getVectorIdxTy to determine type for [...]
new ff096475dbf [SelectionDAG] In SplitVecOp_EXTRACT_VECTOR_ELT, simplify t [...]
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/SelectionDAG/LegalizeVectorTypes.cpp | 12 ++----------
1 file changed, 2 insertions(+), 10 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 57c16f92679 [AVR] Override ParseDirective
new 78cae93022a Skip DBG instr in OptimizePHIs when looking for dead PHI cycles
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/CodeGen/OptimizePHIs.cpp | 2 +-
test/CodeGen/MIR/X86/opt_phis.mir | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/MIR/X86/opt_phis.mir
--
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 aab26b3c6c Test commit access
new 879a8f700a Allow conditions to be decomposed with structured bindings
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/DiagnosticSemaKinds.td | 3 +
include/clang/Sema/DeclSpec.h | 2 +-
lib/Parse/ParseExprCXX.cpp | 2 +
lib/Sema/SemaDeclCXX.cpp | 14 +++--
test/Parser/cxx1z-decomposition.cpp | 15 ++---
test/Parser/decomposed-condition.cpp | 61 ++++++++++++++++++
test/SemaCXX/decomposed-condition.cpp | 99 ++++++++++++++++++++++++++++++
7 files changed, 183 insertions(+), 13 deletions(-)
create mode 100644 test/Parser/decomposed-condition.cpp
create mode 100644 test/SemaCXX/decomposed-condition.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 03f3a72f26a Revert "[WebAssembly] Import the linear memory and function [...]
new 57c16f92679 [AVR] Override ParseDirective
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/BinaryFormat/ELFRelocs/AVR.def | 5 +-
include/llvm/MC/MCExpr.h | 8 ++
lib/MC/MCExpr.cpp | 10 +++
lib/Target/AVR/AsmParser/AVRAsmParser.cpp | 92 ++++++++++++++++++++--
lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp | 5 +-
lib/Target/AVR/MCTargetDesc/AVRELFObjectWriter.cpp | 45 +++++++++--
lib/Target/AVR/MCTargetDesc/AVRFixupKinds.h | 7 +-
lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.cpp | 51 ++++++++++++
lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.h | 54 +++++++++++++
lib/Target/AVR/MCTargetDesc/AVRMCExpr.cpp | 26 ++++++
lib/Target/AVR/MCTargetDesc/AVRMCExpr.h | 6 +-
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp | 8 +-
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.h | 2 +
lib/Target/AVR/MCTargetDesc/CMakeLists.txt | 1 +
test/MC/AVR/relocations.s | 61 ++++++++++++++
15 files changed, 357 insertions(+), 24 deletions(-)
create mode 100644 lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.cpp
create mode 100644 lib/Target/AVR/MCTargetDesc/AVRMCELFStreamer.h
--
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 0ca7d476f4d Daily bump.
new 97c6694fa74 Enable VAES support [2/5]
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 | 6 +-
.../i386/{fxsrintrin.h => avx512vnniintrin.h} | 61 +++---
gcc/config/i386/avx512vnnivlintrin.h | 89 +++++++++
gcc/config/i386/i386-builtin.def | 42 ++++
gcc/config/i386/immintrin.h | 4 +
gcc/config/i386/sse.md | 221 +++++++++++++++++++++
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gcc.target/i386/avx512-check.h | 3 +
gcc/testsuite/gcc.target/i386/avx512f-vnni-1.c | 21 ++
gcc/testsuite/gcc.target/i386/avx512f-vpdpbusd-2.c | 70 +++++++
gcc/testsuite/gcc.target/i386/avx512vl-vnni-1.c | 27 +++
.../{avx512vl-vaddpd-2.c => avx512vl-vpdpbusd-2.c} | 7 +-
gcc/testsuite/gcc.target/i386/i386.exp | 14 ++
14 files changed, 546 insertions(+), 39 deletions(-)
copy gcc/config/i386/{fxsrintrin.h => avx512vnniintrin.h} (50%)
create mode 100644 gcc/config/i386/avx512vnnivlintrin.h
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vnni-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512f-vpdpbusd-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512vl-vnni-1.c
copy gcc/testsuite/gcc.target/i386/{avx512vl-vaddpd-2.c => avx512vl-vpdpbusd-2.c} (59%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.