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-aarch64-lts-allmodconfig in repository toolchain/ci/llvm-project.
from f4d791f8332 [CodeGen][ObjC] Extend lifetime of ObjC pointers passed to [...] adds 2bba1c22e77 tab completion for process signal adds ce1bc00f37d [lldb][cmake] Move remove_module_flags macro to AddLLDB.cmake adds 4e7c686e46c [lldb] Never compile the debugserver with Clang module flags adds 7003f64c1eb [clang-doc] Improving Markdown Output adds eb61ab1bd9a Fix a copy and paste error that would cause a crash. adds 8f7c911b588 [lldb][NFC] Refactor our option generation out of EvaluateE [...] adds 6bbdecc5cf8 [lldb][NFC] Make TestStats.py not an inline test adds 8fef67a2c5f [gn build] copy compiler-rt headers to clang include dir on [...] adds f240d303c2e [mlir] Explicitly qualify Effect to avoid MSVC build failure adds 4d0339aecb6 High-Level Code-Review Documentation Update adds fa913f8980d Add the CodeReview Documentation to GettingInvolved TOC adds c1a97e992da Revert "Revert "[GlobalISel][Localizer] Enable intra-block [...] adds 91153e0624b [mlir][NFC] remove stray decl of toAffineExpr, rename for r [...] adds c3108404c19 [mlir][nfc] Fix building mlir_c_runner_utils for Windows adds 320f0b00368 [mlir] Change EffectKind in unsigned for bitfield to avoid [...] adds 01c48d7d11e [Attributor] Fold terminators before changing instructions [...] adds 498e37e786e [DebugInfo]: Added DWARFv5 macro header flags and correspon [...] adds 564f5eed1a3 [InstCombine] add test for gep (select),... (PR45084); NFC adds 89fdee87f7f [InstCombine] regenerate complete test checks; NFC adds 4cfb4afb705 [InstCombine] Highlight tests using expensive combines; NFC adds 2904a332fe3 [InstCombine] Add additional known bits folding tests; NFC adds d2dab92f017 [InstSimplify] Add tests for "returned" attribute; NFC adds f2419adc48c [InstCombine] Regenerate test checks; NFC adds a4e71f01c08 Assume ieee behavior without denormal-fp-math attribute adds 51a466a61f5 [InstCombine] Fix known bits handling in SimplifyDemandedUseBits adds 172d564c738 [lldb] Un-XFAIL two tests on NetBSD adds 8c70c42be25 Fix MLIR clang-tidy: when tweaking it does not inherit from [...] adds ec1d1f6ae70 [X86] Use MVT instead of EVT in a couple shuffle lowering f [...] adds 118b057f126 [SYCL] Driver option to select SYCL version adds a5704f92b83 [Sema] Initialize IsSurrogate adds 0dfcb23b050 [NFC][Test commit] Remove redundant point in docs
No new revisions were added by this update.
Summary of changes: clang-tools-extra/clang-doc/HTMLGenerator.cpp | 20 +- clang-tools-extra/clang-doc/MDGenerator.cpp | 168 ++++++++++++--- clang-tools-extra/clang-doc/Representation.cpp | 46 ++++ clang-tools-extra/clang-doc/Representation.h | 12 ++ clang-tools-extra/clang-doc/assets/index.js | 8 +- clang-tools-extra/clang-doc/tool/ClangDocMain.cpp | 11 +- clang-tools-extra/test/clang-doc/single-file.cpp | 16 +- .../unittests/clang-doc/HTMLGeneratorTest.cpp | 16 +- .../unittests/clang-doc/MDGeneratorTest.cpp | 14 +- clang/include/clang/Basic/LangOptions.def | 2 + clang/include/clang/Driver/Options.td | 6 +- clang/include/clang/Sema/Overload.h | 2 +- clang/lib/CodeGen/CGCall.cpp | 5 +- clang/lib/Driver/ToolChains/Clang.cpp | 15 +- clang/lib/Frontend/CompilerInvocation.cpp | 20 +- clang/lib/Frontend/InitPreprocessor.cpp | 7 + clang/test/CodeGen/denormalfpmode.c | 4 +- clang/test/CodeGenCUDA/flush-denormals.cu | 2 +- clang/test/CodeGenCUDA/propagate-metadata.cu | 10 +- clang/test/Driver/default-denormal-fp-math.c | 4 +- clang/test/Driver/denormal-fp-math.c | 4 +- clang/test/Driver/sycl.c | 10 + clang/test/Frontend/sycl-aux-triple.cpp | 2 +- clang/test/Preprocessor/sycl-macro.cpp | 6 +- clang/test/SemaSYCL/kernel-attribute.cpp | 2 +- lldb/cmake/modules/AddLLDB.cmake | 14 ++ lldb/source/Commands/CommandObjectExpression.cpp | 44 ++-- lldb/source/Commands/CommandObjectExpression.h | 6 + lldb/source/Commands/CommandObjectProcess.cpp | 14 ++ lldb/source/Host/CMakeLists.txt | 14 -- .../expression/formatters/TestFormatters.py | 1 - .../basic}/Makefile | 0 .../API/commands/statistics/basic/TestStats.py | 35 ++- lldb/test/API/commands/statistics/basic/main.c | 13 +- .../functionalities/completion/TestCompletion.py | 17 ++ lldb/test/API/lang/cpp/auto/TestCPPAuto.py | 1 - lldb/tools/debugserver/CMakeLists.txt | 5 + llvm/docs/CodeReview.rst | 237 +++++++++++++++++++++ llvm/docs/Contributing.rst | 2 + llvm/docs/DeveloperPolicy.rst | 53 +---- llvm/docs/GettingInvolved.rst | 4 + llvm/docs/GettingStarted.rst | 2 +- llvm/docs/Lexicon.rst | 4 + llvm/include/llvm/BinaryFormat/Dwarf.def | 11 + llvm/include/llvm/BinaryFormat/Dwarf.h | 2 + llvm/lib/BinaryFormat/Dwarf.cpp | 17 ++ llvm/lib/CodeGen/GlobalISel/Localizer.cpp | 7 +- llvm/lib/CodeGen/MachineFunction.cpp | 10 +- llvm/lib/Target/X86/X86ISelLowering.cpp | 12 +- llvm/lib/Transforms/IPO/Attributor.cpp | 8 +- .../InstCombine/InstCombineSimplifyDemanded.cpp | 25 ++- .../AArch64/GlobalISel/localizer-arm64-tti.ll | 10 +- llvm/test/CodeGen/AArch64/GlobalISel/localizer.mir | 56 +++-- llvm/test/CodeGen/AArch64/GlobalISel/swifterror.ll | 6 +- .../AArch64/GlobalISel/translate-constant-dag.ll | 4 +- llvm/test/CodeGen/AArch64/tail-call.ll | 7 +- llvm/test/CodeGen/AArch64/tiny_model.ll | 36 ++-- .../AMDGPU/GlobalISel/constant-bus-restriction.ll | 32 +-- .../CodeGen/AMDGPU/GlobalISel/extractelement.ll | 104 ++++----- .../CodeGen/AMDGPU/GlobalISel/insertelement.ll | 76 +++---- .../test/CodeGen/AMDGPU/GlobalISel/mubuf-global.ll | 68 +++--- .../regbankselect-amdgcn.s.buffer.load.ll | 4 +- llvm/test/CodeGen/X86/pow.ll | 72 +++++-- llvm/test/CodeGen/X86/sqrt-fastmath-mir.ll | 73 ++++++- llvm/test/CodeGen/X86/sqrt-fastmath.ll | 57 ++++- .../Transforms/Attributor/undefined_behavior.ll | 24 +++ llvm/test/Transforms/InstCombine/align-attr.ll | 18 +- llvm/test/Transforms/InstCombine/all-bits-shift.ll | 24 ++- llvm/test/Transforms/InstCombine/getelementptr.ll | 16 ++ llvm/test/Transforms/InstCombine/known-bits.ll | 52 +++++ llvm/test/Transforms/InstCombine/mem-gep-zidx.ll | 52 ++--- .../InstCombine/out-of-bounds-indexes.ll | 32 ++- llvm/test/Transforms/InstCombine/phi-shifts.ll | 25 ++- llvm/test/Transforms/InstCombine/unused-nonnull.ll | 29 ++- llvm/test/Transforms/InstSimplify/call.ll | 30 +++ llvm/tools/dsymutil/MachODebugMapParser.cpp | 2 +- llvm/utils/gn/secondary/BUILD.gn | 1 + mlir/.clang-tidy | 21 +- mlir/include/mlir/Analysis/AffineStructures.h | 2 - mlir/include/mlir/ExecutionEngine/CRunnerUtils.h | 2 + mlir/include/mlir/IR/AffineExpr.h | 7 +- mlir/include/mlir/IR/OpDefinition.h | 2 +- mlir/lib/Analysis/AffineStructures.cpp | 6 +- mlir/lib/ExecutionEngine/CRunnerUtils.cpp | 2 + mlir/lib/IR/AffineExpr.cpp | 46 ++-- mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp | 4 +- 86 files changed, 1433 insertions(+), 539 deletions(-) copy lldb/test/API/commands/{expression/multiline-completion => statistics/basic}/ [...] create mode 100644 llvm/docs/CodeReview.rst create mode 100644 llvm/test/Transforms/InstCombine/known-bits.ll