This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 19f4c1ecb2b [ARM] Regenerated arg endian test
new 1726fda3b28 [AArch64] Updated bigendian buildvector tests
new ce729e20ee9 [AArch64][SVE] Asm: Vector Unpack Low/High instructions.
new 27babdf37a5 [llvm-mca] Removed unused arguments from methods in class P [...]
new ed770b652cb [llvm-mca] Simplify the Pipeline constructor. NFC
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/AArch64SVEInstrInfo.td | 8 +
lib/Target/AArch64/SVEInstrFormats.td | 37 +++++
test/CodeGen/AArch64/aarch64-be-bv.ll | 256 +++++++++++++++---------------
test/MC/AArch64/SVE/punpkhi-diagnostics.s | 15 ++
test/MC/AArch64/SVE/punpkhi.s | 20 +++
test/MC/AArch64/SVE/punpklo-diagnostics.s | 15 ++
test/MC/AArch64/SVE/punpklo.s | 20 +++
test/MC/AArch64/SVE/sunpkhi-diagnostics.s | 20 +++
test/MC/AArch64/SVE/sunpkhi.s | 26 +++
test/MC/AArch64/SVE/sunpklo-diagnostics.s | 20 +++
test/MC/AArch64/SVE/sunpklo.s | 26 +++
test/MC/AArch64/SVE/uunpkhi-diagnostics.s | 20 +++
test/MC/AArch64/SVE/uunpkhi.s | 26 +++
test/MC/AArch64/SVE/uunpklo-diagnostics.s | 20 +++
test/MC/AArch64/SVE/uunpklo.s | 26 +++
tools/llvm-mca/Context.cpp | 4 +-
tools/llvm-mca/Pipeline.cpp | 22 +--
tools/llvm-mca/Pipeline.h | 12 +-
18 files changed, 444 insertions(+), 149 deletions(-)
create mode 100644 test/MC/AArch64/SVE/punpkhi-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/punpkhi.s
create mode 100644 test/MC/AArch64/SVE/punpklo-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/punpklo.s
create mode 100644 test/MC/AArch64/SVE/sunpkhi-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/sunpkhi.s
create mode 100644 test/MC/AArch64/SVE/sunpklo-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/sunpklo.s
create mode 100644 test/MC/AArch64/SVE/uunpkhi-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/uunpkhi.s
create mode 100644 test/MC/AArch64/SVE/uunpklo-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/uunpklo.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 3723787cc35 [AArch64][SVE] Asm: Support for insert element (INSR) instr [...]
new 19f4c1ecb2b [ARM] Regenerated arg endian test
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/CodeGen/ARM/func-argpassing-endian.ll | 272 ++++++++++++++++++++++++-----
1 file changed, 224 insertions(+), 48 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 b76c4539710 [LiveDebugValues] Tracking copying value between registers
new 3723787cc35 [AArch64][SVE] Asm: Support for insert element (INSR) instr [...]
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/AArch64/AArch64SVEInstrInfo.td | 2 +
lib/Target/AArch64/SVEInstrFormats.td | 49 +++++++++++++++++++
test/MC/AArch64/SVE/insr-diagnostics.s | 45 +++++++++++++++++
test/MC/AArch64/SVE/insr.s | 80 +++++++++++++++++++++++++++++++
4 files changed, 176 insertions(+)
create mode 100644 test/MC/AArch64/SVE/insr-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/insr.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 gcc.
from 0765ad66726 * config/sparc/sparc-protos.h (sparc_compute_frame_size): [...]
new 66d735af661 * config/aarch64/aarch64.c (aarch64_operands_adjust_ok_for [...]
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 | 5 ++
gcc/config/aarch64/aarch64.c | 142 ++++++++++++++++++-------------------------
2 files changed, 64 insertions(+), 83 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 1b59f048c70 [X86] Prefer MOVSS/SD over BLEND under optsize in isel.
new b76c4539710 [LiveDebugValues] Tracking copying value between registers
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/CodeGen/LiveDebugValues.cpp | 179 ++++++++++-----
.../MIR/ARM/live-debug-values-reg-copy.mir | 147 +++++++++++++
.../MIR/Mips/live-debug-values-reg-copy.mir | 241 +++++++++++++++++++++
.../MIR/X86/live-debug-values-reg-copy.mir | 190 ++++++++++++++++
4 files changed, 705 insertions(+), 52 deletions(-)
create mode 100644 test/DebugInfo/MIR/ARM/live-debug-values-reg-copy.mir
create mode 100644 test/DebugInfo/MIR/Mips/live-debug-values-reg-copy.mir
create mode 100644 test/DebugInfo/MIR/X86/live-debug-values-reg-copy.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 gcc.
from d1d636437d8 2018-07-13 Richard Biener <rguenther(a)suse.de>
new 0765ad66726 * config/sparc/sparc-protos.h (sparc_compute_frame_size): [...]
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 | 5 +++++
gcc/config/sparc/sparc-protos.h | 1 -
gcc/config/sparc/sparc.c | 2 +-
3 files changed, 6 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 compiler-rt.
from 90e8e1b00 [XRay][compiler-rt] Add PID field to llvm-xray tool and add P [...]
new 149a9e31a Remove `tsan/Darwin/gcd-after-null.mm` test.
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/tsan/Darwin/gcd-after-null.mm | 23 -----------------------
1 file changed, 23 deletions(-)
delete mode 100644 test/tsan/Darwin/gcd-after-null.mm
--
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 ad3d7ab96fc gcc/ChangeLog:
new d1d636437d8 2018-07-13 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/dwarf2out.c | 7 ++-----
2 files changed, 8 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 93177460538 [XRay][compiler-rt] Add PID field to llvm-xray tool and add [...]
new 1b59f048c70 [X86] Prefer MOVSS/SD over BLEND under optsize in isel.
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.td | 2 ++
lib/Target/X86/X86InstrSSE.td | 58 ++++++++++++++++++++++++++++++++----------
2 files changed, 46 insertions(+), 14 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 8383d4d295e [X86] Remove isel patterns that turns packed add/sub/mul/di [...]
new 93177460538 [XRay][compiler-rt] Add PID field to llvm-xray tool and add [...]
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/XRay/XRayRecord.h | 3 +
include/llvm/XRay/YAMLXRayRecord.h | 2 +
lib/XRay/Trace.cpp | 71 +++++++++++++++++----
.../X86/Inputs/basic-log-arg1-version-3.xray | Bin 0 -> 256 bytes
.../llvm-xray/X86/Inputs/basic-log-version-3.xray | Bin 0 -> 288 bytes
.../X86/Inputs/fdr-log-arg1-version-3.xray | Bin 0 -> 224 bytes
.../llvm-xray/X86/Inputs/fdr-log-version-3.xray | Bin 0 -> 192 bytes
.../convert-basic-log-arg1-version3-to-yaml.txt | 17 +++++
.../X86/convert-basic-log-version3-to-yaml.txt | 19 ++++++
.../X86/convert-fdr-log-arg1-version3-to-yaml.txt | 17 +++++
.../X86/convert-fdr-log-version3-to-yaml.txt | 17 +++++
tools/llvm-xray/xray-account.cpp | 4 +-
tools/llvm-xray/xray-converter.cpp | 48 +++++++++-----
13 files changed, 169 insertions(+), 29 deletions(-)
create mode 100644 test/tools/llvm-xray/X86/Inputs/basic-log-arg1-version-3.xray
create mode 100644 test/tools/llvm-xray/X86/Inputs/basic-log-version-3.xray
create mode 100644 test/tools/llvm-xray/X86/Inputs/fdr-log-arg1-version-3.xray
create mode 100644 test/tools/llvm-xray/X86/Inputs/fdr-log-version-3.xray
create mode 100644 test/tools/llvm-xray/X86/convert-basic-log-arg1-version3-to-yaml.txt
create mode 100644 test/tools/llvm-xray/X86/convert-basic-log-version3-to-yaml.txt
create mode 100644 test/tools/llvm-xray/X86/convert-fdr-log-arg1-version3-to-yaml.txt
create mode 100644 test/tools/llvm-xray/X86/convert-fdr-log-version3-to-yaml.txt
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.