This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 59def0db59d [X86][F16C] Add WriteCvtF2FSt scheduling class
new 5e83467a58e [LoopInterchange] Make isProfitableForVectorization slightl [...]
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/LoopInterchange.cpp | 3 +-
.../LoopInterchange/interchange-no-deps.ll | 93 ++++++++++++++++++----
2 files changed, 80 insertions(+), 16 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 7fe67cc2ad8 [ADT] Remove ilist_default_traits
new 59def0db59d [X86][F16C] Add WriteCvtF2FSt scheduling class
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 | 30 ++++++++++------------
lib/Target/X86/X86InstrSSE.td | 5 ++--
lib/Target/X86/X86SchedBroadwell.td | 9 +++++--
lib/Target/X86/X86SchedHaswell.td | 13 +++++-----
lib/Target/X86/X86SchedSandyBridge.td | 1 +
lib/Target/X86/X86SchedSkylakeClient.td | 13 +++++-----
lib/Target/X86/X86SchedSkylakeServer.td | 13 +++++-----
lib/Target/X86/X86Schedule.td | 1 +
lib/Target/X86/X86ScheduleAtom.td | 1 +
lib/Target/X86/X86ScheduleBtVer2.td | 6 +----
lib/Target/X86/X86ScheduleSLM.td | 1 +
lib/Target/X86/X86ScheduleZnver1.td | 1 +
test/CodeGen/X86/f16c-schedule.ll | 8 +++---
.../llvm-mca/X86/SandyBridge/resources-f16c.s | 10 ++++----
14 files changed, 55 insertions(+), 57 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 f862b68e42a [X86][BtVer2] Fix VCVTPS2PHmr/VCVTPS2PHYmr latencies
new 7fe67cc2ad8 [ADT] Remove ilist_default_traits
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/ADT/ilist.h | 12 +-----------
1 file changed, 1 insertion(+), 11 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 glibc.
from e5aea5c314 Fix tst-strfmon_l test for hr_HR locale
new 5e14bb9793 Fix Hurd glibc build with GCC 8.
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:
ChangeLog | 4 ++++
sysdeps/mach/hurd/dl-sysdep.c | 6 ++++--
2 files changed, 8 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 6f8184d949f [mips] Show an error if register number is out of range
new 9830843b265 [llvm-mca] Default the output asm dialect used by the instr [...]
new 7d78f54577d [X86][IVB] Add F16C resource tests.
new f862b68e42a [X86][BtVer2] Fix VCVTPS2PHmr/VCVTPS2PHYmr latencies
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/X86/X86ScheduleBtVer2.td | 4 +-
test/CodeGen/X86/f16c-schedule.ll | 4 +-
test/tools/llvm-mca/X86/BtVer2/resources-f16c.s | 16 ++----
.../llvm-mca/X86/SandyBridge/resources-f16c.s | 58 ++++++++++++++++++++++
test/tools/llvm-mca/X86/intel-syntax.s | 37 ++++++++++++++
tools/llvm-mca/llvm-mca.cpp | 28 ++++++-----
6 files changed, 120 insertions(+), 27 deletions(-)
create mode 100644 test/tools/llvm-mca/X86/SandyBridge/resources-f16c.s
create mode 100644 test/tools/llvm-mca/X86/intel-syntax.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 fc4e13c88fc [AMDGPU][Waitcnt] NFC. Cleanup some code/naming consistency [...]
new 6ddbc3eac4a [InstCombine] regenerate checks; NFC
new 6f8184d949f [mips] Show an error if register number is out of range
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/Mips/AsmParser/MipsAsmParser.cpp | 9 +-
test/MC/Mips/eva/invalid.s | 24 +-
test/MC/Mips/eva/invalid_R6.s | 24 +-
test/MC/Mips/micromips-invalid.s | 2 +-
test/MC/Mips/micromips/invalid.s | 52 +-
test/MC/Mips/micromips32r6/invalid.s | 115 ++-
test/MC/Mips/mips-register-names-invalid.s | 4 +-
test/MC/Mips/mips32r5/invalid.s | 32 +-
test/MC/Mips/mips32r6/invalid-mips5-wrong-error.s | 4 -
test/MC/Mips/mips32r6/invalid.s | 40 +-
test/MC/Mips/mips64r3/invalid.s | 2 +-
test/MC/Mips/mips64r5/invalid.s | 34 +-
test/MC/Mips/mips64r6/invalid.s | 52 +-
test/Transforms/InstCombine/select.ll | 1003 ++++++++++++---------
14 files changed, 772 insertions(+), 625 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 7beb5500580 Testsuite fixes for C++11 alignof change.
new e5bed942c76 PR target/85503 * config/rs6000/rs6000-p8swap.c (const_lo [...]
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/rs6000/rs6000-p8swap.c | 6 +-
gcc/testsuite/ChangeLog | 3 +
gcc/testsuite/g++.dg/ext/pr85503.C | 218 +++++++++++++++++++++++++++++++++++++
4 files changed, 232 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/pr85503.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 e5ad7684b57 [InstCombine] regenerate checks; NFC
new fc4e13c88fc [AMDGPU][Waitcnt] NFC. Cleanup some code/naming consistency [...]
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/AMDGPU/SIInsertWaitcnts.cpp | 76 +++++++++++++++++-----------------
1 file changed, 38 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.