This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allyesconfig
in repository toolchain/linux-next.
from b0d04fb56b31 Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
adds 48995423143a Revert "bond: take rcu lock in netpoll_send_skb_on_dev"
adds d55bef5059dd net: fix pskb_trim_rcsum_slow() with odd trim offset
adds 4ba4c566ba84 net/ipv6: Fix index counter for unicast addresses in in6_d [...]
adds d2fb4fb8ee91 Revert "neighbour: force neigh_invalidate when NUD_FAILED [...]
adds 23469de647c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
No new revisions were added by this update.
Summary of changes:
net/core/neighbour.c | 3 +--
net/core/netpoll.c | 2 --
net/core/skbuff.c | 5 +++--
net/ipv6/addrconf.c | 6 ++++--
4 files changed, 8 insertions(+), 8 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 9011c7f9bb [AST, analyzer] Transform rvalue cast outputs to lvalues (fh [...]
new ed6dc92533 [analyzer][NFC] Fix inconsistencies in AnalyzerOptions
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:
.../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 28 ++++---
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 97 +++++++++++-----------
lib/StaticAnalyzer/Core/CoreEngine.cpp | 2 -
3 files changed, 65 insertions(+), 62 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/llvm-master-arm-stable-allmodconfig
in repository toolchain/ci/llvm-monorepo.
from b5adc9ebd8de Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC
adds a1adca62d124 [InstCombine] add test for possible shuffle fold; NFC
adds 514c4ac4f40d [X86] Add missing intrinsics to match icc.
adds 62799436c1aa [X86] Add more intrinsics to match icc.
adds 5458ec63b274 [ORC] Add some more basic sanity tests for the LLJIT.
adds 732e489ae7e4 [AST, analyzer] Transform rvalue cast outputs to lvalues ( [...]
adds b27d162fccc1 [WebAssembly] Change tabs to spaces in basic-assembly.s
adds 762f2041e2d9 [X86] Only extract constant pool shuffle mask data with ze [...]
adds f33ee5c1d670 [X86][AVX] Enable lowerVectorShuffleAsLanePermuteAndPermut [...]
new ffc35c5c372c Schedule Hot Cold Splitting pass after most optimization passes
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:
clang/lib/Headers/avx512bwintrin.h | 37 +++
clang/lib/Headers/avx512fintrin.h | 36 +++
clang/lib/Headers/avx512vlbwintrin.h | 75 +++++-
clang/lib/Headers/avx512vlintrin.h | 253 ++++++++++++++++--
clang/lib/Sema/SemaStmtAsm.cpp | 69 ++++-
clang/test/Analysis/asm.cpp | 12 +
clang/test/Analysis/cfg.cpp | 22 +-
clang/test/CodeGen/avx512bw-builtins.c | 30 ++-
clang/test/CodeGen/avx512f-builtins.c | 40 +++
clang/test/CodeGen/avx512vl-builtins.c | 286 ++++++++++++++++----
clang/test/CodeGen/avx512vlbw-builtins.c | 48 ++++
llvm/lib/Passes/PassBuilder.cpp | 6 +-
llvm/lib/Target/X86/X86ISelLowering.cpp | 16 +-
llvm/lib/Target/X86/X86MCInstLower.cpp | 2 +-
llvm/lib/Transforms/IPO/PassManagerBuilder.cpp | 6 +-
.../CodeGen/X86/bitcast-int-to-vector-bool-sext.ll | 83 ++----
.../CodeGen/X86/bitcast-int-to-vector-bool-zext.ll | 104 ++------
.../test/CodeGen/X86/bitcast-int-to-vector-bool.ll | 8 +-
llvm/test/CodeGen/X86/vector-shuffle-256-v16.ll | 10 +-
llvm/test/CodeGen/X86/vector-shuffle-256-v32.ll | 18 +-
.../{hello.ll => global-ctors-and-dtors.ll} | 2 +
llvm/test/ExecutionEngine/OrcLazy/minimal.ll | 8 +
.../OrcLazy/single-function-call.ll | 15 ++
llvm/test/MC/WebAssembly/basic-assembly.s | 4 +-
llvm/test/Other/opt-hot-cold-split.ll | 292 +++++++++++++++++++++
.../InstCombine/insert-extract-shuffle.ll | 82 +++---
26 files changed, 1273 insertions(+), 291 deletions(-)
create mode 100644 clang/test/Analysis/asm.cpp
rename llvm/test/ExecutionEngine/OrcLazy/{hello.ll => global-ctors-and-dtors.ll} (95%)
create mode 100644 llvm/test/ExecutionEngine/OrcLazy/minimal.ll
create mode 100644 llvm/test/ExecutionEngine/OrcLazy/single-function-call.ll
create mode 100644 llvm/test/Other/opt-hot-cold-split.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 e24f4ecbb05 [X86][AVX] Enable lowerVectorShuffleAsLanePermuteAndPermute [...]
new 0ee7db4eac1 Schedule Hot Cold Splitting pass after most optimization passes
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 | 6 +--
lib/Transforms/IPO/PassManagerBuilder.cpp | 6 +--
.../{opt-Os-pipeline.ll => opt-hot-cold-split.ll} | 51 ++++++++++++----------
3 files changed, 34 insertions(+), 29 deletions(-)
copy test/Other/{opt-Os-pipeline.ll => opt-hot-cold-split.ll} (90%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.