This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dc034412969 [globalisel][legalizerinfo] Introduce dedicated extending l [...]
new d585032b63b [X86] Remove unnecessary rotate-carry folded InstRW overrides.
new 6f7f5298e9e [X86] Restrict many of the InstAliases to either to only at [...]
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/Target/Target.td | 4 +-
lib/Target/X86/X86InstrAVX512.td | 36 ++++++++--------
lib/Target/X86/X86InstrInfo.td | 86 ++++++++++++++++++-------------------
lib/Target/X86/X86InstrSSE.td | 84 ++++++++++++++++++------------------
lib/Target/X86/X86ScheduleZnver1.td | 19 +-------
5 files changed, 107 insertions(+), 122 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 20230f9b428 [InstCombine] Canonicalize variable mask in masked merge
new cb994145314 [LLVM-C] Miscellaneous Cleanups in DIBuilder Bindings
new dc034412969 [globalisel][legalizerinfo] Introduce dedicated extending l [...]
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-c/DebugInfo.h | 75 ++++++++++++----------
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 12 ++++
include/llvm/Support/TargetOpcodes.def | 8 ++-
include/llvm/Target/GenericOpcodes.td | 16 +++++
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 48 ++++++++++++--
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 8 ++-
lib/IR/DebugInfo.cpp | 68 +++++++++++++++-----
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 6 ++
.../AArch64/GlobalISel/legalize-extload.mir | 25 ++++++++
.../AArch64/GlobalISel/legalize-sextload.mir | 25 ++++++++
.../AArch64/GlobalISel/legalize-zextload.mir | 25 ++++++++
11 files changed, 261 insertions(+), 55 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-extload.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-sextload.mir
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-zextload.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 llvm.
from df14a5b448e [X86] Remove unnecessary shift/rotate folded InstRW overrides.
new 4147eac22fe [InstCombine][NFC] Add tests for variable mask canonicaliza [...]
new 20230f9b428 [InstCombine] Canonicalize variable mask in masked merge
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/Transforms/InstCombine/InstCombineAndOrXor.cpp | 33 ++
.../invert-variable-mask-in-masked-merge-scalar.ll | 318 ++++++++++++++++
.../invert-variable-mask-in-masked-merge-vector.ll | 421 +++++++++++++++++++++
3 files changed, 772 insertions(+)
create mode 100644 test/Transforms/InstCombine/invert-variable-mask-in-masked-merg [...]
create mode 100644 test/Transforms/InstCombine/invert-variable-mask-in-masked-merg [...]
--
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 407eee0424f [llvm-mca][X86] Add double shift resource tests to all rele [...]
new df14a5b448e [X86] Remove unnecessary shift/rotate folded InstRW overrides.
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/X86SchedHaswell.td | 8 +-------
lib/Target/X86/X86SchedSkylakeClient.td | 8 +-------
lib/Target/X86/X86SchedSkylakeServer.td | 8 +-------
lib/Target/X86/X86ScheduleZnver1.td | 3 ---
4 files changed, 3 insertions(+), 24 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 27505b427b8 [llvm-mca][X86] Add shift/rotate resource tests to all rele [...]
new 407eee0424f [llvm-mca][X86] Add double shift resource tests to all rele [...]
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:
.../llvm-mca/X86/Broadwell/resources-x86_64.s | 77 +++++++++++++++++++++-
test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s | 77 +++++++++++++++++++++-
test/tools/llvm-mca/X86/Haswell/resources-x86_64.s | 77 +++++++++++++++++++++-
test/tools/llvm-mca/X86/SLM/resources-x86_64.s | 77 +++++++++++++++++++++-
.../llvm-mca/X86/SandyBridge/resources-x86_64.s | 77 +++++++++++++++++++++-
.../llvm-mca/X86/SkylakeClient/resources-x86_64.s | 77 +++++++++++++++++++++-
.../llvm-mca/X86/SkylakeServer/resources-x86_64.s | 77 +++++++++++++++++++++-
test/tools/llvm-mca/X86/Znver1/resources-x86_64.s | 77 +++++++++++++++++++++-
8 files changed, 608 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 gcc-7-branch
in repository gcc.
from 1417cf7bb52 Daily bump.
new 87d2e9c52a9 gcc/fortran/ChangeLog:
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 | 13 ++
gcc/fortran/dependency.c | 5 +-
gcc/fortran/trans-array.c | 2 +-
gcc/fortran/trans-intrinsic.c | 138 +++++++++++++++++----
gcc/testsuite/ChangeLog | 8 ++
.../gfortran.dg/coarray/get_to_indexed_array_1.f90 | 32 +++++
.../gfortran.dg/coarray/get_to_indirect_array.f90 | 28 +++++
7 files changed, 199 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray/get_to_indexed_array_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/coarray/get_to_indirect_array.f90
--
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 062ea426b3f Daily bump.
new f75813c9bcf gcc/fortran/ChangeLog:
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 | 13 ++
gcc/fortran/dependency.c | 5 +-
gcc/fortran/trans-array.c | 2 +-
gcc/fortran/trans-intrinsic.c | 138 +++++++++++++++++----
gcc/testsuite/ChangeLog | 8 ++
.../gfortran.dg/coarray/get_to_indexed_array_1.f90 | 32 +++++
.../gfortran.dg/coarray/get_to_indirect_array.f90 | 28 +++++
7 files changed, 199 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/coarray/get_to_indexed_array_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/coarray/get_to_indirect_array.f90
--
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 da1f4275f62 [X86][SSE] Stop hard coding some instruction scheduler classes.
new 27505b427b8 [llvm-mca][X86] Add shift/rotate resource tests to all rele [...]
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:
.../llvm-mca/X86/Broadwell/resources-x86_64.s | 548 ++++++++++++++++++++
test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s | 552 +++++++++++++++++++++
test/tools/llvm-mca/X86/Haswell/resources-x86_64.s | 548 ++++++++++++++++++++
test/tools/llvm-mca/X86/SLM/resources-x86_64.s | 546 ++++++++++++++++++++
.../llvm-mca/X86/SandyBridge/resources-x86_64.s | 546 ++++++++++++++++++++
.../llvm-mca/X86/SkylakeClient/resources-x86_64.s | 548 ++++++++++++++++++++
.../llvm-mca/X86/SkylakeServer/resources-x86_64.s | 548 ++++++++++++++++++++
test/tools/llvm-mca/X86/Znver1/resources-x86_64.s | 550 ++++++++++++++++++++
8 files changed, 4386 insertions(+)
create mode 100644 test/tools/llvm-mca/X86/Broadwell/resources-x86_64.s
create mode 100644 test/tools/llvm-mca/X86/BtVer2/resources-x86_64.s
create mode 100644 test/tools/llvm-mca/X86/Haswell/resources-x86_64.s
create mode 100644 test/tools/llvm-mca/X86/SLM/resources-x86_64.s
create mode 100644 test/tools/llvm-mca/X86/SandyBridge/resources-x86_64.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeClient/resources-x86_64.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeServer/resources-x86_64.s
create mode 100644 test/tools/llvm-mca/X86/Znver1/resources-x86_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 00a047825e7 [X86][HW] Cleanup Haswell model. NFCI.
new da1f4275f62 [X86][SSE] Stop hard coding some instruction scheduler classes.
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/X86InstrSSE.td | 107 +++++++++++++++++++++++-------------------
1 file changed, 58 insertions(+), 49 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 12eeab5f684 [X86] Remove mayLoad flag from BNDMK/BNDCL/BNDCN/BNDCU.
new 00a047825e7 [X86][HW] Cleanup Haswell model. NFCI.
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/X86SchedHaswell.td | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.