This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b69d7e5c93a [ARM] FP16 vmaxnm/vminnm scalar instructions
new cef8ffa7205 [X86] Remove remaining itinerary support from 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:
lib/Target/X86/X86InstrFormats.td | 2 --
lib/Target/X86/X86Subtarget.cpp | 2 --
lib/Target/X86/X86Subtarget.h | 9 ---------
3 files changed, 13 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 6bda3ad7207 Revert r330027: "[llvm-exegesis] re-enable failing tests af [...]
new b69d7e5c93a [ARM] FP16 vmaxnm/vminnm scalar 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:
lib/Target/ARM/ARMISelLowering.cpp | 5 +
lib/Target/ARM/ARMInstrNEON.td | 13 +
lib/Target/ARM/ARMInstrVFP.td | 4 +-
test/CodeGen/ARM/fp16-instructions.ll | 7 +-
test/CodeGen/ARM/fp16-vminmaxnm-safe.ll | 366 ++++++++++++++++++++++++++++
test/CodeGen/ARM/fp16-vminmaxnm.ll | 418 ++++++++++++++++++++++++++++++++
6 files changed, 810 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/ARM/fp16-vminmaxnm-safe.ll
create mode 100644 test/CodeGen/ARM/fp16-vminmaxnm.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 8b2b901a7e1 [ARC] Add LImm support for J/JL
new a2ce47d27d2 [llvm-mca] Ensure that instructions with a schedule read-ad [...]
new 6bda3ad7207 Revert r330027: "[llvm-exegesis] re-enable failing tests af [...]
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:
test/tools/llvm-mca/X86/BtVer2/read-advance-3.s | 44 +++++++++++
tools/llvm-mca/Scheduler.cpp | 91 ++++++++++------------
tools/llvm-mca/Scheduler.h | 13 ++--
.../llvm-exegesis/X86/InMemoryAssemblerTest.cpp | 8 +-
4 files changed, 95 insertions(+), 61 deletions(-)
create mode 100644 test/tools/llvm-mca/X86/BtVer2/read-advance-3.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 68526467977 [profile] Fix binary format reader error propagation.
new 18b893f077b [X86] Generalize X86FixupLEAs to work with TargetSchedModel
new 8b2b901a7e1 [ARC] Add LImm support for J/JL
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/ARC/ARCInstrInfo.td | 22 +++++++++++++++++-----
lib/Target/X86/X86FixupLEAs.cpp | 7 ++++---
test/MC/Disassembler/ARC/misc.txt | 6 ++++++
3 files changed, 27 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 c70bdbc4bec [llvm-exegesis] re-enable failing tests after r330026.
new 68526467977 [profile] Fix binary format reader error propagation.
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/ProfileData/InstrProfReader.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 5031ac2c1dc [llvm-exegesis] Fix use after free.
new c70bdbc4bec [llvm-exegesis] re-enable failing tests after r330026.
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:
unittests/tools/llvm-exegesis/X86/InMemoryAssemblerTest.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 lldb.
from 6c8ca4fb1 Re-land "Don't assume backing thread shares protocol ID."
new f03fecab1 Allow relative file paths when settings source breakpoints
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:
.../lldb/Breakpoint/BreakpointResolverFileLine.h | 2 +-
.../breakpoint_command/TestBreakpointCommand.py | 26 ++++++++++++++++-
packages/Python/lldbsuite/test/lldbutil.py | 2 +-
source/Breakpoint/BreakpointResolverFileLine.cpp | 33 +++++++++++++++++++---
4 files changed, 56 insertions(+), 7 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 faa78cf0541 [X86] Remove remaining OpndItins/SizeItins from all instruc [...]
new 9a2e6e5e410 [X86][AVX512] UNPCKL/H PS and PD should be scheduled with W [...]
new bb755986cfa [AArch64][SVE] Asm: Support for contiguous LD1 (scalar+imm) [...]
new 6d335d78426 Remove comment reference to itineraries. NFCI.
new 5031ac2c1dc [llvm-exegesis] Fix use after free.
The 4 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/AArch64RegisterInfo.td | 3 +
lib/Target/AArch64/AArch64SVEInstrInfo.td | 17 ++
lib/Target/AArch64/SVEInstrFormats.td | 44 +++
lib/Target/X86/X86InstrAVX512.td | 4 +-
lib/Target/X86/X86ScheduleAtom.td | 2 +-
test/CodeGen/X86/avx512-shuffle-schedule.ll | 384 +++++++++++++-------------
test/MC/AArch64/SVE/ld1b-diagnostics.s | 87 ++++++
test/MC/AArch64/SVE/ld1b.s | 104 +++++++
test/MC/AArch64/SVE/ld1d-diagnostics.s | 42 +++
test/MC/AArch64/SVE/ld1d.s | 32 +++
test/MC/AArch64/SVE/ld1h-diagnostics.s | 72 +++++
test/MC/AArch64/SVE/ld1h.s | 80 ++++++
test/MC/AArch64/SVE/ld1sb-diagnostics.s | 86 ++++++
test/MC/AArch64/SVE/ld1sb.s | 80 ++++++
test/MC/AArch64/SVE/ld1sh-diagnostics.s | 71 +++++
test/MC/AArch64/SVE/ld1sh.s | 56 ++++
test/MC/AArch64/SVE/ld1sw-diagnostics.s | 56 ++++
test/MC/AArch64/SVE/ld1sw.s | 32 +++
test/MC/AArch64/SVE/ld1w-diagnostics.s | 57 ++++
test/MC/AArch64/SVE/ld1w.s | 56 ++++
tools/llvm-exegesis/lib/InMemoryAssembler.cpp | 2 +-
21 files changed, 1171 insertions(+), 196 deletions(-)
create mode 100644 test/MC/AArch64/SVE/ld1b-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ld1b.s
create mode 100644 test/MC/AArch64/SVE/ld1d-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ld1d.s
create mode 100644 test/MC/AArch64/SVE/ld1h-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ld1h.s
create mode 100644 test/MC/AArch64/SVE/ld1sb-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ld1sb.s
create mode 100644 test/MC/AArch64/SVE/ld1sh-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ld1sh.s
create mode 100644 test/MC/AArch64/SVE/ld1sw-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ld1sw.s
create mode 100644 test/MC/AArch64/SVE/ld1w-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/ld1w.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 2ebff131899 Remove out of data comment. NFCI.
new 89eb2f73415 [llvm-exegesis][NFC] Add more logging in case target creati [...]
new 43c4e4a682b Remove comment references to itineraries. NFCI.
new faa78cf0541 [X86] Remove remaining OpndItins/SizeItins from all instruc [...]
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/X86InstrAVX512.td | 2631 ++++++++++----------
lib/Target/X86/X86InstrMPX.td | 2 +-
lib/Target/X86/X86InstrSSE.td | 385 +--
lib/Target/X86/X86Schedule.td | 2 +-
lib/Target/X86/X86ScheduleZnver1.td | 4 +-
.../llvm-exegesis/X86/InMemoryAssemblerTest.cpp | 8 +-
6 files changed, 1310 insertions(+), 1722 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 b86299ad280 [InstCombine][NFC] Regenerate logical-select.ll test
new 13bac7c13d6 [PostRASink]Add register dependency check for implicit operands
new 2ebff131899 Remove out of data comment. NFCI.
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/MachineSink.cpp | 126 ++++++++++++++++++++++++++------
lib/Target/X86/X86Schedule.td | 3 +-
test/CodeGen/SystemZ/no-postra-sink.mir | 63 ++++++++++++++++
3 files changed, 167 insertions(+), 25 deletions(-)
create mode 100644 test/CodeGen/SystemZ/no-postra-sink.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.