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-mainline-defconfig in repository toolchain/ci/llvm-project.
from 3735505e4ff Fix a few doc typos to cycle bots. adds 2fe66bdb2e5 [Compiler-rt] Emit error if builtins library cannot be found adds 8092c8fec08 [NFC] Run clang-format on ISDOpcodes.h adds 3dbbbcc80e6 [llvm-xray] consumeError when trying big-endian adds efa70843aa7 [MLIR][cmake] use LINK_LIBS PUBLIC for MLIRStandardOpsTransforms adds 3841ed4104a [Driver] Render -T for Gnu.cpp new 1420f4efbe7 [AVR] Fix I/O instructions on XMEGA new 1335737ee11 [LLVM][AVR] Support for R_AVR_6 fixup
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: clang/lib/Driver/ToolChains/Gnu.cpp | 2 + clang/test/Driver/Xlinker-args.c | 7 +- compiler-rt/cmake/Modules/AddCompilerRT.cmake | 3 + llvm/include/llvm/CodeGen/ISDOpcodes.h | 2345 ++++++++++---------- llvm/lib/Target/AVR/AVRDevices.td | 18 +- llvm/lib/Target/AVR/AVRInstrInfo.td | 19 +- llvm/lib/Target/AVR/AVRSubtarget.cpp | 8 +- llvm/lib/Target/AVR/AVRSubtarget.h | 4 + llvm/lib/Target/AVR/MCTargetDesc/AVRAsmBackend.cpp | 15 + llvm/lib/XRay/Trace.cpp | 1 + llvm/test/CodeGen/AVR/features/xmega_io.ll | 48 + llvm/test/MC/AVR/relocations.s | 3 + .../Dialect/StandardOps/Transforms/CMakeLists.txt | 5 +- 13 files changed, 1337 insertions(+), 1141 deletions(-) create mode 100644 llvm/test/CodeGen/AVR/features/xmega_io.ll