This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d423174935d [X86][XOP] Add XOP oddshuffles tests
new d20b82b8579 [AArch64][GlobalISel] Make G_PHI of p0 types legal.
new 6a8905aab30 [AArch64][GlobalISel] Add a test case for G_PHI of p0 regba [...]
new 0c84366cbf7 [AArch64][GlobalISel] Add a test case for G_PHI of p0 instr [...]
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:
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 2 +-
test/CodeGen/AArch64/GlobalISel/legalize-phi.mir | 51 ++++++++++++++++++++++
.../AArch64/GlobalISel/regbankselect-default.mir | 42 ++++++++++++++++++
test/CodeGen/AArch64/GlobalISel/select-phi.mir | 45 +++++++++++++++++++
4 files changed, 139 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 gcc.
from 25832dc4dcb 2017-10-08 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 56abc7f7923 2017-10-08 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 8 ++++++++
gcc/fortran/module.c | 10 ++++++++--
2 files changed, 16 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 gcc.
from 9fcaba9d544 * i386.c (ix86_expand_set_or_movmem): Disable 512bit loops [...]
new 25832dc4dcb 2017-10-08 Thomas Koenig <tkoenig(a)gcc.gnu.org>
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/fortran/ChangeLog | 10 ++++++++++
gcc/fortran/dump-parse-tree.c | 14 +++++++++++++-
gcc/fortran/invoke.texi | 22 +++++++++++++++-------
3 files changed, 38 insertions(+), 8 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 3268f32591f [X86] Add missing entries in 'MemoryFoldTable2Addr' to get [...]
new 2d2436c4b66 [X86][SKX] Adding the scheduling information for the SKX target.
new d423174935d [X86][XOP] Add XOP oddshuffles tests
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/Target/X86/X86.td | 3 +-
lib/Target/X86/X86SchedSkylakeServer.td | 6949 +++++++++++++++++++++++++++
lib/Target/X86/X86Schedule.td | 2 +
test/CodeGen/X86/avx-schedule.ll | 466 +-
test/CodeGen/X86/avx2-schedule.ll | 858 ++--
test/CodeGen/X86/avx512-schedule.ll | 2860 +++++------
test/CodeGen/X86/avx512-shuffle-schedule.ll | 5100 ++++++++++----------
test/CodeGen/X86/fma-schedule.ll | 192 +-
test/CodeGen/X86/oddshuffles.ll | 266 +
test/CodeGen/X86/recip-fastmath.ll | 78 +-
test/CodeGen/X86/recip-fastmath2.ll | 130 +-
test/CodeGen/X86/sse-schedule.ll | 248 +-
test/CodeGen/X86/sse2-schedule.ll | 692 +--
test/CodeGen/X86/sse3-schedule.ll | 54 +-
test/CodeGen/X86/sse41-schedule.ll | 252 +-
test/CodeGen/X86/sse42-schedule.ll | 36 +-
test/CodeGen/X86/ssse3-schedule.ll | 82 +-
17 files changed, 12743 insertions(+), 5525 deletions(-)
create mode 100755 lib/Target/X86/X86SchedSkylakeServer.td
--
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 12b03e2be45 2017-10-08 Olivier Hainque <hainque(a)adacore.com>
new 7149d67c8c9 * i386.c (has_dispatch): Disable for Ryzen.
new 9fcaba9d544 * i386.c (ix86_expand_set_or_movmem): Disable 512bit loops [...]
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 | 9 +++++++++
gcc/config/i386/i386.c | 6 +++++-
2 files changed, 14 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 llvm.
from cb927390eb0 [X86][TableGen] Recommitting the X86 memory folding tables [...]
new 3268f32591f [X86] Add missing entries in 'MemoryFoldTable2Addr' to get [...]
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 | 50 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 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 llvm.
from e583d968d3a [X86] Stop LowerSIGN_EXTEND_AVX512 from creating v8i16/v16i [...]
new cb927390eb0 [X86][TableGen] Recommitting the X86 memory folding tables [...]
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/CMakeLists.txt | 4 +
utils/TableGen/CMakeLists.txt | 1 +
utils/TableGen/TableGen.cpp | 6 +
utils/TableGen/TableGenBackends.h | 1 +
utils/TableGen/X86FoldTablesEmitter.cpp | 663 ++++++++++++++++++++++++++++++++
5 files changed, 675 insertions(+)
create mode 100644 utils/TableGen/X86FoldTablesEmitter.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 e22eb3ecee0 [X86] Add new attribute to X86 instructions to enable marki [...]
new e583d968d3a [X86] Stop LowerSIGN_EXTEND_AVX512 from creating v8i16/v16i [...]
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/X86ISelLowering.cpp | 7 +-
test/CodeGen/X86/vector-shuffle-v1.ll | 225 ++++++++++++++++++++++++++++++++++
2 files changed, 231 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 llvm.
from 7e5d086d1e5 [X86] Simplify some code in getInsertVINSERTImmediate and g [...]
new e22eb3ecee0 [X86] Add new attribute to X86 instructions to enable marki [...]
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 | 20 +++++++++------
lib/Target/X86/X86InstrControl.td | 8 +++---
lib/Target/X86/X86InstrFormats.td | 5 ++++
lib/Target/X86/X86InstrInfo.td | 54 ++++++++++++++++++++++-----------------
lib/Target/X86/X86InstrSSE.td | 13 +++++-----
5 files changed, 58 insertions(+), 42 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 gcc.
from 5366ae382c2 2017-10-08 Olivier Hainque <hainque(a)adacore.com>
new 12b03e2be45 2017-10-08 Olivier Hainque <hainque(a)adacore.com>
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 | 7 +++++++
gcc/config/arm/arm.c | 25 +++++++++++++------------
2 files changed, 20 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.