This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_llvm_tx1/llvm-master-aarch64-spec2k6-O2_LTO in repository toolchain/ci/llvm-project.
from a0a9c9e188f5 [InstCombine] avoid breaking up min/max (cmp+sel) idioms adds 63c566b1fde3 [DWARF] Remove extractFast (NFC) adds b2c262cfb12f [lldb][NFC] Define DWARFDIE::children out-of-line instead [...] adds c1a8f1287378 [libc++] Restore `basic_ios`'s implicit conversion to `boo [...] adds 7de439b2be4a [mlir][tosa] Migrate tosa to more efficient linalg.conv adds 4c5909ba8303 [SampleFDO] Add two passes of MIRAddFSDiscriminatorsPass adds a7c4e9b1f783 [InstSimplify] Eliminate vector reverse of a splat vector adds 718c63258202 Simplify dllexport class member code, NFC adds fb9a075c813c [lld] Add llvm-profdata to lld test deps adds a5ae34afaa45 [mlir][linalg] fixed typo adds a614a28772cb [PowerPC] Do not define __PRIVILEGED__ adds 101b3fed5eba [flang] Fix two typos in API names adds 39c38c215273 [flang] Fix list-directed plural repeated null values at e [...] adds 7f3c3d7aa491 [mlir] BUILD.bazel: remove LLVMDialect from MathTransforms adds 8c31efeed600 Add the ability to process save-core stack-memory-only corefiles adds 767496d19cb9 [lldb] Skip TestStepOverWatchpoint on AS adds 643ce61fb3c2 [ObjC][ARC] Don't form a StoreStrong call if it is unsafe [...]
No new revisions were added by this update.
Summary of changes: clang/lib/Basic/Targets/PPC.cpp | 2 - clang/lib/Sema/SemaDeclCXX.cpp | 61 +++-- clang/test/Driver/ppc-mprivileged-support-check.c | 37 +-- clang/test/Preprocessor/init-ppc64.c | 11 - flang/runtime/io-stmt.cpp | 42 ++- flang/runtime/io-stmt.h | 8 +- flang/runtime/reduction.h | 4 +- flang/unittests/Runtime/ListInputTest.cpp | 10 +- libcxx/include/ios | 7 + .../iostreams.base/ios/iostate.flags/bool.pass.cpp | 10 +- lld/test/CMakeLists.txt | 4 +- lldb/docs/lldb-gdb-remote.txt | 3 + lldb/include/lldb/Target/MemoryRegionInfo.h | 12 +- lldb/include/lldb/lldb-enumerations.h | 1 + lldb/source/Commands/CommandObjectProcess.cpp | 13 +- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 52 ++-- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 13 + lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp | 4 + lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h | 9 +- .../step_over_watchpoint/TestStepOverWatchpoint.py | 5 +- .../macosx/skinny-corefile/TestSkinnyCorefile.py | 2 +- lldb/test/API/macosx/stack-corefile/Makefile | 3 + .../API/macosx/stack-corefile/TestStackCorefile.py | 69 +++++ lldb/test/API/macosx/stack-corefile/main.c | 15 + lldb/tools/debugserver/source/DNBDefs.h | 5 +- .../debugserver/source/MacOSX/MachVMMemory.cpp | 1 + .../debugserver/source/MacOSX/MachVMRegion.cpp | 40 +++ .../tools/debugserver/source/MacOSX/MachVMRegion.h | 1 + lldb/tools/debugserver/source/RNBRemote.cpp | 8 + .../llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h | 2 - llvm/lib/Analysis/InstructionSimplify.cpp | 3 + llvm/lib/CodeGen/TargetPassConfig.cpp | 9 + llvm/lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 7 - llvm/lib/Transforms/ObjCARC/ObjCARCContract.cpp | 21 +- llvm/test/CodeGen/X86/fsafdo_test1.ll | 4 +- llvm/test/CodeGen/X86/fsafdo_test2.ll | 6 +- .../InstSimplify/named-vector-shuffle-reverse.ll | 13 + .../Transforms/ObjCARC/contract-storestrong.ll | 19 ++ mlir/docs/Rationale/RationaleLinalgDialect.md | 2 +- .../Linalg/IR/LinalgNamedStructuredOps.yaml | 261 +++++++++--------- mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp | 303 +++++++++++++-------- .../dialects/linalg/opdsl/ops/core_named_ops.py | 79 +++--- .../Conversion/TosaToLinalg/tosa-to-linalg.mlir | 40 ++- mlir/test/Dialect/Linalg/named-ops.mlir | 14 - utils/bazel/llvm-project-overlay/mlir/BUILD.bazel | 1 - 45 files changed, 759 insertions(+), 477 deletions(-) create mode 100644 lldb/test/API/macosx/stack-corefile/Makefile create mode 100644 lldb/test/API/macosx/stack-corefile/TestStackCorefile.py create mode 100644 lldb/test/API/macosx/stack-corefile/main.c