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-release-aarch64-next-defconfig in repository toolchain/ci/llvm-project.
from f44fc8869c1 Merging r368549: ------------------------------------------ [...] new 9bea39db27e Merging r368561: ------------------------------------------ [...] new 69e3c1a27b3 Merging r368552: ------------------------------------------ [...] new 82330f1c510 Merging r368300: ------------------------------------------ [...] new 2a3980935de Merging r367084: ------------------------------------------ [...]
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: clang/lib/Frontend/InitPreprocessor.cpp | 18 +- clang/lib/Headers/opencl-c-base.h | 17 +- clang/lib/Headers/opencl-c.h | 210 +++---- clang/lib/Sema/SemaInit.cpp | 2 +- clang/test/SemaOpenCL/sampler_t.cl | 7 + llvm/lib/Support/Unix/Path.inc | 2 +- llvm/lib/Target/RISCV/RISCVFrameLowering.cpp | 48 +- .../CodeGen/RISCV/stack-realignment-unsupported.ll | 13 + llvm/test/CodeGen/RISCV/stack-realignment.ll | 627 +++++++++++++++++++++ 9 files changed, 814 insertions(+), 130 deletions(-) create mode 100644 llvm/test/CodeGen/RISCV/stack-realignment-unsupported.ll create mode 100644 llvm/test/CodeGen/RISCV/stack-realignment.ll