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-allnoconfig in repository toolchain/ci/llvm-project.
from aafdeeade8d [gn build] Port bcbd26bfe61 adds 4bee2afcd7e [lldb][NFC] Modernize TestCPPStaticMethods adds baf32259872 [yaml2obj] - Implement the "Offset" property for the Fill Chunk. new 79fcd35c688 Revert "[lldb/test] Move "DataFormatters/Mock.h" to "Plugin [...] new 23f29b2fcc5 Revert "Silence warnings around int/float conversions." new f67f9e86e86 Revert "[lldb/test] Disable NSDate format check under _WIN32" new 0f1195a5864 Revert "[lldb/test] Relax NSDate mock test for non-Apple pl [...] new 8214eff467f Revert "[lldb/DataFormatter] Check for overflow when findin [...] new 8cc911fa5b0 [NFCI][CostModel] Refactor getIntrinsicInstrCost new 7004a621a01 [Polly] Update ScalarEvolutionExpander.h include. new 835251f7d99 [Target][ARM] Make Low Overhead Loops coexist with VPT blocks. new 02035580d3b [mlir] Add custom assembly formats to shape.witness ops. new 587f81f54a3 Revert "[lldb-server] Reset stop reason of all threads when [...]
The 10 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: lldb/source/Plugins/Language/ObjC/Cocoa.cpp | 69 +- lldb/source/Plugins/Language/ObjC/Utilities.h | 26 - .../Plugins/Process/Linux/NativeProcessLinux.cpp | 2 - .../Plugins/Process/Linux/NativeThreadLinux.cpp | 3 - .../Plugins/Process/Linux/NativeThreadLinux.h | 2 - .../thread/break_step_other/Makefile | 4 - .../break_step_other/TestThreadBreakStepOther.py | 63 -- .../thread/break_step_other/main.cpp | 27 - .../cpp/static_methods/TestCPPStaticMethods.py | 9 +- lldb/test/API/lang/cpp/static_methods/main.cpp | 28 +- lldb/unittests/Language/CMakeLists.txt | 1 - lldb/unittests/Language/ObjC/CMakeLists.txt | 6 - lldb/unittests/Language/ObjC/UtilitiesTests.cpp | 49 -- llvm/include/llvm/Analysis/TargetTransformInfo.h | 107 ++- .../llvm/Analysis/TargetTransformInfoImpl.h | 13 +- llvm/include/llvm/CodeGen/BasicTTIImpl.h | 80 +- llvm/include/llvm/ObjectYAML/ELFYAML.h | 7 +- llvm/lib/Analysis/TargetTransformInfo.cpp | 111 ++- llvm/lib/ObjectYAML/ELFEmitter.cpp | 6 +- llvm/lib/ObjectYAML/ELFYAML.cpp | 1 + .../Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 42 +- llvm/lib/Target/AMDGPU/AMDGPUTargetTransformInfo.h | 16 +- llvm/lib/Target/ARM/ARMLowOverheadLoops.cpp | 196 +++-- .../Target/Hexagon/HexagonTargetTransformInfo.cpp | 24 +- .../Target/Hexagon/HexagonTargetTransformInfo.h | 12 +- llvm/lib/Target/PowerPC/PPCTargetTransformInfo.cpp | 21 +- llvm/lib/Target/PowerPC/PPCTargetTransformInfo.h | 13 +- .../Target/SystemZ/SystemZTargetTransformInfo.cpp | 24 +- .../Target/SystemZ/SystemZTargetTransformInfo.h | 12 +- llvm/lib/Target/X86/X86TargetTransformInfo.cpp | 28 +- llvm/lib/Target/X86/X86TargetTransformInfo.h | 15 +- llvm/lib/Transforms/Vectorize/LoopVectorize.cpp | 11 +- llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 22 +- .../cond-vector-reduce-mve-codegen.ll | 17 +- .../Thumb2/LowOverheadLoops/vctp-in-vpt-2.mir | 18 +- .../CodeGen/Thumb2/LowOverheadLoops/vpt-blocks.mir | 937 +++++++++++++++++++++ llvm/test/tools/yaml2obj/ELF/custom-fill.yaml | 46 + mlir/include/mlir/Dialect/Shape/IR/ShapeOps.td | 32 +- mlir/test/Dialect/Shape/ops.mlir | 10 +- polly/lib/Support/ScopHelper.cpp | 2 +- 40 files changed, 1453 insertions(+), 659 deletions(-) delete mode 100644 lldb/source/Plugins/Language/ObjC/Utilities.h delete mode 100644 lldb/test/API/functionalities/thread/break_step_other/Makefile delete mode 100644 lldb/test/API/functionalities/thread/break_step_other/TestThrea [...] delete mode 100644 lldb/test/API/functionalities/thread/break_step_other/main.cpp delete mode 100644 lldb/unittests/Language/ObjC/CMakeLists.txt delete mode 100644 lldb/unittests/Language/ObjC/UtilitiesTests.cpp create mode 100644 llvm/test/CodeGen/Thumb2/LowOverheadLoops/vpt-blocks.mir