This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 03345f1de96 [X86] Add DAG combine to turn (trunc (srl (mul ext, ext), 1 [...]
new 95f4d00dadc [X86] Strip unnecessary vector integer math, shift-imm, ext [...]
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/X86SchedBroadwell.td | 108 +----------------------
lib/Target/X86/X86SchedHaswell.td | 108 +----------------------
lib/Target/X86/X86SchedSkylakeClient.td | 46 +---------
lib/Target/X86/X86SchedSkylakeServer.td | 148 +-------------------------------
4 files changed, 12 insertions(+), 398 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 bdf2d487f20 [X86] Add SchedWrites for LDMXCSR/STMXCSR.
new b14e304f175 [X86] Add test cases that show the current codegen for (tru [...]
new 03345f1de96 [X86] Add DAG combine to turn (trunc (srl (mul ext, ext), 1 [...]
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/X86ISelLowering.cpp | 57 +++++++
test/CodeGen/X86/pmulh.ll | 328 +++++++++++++++++++++++++++++++++++++
2 files changed, 385 insertions(+)
create mode 100644 test/CodeGen/X86/pmulh.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 lldb.
from b725bb6b6 Temporarily skip Go TestExpressions on FreeBSD as it hangs
new 2daa75756 [lit] Generate a single lit cfg file for tests that require d [...]
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:
lit/Suite/lit.site.cfg.in | 3 ++-
test/CMakeLists.txt | 60 +++++++++++++++++++++++++++++++++++------------
2 files changed, 47 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 ce3569799c6 [InstSimplify] move tests for shifts; NFC
new bdf2d487f20 [X86] Add SchedWrites for LDMXCSR/STMXCSR.
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 | 8 ++++----
lib/Target/X86/X86SchedBroadwell.td | 14 +++++---------
lib/Target/X86/X86SchedHaswell.td | 14 +++++---------
lib/Target/X86/X86SchedSandyBridge.td | 12 ++++--------
lib/Target/X86/X86SchedSkylakeClient.td | 14 +++++---------
lib/Target/X86/X86SchedSkylakeServer.td | 15 +++++----------
lib/Target/X86/X86Schedule.td | 4 ++++
lib/Target/X86/X86ScheduleAtom.td | 12 +++++++++---
lib/Target/X86/X86ScheduleBtVer2.td | 5 +++++
lib/Target/X86/X86ScheduleSLM.td | 5 +++++
lib/Target/X86/X86ScheduleZnver1.td | 8 ++------
11 files changed, 53 insertions(+), 58 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 binutils-gdb.
from 5a8edf8ece Test that gcc -B picks up new ld
new 00aecdcf62 FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR [...]
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:
gdb/ChangeLog | 7 +++++++
gdb/inf-ptrace.c | 5 ++++-
gdb/remote.c | 5 ++++-
3 files changed, 15 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 7138e5f726e [InstSimplify] move/add/regenerate checks for tests; NFC
new ce3569799c6 [InstSimplify] move tests for shifts; NFC
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/Transforms/InstCombine/apint-shift.ll | 50 -------------
test/Transforms/InstCombine/shift.ll | 111 ++---------------------------
test/Transforms/InstSimplify/shift.ll | 107 +++++++++++++++++++++++++++
test/Transforms/InstSimplify/shr-nop.ll | 8 ---
4 files changed, 113 insertions(+), 163 deletions(-)
create mode 100644 test/Transforms/InstSimplify/shift.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 afefd074c18 [llvm-mca][X86] Add AVX2 resource tests
new 9c642ec90eb [X86][Broadwell] Remove unnecessary VORPD/VORPS instrw over [...]
new 8982c7a5bc4 [X86][Haswell] Strip unnecessary WriteFAdd/WriteFHAdd instr [...]
new 7138e5f726e [InstSimplify] move/add/regenerate checks for tests; NFC
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/X86SchedBroadwell.td | 2 --
lib/Target/X86/X86SchedHaswell.td | 18 ++-------------
test/Transforms/InstCombine/div.ll | 9 --------
test/Transforms/InstCombine/rem.ll | 8 -------
test/Transforms/InstSimplify/div.ll | 42 +++++++++++++++++++++++++++-------
test/Transforms/InstSimplify/mul.ll | 9 ++++++++
test/Transforms/InstSimplify/negate.ll | 24 +++++++++++++++++--
test/Transforms/InstSimplify/rem.ll | 25 ++++++++++++++++++++
8 files changed, 92 insertions(+), 45 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 78288e4d3d1 [X86] Strip unnecessary WriteFRcp/WriteFRsqrt instruction i [...]
new afefd074c18 [llvm-mca][X86] Add AVX2 resource tests
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/tools/llvm-mca/X86/Broadwell/resources-avx2.s | 1077 +++++++++++++++++++
test/tools/llvm-mca/X86/Haswell/resources-avx2.s | 1077 +++++++++++++++++++
.../llvm-mca/X86/SkylakeClient/resources-avx2.s | 1077 +++++++++++++++++++
.../llvm-mca/X86/SkylakeServer/resources-avx2.s | 1077 +++++++++++++++++++
test/tools/llvm-mca/X86/Znver1/resources-avx2.s | 1079 ++++++++++++++++++++
5 files changed, 5387 insertions(+)
create mode 100644 test/tools/llvm-mca/X86/Broadwell/resources-avx2.s
create mode 100644 test/tools/llvm-mca/X86/Haswell/resources-avx2.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeClient/resources-avx2.s
create mode 100644 test/tools/llvm-mca/X86/SkylakeServer/resources-avx2.s
create mode 100644 test/tools/llvm-mca/X86/Znver1/resources-avx2.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 clang-tools-extra.
from 52e5ed95 [clang-apply-replacements] Make clang-apply-replacements installable
new 1ac96801 [clang-tidy] Customize FileCheck prefix in check_clang-tidy.py
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/clang-tidy/index.rst | 21 +++++++++++++++++++++
test/clang-tidy/check_clang_tidy.cpp | 21 +++++++++++++++++++++
test/clang-tidy/check_clang_tidy.py | 25 +++++++++++++++++--------
3 files changed, 59 insertions(+), 8 deletions(-)
create mode 100644 test/clang-tidy/check_clang_tidy.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 adb42c178e5 [X86] Strip unnecessary WriteFShuffle instruction instrw ov [...]
new 78288e4d3d1 [X86] Strip unnecessary WriteFRcp/WriteFRsqrt instruction 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/X86SchedBroadwell.td | 6 +-----
lib/Target/X86/X86SchedHaswell.td | 6 +-----
lib/Target/X86/X86SchedSkylakeClient.td | 10 +++-------
lib/Target/X86/X86SchedSkylakeServer.td | 28 +++-------------------------
4 files changed, 8 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.