aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/gomp
AgeCommit message (Expand)AuthorFilesLines
2024-06-05openmp: OpenMP loop transformation supportJakub Jelinek3-3/+3
2024-05-28testsuite, rs6000: Replace powerpc_vsx_ok with powerpc_vsx [PR114842]Kewen Lin1-2/+1
2024-03-11gomp: testsuite: improve compatibility of bad-array-section-3.c [PR113428]Richard Earnshaw1-3/+3
2024-02-28testsuite: Add testcase for recently fixed PR [PR114075]Jakub Jelinek1-0/+31
2024-02-14aarch64/testsuite: Remove dg-excess-errors from c-c++-common/gomp/pr63328.c a...Andrew Pinski1-1/+0
2024-01-11OpenMP: lvalue parsing for map/to/from clauses (C)Julian Brown8-0/+157
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-15Fix tests for gompAndre Vieira3-4/+0
2023-12-13OpenMP/OpenACC: Rework clause expansion and nested struct handlingJulian Brown1-1/+1
2023-12-12testsuite: Fix up test directive syntax errorsJakub Jelinek3-9/+9
2023-12-11aarch64: enable mixed-types for aarch64 simdclonesAndre Vieira7-14/+101
2023-12-01c: Turn int-conversion warnings into permerrorsFlorian Weimer2-1/+19
2023-11-07testsuite: Refer more consistently to C23 not C2XJoseph Myers21-21/+21
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung1-1/+1
2023-11-04openmp: Add omp::decl support for C2XJakub Jelinek3-0/+289
2023-11-04openmp: Add support for omp::directive and omp::sequence attributes in C2XJakub Jelinek18-0/+741
2023-10-19vect: don't allow fully masked loops with non-masked simd clones [PR 110485]Andre Vieira1-0/+19
2023-08-25OpenMP: C front end support for imperfectly-nested loopsSandra Loosemore1-5/+5
2023-02-02nested, openmp: Wrap OMP_CLAUSE_*_GIMPLE_SEQ into GIMPLE_BIND for declare_var...Jakub Jelinek1-0/+18
2023-01-16Update copyright years.Jakub Jelinek1-1/+1
2023-01-03OpenMP: GC unused SIMD clonesSandra Loosemore1-1/+5
2022-11-25OpenMP: Generate SIMD clones for functions with "declare target"Sandra Loosemore8-0/+190
2022-10-28openmp: Allow optional comma after directive-specifier in C/C++Jakub Jelinek1-1/+1
2022-05-06Add a restriction on allocate clause (OpenMP 5.0)Hafiz Abid Qadeer1-8/+10
2022-03-03openmp: Disable SSA form during gimplification on OMP_SIMD clauses and body [...Jakub Jelinek1-0/+14
2022-02-17openmp: Ensure proper diagnostics for -> in map/to/from clauses [PR104532]Jakub Jelinek1-0/+15
2022-02-15openmp: Make finalize_task_copyfn order reproduceable [PR104517]Jakub Jelinek1-0/+54
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-08openmp: Improve OpenMP target support for C++ (PR92120)Chung-Lin Tang1-0/+16
2021-10-12vectorizer: Fix up -fsimd-cost-model= handlingJakub Jelinek2-2/+2
2021-10-09openmp: Add support for OpenMP 5.1 structured-block-sequencesJakub Jelinek1-2/+2
2021-10-08Enable auto-vectorization at O2 with very-cheap cost model.liuhongt4-4/+4
2021-09-10openmp: Implement OpenMP 5.1 atomics, so far for C onlyJakub Jelinek1-1/+1
2021-08-18openmp: Actually ignore pragma_stmt pragmas for which c_parser_pragma returns...Jakub Jelinek3-4/+3
2021-08-17openmp: Implement OpenMP 5.1 scope constructJakub Jelinek1-0/+60
2021-08-12openmp: Add support for OpenMP 5.1 masked constructJakub Jelinek1-2/+37
2021-06-12For 'OMP_CLAUSE' in 'dump_generic_node', dump the whole OMP clause chainThomas Schwinge1-0/+2
2021-06-06openmp: Add testcase for scan directive with nested functionsJakub Jelinek1-0/+51
2021-05-12expand: Don't reuse DEBUG_EXPRs with vector type if they have different modes...Jakub Jelinek1-0/+14
2021-05-04OpenMP: Support complex/float in && and || reductionTobias Burnus1-1/+1
2021-03-16aarch64: Fix up aarch64_simd_clone_compute_vecsize_and_simdlen [PR99542]Jakub Jelinek3-2/+17
2021-03-13match.pd: Don't optimize vector X + (X << C) -> X * (1 + (1 << C)) if there i...Jakub Jelinek1-0/+13
2021-02-10openmp: Temporarily disable into_ssa when gimplifying OpenMP reduction clause...Jakub Jelinek3-0/+44
2021-01-30testsuite: Fix up gomp/simd-{2,3}.c tests [PR98243]Jakub Jelinek2-2/+4
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung1-0/+20
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-12openmp, openacc: Fix up handling of data regions [PR98183]Jakub Jelinek1-0/+15
2020-11-07C Parser: Implement mixing of labels and code.Martin Uecker3-2/+6
2020-10-07openmp: Improve composite simd vectorizationJakub Jelinek2-0/+102
2020-09-19Change C front end to emit structured loop and switch tree nodes.Sandra Loosemore1-6/+6