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-mainline-allnoconfig in repository toolchain/ci/llvm-project.
from dc1499b90dc Improve Clang's getting involved document and make it more [...] adds da6384fbb9f Add beginning of LLVM's GettingStarted to GitHub readme adds e3d26b42b95 [Hexagon] Fix typo. NFC adds 61e7a61bdcc [AMDGPU] Allow folding of sgpr to vgpr copy adds 7f1ffef567a [X86] Replace some regular expressions in xray tests with e [...] adds 1d7f79c0171 [MIPS GlobalISel] MSA vector generic and builtin sdiv, srem [...] adds 914ce66413e [MIPS GlobalISel] MSA vector generic and builtin fadd, fsub [...] adds bf71e4fe0a6 [clangd] Collect name references in the index. adds 13fc899cdec [clangd] Handle the missing constructor initializers in fin [...] adds bfa3f0c3166 Hide implementation details in anonymous namespaces. NFC. adds 73cebfe4128 [libFuzzer] docs: update note to include REDUCE event. adds 612eadb7bc0 Expose __hwasan_tag_mismatch_stub adds 93aec861f52 Revert "Expose __hwasan_tag_mismatch_stub" adds 6d11abfe350 [compiler-rt] Expose __hwasan_tag_mismatch_stub adds 1ae8e8d25fd Don't add -fsplit-lto-unit for thin LTO builds with PS4 and [...] adds e3b49df50e4 [MIPS GlobalISel] Select MSA vector generic and builtin fabs adds c84cfaf9bc8 [docs] Update link to the MIPS 64-bit ELF object file speci [...] adds fd77e578e96 [docs] Add Mips as a supported architecture in GettingStarted.rst adds ed913a29153 [clangd] Fix case of variables and functions in code comple [...] adds 950b800c451 Fix compilation warning on the trailing whitespace. NFC. adds b2a65f0d70f [AMDGPU] Skip additional folding on the same operand. adds 1b45297e013 [ARM] Begin adding IR intrinsics for MVE instructions. adds ceeff95ca48 [ARM] Add some sample IR MVE intrinsics with C++ isel. adds e0ef4ebe2f6 [ARM] Add IR intrinsics for MVE VLD[24] and VST[24]. adds 7c11da0cfd3 [clang] New __attribute__((__clang_arm_mve_alias)). adds 08074cc9655 [clang,ARM] Initial ACLE intrinsics for MVE. adds e5f485c3bd9 [InstCombine] Known-bits optimization for ARM MVE VADC. adds 78207e1f234 [NFC][XCOFF][AIX] Serialize object file writing for each Cs [...] adds 6f0bb770370 [InstCombine] Fold one-use variable into assert adds 6d0fc4373e9 [NFC] Remove redundant lines adds 6c5898ef79f [llvm-ifs][NFC] Adds TODO comment for dropping ObjectFileFo [...] adds 0c798aa4483 [CMake] Split logic across test suite subdirectories (NFC) adds 5da6d4ec164 Speculative build fix for GCC 5.3.0 adds 3c8e055187d [AMDGPU] Fix mfma scheduling crash adds ec66603ac7e [clang-format] Remove the dependency on frontend adds 267cc3292ec [lldb] [Python] Do not attempt to flush() a read-only fd adds 56d81104f14 [ELF] -r: fix crash when processing a SHT_REL[A] that reloc [...] adds 7b3de1e8119 [ARM] Attempt to fixup MveEmitter warnings adds bb6a27fc257 Add AIX toolchain and basic linker functionality adds 78700ef8866 [ARM] Fixup MVE intrinsic tests with no assert builds adds 8fa5e98fd19 [clang-format] Remove duplciate code from Invalid BOM detection adds 76ee21e1d09 Namespace fixup for D68340 build on MSVC adds a5376f63221 [GlobalISel][AArch64][AMDGPU][X86] Teach LegalizationArtifa [...] adds 31b752cbf0d [ObjC][ARC] Check whether the return and parameter types of [...] adds 23b78364150 [clang-format] update documentation adds d0bd3fc88be Revert "Disable exit-on-SIGPIPE in lldb" adds 2e4f1e112df [www] Change URLs to HTTPS. adds 126a72fcbf7 Fix MSVC "not all control paths return a value" warnings. NFCI. adds c39ba0429c5 Fix MSVC "switch statement contains 'default' but no 'case' [...] adds 201ed14aea8 Follow on to Namespace fixup for D68340 adds 95a18b848fc Follow up on D69112, fix build break for skipping field ini [...] adds a18818207ab Fix cppcheck shadow variable warning. NFCI. adds ffa214ef228 [Concepts] Constraint Enforcement & Diagnostics adds 2c37833931e [AMDGPU] Clean up update_llc_test_checks CodeGen tests adds 55c223a7ed5 Try harder to fix GCC 5.3 build adds a1817996fa8 Fix lld detection in standalone compiler-rt. adds d52b36e354e [CMake] Remove unused variable LLDB_TEST_CXX_COMPILER adds 220cce1e727 [CMake] Don't set LLDB_TEST_* in the top-level CMakeLists adds fd025c094be [CMake] Move test dependency tracking into test/CMakeLists.txt adds 33fca97880d [CMake] Move LLDB_TEST_BUILD_DIRECTORY into test/CMakeLists.txt adds 70f59b5bbc8 When diagnosing an ambiguity, only note the candidates that [...] adds 9b8dd004034 Test commit access via git new bc58e0279b7 [compiler-rt] cmake: add include(BuiltinTests) to CompilerR [...] new 60b403e75cd Always flush pending errors in MCAsmParser new 9671d1dc176 [clang]Fixup clang -Werror,,-Wcovered-switch-default build [...] new 9ab6d8236b1 [clang-scan-deps] Add basic support for modules. new 0c3921e7b9a [SCEV] Delete unused code from header new 7fff716ec47 [CMake] Update Fuchsia build configuration new 6d424a161bf Revert "Recommit "[Clang] Pragma vectorize_width() implies [...]
The 7 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: README.md | 99 + clang-tools-extra/clangd/FindTarget.cpp | 20 +- clang-tools-extra/clangd/index/SymbolCollector.cpp | 4 - .../clangd/unittests/CodeCompleteTests.cpp | 32 +- .../clangd/unittests/FindTargetTests.cpp | 39 + .../clangd/unittests/SymbolCollectorTests.cpp | 17 + clang/cmake/caches/Fuchsia-stage2.cmake | 20 +- clang/cmake/caches/Fuchsia.cmake | 9 +- clang/docs/ClangFormatStyleOptions.rst | 11 + clang/include/clang/AST/ASTConcept.h | 80 + clang/include/clang/AST/ExprCXX.h | 39 +- clang/include/clang/Basic/Attr.td | 7 + clang/include/clang/Basic/AttrDocs.td | 22 + clang/include/clang/Basic/BuiltinsARM.def | 5 + clang/include/clang/Basic/CMakeLists.txt | 14 +- clang/include/clang/Basic/DiagnosticSemaKinds.td | 38 + clang/include/clang/Basic/SourceManager.h | 4 + clang/include/clang/Basic/arm_mve.td | 121 + clang/include/clang/Basic/arm_mve_defs.td | 325 ++ clang/include/clang/Driver/ToolChain.h | 4 + clang/include/clang/Format/Format.h | 13 +- clang/include/clang/Sema/Overload.h | 14 +- clang/include/clang/Sema/Sema.h | 94 +- clang/include/clang/Sema/TemplateDeduction.h | 6 + clang/lib/AST/ASTConcept.cpp | 56 + clang/lib/AST/ASTContext.cpp | 1 + clang/lib/AST/CMakeLists.txt | 1 + clang/lib/AST/Decl.cpp | 18 +- clang/lib/AST/ExprCXX.cpp | 17 +- clang/lib/Basic/SourceManager.cpp | 38 +- clang/lib/CodeGen/CGBuiltin.cpp | 117 +- clang/lib/CodeGen/CGLoopInfo.cpp | 8 - clang/lib/CodeGen/CodeGenFunction.h | 7 +- clang/lib/Driver/CMakeLists.txt | 1 + clang/lib/Driver/Driver.cpp | 4 + clang/lib/Driver/ToolChains/AIX.cpp | 102 + clang/lib/Driver/ToolChains/AIX.h | 63 + clang/lib/Driver/ToolChains/Clang.cpp | 4 +- clang/lib/Driver/ToolChains/Darwin.h | 3 + clang/lib/Driver/ToolChains/PS4CPU.h | 4 + clang/lib/Headers/CMakeLists.txt | 2 + clang/lib/Sema/SemaCast.cpp | 2 +- clang/lib/Sema/SemaChecking.cpp | 105 + clang/lib/Sema/SemaConcept.cpp | 398 +- clang/lib/Sema/SemaDeclAttr.cpp | 34 + clang/lib/Sema/SemaDeclCXX.cpp | 12 +- clang/lib/Sema/SemaExprCXX.cpp | 4 +- clang/lib/Sema/SemaInit.cpp | 10 +- clang/lib/Sema/SemaOverload.cpp | 138 +- clang/lib/Sema/SemaTemplate.cpp | 60 +- clang/lib/Sema/SemaTemplateDeduction.cpp | 31 +- clang/lib/Sema/SemaTemplateInstantiate.cpp | 39 +- clang/lib/Sema/SemaTemplateInstantiateDecl.cpp | 6 +- clang/lib/Sema/SemaType.cpp | 6 +- clang/lib/Serialization/ASTReaderStmt.cpp | 24 +- clang/lib/Serialization/ASTWriterStmt.cpp | 20 +- .../DependencyScanningFilesystem.cpp | 42 +- .../basic.namespace/namespace.udecl/p15.cpp | 22 +- clang/test/CXX/drs/dr15xx.cpp | 31 +- clang/test/CXX/drs/dr16xx.cpp | 6 +- clang/test/CXX/expr/expr.prim/expr.prim.id/p3.cpp | 31 + .../over.match.class.deduct/p3.cpp | 2 +- clang/test/CXX/special/class.inhctor/p1.cpp | 10 +- clang/test/CXX/special/class.inhctor/p4.cpp | 4 +- clang/test/CXX/special/class.inhctor/p7.cpp | 2 +- .../temp.constr.constr/function-templates.cpp | 43 + .../temp.constr.constr/non-function-templates.cpp | 92 + .../temp.constr.constr/partial-specializations.cpp | 67 + clang/test/ClangScanDeps/Inputs/module.modulemap | 7 + clang/test/ClangScanDeps/Inputs/modules_cdb.json | 13 + clang/test/ClangScanDeps/modules.cpp | 41 + .../CodeGen/arm-mve-intrinsics/scalar-shifts.c | 23 + clang/test/CodeGen/arm-mve-intrinsics/vadc.c | 89 + clang/test/CodeGen/arm-mve-intrinsics/vaddq.c | 65 + clang/test/CodeGen/arm-mve-intrinsics/vcvt.c | 26 + clang/test/CodeGen/arm-mve-intrinsics/vld24.c | 100 + clang/test/CodeGen/arm-mve-intrinsics/vldr.c | 48 + clang/test/CodeGen/arm-mve-intrinsics/vminvq.c | 97 + clang/test/CodeGenCXX/pragma-loop-predicate.cpp | 5 +- clang/test/CodeGenCXX/pragma-loop.cpp | 34 +- .../aix_ppc_tree/powerpc-ibm-aix7.1.0.0/dummy.a | 0 .../test/Driver/Inputs/aix_ppc_tree/usr/lib/crt0.o | 0 .../Driver/Inputs/aix_ppc_tree/usr/lib/crt0_64.o | 0 .../test/Driver/Inputs/aix_ppc_tree/usr/lib/crti.o | 0 .../Driver/Inputs/aix_ppc_tree/usr/lib/crti_64.o | 0 .../Driver/Inputs/aix_ppc_tree/usr/lib/gcrt0.o | 0 .../Driver/Inputs/aix_ppc_tree/usr/lib/gcrt0_64.o | 0 .../Driver/Inputs/aix_ppc_tree/usr/lib/mcrt0.o | 0 .../Driver/Inputs/aix_ppc_tree/usr/lib/mcrt0_64.o | 0 clang/test/Driver/aix-ld.c | 177 + clang/test/Driver/split-lto-unit.c | 4 + ...pragma-attribute-supported-attributes-list.test | 1 + clang/test/Sema/arm-mve-alias-attribute.c | 22 + .../SemaCXX/ambig-user-defined-conversions.cpp | 2 +- clang/test/SemaCXX/builtin-ptrtomember-ambig.cpp | 3 - .../SemaCXX/builtin-ptrtomember-overload-1.cpp | 2 +- clang/test/SemaCXX/copy-initialization.cpp | 2 +- .../test/SemaCXX/cxx0x-initializer-constructor.cpp | 2 +- clang/test/SemaCXX/microsoft-vs-float128.cpp | 6 +- clang/test/SemaCXX/overload-call.cpp | 4 +- clang/test/SemaCXX/overload-member-call.cpp | 2 +- .../test/SemaCXX/overloaded-builtin-operators.cpp | 6 +- .../test/SemaTemplate/cxx1z-using-declaration.cpp | 8 +- clang/test/SemaTemplate/instantiate-expr-3.cpp | 2 +- clang/test/SemaTemplate/temp_arg_nontype.cpp | 4 +- clang/tools/clang-format/CMakeLists.txt | 1 - clang/tools/clang-format/ClangFormat.cpp | 67 +- clang/unittests/Basic/SourceManagerTest.cpp | 41 + clang/utils/TableGen/CMakeLists.txt | 1 + clang/utils/TableGen/MveEmitter.cpp | 1690 +++++++ clang/utils/TableGen/TableGen.cpp | 30 + clang/utils/TableGen/TableGenBackends.h | 6 + clang/www/OpenProjects.html | 10 +- clang/www/UniversalDriver.html | 8 +- clang/www/analyzer/alpha_checks.html | 4 +- clang/www/analyzer/annotations.html | 42 +- clang/www/analyzer/available_checks.html | 4 +- clang/www/analyzer/checker_dev_manual.html | 286 +- clang/www/analyzer/faq.html | 27 +- clang/www/analyzer/filing_bugs.html | 9 +- clang/www/analyzer/implicit_checks.html | 18 +- clang/www/analyzer/index.html | 15 +- clang/www/analyzer/installation.html | 9 +- clang/www/analyzer/open_projects.html | 23 +- clang/www/analyzer/potential_checkers.html | 80 +- clang/www/analyzer/release_notes.html | 17 +- clang/www/analyzer/scan-build.html | 29 +- clang/www/analyzer/xcode.html | 3 +- clang/www/comparison.html | 68 +- clang/www/compatibility.html | 10 +- clang/www/cxx_compatibility.html | 2 +- clang/www/cxx_dr_status.html | 4770 ++++++++++---------- clang/www/cxx_status.html | 428 +- clang/www/demo/DemoInfo.html | 25 +- clang/www/features.html | 12 +- clang/www/get_involved.html | 18 +- clang/www/get_started.html | 8 +- clang/www/hacking.html | 24 +- clang/www/index.html | 2 +- clang/www/related.html | 16 +- compiler-rt/CMakeLists.txt | 2 +- .../cmake/Modules/CompilerRTDarwinUtils.cmake | 1 + compiler-rt/cmake/config-ix.cmake | 1 + compiler-rt/lib/hwasan/hwasan_interface_internal.h | 4 + compiler-rt/lib/hwasan/hwasan_linux.cpp | 35 +- .../lib/hwasan/hwasan_tag_mismatch_aarch64.S | 4 +- compiler-rt/test/hwasan/CMakeLists.txt | 4 +- compiler-rt/test/msan/CMakeLists.txt | 4 +- compiler-rt/test/ubsan/CMakeLists.txt | 4 +- compiler-rt/www/index.html | 44 +- libclc/www/index.html | 6 +- libcxx/www/index.html | 2 +- libcxxabi/www/index.html | 16 +- libcxxabi/www/spec.html | 68 +- lld/ELF/InputFiles.cpp | 20 +- lld/test/ELF/merge-relocatable.s | 23 + lldb/CMakeLists.txt | 102 - lldb/cmake/modules/AddLLDB.cmake | 6 - lldb/docs/resources/build.rst | 5 +- lldb/docs/resources/test.rst | 3 +- .../ScriptInterpreter/Python/PythonDataObjects.cpp | 12 +- lldb/test/API/CMakeLists.txt | 63 +- lldb/test/CMakeLists.txt | 167 +- lldb/test/Shell/CMakeLists.txt | 9 + lldb/test/Unit/CMakeLists.txt | 7 + lldb/tools/driver/Driver.cpp | 10 - llvm/docs/CompilerWriterInfo.rst | 2 +- llvm/docs/GettingStarted.rst | 1 + llvm/docs/LibFuzzer.rst | 8 +- llvm/include/llvm/Analysis/ScalarEvolution.h | 29 - .../GlobalISel/LegalizationArtifactCombiner.h | 29 + llvm/include/llvm/IR/IntrinsicsARM.td | 56 + llvm/include/llvm/Support/Signals.h | 11 - llvm/lib/Analysis/LazyValueInfo.cpp | 11 +- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 12 +- .../lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp | 2 +- llvm/lib/IR/AutoUpgrade.cpp | 23 +- llvm/lib/LTO/ThinLTOCodeGenerator.cpp | 2 + llvm/lib/MC/MCParser/AsmParser.cpp | 7 +- llvm/lib/MC/XCOFFObjectWriter.cpp | 292 +- llvm/lib/Support/Unix/Signals.inc | 14 +- llvm/lib/Support/Windows/Signals.inc | 3 - llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp | 4 - llvm/lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 7 +- llvm/lib/Target/AMDGPU/SIFoldOperands.cpp | 31 +- llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp | 247 + llvm/lib/Target/ARM/ARMISelLowering.cpp | 4 + llvm/lib/Target/ARM/ARMInstrMVE.td | 235 +- .../Hexagon/HexagonVectorLoopCarriedReuse.cpp | 2 +- llvm/lib/Target/Mips/MipsLegalizerInfo.cpp | 57 +- llvm/lib/Target/Mips/MipsRegisterBankInfo.cpp | 14 +- .../Transforms/InstCombine/InstCombineCalls.cpp | 13 + llvm/lib/Transforms/Scalar/IndVarSimplify.cpp | 1 - .../Bitcode/upgrade-arc-runtime-calls-bitcast.bc | Bin 0 -> 1536 bytes .../Bitcode/upgrade-arc-runtime-calls-bitcast.ll | 21 + .../AArch64/GlobalISel/legalize-merge-values.mir | 25 +- .../AMDGPU/GlobalISel/combine-ext-legalizer.mir | 9 +- .../CodeGen/AMDGPU/GlobalISel/legalize-extract.mir | 18 +- .../AMDGPU/GlobalISel/legalize-fcopysign.mir | 96 +- .../CodeGen/AMDGPU/GlobalISel/legalize-icmp.mir | 18 +- .../AMDGPU/GlobalISel/legalize-merge-values.mir | 481 +- .../CodeGen/AMDGPU/GlobalISel/legalize-select.mir | 16 +- .../CodeGen/AMDGPU/GlobalISel/legalize-sext.mir | 9 +- .../CodeGen/AMDGPU/GlobalISel/legalize-sitofp.mir | 28 +- .../CodeGen/AMDGPU/GlobalISel/legalize-uitofp.mir | 18 +- .../AMDGPU/GlobalISel/legalize-unmerge-values.mir | 15 +- llvm/test/CodeGen/AMDGPU/fexp.ll | 1 - llvm/test/CodeGen/AMDGPU/fold-imm-copy.mir | 18 + llvm/test/CodeGen/AMDGPU/fold-vgpr-copy.mir | 25 +- llvm/test/CodeGen/AMDGPU/load-lo16.ll | 3 +- llvm/test/CodeGen/AMDGPU/mfma-loop.ll | 34 + llvm/test/CodeGen/AMDGPU/operand-folding.ll | 24 + llvm/test/CodeGen/AMDGPU/saddo.ll | 28 +- llvm/test/CodeGen/AMDGPU/split-arg-dbg-value.ll | 2 +- llvm/test/CodeGen/AMDGPU/stack-realign-kernel.ll | 1 - .../CodeGen/AMDGPU/subreg-coalescer-undef-use.ll | 14 +- .../GlobalISel/instruction-select/fabs_vec.mir | 60 + .../floating_point_vec_arithmetic_operations.mir | 257 ++ .../instruction-select/rem_and_div_vec.mir | 505 +++ .../CodeGen/Mips/GlobalISel/legalizer/fabs_vec.mir | 56 + .../Mips/GlobalISel/legalizer/fabs_vec_builtin.mir | 59 + .../floating_point_vec_arithmetic_operations.mir | 241 + ...ing_point_vec_arithmetic_operations_builtin.mir | 253 ++ .../Mips/GlobalISel/legalizer/rem_and_div_vec.mir | 473 ++ .../legalizer/rem_and_div_vec_builtin.mir | 501 ++ .../CodeGen/Mips/GlobalISel/llvm-ir/fabs_vec.ll | 34 + .../Mips/GlobalISel/llvm-ir/fabs_vec_builtin.ll | 35 + .../floating_point_vec_arithmetic_operations.ll | 145 + ...ting_point_vec_arithmetic_operations_builtin.ll | 146 + .../Mips/GlobalISel/llvm-ir/rem_and_div_vec.ll | 274 ++ .../GlobalISel/llvm-ir/rem_and_div_vec_builtin.ll | 290 ++ .../Mips/GlobalISel/regbankselect/fabs_vec.mir | 58 + .../floating_point_vec_arithmetic_operations.mir | 249 + .../GlobalISel/regbankselect/rem_and_div_vec.mir | 489 ++ .../CodeGen/Thumb2/mve-intrinsics/scalar-shifts.ll | 23 + .../CodeGen/Thumb2/mve-intrinsics/vadc-multiple.ll | 87 + llvm/test/CodeGen/Thumb2/mve-intrinsics/vadc.ll | 98 + llvm/test/CodeGen/Thumb2/mve-intrinsics/vaddq.ll | 112 + llvm/test/CodeGen/Thumb2/mve-intrinsics/vcvt.ll | 56 + llvm/test/CodeGen/Thumb2/mve-intrinsics/vld24.ll | 109 + llvm/test/CodeGen/Thumb2/mve-intrinsics/vldr.ll | 62 + llvm/test/CodeGen/Thumb2/mve-intrinsics/vminvq.ll | 36 + llvm/test/CodeGen/X86/GlobalISel/add-ext.ll | 3 +- llvm/test/CodeGen/X86/GlobalISel/ashr-scalar.ll | 9 +- llvm/test/CodeGen/X86/GlobalISel/ext-x86-64.ll | 12 +- llvm/test/CodeGen/X86/GlobalISel/ext.ll | 12 +- llvm/test/CodeGen/X86/GlobalISel/gep.ll | 12 +- .../CodeGen/X86/GlobalISel/legalize-ext-x86-64.mir | 9 +- llvm/test/CodeGen/X86/GlobalISel/lshr-scalar.ll | 9 +- llvm/test/CodeGen/X86/GlobalISel/shl-scalar.ll | 9 +- .../X86/GlobalISel/x86_64-legalize-sitofp.mir | 36 +- llvm/test/CodeGen/X86/xray-custom-log.ll | 8 +- llvm/test/CodeGen/X86/xray-typed-event-log.ll | 12 +- .../MC/ARM/arm-load-store-multiple-deprecated.s | 4 + llvm/tools/llvm-ifs/llvm-ifs.cpp | 1 + llvm/unittests/Support/CMakeLists.txt | 1 - llvm/unittests/Support/SignalsTest.cpp | 54 - openmp/www/index.html | 24 +- polly/www/changelog.html | 2 +- polly/www/documentation.html | 2 +- polly/www/get_started.html | 4 +- polly/www/index.html | 26 +- polly/www/performance.html | 6 +- polly/www/phonecall.html | 12 +- polly/www/projects.html | 4 +- polly/www/publications.html | 16 +- polly/www/todo.html | 30 +- 267 files changed, 14407 insertions(+), 4583 deletions(-) create mode 100644 clang/include/clang/AST/ASTConcept.h create mode 100644 clang/include/clang/Basic/arm_mve.td create mode 100644 clang/include/clang/Basic/arm_mve_defs.td create mode 100644 clang/lib/AST/ASTConcept.cpp create mode 100644 clang/lib/Driver/ToolChains/AIX.cpp create mode 100644 clang/lib/Driver/ToolChains/AIX.h create mode 100644 clang/test/CXX/temp/temp.constr/temp.constr.constr/function-tem [...] create mode 100644 clang/test/CXX/temp/temp.constr/temp.constr.constr/non-function [...] create mode 100644 clang/test/CXX/temp/temp.constr/temp.constr.constr/partial-spec [...] create mode 100644 clang/test/ClangScanDeps/Inputs/module.modulemap create mode 100644 clang/test/ClangScanDeps/Inputs/modules_cdb.json create mode 100644 clang/test/ClangScanDeps/modules.cpp create mode 100644 clang/test/CodeGen/arm-mve-intrinsics/scalar-shifts.c create mode 100644 clang/test/CodeGen/arm-mve-intrinsics/vadc.c create mode 100644 clang/test/CodeGen/arm-mve-intrinsics/vaddq.c create mode 100644 clang/test/CodeGen/arm-mve-intrinsics/vcvt.c create mode 100644 clang/test/CodeGen/arm-mve-intrinsics/vld24.c create mode 100644 clang/test/CodeGen/arm-mve-intrinsics/vldr.c create mode 100644 clang/test/CodeGen/arm-mve-intrinsics/vminvq.c copy clang-tools-extra/clangd/test/Inputs/background-index/sub_dir/compile_flags.t [...] copy clang-tools-extra/clangd/test/Inputs/background-index/sub_dir/compile_flags.t [...] copy clang-tools-extra/clangd/test/Inputs/background-index/sub_dir/compile_flags.t [...] copy clang-tools-extra/clangd/test/Inputs/background-index/sub_dir/compile_flags.t [...] copy clang-tools-extra/clangd/test/Inputs/background-index/sub_dir/compile_flags.t [...] copy clang-tools-extra/clangd/test/Inputs/background-index/sub_dir/compile_flags.t [...] copy clang-tools-extra/clangd/test/Inputs/background-index/sub_dir/compile_flags.t [...] copy clang-tools-extra/clangd/test/Inputs/background-index/sub_dir/compile_flags.t [...] copy clang-tools-extra/clangd/test/Inputs/background-index/sub_dir/compile_flags.t [...] create mode 100644 clang/test/Driver/aix-ld.c create mode 100644 clang/test/Sema/arm-mve-alias-attribute.c create mode 100644 clang/utils/TableGen/MveEmitter.cpp create mode 100644 lld/test/ELF/merge-relocatable.s create mode 100644 lldb/test/Shell/CMakeLists.txt create mode 100644 lldb/test/Unit/CMakeLists.txt create mode 100644 llvm/test/Bitcode/upgrade-arc-runtime-calls-bitcast.bc create mode 100644 llvm/test/Bitcode/upgrade-arc-runtime-calls-bitcast.ll create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/instruction-select/fabs_vec.mir create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/instruction-select/floating_p [...] create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/instruction-select/rem_and_di [...] create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/legalizer/fabs_vec.mir create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/legalizer/fabs_vec_builtin.mir create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/legalizer/floating_point_vec_ [...] create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/legalizer/floating_point_vec_ [...] create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/legalizer/rem_and_div_vec.mir create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/legalizer/rem_and_div_vec_bui [...] create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/fabs_vec.ll create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/fabs_vec_builtin.ll create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/floating_point_vec_ar [...] create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/floating_point_vec_ar [...] create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/rem_and_div_vec.ll create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/rem_and_div_vec_builtin.ll create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/regbankselect/fabs_vec.mir create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/regbankselect/floating_point_ [...] create mode 100644 llvm/test/CodeGen/Mips/GlobalISel/regbankselect/rem_and_div_vec.mir create mode 100644 llvm/test/CodeGen/Thumb2/mve-intrinsics/scalar-shifts.ll create mode 100644 llvm/test/CodeGen/Thumb2/mve-intrinsics/vadc-multiple.ll create mode 100644 llvm/test/CodeGen/Thumb2/mve-intrinsics/vadc.ll create mode 100644 llvm/test/CodeGen/Thumb2/mve-intrinsics/vaddq.ll create mode 100644 llvm/test/CodeGen/Thumb2/mve-intrinsics/vcvt.ll create mode 100644 llvm/test/CodeGen/Thumb2/mve-intrinsics/vld24.ll create mode 100644 llvm/test/CodeGen/Thumb2/mve-intrinsics/vldr.ll create mode 100644 llvm/test/CodeGen/Thumb2/mve-intrinsics/vminvq.ll delete mode 100644 llvm/unittests/Support/SignalsTest.cpp