This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 05b1399b378 [X86] Correct spill slot size.
new 863acbcdf35 [X86] Tag PSLLDQ/PSRLDQ as WriteShuffle scheduler classes i [...]
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/X86InstrAVX512.td | 24 ++++++++++++------------
lib/Target/X86/X86InstrSSE.td | 16 +++++++++-------
lib/Target/X86/X86SchedBroadwell.td | 4 +---
lib/Target/X86/X86SchedHaswell.td | 4 +---
lib/Target/X86/X86SchedSkylakeClient.td | 4 +---
lib/Target/X86/X86SchedSkylakeServer.td | 12 +-----------
6 files changed, 25 insertions(+), 39 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 b86d2aaf27d NFC, Avoid a warning in WasmObjectWriter
new 05b1399b378 [X86] Correct spill slot size.
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/X86InstrInfo.cpp | 4 +--
test/CodeGen/X86/pr30821.mir | 68 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 70 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 03a7ebed885 [X86] movdiri and movdir64b instructions
new b86d2aaf27d NFC, Avoid a warning in WasmObjectWriter
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/MC/WasmObjectWriter.cpp | 2 ++
1 file changed, 2 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 lldb.
from 6ed5d4c08 Fix type_lookup test to make buildbots happy
new 06f77549c Split TestGlobalVariables into two and xfail one of them for [...]
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:
.../lang/c/global_variables/TestGlobalVariables.py | 33 +++++++++++++++-------
1 file changed, 23 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 dd0dfea28b2 [PM/LoopUnswitch] Remove the last manual domtree update cod [...]
new 03a7ebed885 [X86] movdiri and movdir64b instructions
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 | 12 +++++++
lib/Support/Host.cpp | 2 ++
.../X86/Disassembler/X86DisassemblerDecoder.cpp | 6 ++--
lib/Target/X86/X86.td | 8 +++++
lib/Target/X86/X86InstrInfo.td | 33 +++++++++++++++++
lib/Target/X86/X86Subtarget.cpp | 2 ++
lib/Target/X86/X86Subtarget.h | 8 +++++
test/CodeGen/X86/movdir-intrinsic-x86.ll | 41 ++++++++++++++++++++++
test/CodeGen/X86/movdir-intrinsic-x86_64.ll | 14 ++++++++
test/MC/Disassembler/X86/x86-16.txt | 6 ++++
test/MC/Disassembler/X86/x86-32.txt | 12 +++++++
test/MC/Disassembler/X86/x86-64.txt | 9 +++++
test/MC/X86/x86-16.s | 8 +++++
test/MC/X86/x86-32-coverage.s | 24 +++++++++++++
test/MC/X86/x86-64.s | 24 +++++++++++++
utils/TableGen/X86RecognizableInstr.cpp | 4 +++
16 files changed, 211 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/X86/movdir-intrinsic-x86.ll
create mode 100644 test/CodeGen/X86/movdir-intrinsic-x86_64.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 c2a765c27f Fix up r331244 - the emitted definition is weak_odr linkage. [...]
new b7af214275 [X86] directstore and movdir64b intrinsics
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:
docs/ClangCommandLineReference.rst | 4 +++
include/clang/Basic/BuiltinsX86.def | 4 +++
include/clang/Basic/BuiltinsX86_64.def | 1 +
include/clang/Driver/Options.td | 4 +++
lib/Basic/Targets/X86.cpp | 14 ++++++++
lib/Basic/Targets/X86.h | 2 ++
lib/Headers/CMakeLists.txt | 1 +
lib/Headers/cpuid.h | 2 ++
lib/Headers/module.modulemap | 1 +
lib/Headers/{rdseedintrin.h => movdirintrin.h} | 46 ++++++++++++++------------
lib/Headers/x86intrin.h | 5 +++
test/CodeGen/builtin-movdir.c | 31 +++++++++++++++++
test/Driver/x86-target-features.c | 10 ++++++
test/Preprocessor/predefined-arch-macros.c | 4 +++
14 files changed, 107 insertions(+), 22 deletions(-)
copy lib/Headers/{rdseedintrin.h => movdirintrin.h} (56%)
create mode 100644 test/CodeGen/builtin-movdir.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 112030e33ee [PM/LoopUnswitch] Add back a successor set that was removed [...]
new dd0dfea28b2 [PM/LoopUnswitch] Remove the last manual domtree update cod [...]
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/Transforms/Scalar/SimpleLoopUnswitch.cpp | 188 +++------------------------
1 file changed, 18 insertions(+), 170 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 52c132f528d [X86] Remove 'opaque ptr' from the intel syntax parser and [...]
new 112030e33ee [PM/LoopUnswitch] Add back a successor set that was removed [...]
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/Transforms/Scalar/SimpleLoopUnswitch.cpp | 8 ++++++--
1 file changed, 6 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 gcc-7-branch
in repository gcc.
from 84d362cd483 Daily bump.
new e18ee517dda [arm] PR target/82518: Return false in ARRAY_MODE_SUPPORTED [...]
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/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/lib/target-supports.exp | 2 +-
2 files changed, 10 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 9067f8fb74 Implement P0482R2, support for char8_t type.
new c2a765c27f Fix up r331244 - the emitted definition is weak_odr linkage. [...]
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/CodeGenCXX/char8_t.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.