This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0e881a8760d [X86] Guess that a CPU is Icelake it if reports support for [...]
new 2806865ca5b [InstCombine] add tests for funnel shift (rotate) canonical [...]
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/rotate.ll | 343 +++++++++++++++++++++++++++++++++-
1 file changed, 342 insertions(+), 1 deletion(-)
--
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 eb1caa79c6e [LTO] Load sample profile in LTO link step.
new 0e881a8760d [X86] Guess that a CPU is Icelake it if reports support 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:
lib/Support/Host.cpp | 6 ++++++
1 file changed, 6 insertions(+)
--
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 lld.
from 7b103cb4d [ELF] - Renamed few more AArch64 specific relocation expressi [...]
new d5b260d8a [WebAssembly] Refactor config setting and checking. NFC.
new f90d15ca8 [WebAssembly] Import the stack pointer when building shared l [...]
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:
ELF/Driver.cpp | 4 +-
test/wasm/shared.ll | 11 ++-
wasm/Driver.cpp | 212 +++++++++++++++++++++++++++---------------------
wasm/OutputSections.cpp | 3 +-
wasm/Symbols.cpp | 6 +-
wasm/Symbols.h | 6 +-
wasm/Writer.cpp | 11 ++-
7 files changed, 146 insertions(+), 107 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 b8d287648cf Handle vectors that don't fit in an integer.
new 04e6d9db0d1 /cp 2018-11-15 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 5 +++++
gcc/cp/constexpr.c | 15 +++++++++------
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/g++.dg/cpp0x/constexpr-diag3.C | 2 +-
gcc/testsuite/g++.dg/cpp0x/constexpr-ice19.C | 3 ++-
gcc/testsuite/g++.dg/cpp0x/constexpr-nonlit2.C | 2 +-
gcc/testsuite/g++.dg/cpp1z/constexpr-lambda15.C | 2 +-
gcc/testsuite/g++.dg/ext/constexpr-vla5.C | 3 ++-
gcc/testsuite/g++.dg/gomp/pr85134.C | 2 +-
9 files changed, 31 insertions(+), 12 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 49953bea652 [TTI] Reduction costs only need to include a single extract [...]
new eb1caa79c6e [LTO] Load sample profile in LTO link step.
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/Passes/PassBuilder.cpp | 7 +++++++
lib/Transforms/IPO/PassManagerBuilder.cpp | 6 ++++++
.../{load-sample-prof.ll => load-sample-prof-lto.ll} | 17 +++++++++++++----
3 files changed, 26 insertions(+), 4 deletions(-)
copy test/LTO/Resolution/X86/{load-sample-prof.ll => load-sample-prof-lto.ll} (72%)
--
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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from ce694db jenkins-helpers: Add missing print_kernel_target
new 9e8a07b tcwg-update-host-container.sh: Fix check for "host" container.
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:
tcwg-update-host-containers.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 25da5df08cf [InstCombine] fix rotate narrowing bug for non-pow-2 types
new 49953bea652 [TTI] Reduction costs only need to include a single extract [...]
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 | 7 +-
test/Analysis/CostModel/AArch64/vector-reduce.ll | 44 +--
test/Analysis/CostModel/X86/reduce-add.ll | 162 +++++-----
test/Analysis/CostModel/X86/reduce-and.ll | 344 ++++++++++-----------
test/Analysis/CostModel/X86/reduce-mul.ll | 288 ++++++++---------
test/Analysis/CostModel/X86/reduce-or.ll | 344 ++++++++++-----------
test/Analysis/CostModel/X86/reduce-smax.ll | 120 +++----
test/Analysis/CostModel/X86/reduce-smin.ll | 120 +++----
test/Analysis/CostModel/X86/reduce-umax.ll | 120 +++----
test/Analysis/CostModel/X86/reduce-umin.ll | 120 +++----
test/Analysis/CostModel/X86/reduce-xor.ll | 344 ++++++++++-----------
test/Analysis/CostModel/X86/reduction.ll | 92 +++---
.../SLPVectorizer/X86/horizontal-minmax.ll | 135 ++------
.../SLPVectorizer/X86/reduction_unrolled.ll | 255 ++++++---------
.../Transforms/SLPVectorizer/X86/remark_horcost.ll | 25 +-
15 files changed, 1186 insertions(+), 1334 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-release-aarch64-next-allnoconfig
in repository toolchain/binutils-gdb.
from bfade55852 Automatic date update in version.in
adds 62dccf632f Automatic date update in version.in
adds b80393e275 [ARC] Refactored location where GOT information is collected.
adds 7ea48e7d9d [ARC] Improved robustness. Return FALSE in case of NULL pointer.
adds 3ee995cd6e [ARC] Make sure global symbol is not an indirect or warning.
adds 06006c374b [ARC] PLT information was still being generated when symbol [...]
adds b6aef10de4 [ARC] Fixes TLS failures related to tls-align.
adds 7b39c09faf [ARC] Fixed issue with DTSOFF relocs.
adds 231c5ff116 [ARC] Fix local got entry list.
adds 6ce881c15f [ARC] More fixes for TLS.
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 71 +++++++++++++++
bfd/arc-got.h | 86 +++++++++++--------
bfd/elf32-arc.c | 214 +++++++++++++++++++++++++++++++---------------
bfd/version.h | 2 +-
include/ChangeLog | 6 ++
include/elf/arc-reloc.def | 4 +-
6 files changed, 275 insertions(+), 108 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 clang.
from b9e6abd1ea [AST][NFC] Various NFCs in StringLiteral
new 2b074a4200 [AST] Store the string data in StringLiteral in a trailing 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:
include/clang/AST/Expr.h | 170 ++++++++++++++++++++++--------------
include/clang/AST/Stmt.h | 23 +++++
lib/AST/Expr.cpp | 132 ++++++++++++++--------------
lib/Serialization/ASTReaderStmt.cpp | 48 ++++++----
lib/Serialization/ASTWriterStmt.cpp | 18 ++--
5 files changed, 237 insertions(+), 154 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.