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-lts-allnoconfig in repository toolchain/ci/llvm-monorepo.
from 7a309242e84 [yaml2obj] format some codes NFC. new 59f27045521 [yaml2obj] revert bad change new 16e96d3a8ca [yaml2obj] format some codes NFC. new 183bb5c1741 Fix gcc7.3 -Wparentheses warning. NFCI. new 7c5c5676cf2 Add a AArch64 triple to tiny codemodel test. new f298953255b [clang-tidy] Remove duplicated getText implementation, NFC new 14d06c73126 [CTU] Add statistics new 18cb958e452 [Targets] Add errors for tiny and kernel codemodel on targe [...]
The 7 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: .../readability/RedundantStringCStrCheck.cpp | 18 +++---- clang/lib/CrossTU/CrossTranslationUnit.cpp | 16 +++++- clang/test/CodeGen/codemodels.c | 2 +- llvm/include/llvm/Target/TargetMachine.h | 17 ++++++ llvm/lib/Target/AArch64/AArch64TargetMachine.cpp | 8 +-- llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 8 +-- llvm/lib/Target/ARC/ARCTargetMachine.cpp | 8 +-- llvm/lib/Target/ARM/ARMTargetMachine.cpp | 8 +-- llvm/lib/Target/AVR/AVRTargetMachine.cpp | 10 +--- llvm/lib/Target/BPF/BPFTargetMachine.cpp | 10 +--- llvm/lib/Target/Hexagon/HexagonInstrInfo.cpp | 6 +-- llvm/lib/Target/Hexagon/HexagonTargetMachine.cpp | 9 +--- llvm/lib/Target/Lanai/LanaiTargetMachine.cpp | 9 +--- llvm/lib/Target/MSP430/MSP430TargetMachine.cpp | 8 +-- llvm/lib/Target/Mips/MipsTargetMachine.cpp | 8 +-- llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp | 8 +-- llvm/lib/Target/Nios2/Nios2TargetMachine.cpp | 14 ++--- llvm/lib/Target/PowerPC/PPCTargetMachine.cpp | 15 ++++-- llvm/lib/Target/RISCV/RISCVTargetMachine.cpp | 8 +-- llvm/lib/Target/Sparc/SparcTargetMachine.cpp | 23 ++++---- llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp | 15 ++++-- .../WebAssembly/WebAssemblyTargetMachine.cpp | 2 +- llvm/lib/Target/X86/X86TargetMachine.cpp | 12 +++-- llvm/lib/Target/XCore/XCoreTargetMachine.cpp | 5 +- llvm/test/CodeGen/ARM/codemodel.ll | 9 ++++ llvm/test/CodeGen/Lanai/codemodel.ll | 5 ++ llvm/test/CodeGen/PowerPC/codemodel.ll | 9 ++++ llvm/test/CodeGen/SPARC/codemodel.ll | 9 ++++ llvm/test/CodeGen/SystemZ/codemodel.ll | 9 ++++ llvm/test/CodeGen/X86/codemodel.ll | 3 ++ llvm/test/CodeGen/XCore/codemodel.ll | 1 + llvm/tools/yaml2obj/yaml2elf.cpp | 62 +--------------------- 32 files changed, 159 insertions(+), 195 deletions(-) create mode 100644 llvm/test/CodeGen/ARM/codemodel.ll create mode 100644 llvm/test/CodeGen/PowerPC/codemodel.ll create mode 100644 llvm/test/CodeGen/SPARC/codemodel.ll create mode 100644 llvm/test/CodeGen/SystemZ/codemodel.ll