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-arm-stable-allnoconfig in repository toolchain/ci/llvm-monorepo.
from f77ce5d873c [X86] Update comment I forgot to change in r346043. NFC adds cca1c16bb21 [coroutines] Fix fallthrough warning on try/catch adds cc7d3b7dea9 r600: Convert get_local_size to clc adds 50fbd54be58 r600: Convert get_global_size to clc adds 3c5103e8387 r600: Convert get_num_groups to clc adds dbc92356b92 r600: Convert barrier to clc adds 1df3436ee93 amdgcn: Convert get_local_size to clc adds 26935cda0a9 amdgcn: Convert get_global_size to clc adds 881a8b01a79 amdgcn: Convert get_num_groups to clc adds a72b0440921 amdgcn: Move __clc_amdgcn_s_waitcnt definition to clc file adds 5e5d13b4b1f amdgcn-amdhsa: Convert get_{global,local}_size to clc for a [...] adds e1f74d59515 travis: Check tahiti-amdgcn-mesa-mesa3d.bc adds 911211ed2dc configure: Provide symlink for amdgcn-mesa3d instead of con [...] adds 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 [...] new 3adbec0a946 [X86] Regenerate test checks to merge 32 and 64 bit. Remove [...] new 03b8fe4a8d1 [X86] Add nounwind to some tests to remove cfi directives f [...]
The 2 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/Analysis/CFG.cpp | 27 +- clang/lib/Driver/Distro.cpp | 1 + clang/test/Driver/fuchsia.c | 28 +- clang/test/Driver/fuchsia.cpp | 6 +- clang/test/SemaCXX/coreturn-eh.cpp | 45 + compiler-rt/lib/msan/msan_interceptors.cc | 1 + libclc/.travis.yml | 8 +- libclc/amdgcn-amdhsa/lib/OVERRIDES | 6 - libclc/amdgcn-amdhsa/lib/OVERRIDES_3.9 | 3 - libclc/amdgcn-amdhsa/lib/OVERRIDES_4.0 | 2 - libclc/amdgcn-amdhsa/lib/OVERRIDES_5.0 | 2 - libclc/amdgcn-amdhsa/lib/SOURCES_3.9 | 2 - libclc/amdgcn-amdhsa/lib/SOURCES_4.0 | 2 - libclc/amdgcn-amdhsa/lib/SOURCES_5.0 | 2 - .../lib/workitem/get_global_size.39.ll | 36 - .../lib/workitem/get_global_size.50.ll | 39 - .../amdgcn-amdhsa/lib/workitem/get_global_size.cl | 10 +- .../lib/workitem/get_local_size.39.ll | 35 - .../lib/workitem/get_local_size.50.ll | 38 - .../amdgcn-amdhsa/lib/workitem/get_local_size.cl | 10 +- libclc/amdgcn-mesa3d | 1 + libclc/amdgcn/lib/OVERRIDES_3.9 | 3 - libclc/amdgcn/lib/OVERRIDES_4.0 | 3 - libclc/amdgcn/lib/OVERRIDES_5.0 | 3 - libclc/amdgcn/lib/OVERRIDES_6.0 | 3 - libclc/amdgcn/lib/SOURCES | 6 +- libclc/amdgcn/lib/SOURCES_3.9 | 4 - libclc/amdgcn/lib/SOURCES_4.0 | 4 - libclc/amdgcn/lib/SOURCES_5.0 | 3 - libclc/amdgcn/lib/SOURCES_6.0 | 3 - libclc/amdgcn/lib/mem_fence/fence.cl | 1 + libclc/amdgcn/lib/mem_fence/waitcnt.ll | 13 - libclc/amdgcn/lib/workitem/get_global_size.39.ll | 20 - libclc/amdgcn/lib/workitem/get_global_size.40.ll | 23 - libclc/amdgcn/lib/workitem/get_global_size.cl | 15 + libclc/amdgcn/lib/workitem/get_global_size.ll | 23 - libclc/amdgcn/lib/workitem/get_local_size.39.ll | 20 - libclc/amdgcn/lib/workitem/get_local_size.40.ll | 23 - libclc/amdgcn/lib/workitem/get_local_size.cl | 15 + libclc/amdgcn/lib/workitem/get_local_size.ll | 23 - libclc/amdgcn/lib/workitem/get_num_groups.39.ll | 20 - libclc/amdgcn/lib/workitem/get_num_groups.40.ll | 23 - libclc/amdgcn/lib/workitem/get_num_groups.cl | 15 + libclc/amdgcn/lib/workitem/get_num_groups.ll | 23 - libclc/amdgpu/lib/OVERRIDES | 2 - libclc/configure.py | 2 - libclc/r600/lib/OVERRIDES_3.9 | 4 - libclc/r600/lib/OVERRIDES_4.0 | 4 - libclc/r600/lib/OVERRIDES_5.0 | 4 - libclc/r600/lib/OVERRIDES_6.0 | 4 - libclc/r600/lib/SOURCES | 8 +- libclc/r600/lib/SOURCES_3.9 | 4 - libclc/r600/lib/SOURCES_4.0 | 4 - libclc/r600/lib/SOURCES_5.0 | 4 - libclc/r600/lib/SOURCES_6.0 | 4 - libclc/r600/lib/synchronization/barrier.cl | 9 + libclc/r600/lib/synchronization/barrier_impl.39.ll | 13 - libclc/r600/lib/synchronization/barrier_impl.ll | 13 - libclc/r600/lib/workitem/get_global_size.39.ll | 20 - libclc/r600/lib/workitem/get_global_size.cl | 15 + libclc/r600/lib/workitem/get_global_size.ll | 20 - libclc/r600/lib/workitem/get_local_size.39.ll | 20 - libclc/r600/lib/workitem/get_local_size.cl | 15 + libclc/r600/lib/workitem/get_local_size.ll | 20 - libclc/r600/lib/workitem/get_num_groups.39.ll | 20 - libclc/r600/lib/workitem/get_num_groups.cl | 15 + libclc/r600/lib/workitem/get_num_groups.ll | 20 - 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/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 +- .../CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 784 ++++-------- 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 +- llvm/test/Transforms/InstCombine/minmax-fp.ll | 38 +- llvm/unittests/Analysis/ValueTrackingTest.cpp | 84 +- llvm/unittests/CodeGen/AArch64SelectionDAGTest.cpp | 4 +- 137 files changed, 2147 insertions(+), 3682 deletions(-) create mode 100644 clang/test/SemaCXX/coreturn-eh.cpp delete mode 100644 libclc/amdgcn-amdhsa/lib/OVERRIDES delete mode 100644 libclc/amdgcn-amdhsa/lib/OVERRIDES_3.9 delete mode 100644 libclc/amdgcn-amdhsa/lib/OVERRIDES_4.0 delete mode 100644 libclc/amdgcn-amdhsa/lib/OVERRIDES_5.0 delete mode 100644 libclc/amdgcn-amdhsa/lib/SOURCES_3.9 delete mode 100644 libclc/amdgcn-amdhsa/lib/SOURCES_4.0 delete mode 100644 libclc/amdgcn-amdhsa/lib/SOURCES_5.0 delete mode 100644 libclc/amdgcn-amdhsa/lib/workitem/get_global_size.39.ll delete mode 100644 libclc/amdgcn-amdhsa/lib/workitem/get_global_size.50.ll delete mode 100644 libclc/amdgcn-amdhsa/lib/workitem/get_local_size.39.ll delete mode 100644 libclc/amdgcn-amdhsa/lib/workitem/get_local_size.50.ll create mode 120000 libclc/amdgcn-mesa3d delete mode 100644 libclc/amdgcn/lib/mem_fence/waitcnt.ll delete mode 100644 libclc/amdgcn/lib/workitem/get_global_size.39.ll delete mode 100644 libclc/amdgcn/lib/workitem/get_global_size.40.ll create mode 100644 libclc/amdgcn/lib/workitem/get_global_size.cl delete mode 100644 libclc/amdgcn/lib/workitem/get_global_size.ll delete mode 100644 libclc/amdgcn/lib/workitem/get_local_size.39.ll delete mode 100644 libclc/amdgcn/lib/workitem/get_local_size.40.ll create mode 100644 libclc/amdgcn/lib/workitem/get_local_size.cl delete mode 100644 libclc/amdgcn/lib/workitem/get_local_size.ll delete mode 100644 libclc/amdgcn/lib/workitem/get_num_groups.39.ll delete mode 100644 libclc/amdgcn/lib/workitem/get_num_groups.40.ll create mode 100644 libclc/amdgcn/lib/workitem/get_num_groups.cl delete mode 100644 libclc/amdgcn/lib/workitem/get_num_groups.ll delete mode 100644 libclc/amdgpu/lib/OVERRIDES delete mode 100644 libclc/r600/lib/OVERRIDES_3.9 delete mode 100644 libclc/r600/lib/OVERRIDES_4.0 delete mode 100644 libclc/r600/lib/OVERRIDES_5.0 delete mode 100644 libclc/r600/lib/OVERRIDES_6.0 delete mode 100644 libclc/r600/lib/SOURCES_4.0 delete mode 100644 libclc/r600/lib/SOURCES_5.0 delete mode 100644 libclc/r600/lib/SOURCES_6.0 create mode 100644 libclc/r600/lib/synchronization/barrier.cl delete mode 100644 libclc/r600/lib/synchronization/barrier_impl.39.ll delete mode 100644 libclc/r600/lib/synchronization/barrier_impl.ll delete mode 100644 libclc/r600/lib/workitem/get_global_size.39.ll create mode 100644 libclc/r600/lib/workitem/get_global_size.cl delete mode 100644 libclc/r600/lib/workitem/get_global_size.ll delete mode 100644 libclc/r600/lib/workitem/get_local_size.39.ll create mode 100644 libclc/r600/lib/workitem/get_local_size.cl delete mode 100644 libclc/r600/lib/workitem/get_local_size.ll delete mode 100644 libclc/r600/lib/workitem/get_num_groups.39.ll create mode 100644 libclc/r600/lib/workitem/get_num_groups.cl delete mode 100644 libclc/r600/lib/workitem/get_num_groups.ll 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