aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-13Merged current trunk to branch.Thomas Koenig12-10/+189
2020-12-18openmp: Don't optimize shared to firstprivate on task with depend clauseJakub Jelinek1-0/+47
2020-11-18testsuite/libgomp.c/usleep.h: Use sleep-loop also for GCNTobias Burnus1-3/+4
2020-11-05openmp: Mark deprecated symbols in OpenMP 5.0Kwok Cheung Yeung20-1/+29
2020-10-28openmp: Implicitly discover declare target for variants of declare variant callsJakub Jelinek1-0/+42
2020-10-28xfail and improve some failing libgomp tests [PR81690]Jakub Jelinek3-5/+31
2020-10-28lto: LTO cgraph support for late declare variant resolution [PR96680]Jakub Jelinek1-0/+54
2020-10-22openmp: Add test for OMP_TARGET_OFFLOAD=mandatory for cases where it must not...Jakub Jelinek1-0/+33
2020-10-22openmp: Change omp_get_initial_device () to match OpenMP 5.1 requirementsJakub Jelinek1-0/+10
2020-10-13openmp: Add support for the omp_get_supported_active_levels runtime library r...Kwok Cheung Yeung1-0/+2
2020-09-25openmp: Add support for non-rect simd and improve collapsed simd supportJakub Jelinek1-0/+296
2020-08-13openmp: Add support for non-rectangular loops in taskloop constructJakub Jelinek3-0/+894
2020-08-05openmp: Handle even some combined non-rectangular loopsJakub Jelinek2-0/+378
2020-08-05openmp: Handle reduction clauses on host teams construct [PR96459]Jakub Jelinek1-0/+20
2020-07-18x86-64: Define ASM_OUTPUT_ALIGNED_DECL_LOCALH.J. Lu1-0/+18
2020-07-14openmp: Adjust outer bounds of non-rect loopsJakub Jelinek1-0/+230
2020-07-09openmp: Optimize triangular loop logical iterator to actual iterators computa...Jakub Jelinek2-0/+170
2020-06-27openmp: Non-rectangular loop support for non-composite worksharing loops and ...Jakub Jelinek2-0/+434
2020-05-12openmp: Implement discovery of implicit declare target to clausesJakub Jelinek1-0/+47
2020-03-24Fix OpenMP offload handling for target-link variables for nvptx (PR81689)Tobias Burnus1-3/+0
2020-03-15tree-nested: Fix handling of *reduction clauses with C array sections [PR93566]Jakub Jelinek1-0/+113
2020-02-13openmp: ignore nowait if async execution is unsupported [PR93481]Frederik Harwath2-6/+0
2020-02-10Add xfails to libgomp tests target-{33,34}.c, target-link-1.cFrederik Harwath3-0/+9
2020-02-09openmp: Optimize DECL_IN_CONSTANT_POOL vars in target regionsJakub Jelinek1-0/+28
2020-01-01Update copyright years.Jakub Jelinek2-2/+2
2019-12-19re PR middle-end/86416 ([OpenMP] Offloading - better lto1 error message if mo...Jakub Jelinek2-4/+4
2019-12-18PR 86416 – improve lto1 diagnostic if a mode does not existTobias Burnus2-0/+44
2019-11-21Fix failures on Solaris with -fno-common defaultRainer Orth6-27/+27
2019-11-15Add tests for print from offload target.Andrew Stubbs1-0/+17
2019-08-28re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime)Jakub Jelinek2-12/+0
2019-08-28re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime)Jakub Jelinek2-0/+24
2019-08-27re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime)Jakub Jelinek10-0/+10
2019-08-08gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT for VLA helpe...Jakub Jelinek1-0/+71
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek1-3/+27
2019-07-06omp-low.c (lower_rec_input_clauses): For lastprivate clauses in ctx->for_simd...Jakub Jelinek2-0/+238
2019-07-06omp-low.c (struct omp_context): Add for_simd_scan_phase member.Jakub Jelinek8-0/+1020
2019-07-04omp-expand.c (expand_omp_for_static_nochunk): Don't emit GOMP_loop_start at t...Jakub Jelinek2-0/+232
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek8-0/+996
2019-06-15re PR middle-end/90779 (Fortran array initialization in offload regions)Jakub Jelinek1-0/+18
2019-06-11re PR target/90811 ([nvptx] ptxas error on OpenMP offloaded code)Jakub Jelinek1-0/+29
2019-01-28re PR middle-end/89002 (ICE in scan_omp_1_op, at omp-low.c:3166)Jakub Jelinek1-43/+0
2019-01-28re PR middle-end/89002 (ICE in scan_omp_1_op, at omp-low.c:3166)Jakub Jelinek1-0/+86
2019-01-01Update copyright years.Jakub Jelinek2-2/+2
2018-12-02tree-nested.c (convert_nonlocal_omp_clauses, [...]): Handle OMP_CLAUSE_IN_RED...Jakub Jelinek1-0/+60
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek7-3/+444
2018-07-26re PR middle-end/86660 (libgomp.c++/for-15.C ICEs with nvptx offloading)Jakub Jelinek1-0/+28
2018-05-02[libgomp, testsuite] Move tests to libgomp.c-c++-commonTom de Vries45-4112/+0
2018-03-26Fix switch conversion in offloading functionsTom de Vries2-0/+67
2018-01-03Update copyright years.Jakub Jelinek2-2/+2
2017-09-28Remove superfluous -fopenmp from libgomp testcasesTom de Vries7-7/+7