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-next-allmodconfig in repository toolchain/ci/llvm-project.
from a516fbac520 [Attributor] Use nofree argument attribute for heap-to-stac [...] adds 28c183859ae [ConstantFold] Add some tests for binops with constants and [...] adds 8eeabbaf5da [ConstantFold] Handle identity folds at top of ConstantFold [...] adds d4ba11ae326 [LegalizeTypes] Merge ExpandIntRes_LLROUND and ExpandIntRes [...] adds 9b515b6dd91 [LegalizeTypes] Remove PromoteFloat support form ExpandIntR [...] adds 1b0efe2b177 [LegalizeTypes] When expanding the integer result of LLROUN [...] adds 5d67d81f484 [InstCombine] prevent crashing/assert on shift constant exp [...] adds b11386f9be9 Make it possible to redirect not only errs() but also outs() adds a937a588dd2 llvm/ObjCARC: Use continue to reduce some nesting, NFC adds 5864cb38da7 [docs] Fix broken links in Kaleidoscope chapter 3 adds a0337d269b7 [PowerPC] extend PPCPreIncPrep Pass for ds/dq form adds af435286e53 [LegalizeTypes][X86] Add support for expanding the result t [...] adds 783cb86b616 llvm/ObjCARC: Split OptimizeIndividualCallImpl out of Optim [...] adds f82dba01925 Rename __is_foo_iterator traits to reflect their Cpp17 nature. adds 909d7bf9a7c Fix Windows buildbots adds 5a56d2aa33c [LegalizeTypes] Remove unnecessary conversion from EVT to M [...] adds bfbbf0aba81 [LegalizeTypes] Remove SoftenFloat handling from ExpandIntR [...] adds 816ff985f51 [Sparc] Fix "Cannot select" error for AtomicFence on 32-bit V9 adds c0f6ad7d1f3 DWARF location lists: Add section index dumping adds 2d739f98d8a [ARM] Allocatable Global Register Variables for ARM adds a433e7141fb [AST] Attach comment in `/** doc */ typedef struct A {} B` [...] adds e8924d6403e [lldb] [test] Enable lldb-server tests on NetBSD, and set XFAILs adds 23a766dcad4 [lldb] [Process/NetBSD] Implement thread name getting adds 4a4dd85e5ab [ARM,MVE] Add intrinsics for vector comparisons. adds f4f77aa53e5 [ARM,MVE] Add InstCombine rules for pred_i2v / pred_v2i. adds 03e7fb2e075 [NFC][Test] Add the vavg test for PowerPC adds c00e5cf29d4 [RISCV] Set triple based on -march flag adds eedb9648229 [RISCV] Add assembly mnemonic spell checking adds 9df9dec926e Fix signed/unsigned comparison warning. NFCI. adds b68191e729e [X86][SSE] Add test for extractelement with multiple uses adds 1e3cc06d986 Fix "not all control paths return a value" warning. NFCI. adds 5181adab618 [clangd] Expose the xref's incomplete flag to clangdServer API. adds 3f08ad611aa [SVE][CodeGen] Scalable vector MVT size queries adds 1ce5fcda17e [PowerPC] [NFC] add IR testcases for folding rlwinma. adds dbb64b39b8b Fix a print error found while testing llvm-objcopy adds 869d904df76 [lldb][NFC] Cleanup comments in ClangASTSource.h adds 49406fa9f46 Fix uninitialized variable warning. NFC. adds 9976287219c llvm-rc - fix uninitialized variable warnings. NFC. adds 7207dae5c7f Fix uninitialized variable warning. NFC. adds ae31c7299ba DwarfGenerator - fix uninitialized variable warnings. NFC. adds c070a27acc4 Revert rGc0f6ad7d1f3c : "DWARF location lists: Add section [...] adds 2b8115b10b0 [OpenMP] Add implementation and tests of Archer tool adds b462cdff05b Avoid duplicate exe_path definition on recent FreeBSD adds 606c189215d llvm-objcopy - fix uninitialized variable warnings. NFC. adds 5edf964fccf Fix cppcheck shadow variable warning. NFC. adds f21b2d8e42f [clangd] Fix diagnostic warnings in the RenameTests, NFC. adds 8c8c9418440 Remove useless param tag to fix Wdocumentation warning. NFCI. adds 10b85143432 [lldb] Fix JSON parser to allow empty arrays adds b622ff39c0c [clangd] Fix some clang-tidy warnings on SourceCodeTests.cpp, NFC. adds edd9f701638 [AMDGPU][MC][GFX10] Enabled v_movrel*[sdwa|dpp|dpp8] opcodes adds dca2b36ba09 Re-commit "DWARF location lists: Add section index dumping" adds dea8f3b0a4e arm64_32: support function return in FastISel. adds d27a16eb392 Revert "[DWARF5]Addition of alignment atrribute in typedef DIE." adds aea7578fade [NFC] Fix test reserve_global_reg.ll after 2d739f9 adds 4f80fc2491c [clangd] Implement rename by using SelectionTree and findEx [...] adds fa541860564 [NFC] Clean up debug-names-verify-completeness.s test adds 2054ed052f1 [clangd] Store xref for Macros in ParsedAST. adds 7e45b5864f1 gn build: Merge 2054ed052f1 adds b0567be2b48 [ASan] Mark test as UNSUPPORTED for iOS simulator
No new revisions were added by this update.
Summary of changes: clang-tools-extra/clangd/ClangdLSPServer.cpp | 8 +- clang-tools-extra/clangd/ClangdServer.cpp | 2 +- clang-tools-extra/clangd/ClangdServer.h | 2 +- clang-tools-extra/clangd/CollectMacros.h | 17 +- clang-tools-extra/clangd/SemanticHighlighting.cpp | 9 +- clang-tools-extra/clangd/XRefs.cpp | 31 +- clang-tools-extra/clangd/XRefs.h | 11 +- clang-tools-extra/clangd/refactor/Rename.cpp | 135 +- clang-tools-extra/clangd/unittests/CMakeLists.txt | 1 + .../clangd/unittests/CollectMacrosTests.cpp | 109 + .../clangd/unittests/ParsedASTTests.cpp | 15 +- clang-tools-extra/clangd/unittests/RenameTests.cpp | 379 ++- .../clangd/unittests/SourceCodeTests.cpp | 17 +- clang-tools-extra/clangd/unittests/XRefsTests.cpp | 37 +- clang/docs/ClangCommandLineReference.rst | 21 + clang/docs/ReleaseNotes.rst | 3 +- clang/include/clang/Basic/DiagnosticDriverKinds.td | 4 + clang/include/clang/Basic/DiagnosticGroups.td | 3 + clang/include/clang/Basic/DiagnosticSemaKinds.td | 2 + clang/include/clang/Basic/TargetInfo.h | 6 + clang/include/clang/Basic/arm_mve.td | 45 + clang/include/clang/Basic/arm_mve_defs.td | 17 + clang/include/clang/Driver/Options.td | 5 +- .../DependencyScanning/DependencyScanningTool.h | 3 - clang/lib/AST/ASTContext.cpp | 4 +- clang/lib/Basic/Targets/ARM.cpp | 32 + clang/lib/Basic/Targets/ARM.h | 3 + clang/lib/CodeGen/CGBuiltin.cpp | 8 + clang/lib/CodeGen/CGDebugInfo.cpp | 13 +- clang/lib/Driver/Driver.cpp | 11 + clang/lib/Driver/ToolChains/Arch/ARM.cpp | 38 +- clang/lib/Sema/SemaDecl.cpp | 2 + clang/lib/Sema/SemaOpenMP.cpp | 5 +- clang/test/CodeGen/arm-mve-intrinsics/compare.c | 3150 ++++++++++++++++++++ .../test/CodeGenCXX/debug-info-template-align.cpp | 14 - clang/test/Driver/arm-reserved-reg-options.c | 35 + clang/test/Driver/riscv-arch.c | 12 + clang/test/Index/annotate-comments-typedef.m | 4 +- clang/test/Sema/arm-global-regs.c | 20 + clang/test/Sema/warn-documentation.cpp | 4 +- .../test/asan/TestCases/Posix/coverage-fork.cpp | 1 + libcxx/include/__split_buffer | 12 +- libcxx/include/__tree | 2 +- libcxx/include/algorithm | 16 +- libcxx/include/deque | 76 +- libcxx/include/filesystem | 6 +- libcxx/include/forward_list | 16 +- libcxx/include/iterator | 26 +- libcxx/include/list | 16 +- libcxx/include/queue | 2 +- libcxx/include/regex | 8 +- libcxx/include/string | 42 +- libcxx/include/vector | 104 +- .../libcxx/iterators/trivial_iterators.pass.cpp | 70 +- lld/COFF/Driver.cpp | 11 +- lld/COFF/DriverUtils.cpp | 2 +- lld/COFF/Writer.cpp | 2 +- lld/Common/ErrorHandler.cpp | 35 +- lld/ELF/Driver.cpp | 9 +- lld/ELF/DriverUtils.cpp | 8 +- lld/ELF/MapFile.cpp | 4 +- lld/MinGW/Driver.cpp | 15 +- lld/include/lld/Common/Driver.h | 12 +- lld/include/lld/Common/ErrorHandler.h | 12 +- lld/include/lld/Common/LLVM.h | 3 + lld/lib/Core/Resolver.cpp | 23 +- lld/lib/Core/SymbolTable.cpp | 20 +- lld/lib/Driver/DarwinLdDriver.cpp | 25 +- lld/lib/ReaderWriter/FileArchive.cpp | 2 +- lld/lib/ReaderWriter/MachO/LayoutPass.cpp | 4 +- lld/lib/ReaderWriter/MachO/MachOLinkingContext.cpp | 2 +- .../MachO/MachONormalizedFileToAtoms.cpp | 4 +- lld/tools/lld/lld.cpp | 12 +- .../MachONormalizedFileBinaryWriterTests.cpp | 4 +- lld/wasm/Driver.cpp | 13 +- lldb/packages/Python/lldbsuite/test/dotest.py | 11 +- .../test/tools/lldb-server/TestGdbRemoteAttach.py | 1 + .../tools/lldb-server/TestGdbRemoteAuxvSupport.py | 3 + .../test/tools/lldb-server/TestGdbRemoteKill.py | 1 + .../tools/lldb-server/TestGdbRemoteProcessInfo.py | 1 + .../lldb-server/TestGdbRemoteThreadsInStopReply.py | 4 + .../lldb-server/TestGdbRemote_qThreadStopInfo.py | 2 + .../TestGdbRemoteLibrariesSvr4Support.py | 3 + .../register-reading/TestGdbRemoteGPacket.py | 2 + .../signal-filtering/TestGdbRemote_QPassSignals.py | 1 + .../test/tools/lldb-server/thread-name/main.cpp | 2 +- .../ExpressionParser/Clang/ClangASTSource.h | 45 +- .../Plugins/Process/NetBSD/NativeThreadNetBSD.cpp | 39 +- lldb/tools/debugserver/source/JSON.cpp | 12 +- lldb/tools/debugserver/source/JSON.h | 2 + lldb/unittests/debugserver/CMakeLists.txt | 4 +- lldb/unittests/debugserver/JSONTest.cpp | 89 + .../MyFirstLanguageFrontend/LangImpl03.rst | 8 +- llvm/include/llvm-c/DebugInfo.h | 2 +- llvm/include/llvm/CodeGen/SelectionDAGNodes.h | 15 +- llvm/include/llvm/CodeGen/ValueTypes.h | 30 +- .../llvm/DebugInfo/DWARF/DWARFAddressRange.h | 9 +- llvm/include/llvm/IR/DIBuilder.h | 4 +- llvm/include/llvm/Object/ELF.h | 2 +- llvm/include/llvm/Support/MachineValueType.h | 98 +- llvm/include/llvm/Support/TypeSize.h | 5 + llvm/lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 9 - llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 14 +- .../CodeGen/SelectionDAG/LegalizeFloatTypes.cpp | 16 +- .../CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 91 +- llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h | 3 +- .../CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 47 +- llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 +- .../CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 33 +- .../CodeGen/SelectionDAG/StatepointLowering.cpp | 3 +- llvm/lib/CodeGen/ValueTypes.cpp | 7 +- llvm/lib/DebugInfo/DWARF/DWARFAddressRange.cpp | 8 +- llvm/lib/DebugInfo/DWARF/DWARFContext.cpp | 13 +- llvm/lib/DebugInfo/DWARF/DWARFDebugLoc.cpp | 12 +- llvm/lib/DebugInfo/DWARF/DWARFDie.cpp | 13 +- llvm/lib/IR/ConstantFold.cpp | 13 + llvm/lib/IR/DIBuilder.cpp | 6 +- llvm/lib/IR/DebugInfo.cpp | 7 +- llvm/lib/Support/Unix/Path.inc | 1 - llvm/lib/Target/AArch64/AArch64FastISel.cpp | 13 +- llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +- llvm/lib/Target/AArch64/AArch64StackOffset.h | 12 +- .../Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 40 + llvm/lib/Target/AMDGPU/VOP1Instructions.td | 63 +- llvm/lib/Target/ARM/ARM.td | 8 +- llvm/lib/Target/ARM/ARMAsmPrinter.cpp | 2 +- llvm/lib/Target/ARM/ARMBaseRegisterInfo.cpp | 19 +- llvm/lib/Target/ARM/ARMFrameLowering.cpp | 17 +- llvm/lib/Target/ARM/ARMISelLowering.cpp | 14 +- llvm/lib/Target/ARM/ARMSubtarget.cpp | 19 +- llvm/lib/Target/ARM/ARMSubtarget.h | 9 +- llvm/lib/Target/ARM/ARMTargetTransformInfo.h | 4 +- llvm/lib/Target/Hexagon/HexagonISelLowering.cpp | 2 +- llvm/lib/Target/Mips/MipsISelLowering.cpp | 3 +- llvm/lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp | 4 +- llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 2 +- llvm/lib/Target/PowerPC/PPCLoopPreIncPrep.cpp | 392 ++- llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 13 +- llvm/lib/Target/Sparc/SparcInstr64Bit.td | 2 - llvm/lib/Target/Sparc/SparcInstrInfo.td | 3 + llvm/lib/Target/X86/X86ISelLowering.cpp | 9 +- .../Transforms/InstCombine/InstCombineCalls.cpp | 28 + .../Transforms/InstCombine/InstCombineShifts.cpp | 3 +- llvm/lib/Transforms/ObjCARC/ObjCARCOpts.cpp | 515 ++-- .../ConstantFolding/binop-identity-undef.ll | 50 + llvm/test/CodeGen/AArch64/arm64_32-fastisel.ll | 21 + llvm/test/CodeGen/AArch64/arm64_32.ll | 31 +- llvm/test/CodeGen/ARM/reg-alloc-fixed-r6-vla.ll | 44 + .../ARM/reg-alloc-with-fixed-reg-r6-modified.ll | 63 + .../CodeGen/ARM/reg-alloc-with-fixed-reg-r6.ll | 57 + llvm/test/CodeGen/ARM/reg-alloc-wout-fixed-regs.ll | 58 + llvm/test/CodeGen/PowerPC/fold-rlwinm-1.ll | 45 + .../CodeGen/PowerPC/loop-instr-form-prepare.ll | 195 +- llvm/test/CodeGen/PowerPC/swaps-le-1.ll | 8 +- llvm/test/CodeGen/PowerPC/vavg.ll | 189 ++ llvm/test/CodeGen/SPARC/64atomics.ll | 60 + llvm/test/CodeGen/SPARC/atomics.ll | 60 +- llvm/test/CodeGen/Thumb/callee_save_reserved.ll | 15 + .../test/CodeGen/Thumb2/mve-vpt-from-intrinsics.ll | 22 + llvm/test/CodeGen/X86/debug-loclists.ll | 9 +- llvm/test/CodeGen/X86/extractelement-load.ll | 46 + llvm/test/CodeGen/X86/fp-intrinsics.ll | 338 ++- llvm/test/DebugInfo/ARM/PR26163.ll | 4 +- llvm/test/DebugInfo/Mips/dsr-fixed-objects.ll | 8 +- .../test/DebugInfo/X86/DW_AT_location-reference.ll | 4 +- llvm/test/DebugInfo/X86/constant-loclist.ll | 10 +- llvm/test/DebugInfo/X86/dbg-value-frame-index.ll | 4 +- .../DebugInfo/X86/dbg-value-regmask-clobber.ll | 6 +- .../DebugInfo/X86/debug-info-template-align.ll | 63 - llvm/test/DebugInfo/X86/debug-loc-frame.ll | 6 +- llvm/test/DebugInfo/X86/debug-loc-offset.mir | 8 +- llvm/test/Feature/reserve_global_reg.ll | 30 + llvm/test/MC/AMDGPU/gfx10_asm_all.s | 91 +- llvm/test/MC/AMDGPU/gfx10_asm_dpp16.s | 12 + llvm/test/MC/AMDGPU/gfx10_asm_dpp8.s | 12 + .../test/MC/Disassembler/AMDGPU/gfx10_dasm_all.txt | 36 + .../MC/Disassembler/AMDGPU/gfx10_dasm_dpp16.txt | 12 + .../MC/Disassembler/AMDGPU/gfx10_dasm_dpp8.txt | 12 + .../test/MC/RISCV/invalid-instruction-spellcheck.s | 32 + llvm/test/Object/invalid.test | 4 +- llvm/test/Transforms/InstCombine/ARM/mve-v2i2v.ll | 236 ++ llvm/test/Transforms/InstCombine/shift-logic.ll | 17 + llvm/test/Transforms/InstCombine/vec_shuffle.ll | 24 +- .../X86/debug-names-verify-completeness.s | 336 +-- llvm/tools/llvm-c-test/debuginfo.c | 2 +- llvm/tools/llvm-objcopy/COFF/Object.h | 4 +- llvm/tools/llvm-objcopy/ELF/Object.cpp | 6 +- llvm/tools/llvm-objcopy/ELF/Object.h | 32 +- llvm/tools/llvm-rc/ResourceFileWriter.h | 2 +- llvm/tools/llvm-rc/ResourceScriptToken.cpp | 2 +- llvm/unittests/CodeGen/ScalableVectorMVTsTest.cpp | 57 + llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 3 +- llvm/unittests/Support/ThreadPool.cpp | 3 +- .../tools/llvm-cfi-verify/FileAnalysis.cpp | 3 +- llvm/utils/TableGen/CodeGenDAGPatterns.cpp | 35 +- .../clang-tools-extra/clangd/unittests/BUILD.gn | 1 + openmp/CMakeLists.txt | 12 + openmp/runtime/CMakeLists.txt | 4 + openmp/runtime/src/CMakeLists.txt | 1 + openmp/runtime/src/ompt-general.cpp | 16 + openmp/tools/CMakeLists.txt | 9 + openmp/tools/archer/CMakeLists.txt | 20 + openmp/tools/archer/README.md | 215 ++ openmp/tools/archer/ompt-tsan.cpp | 904 ++++++ openmp/tools/archer/tests/CMakeLists.txt | 33 + openmp/tools/archer/tests/barrier/barrier.c | 41 + openmp/tools/archer/tests/critical/critical.c | 35 + openmp/tools/archer/tests/critical/lock-nested.c | 43 + openmp/tools/archer/tests/critical/lock.c | 41 + openmp/tools/archer/tests/deflake.bash | 17 + openmp/tools/archer/tests/lit.cfg | 117 + openmp/tools/archer/tests/lit.site.cfg.in | 19 + openmp/tools/archer/tests/ompt/ompt-signal.h | 42 + .../archer/tests/parallel/parallel-firstprivate.c | 32 + .../tools/archer/tests/parallel/parallel-simple.c | 38 + .../tools/archer/tests/parallel/parallel-simple2.c | 43 + .../tools/archer/tests/races/critical-unrelated.c | 42 + .../archer/tests/races/lock-nested-unrelated.c | 48 + openmp/tools/archer/tests/races/lock-unrelated.c | 48 + openmp/tools/archer/tests/races/parallel-simple.c | 37 + openmp/tools/archer/tests/races/task-dependency.c | 61 + .../archer/tests/races/task-taskgroup-unrelated.c | 61 + .../archer/tests/races/task-taskwait-nested.c | 59 + openmp/tools/archer/tests/races/task-two.c | 45 + .../tests/reduction/parallel-reduction-nowait.c | 45 + .../archer/tests/reduction/parallel-reduction.c | 34 + openmp/tools/archer/tests/task/task-barrier.c | 51 + openmp/tools/archer/tests/task/task-create.c | 45 + openmp/tools/archer/tests/task/task-dependency.c | 53 + .../archer/tests/task/task-taskgroup-nested.c | 52 + openmp/tools/archer/tests/task/task-taskgroup.c | 49 + .../tools/archer/tests/task/task-taskwait-nested.c | 52 + openmp/tools/archer/tests/task/task-taskwait.c | 49 + openmp/tools/archer/tests/worksharing/ordered.c | 38 + 234 files changed, 10176 insertions(+), 1552 deletions(-) create mode 100644 clang-tools-extra/clangd/unittests/CollectMacrosTests.cpp create mode 100644 clang/test/CodeGen/arm-mve-intrinsics/compare.c delete mode 100644 clang/test/CodeGenCXX/debug-info-template-align.cpp create mode 100644 clang/test/Driver/arm-reserved-reg-options.c create mode 100644 clang/test/Sema/arm-global-regs.c create mode 100644 lldb/unittests/debugserver/JSONTest.cpp create mode 100644 llvm/test/Analysis/ConstantFolding/binop-identity-undef.ll create mode 100644 llvm/test/CodeGen/ARM/reg-alloc-fixed-r6-vla.ll create mode 100644 llvm/test/CodeGen/ARM/reg-alloc-with-fixed-reg-r6-modified.ll create mode 100644 llvm/test/CodeGen/ARM/reg-alloc-with-fixed-reg-r6.ll create mode 100644 llvm/test/CodeGen/ARM/reg-alloc-wout-fixed-regs.ll create mode 100644 llvm/test/CodeGen/PowerPC/fold-rlwinm-1.ll create mode 100644 llvm/test/CodeGen/PowerPC/vavg.ll create mode 100644 llvm/test/CodeGen/SPARC/64atomics.ll create mode 100644 llvm/test/CodeGen/Thumb/callee_save_reserved.ll create mode 100644 llvm/test/CodeGen/Thumb2/mve-vpt-from-intrinsics.ll delete mode 100644 llvm/test/DebugInfo/X86/debug-info-template-align.ll create mode 100644 llvm/test/Feature/reserve_global_reg.ll create mode 100644 llvm/test/MC/RISCV/invalid-instruction-spellcheck.s create mode 100644 llvm/test/Transforms/InstCombine/ARM/mve-v2i2v.ll create mode 100644 openmp/tools/CMakeLists.txt create mode 100644 openmp/tools/archer/CMakeLists.txt create mode 100644 openmp/tools/archer/README.md create mode 100644 openmp/tools/archer/ompt-tsan.cpp create mode 100644 openmp/tools/archer/tests/CMakeLists.txt create mode 100644 openmp/tools/archer/tests/barrier/barrier.c create mode 100644 openmp/tools/archer/tests/critical/critical.c create mode 100644 openmp/tools/archer/tests/critical/lock-nested.c create mode 100644 openmp/tools/archer/tests/critical/lock.c create mode 100755 openmp/tools/archer/tests/deflake.bash create mode 100644 openmp/tools/archer/tests/lit.cfg create mode 100644 openmp/tools/archer/tests/lit.site.cfg.in create mode 100644 openmp/tools/archer/tests/ompt/ompt-signal.h create mode 100644 openmp/tools/archer/tests/parallel/parallel-firstprivate.c create mode 100644 openmp/tools/archer/tests/parallel/parallel-simple.c create mode 100644 openmp/tools/archer/tests/parallel/parallel-simple2.c create mode 100644 openmp/tools/archer/tests/races/critical-unrelated.c create mode 100644 openmp/tools/archer/tests/races/lock-nested-unrelated.c create mode 100644 openmp/tools/archer/tests/races/lock-unrelated.c create mode 100644 openmp/tools/archer/tests/races/parallel-simple.c create mode 100644 openmp/tools/archer/tests/races/task-dependency.c create mode 100644 openmp/tools/archer/tests/races/task-taskgroup-unrelated.c create mode 100644 openmp/tools/archer/tests/races/task-taskwait-nested.c create mode 100644 openmp/tools/archer/tests/races/task-two.c create mode 100644 openmp/tools/archer/tests/reduction/parallel-reduction-nowait.c create mode 100644 openmp/tools/archer/tests/reduction/parallel-reduction.c create mode 100644 openmp/tools/archer/tests/task/task-barrier.c create mode 100644 openmp/tools/archer/tests/task/task-create.c create mode 100644 openmp/tools/archer/tests/task/task-dependency.c create mode 100644 openmp/tools/archer/tests/task/task-taskgroup-nested.c create mode 100644 openmp/tools/archer/tests/task/task-taskgroup.c create mode 100644 openmp/tools/archer/tests/task/task-taskwait-nested.c create mode 100644 openmp/tools/archer/tests/task/task-taskwait.c create mode 100644 openmp/tools/archer/tests/worksharing/ordered.c