This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c660be2252a [SLPVectorizer][X86] Add horizontal add/sub tests
new 400b266d8fd [X86][AVX] Reduce v4f64/v4i64 shuffle costs (PR37882)
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/X86TargetTransformInfo.cpp | 8 +--
test/Analysis/CostModel/X86/reduction.ll | 20 ++++----
test/Analysis/CostModel/X86/shuffle-single-src.ll | 26 +++++-----
test/Analysis/CostModel/X86/shuffle-two-src.ll | 62 +++++++++--------------
test/Transforms/SLPVectorizer/X86/hadd.ll | 40 ++++-----------
test/Transforms/SLPVectorizer/X86/hsub.ll | 40 ++++-----------
6 files changed, 71 insertions(+), 125 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 bd071ec695e [ARM] Use __ARM_ARCH and __ARM_FEATURE_LDREX instead of __A [...]
new 35f0532296f 2018-06-21 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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr86232.c | 10 ++++++++++
gcc/tree-ssa-loop-niter.c | 12 +++++++++---
4 files changed, 30 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr86232.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 gcc-6-branch
in repository gcc.
from 564d3da38cc 2018-06-21 Richard Biener <rguenther(a)suse.de>
new e6a9f2bf1ed 2018-06-21 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 | 25 +++++++++
gcc/testsuite/ChangeLog | 18 +++++++
gcc/testsuite/gcc.dg/vect/pr79920.c | 44 ++++++++++++++++
gcc/testsuite/gcc.dg/vect/pr81410.c | 37 +++++++++++++
gcc/testsuite/gcc.dg/vect/pr82108.c | 47 +++++++++++++++++
gcc/tree-vect-slp.c | 102 +++++++++++-------------------------
gcc/tree-vect-stmts.c | 32 +++++++++--
7 files changed, 231 insertions(+), 74 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr79920.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr81410.c
create mode 100644 gcc/testsuite/gcc.dg/vect/pr82108.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 b16b4ba59a7 [DebugInfo] Make sure all DBG_VALUEs' reguse operands have [...]
new c660be2252a [SLPVectorizer][X86] Add horizontal add/sub 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/Transforms/SLPVectorizer/X86/hadd.ll | 547 ++++++++++++++++++++++++++++++
test/Transforms/SLPVectorizer/X86/hsub.ll | 547 ++++++++++++++++++++++++++++++
2 files changed, 1094 insertions(+)
create mode 100644 test/Transforms/SLPVectorizer/X86/hadd.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/hsub.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 gcc.
from 93dd1a2552a [ARM] libgcc: Remove unsupported code for __ARM_ARCH__ < 4
new bd071ec695e [ARM] Use __ARM_ARCH and __ARM_FEATURE_LDREX instead of __A [...]
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:
libatomic/ChangeLog | 6 +++
libatomic/config/arm/arm-config.h | 52 ++-------------------
libgcc/ChangeLog | 10 ++++
libgcc/config/arm/ieee754-df.S | 2 +-
libgcc/config/arm/ieee754-sf.S | 4 +-
libgcc/config/arm/lib1funcs.S | 96 ++++++++++-----------------------------
libgcc/config/arm/libunwind.S | 2 +-
7 files changed, 48 insertions(+), 124 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 d5226104d74 [AArch64][PATCH 2/2] Combine AES instructions with xor and [...]
new 93dd1a2552a [ARM] libgcc: Remove unsupported code for __ARM_ARCH__ < 4
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:
libgcc/ChangeLog | 6 ++++
libgcc/config/arm/ieee754-df.S | 74 +-----------------------------------------
libgcc/config/arm/ieee754-sf.S | 31 +-----------------
3 files changed, 8 insertions(+), 103 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 2e8cb93a84a [DAGCombine] Fix alignment for offset loads/stores
new b631bebeea3 CODE_OWNERS: Take ownership of the MIPS backend
new b16b4ba59a7 [DebugInfo] Make sure all DBG_VALUEs' reguse operands have [...]
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:
CODE_OWNERS.TXT | 8 ++--
include/llvm/CodeGen/MachineInstrBuilder.h | 15 +++++++
lib/CodeGen/LiveDebugVariables.cpp | 10 +----
lib/CodeGen/MachineInstr.cpp | 46 ++++++++++++++++------
lib/CodeGen/MachineVerifier.cpp | 4 ++
lib/CodeGen/PrologEpilogInserter.cpp | 1 +
lib/CodeGen/SelectionDAG/FastISel.cpp | 19 +++------
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 15 ++-----
test/CodeGen/MIR/X86/diexpr-win32.mir | 4 +-
test/CodeGen/PowerPC/debuginfo-stackarg.ll | 2 +-
test/CodeGen/X86/post-ra-sched-with-debug.mir | 2 +-
test/DebugInfo/MIR/AArch64/clobber-sp.mir | 2 +-
test/DebugInfo/MIR/Mips/last-inst-bundled.mir | 2 +-
test/DebugInfo/MIR/X86/kill-after-spill.mir | 4 +-
test/DebugInfo/MIR/X86/live-debug-values-spill.mir | 6 +--
test/DebugInfo/X86/bbjoin.ll | 2 +-
test/DebugInfo/X86/pr34545.ll | 10 ++---
17 files changed, 86 insertions(+), 66 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-6-branch
in repository gcc.
from 8b449550273 2018-06-21 Richard Biener <rguenther(a)suse.de>
new 564d3da38cc 2018-06-21 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 | 19 +++++++++++++++++++
gcc/fold-const.c | 14 ++++++++++----
gcc/genmatch.c | 6 +++++-
gcc/testsuite/ChangeLog | 14 ++++++++++++++
gcc/testsuite/gcc.dg/pr84607.c | 16 ++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr57656.c | 2 +-
gcc/testsuite/gcc.dg/torture/pr85588.c | 4 ++++
7 files changed, 69 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr84607.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr85588.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 clang-tools-extra.
from e6f49abb Fix double-float constant truncation warnings. NFCI.
new 254f88a5 [clangd] Fix proximity signal output format. 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:
clangd/Quality.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 gcc-8-branch
in repository gcc.
from f9c5a227515 Daily bump.
new 2e2052934b0 RISC-V: Add custom RTEMS multilibs
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 | 9 +++++++++
gcc/config.gcc | 20 +++++++++++---------
gcc/config/riscv/t-rtems | 25 +++++++++++++++++++++++++
3 files changed, 45 insertions(+), 9 deletions(-)
create mode 100644 gcc/config/riscv/t-rtems
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.