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-allyesconfig in repository toolchain/ci/llvm-project.
from 69bc450882f [X86] Rename lowerShuffleAsRotate -> lowerShuffleAsVALIGN adds baa84d8cde9 Revert "[Concepts] Requires Expressions" adds 0eeddf1ac59 Revert "[ms] [llvm-ml] Add placeholder for llvm-ml, based o [...] adds add95990508 [Support] Explicitly instantiate BumpPtrAllocatorImpl adds ff6be0ca25c Revert "[Support] Explicitly instantiate BumpPtrAllocatorImpl" adds 80146fc13ad [test] clang/test/InterfaceStubs/externstatic.c requires x8 [...] adds 2981eceec33 [debugserver] Share code between Enable/DisableHardwareWatc [...] adds e3d92b7442e [mlir] Fix compilation with VS2019. adds 002ec79f979 [mlir] NFC: Rename index_t to index_type adds f78f15a60ee [lldb/Test] XFAIL TestRequireHWBreakpoints when HW BPs are [...] adds ed9cc6404e7 [llvm-exegesis][mips] Fix -Wunused-function after D72858 adds a0f50d73163 [Concepts] Requires Expressions adds e68c1e00eba [Concepts] Fix name-type conflict compilation issues adds 9583a3f2625 [AsmPrinter] Delete dead takeDeletedSymbsForFunction() adds 0cb415c1890 [X86][BranchAlign] Suppress branch alignment for {,_}__tls_ [...] adds 5fa2022ec00 [X86] Remove X86ISD::FILD_FLAG and stop gluing nodes together.
No new revisions were added by this update.
Summary of changes: clang/include/clang/AST/ExprConcepts.h | 9 +- clang/lib/Parse/ParseDecl.cpp | 8 +- clang/lib/Sema/SemaConcept.cpp | 5 +- clang/test/InterfaceStubs/externstatic.c | 1 + .../TestRequireHWBreakpoints.py | 23 +- .../debugserver/source/MacOSX/MachThreadList.cpp | 93 +++-- .../debugserver/source/MacOSX/MachThreadList.h | 8 + llvm/include/llvm/CodeGen/MachineModuleInfo.h | 7 - llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 10 - llvm/lib/CodeGen/MachineModuleInfo.cpp | 49 +-- llvm/lib/Target/X86/X86ISelLowering.cpp | 20 +- llvm/lib/Target/X86/X86ISelLowering.h | 5 +- llvm/lib/Target/X86/X86InstrFPStack.td | 17 +- llvm/lib/Target/X86/X86MCInstLower.cpp | 45 ++- llvm/test/CMakeLists.txt | 1 - .../X86/align-branch-boundary-suppressions-tls.ll | 30 ++ llvm/test/CodeGen/X86/vec-strict-inttofp-256.ll | 5 +- llvm/test/CodeGen/X86/vec-strict-inttofp-512.ll | 26 +- llvm/test/tools/llvm-ml/basic.test | 3 - llvm/test/tools/llvm-ml/run.test | 3 - llvm/tools/llvm-exegesis/lib/Mips/Target.cpp | 3 +- llvm/tools/llvm-ml/CMakeLists.txt | 14 - llvm/tools/llvm-ml/Disassembler.cpp | 203 ----------- llvm/tools/llvm-ml/Disassembler.h | 37 -- llvm/tools/llvm-ml/llvm-ml.cpp | 381 --------------------- llvm/utils/gn/secondary/llvm/test/BUILD.gn | 1 - .../utils/gn/secondary/llvm/tools/llvm-ml/BUILD.gn | 15 - mlir/docs/EDSC.md | 8 +- mlir/include/mlir/EDSC/Builders.h | 6 +- mlir/include/mlir/EDSC/Intrinsics.h | 4 +- mlir/include/mlir/IR/Attributes.h | 7 +- .../VectorToLoops/ConvertVectorToLoops.cpp | 2 +- mlir/lib/EDSC/Builders.cpp | 2 +- mlir/lib/EDSC/Helpers.cpp | 8 +- mlir/test/EDSC/builder-api-test.cpp | 10 +- 35 files changed, 180 insertions(+), 889 deletions(-) create mode 100644 llvm/test/CodeGen/X86/align-branch-boundary-suppressions-tls.ll delete mode 100644 llvm/test/tools/llvm-ml/basic.test delete mode 100644 llvm/test/tools/llvm-ml/run.test delete mode 100644 llvm/tools/llvm-ml/CMakeLists.txt delete mode 100644 llvm/tools/llvm-ml/Disassembler.cpp delete mode 100644 llvm/tools/llvm-ml/Disassembler.h delete mode 100644 llvm/tools/llvm-ml/llvm-ml.cpp delete mode 100644 llvm/utils/gn/secondary/llvm/tools/llvm-ml/BUILD.gn