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-arm-lts-allyesconfig in repository toolchain/ci/llvm-project.
from f44fc8869c1 Merging r368549: ------------------------------------------ [...] adds 9bea39db27e Merging r368561: ------------------------------------------ [...] adds 69e3c1a27b3 Merging r368552: ------------------------------------------ [...] adds 82330f1c510 Merging r368300: ------------------------------------------ [...] adds 2a3980935de Merging r367084: ------------------------------------------ [...] new 201b879fd7f Merging release note update in r368874
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/docs/ReleaseNotes.rst | 10 +- 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 +++++++++++++++++++++ 10 files changed, 823 insertions(+), 131 deletions(-) create mode 100644 llvm/test/CodeGen/RISCV/stack-realignment-unsupported.ll create mode 100644 llvm/test/CodeGen/RISCV/stack-realignment.ll