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-defconfig in repository toolchain/ci/llvm-monorepo.
from 7c5705c514c Remove redundant OVERRRIDES file adds cac24999f6e [SelectionDAG] Remove special methods for creating *_EXTEND [...] adds a1131ab4ec3 [Driver] Always match resource dir in Fuchsia driver tests adds bd3bea1b23f Fix duplicate testcase filename adds fdba83c8004 [DAGCombiner] Remove 'else' after return. NFC adds d5d250e28f0 NativeProcessProtocol: Simplify breakpoint setting code adds 735e75161e6 Fix log statement in r346093 adds c63be6d42eb [analyzer][PlistMacroExpansion] Part 2.: Retrieving the mac [...] adds 0da949c53b4 Revert '[analyzer][PlistMacroExpansion] Part 2.: Retrieving [...] adds 2ec1166aab2 [ValueTracking] determine sign of 0.0 from select when matc [...] adds d4d023aa11f Disable recursive interception for tzset in MSan adds 5652aa662a4 Update framework-header-fix to force system sed adds 2c69a5284f9 Fix NetBSD build after "Move path resolution logic out of F [...] adds 801476d8c13 Update our URLs in clang doc to use https adds 3b1736a8a7f [X86] Add vector shift by immediate to SimplifyDemandedBits [...] adds 4883ff91ee7 Add support of the next Ubuntu (Ubuntu 19.04 - Disco Dingo) adds 94b9f6dbfde Fix the test for partition_copy so it is not ridiculously s [...] adds 3adbec0a946 [X86] Regenerate test checks to merge 32 and 64 bit. Remove [...] adds 03b8fe4a8d1 [X86] Add nounwind to some tests to remove cfi directives f [...] adds aeb9bf182c0 [Driver] Use -Bstatic/dynamic for libc++ on Fuchsia adds dd1ff2d5e75 [HotColdSplitting] Use TTI to inform outlining threshold adds 35763534105 [LLDB] Fix FreeBSD/Darwin build new b1fc9cce676 [X86] Fix typo in test comment. NFC
The 1 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/docs/AddressSanitizer.rst | 2 +- clang/docs/Block-ABI-Apple.txt | 2 +- clang/docs/ClangFormat.rst | 2 +- clang/docs/ClangFormatStyleOptions.rst | 6 +- clang/docs/ClangPlugins.rst | 4 +- clang/docs/ClangTools.rst | 6 +- clang/docs/CommandGuide/clang.rst | 7 +- clang/docs/ControlFlowIntegrity.rst | 2 +- clang/docs/ControlFlowIntegrityDesign.rst | 6 +- clang/docs/CrossCompilation.rst | 2 +- clang/docs/InternalsManual.rst | 24 +- clang/docs/IntroductionToTheClangAST.rst | 46 +- clang/docs/LanguageExtensions.rst | 20 +- clang/docs/LibASTMatchers.rst | 4 +- clang/docs/LibASTMatchersReference.html | 1316 ++++++++++---------- clang/docs/LibASTMatchersTutorial.rst | 8 +- clang/docs/LibFormat.rst | 2 +- clang/docs/LibTooling.rst | 2 +- clang/docs/MSVCCompatibility.rst | 4 +- clang/docs/MemorySanitizer.rst | 2 +- clang/docs/PCHInternals.rst | 6 +- clang/docs/SanitizerCoverage.rst | 2 +- clang/docs/SourceBasedCodeCoverage.rst | 2 +- clang/docs/ThinLTO.rst | 10 +- clang/docs/ThreadSanitizer.rst | 2 +- clang/docs/Toolchain.rst | 4 +- clang/docs/Tooling.rst | 2 +- clang/docs/UndefinedBehaviorSanitizer.rst | 2 +- clang/docs/UsersManual.rst | 12 +- clang/docs/tools/dump_ast_matchers.py | 2 +- clang/include/clang/Driver/Distro.h | 3 +- clang/lib/Driver/Distro.cpp | 1 + clang/lib/Driver/ToolChains/Fuchsia.cpp | 4 +- clang/test/Driver/fuchsia.c | 28 +- clang/test/Driver/fuchsia.cpp | 9 +- compiler-rt/lib/msan/msan_interceptors.cc | 1 + libcxx/fuzzing/fuzzing.cpp | 829 ++++++------ lldb/include/lldb/Host/common/NativeBreakpoint.h | 56 - .../lldb/Host/common/NativeBreakpointList.h | 35 +- .../lldb/Host/common/NativeProcessProtocol.h | 20 +- lldb/include/lldb/Host/common/SoftwareBreakpoint.h | 53 - lldb/include/lldb/lldb-private-forward.h | 11 - lldb/lldb.xcodeproj/project.pbxproj | 16 - .../{TestSampleTest.py => TestAllowJIT.py} | 0 lldb/scripts/framework-header-fix.sh | 13 +- lldb/source/Host/CMakeLists.txt | 3 - lldb/source/Host/common/NativeBreakpoint.cpp | 109 -- lldb/source/Host/common/NativeBreakpointList.cpp | 240 ---- lldb/source/Host/common/NativeProcessProtocol.cpp | 223 +++- lldb/source/Host/common/NativeThreadProtocol.cpp | 1 - lldb/source/Host/common/SoftwareBreakpoint.cpp | 313 ----- lldb/source/Host/netbsd/Host.cpp | 2 +- lldb/source/Host/netbsd/HostInfoNetBSD.cpp | 2 +- .../Plugins/Process/Darwin/NativeProcessDarwin.cpp | 11 +- .../Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 10 +- .../Plugins/Process/Linux/NativeProcessLinux.cpp | 1 - .../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 3 +- llvm/include/llvm/CodeGen/SelectionDAG.h | 18 - llvm/lib/Analysis/ValueTracking.cpp | 21 + llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 21 +- .../lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 2 +- .../CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 14 +- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 44 +- llvm/lib/Target/Hexagon/HexagonISelLoweringHVX.cpp | 3 +- llvm/lib/Target/X86/X86ISelLowering.cpp | 75 +- llvm/lib/Transforms/IPO/HotColdSplitting.cpp | 44 +- .../CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 784 ++++-------- llvm/test/CodeGen/X86/combine-64bit-vec-binop.ll | 2 +- llvm/test/CodeGen/X86/combine-srl.ll | 12 +- llvm/test/CodeGen/X86/combine-udiv.ll | 42 +- llvm/test/CodeGen/X86/known-signbits-vector.ll | 61 +- llvm/test/CodeGen/X86/pr35918.ll | 12 +- llvm/test/CodeGen/X86/shrink_vmul.ll | 150 +-- llvm/test/CodeGen/X86/vector-shift-ashr-128.ll | 12 +- llvm/test/CodeGen/X86/vector-shift-ashr-256.ll | 29 +- llvm/test/CodeGen/X86/vector-trunc-usat.ll | 122 +- .../HotColdSplit}/X86/lit.local.cfg | 0 .../HotColdSplit/X86/outline-expensive.ll | 25 + llvm/test/Transforms/HotColdSplit/do-not-split.ll | 3 + llvm/test/Transforms/HotColdSplit/minsize.ll | 4 +- .../HotColdSplit/split-out-dbg-val-of-arg.ll | 3 + llvm/test/Transforms/InstCombine/minmax-fp.ll | 38 +- llvm/unittests/Analysis/ValueTrackingTest.cpp | 84 +- llvm/unittests/CodeGen/AArch64SelectionDAGTest.cpp | 4 +- 84 files changed, 2037 insertions(+), 3100 deletions(-) delete mode 100644 lldb/include/lldb/Host/common/NativeBreakpoint.h delete mode 100644 lldb/include/lldb/Host/common/SoftwareBreakpoint.h rename lldb/packages/Python/lldbsuite/test/expression_command/dont_allow_jit/{Test [...] delete mode 100644 lldb/source/Host/common/NativeBreakpoint.cpp delete mode 100644 lldb/source/Host/common/NativeBreakpointList.cpp delete mode 100644 lldb/source/Host/common/SoftwareBreakpoint.cpp copy llvm/test/{Analysis/CostModel => Transforms/HotColdSplit}/X86/lit.local.cfg (100%) create mode 100644 llvm/test/Transforms/HotColdSplit/X86/outline-expensive.ll