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-allyesconfig in repository toolchain/ci/llvm-project.
from db573965846 [InstCombine] reduce code duplication; NFC new 7250ef3613c [InstCombine] improve readability; NFC new 8bf8ef7116b [InstCombine] reduce indentation; NFC new 543ffb4a2d6 [OPENMP]Reorganize OpenMP warning groups. new 2cc11941a2e clang/AMDGPU: Fix default for frame-pointer attribute new 9a0b5e14075 [PGO][PGSO] Instrument the code gen / target passes. new 7ff0fcb53f6 [x86] add cost model special-case for insert/extract from e [...] new c7faa681424 Revert "ARM-Darwin: keep the frame register reserved even i [...]
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: clang/include/clang/Basic/DiagnosticGroups.td | 6 +- clang/include/clang/Basic/DiagnosticSemaKinds.td | 2 +- clang/lib/Driver/ToolChains/Clang.cpp | 2 + clang/test/Driver/frame-pointer-elim.cl | 8 +++ clang/test/OpenMP/nesting_of_regions.cpp | 44 +++++++------- clang/test/OpenMP/simd_aligned_messages.cpp | 10 ++-- clang/test/OpenMP/simd_loop_messages.cpp | 24 ++++---- clang/test/OpenMP/target_map_messages.cpp | 4 +- llvm/include/llvm/CodeGen/AsmPrinter.h | 6 ++ llvm/include/llvm/CodeGen/TailDuplicator.h | 6 ++ llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 14 ++++- llvm/lib/CodeGen/BranchFolding.cpp | 27 ++++++--- llvm/lib/CodeGen/BranchFolding.h | 4 ++ llvm/lib/CodeGen/CodeGenPrepare.cpp | 58 +++++++++++------- llvm/lib/CodeGen/ExpandMemCmp.cpp | 39 ++++++++---- llvm/lib/CodeGen/IfConversion.cpp | 9 ++- llvm/lib/CodeGen/MachineBlockPlacement.cpp | 26 ++++++-- llvm/lib/CodeGen/MachineCombiner.cpp | 23 ++++++-- llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 11 +++- llvm/lib/CodeGen/TailDuplication.cpp | 10 +++- llvm/lib/CodeGen/TailDuplicator.cpp | 17 ++++-- llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp | 2 +- llvm/lib/Target/X86/X86FixupBWInsts.cpp | 16 ++++- llvm/lib/Target/X86/X86OptimizeLEAs.cpp | 18 +++++- llvm/lib/Target/X86/X86PadShortFunction.cpp | 20 +++++++ llvm/lib/Target/X86/X86TargetTransformInfo.cpp | 12 +++- .../Transforms/InstCombine/InstCombineCasts.cpp | 69 ++++++++++------------ llvm/test/Analysis/CostModel/X86/fptosi.ll | 26 ++++---- llvm/test/Analysis/CostModel/X86/fptoui.ll | 50 ++++++++-------- .../CostModel/X86/shuffle-extract_subvector.ll | 4 +- llvm/test/Analysis/CostModel/X86/vector-extract.ll | 44 +++++++------- llvm/test/CodeGen/AArch64/O0-pipeline.ll | 5 ++ llvm/test/CodeGen/AArch64/O3-pipeline.ll | 10 +++- llvm/test/CodeGen/ARM/O3-pipeline.ll | 7 +++ llvm/test/CodeGen/ARM/r7-fixed-darwin.ll | 15 ----- llvm/test/CodeGen/Thumb/long.ll | 2 +- .../test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll | 2 +- llvm/test/CodeGen/X86/O0-pipeline.ll | 5 ++ llvm/test/CodeGen/X86/O3-pipeline.ll | 13 +++- 39 files changed, 448 insertions(+), 222 deletions(-) create mode 100644 clang/test/Driver/frame-pointer-elim.cl delete mode 100644 llvm/test/CodeGen/ARM/r7-fixed-darwin.ll