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-lts-allyesconfig in repository toolchain/ci/llvm-project.
from 36fc9c31072 [LCG] Add aliased functions as LCG roots adds 60d3a6224b3 [gn] Make -no-exceptions flag a config adds d77fd4d4a1b [gn] Rebase paths in symlink_or_copy against root_build_dir adds 4af5d748ce3 Fix error in NamedDeclPrinterTest adds e0bfeb5f249 [X86] Merge the different CMOV instructions for each condit [...] adds 7323c2bf850 [X86] Merge the different SETcc instructions for each condi [...] adds 80aa2290fb0 [X86] Merge the different Jcc instructions for each conditi [...] adds 59df934b3a8 [clang-fuzzer] Include ExternalProject before using it. adds d2225d067a8 Further refactor cxa_guard.cpp adds c8f78f8dd34 [AMDGPU] Add MachineDCE pass after RenameIndependentSubregs adds 883ab235eea ELF: De-template ELFFileBase. NFCI. adds 3db6ad2bcfc Use binary write mode in WriteToFile function to avoid appe [...] adds ab051a378c9 [X86] Preserve operand flag when expanding TCRETURNri adds 9d9d1b6b2ba [X86] Enable tail calls for CallingConv::Swift adds 5c6fc36de89 [analyzer] NoStoreFuncVisitor: Suppress reports with no-sto [...] adds 6e68a79110c [libc++] Localize CMake code only related to the shared library adds b4baa5602d1 [LLVM-C] Add bindings to insert basic blocks adds 944c20c05b8 [Test] Remove no_debug_info_test decorator from Obj-C data [...] adds c4225e124f9 Fix PR41395 - __cxa_vec_new may overflow in allocation size [...] adds d7489c38f96 [globalisel] Support 3-type legalForCartesianProduct() adds c538c501134 [InstCombine] add more tests for fmul+fdiv+sqrt; NFC adds 7e7f79ccb19 [CMake] Don't explicitly use LLVM_LIBRARY_DIR in standalone builds adds cd9a528886c [libc++][CMake] Make sure the benchmarks link against libc++abi adds bcf7f3c573c [PDB Docs] Delete * LINKER * Stream information. adds ab8c60867b6 [globalisel] Allow combiners to query legality adds 40442658db9 [gn] Support for building compiler-rt builtins adds c76b6215302 [LLVM-C] Begin to Expose A More General Binary Interface adds 1dfd74ac4a1 [Lexer] NFC: Fix an off-by-one bug in getAsCharRange(). adds 9388c4703ba [testsuite] Split Objective-C new syntax test adds 91d6caf6ec1 [PDB Docs] The IPI Stream actually has index 4. adds cb70fe1c69a [PDB Docs] Add documentation for the hash table format. adds 4a9007cde74 Revert "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()." adds 8f2d1eb9e88 After rL357618, quote ${CMAKE_THREAD_LIBS_INIT} so CMake do [...] adds 4c03ea14f2d Unify random timeouts throughout LLDB and make them configurable. adds ad8d06b6877 gn build: Pacify `gn format` adds c0da957bb05 tsan: Update test expectations. adds 18bc982c066 [TSan][libdispatch] Remove Darwin-only version of fully-por [...] adds cb300f12436 [Symbolize] Uniquify sorted vector<pair<SymbolDesc, StringRef>> adds 4be8629e493 [DWARF] Simplify DWARFDebugAranges::findAddress adds 5182302a376 [AMDGPU] Sort out and rename multiple CI/VI predicates adds 1db96ac88b6 [clang-format] BreakAfterReturnType ignored on functions wi [...] adds 2ea8dbf5642 [CostModel][X86] Add more exhaustive masked load/store/gath [...] adds 18a8a64c9f3 [X86][SSE] Add more exhaustive masked load/store tests adds d23611f9ad9 [X86] Split expandload and compressstore tests adds 404bdb1c9ef [llvm-exegesis][X86] Handle CMOVcc/SETcc OPERAND_COND_CODE [...] adds ec28615f7fc [X86] Add AVX-target expandload and compressstore tests adds af1cbdd3bac Fix spelling mistake. NFCI. adds 9d7379c2503 [X86] Autogenerate complete checks. NFC adds 82448bc09ef [X86] Add test cases to show missed opportunities to use a [...] adds f9b9f8d2e43 [X86] Use a signed mask in foldMaskedShiftToScaledMask to e [...] new d0a53d49149 [X86] combineBitcastvxi1 - provide dst VT and src SDValue d [...] new 399102b4647 [X86] When converting (x << C1) AND C2 to (x AND (C2>>C1)) [...]
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/cmake/modules/ProtobufMutator.cmake | 1 + clang/lib/Format/TokenAnnotator.cpp | 2 +- .../StaticAnalyzer/Core/BugReporterVisitors.cpp | 71 +- clang/test/Analysis/Inputs/no-store-suppression.h | 17 + clang/test/Analysis/no-store-suppression.cpp | 22 + clang/unittests/AST/NamedDeclPrinterTest.cpp | 36 +- clang/unittests/Format/FormatTest.cpp | 36 + compiler-rt/lib/builtins/CMakeLists.txt | 192 +- compiler-rt/lib/fuzzer/FuzzerIO.cpp | 2 +- compiler-rt/lib/tsan/check_analyze.sh | 4 +- compiler-rt/test/fuzzer/ReloadTest.cpp | 24 + compiler-rt/test/fuzzer/reload.test | 13 + compiler-rt/test/tsan/Darwin/dispatch_main.mm | 38 - .../test/tsan/Darwin/dispatch_once_deadlock.mm | 41 - compiler-rt/test/tsan/Darwin/gcd-apply-race.mm | 30 - compiler-rt/test/tsan/Darwin/gcd-apply.mm | 48 - .../test/tsan/Darwin/gcd-groups-destructor.mm | 43 - compiler-rt/test/tsan/Darwin/gcd-groups-leave.mm | 56 - compiler-rt/test/tsan/Darwin/gcd-groups-stress.mm | 43 - compiler-rt/test/tsan/Darwin/gcd-once.mm | 55 - .../test/tsan/Darwin/gcd-semaphore-norace.mm | 29 - compiler-rt/test/tsan/Darwin/gcd-suspend.mm | 45 - libcxx/lib/CMakeLists.txt | 133 +- libcxxabi/src/cxa_guard.cpp | 320 +- libcxxabi/src/cxa_vector.cpp | 56 +- .../test/cxa_vec_new_overflow_PR41395.pass.cpp | 122 + lld/ELF/Arch/Mips.cpp | 2 +- lld/ELF/Arch/MipsArchTree.cpp | 4 +- lld/ELF/DWARF.cpp | 2 +- lld/ELF/InputFiles.cpp | 82 +- lld/ELF/InputFiles.h | 42 +- lld/ELF/Relocations.cpp | 5 +- lldb/cmake/modules/LLDBStandalone.cmake | 3 - lldb/include/lldb/Target/Process.h | 16 +- .../data-formatter-objc/TestDataFormatterObjCCF.py | 1 - .../TestDataFormatterObjCExpr.py | 1 - .../TestDataFormatterObjCKVO.py | 1 - .../TestDataFormatterObjCNSBundle.py | 1 - .../TestDataFormatterObjCNSContainer.py | 1 - .../TestDataFormatterObjCNSData.py | 1 - .../TestDataFormatterObjCNSDate.py | 1 - .../TestDataFormatterObjCNSError.py | 1 - .../TestDataFormatterObjCNSURL.py | 1 - .../TestDataFormatterObjCPlain.py | 1 - .../TestDataFormatterObjNSException.py | 1 - .../lang/objc/objc-new-syntax/ObjCNewSyntaxTest.py | 29 + .../lang/objc/objc-new-syntax/TestObjCNewSyntax.py | 204 - .../objc/objc-new-syntax/TestObjCNewSyntaxArray.py | 59 + .../objc-new-syntax/TestObjCNewSyntaxDictionary.py | 58 + .../objc-new-syntax/TestObjCNewSyntaxLiteral.py | 79 + .../InstrumentationRuntime/ASan/ASanRuntime.cpp | 3 +- .../InstrumentationRuntime/TSan/TSanRuntime.cpp | 4 +- .../InstrumentationRuntime/UBSan/UBSanRuntime.cpp | 2 +- .../ItaniumABI/ItaniumABILanguageRuntime.cpp | 2 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 4 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 7 +- .../MemoryHistory/asan/MemoryHistoryASan.cpp | 4 +- .../Plugins/Platform/POSIX/PlatformPOSIX.cpp | 4 +- .../Plugins/Process/Utility/InferiorCallPOSIX.cpp | 6 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 8 +- .../MacOSX/AppleGetItemInfoHandler.cpp | 2 +- .../MacOSX/AppleGetPendingItemsHandler.cpp | 2 +- .../SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp | 2 +- .../MacOSX/AppleGetThreadItemInfoHandler.cpp | 2 +- lldb/source/Target/Process.cpp | 24 +- llvm/docs/PDB/HashTable.rst | 101 + llvm/docs/PDB/TpiStream.rst | 2 +- llvm/docs/PDB/index.rst | 4 - llvm/include/llvm-c/Core.h | 18 + llvm/include/llvm-c/Object.h | 39 + llvm/include/llvm-c/Types.h | 5 + .../llvm/CodeGen/GlobalISel/LegalizerInfo.h | 11 + .../llvm/DebugInfo/DWARF/DWARFDebugAranges.h | 4 - llvm/include/llvm/Object/Binary.h | 4 + .../llvm/Support/X86DisassemblerDecoderCommon.h | 1 + llvm/lib/CodeGen/DeadMachineInstructionElim.cpp | 30 +- llvm/lib/DebugInfo/DWARF/DWARFDebugAranges.cpp | 21 +- .../DebugInfo/Symbolize/SymbolizableObjectFile.cpp | 23 +- .../DebugInfo/Symbolize/SymbolizableObjectFile.h | 3 - llvm/lib/IR/Core.cpp | 14 + llvm/lib/Object/Object.cpp | 28 + llvm/lib/Target/AMDGPU/AMDGPU.td | 17 +- llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 9 + llvm/lib/Target/AMDGPU/BUFInstructions.td | 16 +- llvm/lib/Target/AMDGPU/DSInstructions.td | 4 +- .../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 4 +- llvm/lib/Target/AMDGPU/FLATInstructions.td | 10 +- llvm/lib/Target/AMDGPU/MIMGInstructions.td | 4 +- llvm/lib/Target/AMDGPU/SIInstrInfo.td | 16 +- llvm/lib/Target/AMDGPU/SMInstructions.td | 18 +- llvm/lib/Target/AMDGPU/SOPInstructions.td | 6 +- llvm/lib/Target/AMDGPU/VOP1Instructions.td | 18 +- llvm/lib/Target/AMDGPU/VOP2Instructions.td | 18 +- llvm/lib/Target/AMDGPU/VOP3Instructions.td | 30 +- llvm/lib/Target/AMDGPU/VOP3PInstructions.td | 2 +- llvm/lib/Target/AMDGPU/VOPCInstructions.td | 4 +- .../Target/X86/Disassembler/X86Disassembler.cpp | 3 + .../X86/Disassembler/X86DisassemblerDecoder.cpp | 3 + .../X86/InstPrinter/X86InstPrinterCommon.cpp | 24 + .../Target/X86/InstPrinter/X86InstPrinterCommon.h | 1 + llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp | 34 +- llvm/lib/Target/X86/MCTargetDesc/X86BaseInfo.h | 71 +- .../Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 64 +- llvm/lib/Target/X86/X86.h | 1 + llvm/lib/Target/X86/X86CmovConversion.cpp | 21 +- llvm/lib/Target/X86/X86CondBrFolding.cpp | 15 +- llvm/lib/Target/X86/X86ExpandPseudo.cpp | 29 +- llvm/lib/Target/X86/X86FastISel.cpp | 82 +- llvm/lib/Target/X86/X86FixupSetCC.cpp | 26 +- llvm/lib/Target/X86/X86FlagsCopyLowering.cpp | 39 +- llvm/lib/Target/X86/X86FrameLowering.cpp | 15 +- llvm/lib/Target/X86/X86ISelDAGToDAG.cpp | 55 +- llvm/lib/Target/X86/X86ISelLowering.cpp | 67 +- llvm/lib/Target/X86/X86InstrCMovSetCC.td | 169 +- llvm/lib/Target/X86/X86InstrCompiler.td | 42 +- llvm/lib/Target/X86/X86InstrControl.td | 57 +- llvm/lib/Target/X86/X86InstrFoldTables.cpp | 68 +- llvm/lib/Target/X86/X86InstrFormats.td | 5 + llvm/lib/Target/X86/X86InstrInfo.cpp | 353 +- llvm/lib/Target/X86/X86InstrInfo.h | 58 +- llvm/lib/Target/X86/X86InstrInfo.td | 32 +- llvm/lib/Target/X86/X86InstructionSelector.cpp | 18 +- llvm/lib/Target/X86/X86MCInstLower.cpp | 16 +- llvm/lib/Target/X86/X86MacroFusion.cpp | 38 +- llvm/lib/Target/X86/X86SchedBroadwell.td | 55 +- llvm/lib/Target/X86/X86SchedHaswell.td | 55 +- llvm/lib/Target/X86/X86SchedPredicates.td | 24 + llvm/lib/Target/X86/X86SchedSandyBridge.td | 67 +- llvm/lib/Target/X86/X86SchedSkylakeClient.td | 67 +- llvm/lib/Target/X86/X86SchedSkylakeServer.td | 67 +- llvm/lib/Target/X86/X86Schedule.td | 1 - llvm/lib/Target/X86/X86ScheduleAtom.td | 1 - llvm/lib/Target/X86/X86ScheduleBdVer2.td | 33 +- llvm/lib/Target/X86/X86ScheduleBtVer2.td | 1 - llvm/lib/Target/X86/X86ScheduleSLM.td | 1 - llvm/lib/Target/X86/X86ScheduleZnver1.td | 1 - .../lib/Target/X86/X86SpeculativeLoadHardening.cpp | 19 +- llvm/lib/Target/X86/X86TargetMachine.cpp | 1 + .../CostModel/X86/masked-intrinsic-cost-widen.ll | 1061 +++- .../CostModel/X86/masked-intrinsic-cost.ll | 1061 +++- llvm/test/CodeGen/AMDGPU/dead-lane.mir | 18 + llvm/test/CodeGen/AMDGPU/salu-to-valu.ll | 1 + llvm/test/CodeGen/AMDGPU/sdwa-peephole.ll | 1 + llvm/test/CodeGen/AMDGPU/shrink-carry.mir | 4 + .../CodeGen/AMDGPU/spill-empty-live-interval.mir | 2 +- .../CodeGen/AMDGPU/subreg-coalescer-undef-use.ll | 2 +- llvm/test/CodeGen/MIR/X86/auto-successor.mir | 16 +- .../X86/basic-block-not-at-start-of-line-error.mir | 2 +- .../CodeGen/MIR/X86/branch-folder-with-label.mir | 16 +- llvm/test/CodeGen/MIR/X86/branch-probabilities.mir | 2 +- llvm/test/CodeGen/MIR/X86/callee-saved-info.mir | 2 +- .../MIR/X86/duplicate-register-flag-error.mir | 4 +- .../X86/expected-basic-block-at-start-of-body.mir | 2 +- .../X86/expected-different-implicit-operand.mir | 4 +- .../expected-different-implicit-register-flag.mir | 4 +- .../X86/expected-integer-in-successor-weight.mir | 2 +- ...ted-named-register-in-callee-saved-register.mir | 2 +- .../MIR/X86/expected-newline-at-end-of-list.mir | 2 +- .../CodeGen/MIR/X86/expected-number-after-bb.mir | 4 +- .../CodeGen/MIR/X86/external-symbol-operands.mir | 2 +- .../MIR/X86/frame-info-save-restore-points.mir | 2 +- .../MIR/X86/frame-info-stack-references.mir | 2 +- .../CodeGen/MIR/X86/implicit-register-flag.mir | 4 +- llvm/test/CodeGen/MIR/X86/jump-table-info.mir | 4 +- .../MIR/X86/jump-table-redefinition-error.mir | 2 +- llvm/test/CodeGen/MIR/X86/killed-register-flag.mir | 2 +- .../CodeGen/MIR/X86/large-index-number-error.mir | 4 +- .../MIR/X86/machine-basic-block-operands.mir | 8 +- llvm/test/CodeGen/MIR/X86/memory-operands.mir | 2 +- .../CodeGen/MIR/X86/missing-implicit-operand.mir | 4 +- llvm/test/CodeGen/MIR/X86/newline-handling.mir | 8 +- .../MIR/X86/successor-basic-blocks-weights.mir | 2 +- .../CodeGen/MIR/X86/successor-basic-blocks.mir | 4 +- .../CodeGen/MIR/X86/undefined-jump-table-id.mir | 2 +- .../MIR/X86/unknown-machine-basic-block.mir | 4 +- .../MIR/X86/unknown-named-machine-basic-block.mir | 4 +- llvm/test/CodeGen/MIR/X86/virtual-registers.mir | 4 +- llvm/test/CodeGen/X86/GlobalISel/select-brcond.mir | 2 +- llvm/test/CodeGen/X86/GlobalISel/select-cmp.mir | 52 +- llvm/test/CodeGen/X86/GlobalISel/select-phi.mir | 36 +- .../CodeGen/X86/GlobalISel/x86_64-select-fcmp.mir | 120 +- llvm/test/CodeGen/X86/PR37310.mir | 2 +- llvm/test/CodeGen/X86/block-placement.mir | 2 +- llvm/test/CodeGen/X86/branchfolding-undef.mir | 2 +- .../CodeGen/X86/cfi-inserter-cfg-with-merge.mir | 2 +- .../CodeGen/X86/cfi-inserter-noreturnblock.mir | 2 +- .../cfi-inserter-verify-inconsistent-offset.mir | 2 +- .../cfi-inserter-verify-inconsistent-register.mir | 2 +- llvm/test/CodeGen/X86/cmovcmov.ll | 4 +- llvm/test/CodeGen/X86/compress_expand.ll | 416 -- .../CodeGen/X86/conditional-tailcall-samedest.mir | 6 +- .../X86/dbg-changes-codegen-branch-folding2.mir | 28 +- llvm/test/CodeGen/X86/debugloc-no-line-0.ll | 2 +- llvm/test/CodeGen/X86/domain-reassignment.mir | 12 +- llvm/test/CodeGen/X86/fixup-bw-inst.mir | 2 +- llvm/test/CodeGen/X86/flags-copy-lowering.mir | 222 +- llvm/test/CodeGen/X86/fold-and-shift-x86_64.ll | 77 + llvm/test/CodeGen/X86/fold-and-shift.ll | 80 +- llvm/test/CodeGen/X86/implicit-null-checks.mir | 92 +- .../CodeGen/X86/implicit-null-chk-reg-rewrite.mir | 2 +- llvm/test/CodeGen/X86/invalid-liveness.mir | 2 +- llvm/test/CodeGen/X86/late-remat-update-2.mir | 4 +- llvm/test/CodeGen/X86/late-remat-update.mir | 6 +- llvm/test/CodeGen/X86/leaFixup32.mir | 2 +- llvm/test/CodeGen/X86/leaFixup64.mir | 4 +- llvm/test/CodeGen/X86/limit-split-cost.mir | 8 +- llvm/test/CodeGen/X86/machine-region-info.mir | 14 +- llvm/test/CodeGen/X86/masked_compressstore.ll | 1038 ++++ llvm/test/CodeGen/X86/masked_expandload.ll | 921 +++ llvm/test/CodeGen/X86/masked_load.ll | 6025 +++++++++++++++++--- llvm/test/CodeGen/X86/masked_store.ll | 4554 ++++++++++++--- llvm/test/CodeGen/X86/narrow-shl-cst.ll | 2 +- llvm/test/CodeGen/X86/non-value-mem-operand.mir | 14 +- llvm/test/CodeGen/X86/opt_phis2.mir | 2 +- llvm/test/CodeGen/X86/peephole-recurrence.mir | 12 +- llvm/test/CodeGen/X86/post-ra-sched-with-debug.mir | 8 +- llvm/test/CodeGen/X86/postra-ignore-dbg-instrs.mir | 2 +- llvm/test/CodeGen/X86/pr27681.mir | 8 +- llvm/test/CodeGen/X86/pr38952.mir | 2 +- llvm/test/CodeGen/X86/pre-coalesce.mir | 6 +- llvm/test/CodeGen/X86/regalloc-copy-hints.mir | 62 +- llvm/test/CodeGen/X86/shrink_wrap_dbg_value.mir | 4 +- .../X86/simple-register-allocation-read-undef.mir | 2 +- llvm/test/CodeGen/X86/stack-folding-adx.mir | 24 +- llvm/test/CodeGen/X86/swiftcc.ll | 18 +- .../test/CodeGen/X86/switch-lower-peel-top-case.ll | 26 +- llvm/test/CodeGen/X86/tail-call-conditional.mir | 6 +- llvm/test/CodeGen/X86/tail-dup-debugloc.ll | 2 +- llvm/test/CodeGen/X86/tail-merge-after-mbp.mir | 22 +- llvm/test/CodeGen/X86/tail-merge-debugloc.ll | 2 +- llvm/test/CodeGen/X86/tailcall-pseudo-64.mir | 10 + llvm/test/CodeGen/X86/tailcall-pseudo.mir | 10 + .../test/CodeGen/X86/test_x86condbr_globaladdr.mir | 2 +- llvm/test/CodeGen/X86/undef-eflags.mir | 4 +- .../test/CodeGen/X86/update-terminator-debugloc.ll | 4 +- llvm/test/CodeGen/X86/update-terminator.mir | 4 +- llvm/test/CodeGen/X86/xor-combine-debugloc.ll | 2 +- llvm/test/DebugInfo/MIR/X86/empty-inline.mir | 2 +- llvm/test/DebugInfo/MIR/X86/kill-after-spill.mir | 12 +- .../DebugInfo/MIR/X86/live-debug-values-3preds.mir | 10 +- .../MIR/X86/live-debug-values-reg-copy.mir | 2 +- .../MIR/X86/live-debug-values-restore.mir | 2 +- .../DebugInfo/MIR/X86/live-debug-values-spill.mir | 4 +- llvm/test/DebugInfo/MIR/X86/live-debug-values.mir | 4 +- .../DebugInfo/MIR/X86/livedebugvalues-limit.mir | 2 +- llvm/test/DebugInfo/X86/debug-loc-asan.mir | 12 +- llvm/test/DebugInfo/X86/debug-loc-offset.mir | 4 +- llvm/test/DebugInfo/X86/pr19307.mir | 4 +- llvm/test/MachineVerifier/verifier-phi-fail0.mir | 2 +- llvm/test/MachineVerifier/verifier-phi.mir | 4 +- llvm/test/Transforms/InstCombine/fmul-sqrt.ll | 45 +- .../tools/llvm-exegesis/X86/latency-CMOV32rr.s | 9 + llvm/tools/llvm-exegesis/lib/SnippetGenerator.cpp | 31 +- llvm/tools/llvm-exegesis/lib/SnippetGenerator.h | 3 +- llvm/tools/llvm-exegesis/lib/Target.cpp | 24 + llvm/tools/llvm-exegesis/lib/Target.h | 8 + llvm/tools/llvm-exegesis/lib/X86/Target.cpp | 26 + .../llvm-exegesis/X86/SnippetGeneratorTest.cpp | 9 +- llvm/utils/TableGen/X86RecognizableInstr.cpp | 51 +- llvm/utils/TableGen/X86RecognizableInstr.h | 7 +- llvm/utils/gn/build/BUILD.gn | 5 +- llvm/utils/gn/build/BUILDCONFIG.gn | 1 + llvm/utils/gn/build/symlink_or_copy.gni | 4 +- .../utils/gn/build/sync_source_lists_from_cmake.py | 4 +- llvm/utils/gn/secondary/BUILD.gn | 3 + llvm/utils/gn/secondary/compiler-rt/BUILD.gn | 5 + llvm/utils/gn/secondary/compiler-rt/lib/BUILD.gn | 5 + .../gn/secondary/compiler-rt/lib/builtins/BUILD.gn | 484 ++ openmp/cmake/OpenMPTesting.cmake | 2 +- 269 files changed, 16810 insertions(+), 4695 deletions(-) create mode 100644 clang/test/Analysis/Inputs/no-store-suppression.h create mode 100644 clang/test/Analysis/no-store-suppression.cpp create mode 100644 compiler-rt/test/fuzzer/ReloadTest.cpp create mode 100644 compiler-rt/test/fuzzer/reload.test delete mode 100644 compiler-rt/test/tsan/Darwin/dispatch_main.mm delete mode 100644 compiler-rt/test/tsan/Darwin/dispatch_once_deadlock.mm delete mode 100644 compiler-rt/test/tsan/Darwin/gcd-apply-race.mm delete mode 100644 compiler-rt/test/tsan/Darwin/gcd-apply.mm delete mode 100644 compiler-rt/test/tsan/Darwin/gcd-groups-destructor.mm delete mode 100644 compiler-rt/test/tsan/Darwin/gcd-groups-leave.mm delete mode 100644 compiler-rt/test/tsan/Darwin/gcd-groups-stress.mm delete mode 100644 compiler-rt/test/tsan/Darwin/gcd-once.mm delete mode 100644 compiler-rt/test/tsan/Darwin/gcd-semaphore-norace.mm delete mode 100644 compiler-rt/test/tsan/Darwin/gcd-suspend.mm create mode 100644 libcxxabi/test/cxa_vec_new_overflow_PR41395.pass.cpp create mode 100644 lldb/packages/Python/lldbsuite/test/lang/objc/objc-new-syntax/O [...] delete mode 100644 lldb/packages/Python/lldbsuite/test/lang/objc/objc-new-syntax/T [...] create mode 100644 lldb/packages/Python/lldbsuite/test/lang/objc/objc-new-syntax/T [...] create mode 100644 lldb/packages/Python/lldbsuite/test/lang/objc/objc-new-syntax/T [...] create mode 100644 lldb/packages/Python/lldbsuite/test/lang/objc/objc-new-syntax/T [...] create mode 100644 llvm/test/CodeGen/AMDGPU/dead-lane.mir delete mode 100644 llvm/test/CodeGen/X86/compress_expand.ll create mode 100644 llvm/test/CodeGen/X86/fold-and-shift-x86_64.ll create mode 100644 llvm/test/CodeGen/X86/masked_compressstore.ll create mode 100644 llvm/test/CodeGen/X86/masked_expandload.ll create mode 100644 llvm/test/CodeGen/X86/tailcall-pseudo-64.mir create mode 100644 llvm/test/CodeGen/X86/tailcall-pseudo.mir create mode 100644 llvm/test/tools/llvm-exegesis/X86/latency-CMOV32rr.s create mode 100644 llvm/utils/gn/secondary/compiler-rt/BUILD.gn create mode 100644 llvm/utils/gn/secondary/compiler-rt/lib/BUILD.gn create mode 100644 llvm/utils/gn/secondary/compiler-rt/lib/builtins/BUILD.gn