This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8778ec7d1ac [X86] Merge addcarryx/addcarry intrinsic into a single addc [...]
new 24a384d4a6c [CostModel][X86][AArch64] Adjust cost of the scalarization [...]
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/CodeGen/BasicTTIImpl.h | 9 +-
test/Analysis/CostModel/AArch64/vector-reduce.ll | 44 ++---
test/Analysis/CostModel/X86/reduce-smax-widen.ll | 180 ++++++++++-----------
test/Analysis/CostModel/X86/reduce-smax.ll | 144 ++++++++---------
test/Analysis/CostModel/X86/reduce-smin-widen.ll | 176 ++++++++++----------
test/Analysis/CostModel/X86/reduce-smin.ll | 144 ++++++++---------
test/Analysis/CostModel/X86/reduce-umax-widen.ll | 180 ++++++++++-----------
test/Analysis/CostModel/X86/reduce-umax.ll | 144 ++++++++---------
test/Analysis/CostModel/X86/reduce-umin-widen.ll | 180 ++++++++++-----------
test/Analysis/CostModel/X86/reduce-umin.ll | 144 ++++++++---------
.../SLPVectorizer/X86/horizontal-minmax.ll | 90 ++++++-----
11 files changed, 725 insertions(+), 710 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 8c432fac863 Daily bump.
new a1d43205ff3 * auto-profile.c (string_table::get_index_by_decl) (funct [...]
new f909b305903 * auto-profile.c (afdo_calculate_branch_prob): Convert pro [...]
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:
gcc/ChangeLog | 13 +++++++++++++
gcc/auto-profile.c | 10 ++++++----
2 files changed, 19 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allmodconfig
in repository toolchain/binutils-gdb.
from 2578ecb1b5 Look for tgetent in libtinfow
adds 7a81c1e2d4 Fix tid-reuse sometimes blocks for a very long (infinite?) time.
adds 9f52eab6a7 x86: Put back BFD_RELOC_X86_64_GOTPCREL
adds ecfe6254b5 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 10 ++++++++
gas/config/tc-i386.h | 1 +
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d | 13 ++++++++++
gas/testsuite/gas/i386/x86-64-gotpcrel-2.d | 11 ++++++++
.../testsuite/gas/i386/x86-64-gotpcrel-2.s | 1 +
gdb/testsuite/ChangeLog | 9 +++++++
gdb/testsuite/gdb.threads/tid-reuse.c | 29 ++++++++++++++++------
9 files changed, 69 insertions(+), 8 deletions(-)
create mode 100644 gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d
create mode 100644 gas/testsuite/gas/i386/x86-64-gotpcrel-2.d
copy ld/testsuite/ld-x86-64/pr17306b.s => gas/testsuite/gas/i386/x86-64-gotpcrel-2 [...]
--
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-mainline-allnoconfig
in repository toolchain/binutils-gdb.
from 7b7dc363e5 Automatic date update in version.in
adds 66a4daef5d x86: Put back BFD_RELOC_X86_64_GOTPCREL
adds 3778ce5680 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gas/ChangeLog | 10 ++++++++++
gas/config/tc-i386.h | 1 +
gas/testsuite/gas/i386/i386.exp | 1 +
gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d | 13 +++++++++++++
gas/testsuite/gas/i386/x86-64-gotpcrel-2.d | 11 +++++++++++
.../testsuite/gas/i386/x86-64-gotpcrel-2.s | 1 +
7 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gas/testsuite/gas/i386/ilp32/x86-64-gotpcrel-2.d
create mode 100644 gas/testsuite/gas/i386/x86-64-gotpcrel-2.d
copy ld/testsuite/ld-x86-64/pr17306b.s => gas/testsuite/gas/i386/x86-64-gotpcrel-2 [...]
--
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 5b453c95cda [TextAPI][elfabi] Fix build by adding std::move() to r348735
new 8778ec7d1ac [X86] Merge addcarryx/addcarry intrinsic into a single addc [...]
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/IR/IntrinsicsX86.td | 14 ++--
lib/IR/AutoUpgrade.cpp | 99 +++++++++++-----------------
lib/Target/X86/X86IntrinsicsInfo.h | 10 ++-
test/CodeGen/X86/adx-commute.mir | 12 ++--
test/CodeGen/X86/adx-intrinsics.ll | 84 +++++++----------------
test/CodeGen/X86/stack-folding-adx-x86_64.ll | 59 ++++++++++++-----
test/CodeGen/X86/stack-folding-adx.mir | 12 ++--
7 files changed, 125 insertions(+), 165 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.