aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c-c++-common
AgeCommit message (Expand)AuthorFilesLines
2020-11-14openmp: Add support for non-VLA {,first}private allocate on omp taskJakub Jelinek1-8/+104
2020-11-13openmp: Support allocate for C/C++ array section reductionsJakub Jelinek1-6/+31
2020-11-12openmp: Implement allocate clause in omp lowering.Jakub Jelinek1-0/+254
2020-11-10openmp: Implement OpenMP 5.0 base-pointer attachement and clause orderingChung-Lin Tang1-0/+82
2020-09-29libgomp: disable barriers in nested teamsAndrew Stubbs1-0/+31
2020-09-28OpenMP: Handle cpp_implicit_alias in declare-target discovery (PR96390)Tobias Burnus1-0/+26
2020-09-14[libgomp, nvptx] Add __sync_compare_and_swap_16Tom de Vries1-0/+1
2020-08-13nvptx: Add support for subword compare-and-swapKwok Cheung Yeung1-0/+53
2020-08-05openmp: Handle reduction clauses on host teams construct [PR96459]Jakub Jelinek2-27/+62
2020-07-22critical-hint-*.{c,f90}: Move from gcc/testsuite to libgomp/testsuiteTobias Burnus2-0/+86
2020-07-15libgomp: Add Fortran routine support for allocatorsTobias Burnus1-2/+2
2020-05-30openmp: omp_alloc(0, ...) should return NULL.Jakub Jelinek1-0/+25
2020-05-19openmp: Add basic library allocator support.Jakub Jelinek3-0/+231
2020-05-14openmp: Also implicitly mark as declare target to functions mentioned in targ...Jakub Jelinek1-0/+51
2020-04-29[gcn] Set 'UI_NONE' for 'TARGET_EXCEPT_UNWIND_INFO' [PR94282]Thomas Schwinge1-1/+0
2020-03-19libgomp/testsuite: ignore blank-line output for function-not-offloaded.cTobias Burnus1-0/+1
2020-02-06openmp: Fix handling of non-addressable shared scalars in parallel nested ins...Jakub Jelinek1-0/+36
2019-12-20OpenACC reference count overhaulJulian Brown1-0/+19
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek1-0/+127
2019-06-04gimplify.c (gimplify_scan_omp_clauses): Don't sorry_at on lastprivate conditi...Jakub Jelinek4-0/+240
2019-05-29gimplify.c (struct gimplify_omp_ctx): Add clauses member.Jakub Jelinek3-0/+302
2019-05-27gimplify.c (gimplify_scan_omp_clauses): Allow lastprivate conditional on sect...Jakub Jelinek1-0/+161
2019-05-27omp-low.c (lower_omp_1): Look through ordered...Jakub Jelinek1-0/+57
2019-05-24tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek2-0/+315
2018-12-14[offloading] Error on missing symbolsTom de Vries3-0/+47
2018-12-12omp-builtins.def (BUILT_IN_GOMP_LOOP_NONMONOTONIC_RUNTIME_START, [...]): Fix ...Jakub Jelinek1-0/+114
2018-12-08re PR libgomp/87995 (libgomp.c/../libgomp.c-c++-common/cancel-taskgroup-3.c f...Jakub Jelinek1-4/+9
2018-12-02omp-low.c (check_omp_nesting_restrictions): Allow cancel or cancellation poin...Jakub Jelinek1-0/+32
2018-11-09workshare-reduction-1.c: New test.Jakub Jelinek2-0/+101
2018-11-08task-reduction-8.c (bar): Add in_reduction clause for s[0].Jakub Jelinek1-1/+2
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek43-0/+3458
2018-05-02[libgomp, testsuite] Move tests to libgomp.c-c++-commonTom de Vries45-0/+4139
2017-12-30Prune removed funcs from offload tableTom de Vries1-0/+25
2017-09-16Fix condition folding in c_parser_omp_for_loopTom de Vries1-0/+46
2017-09-14Introduce libgomp/testsuite/libgomp.c-c++-commonTom de Vries1-0/+70