aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.oacc-fortran
AgeCommit message (Expand)AuthorFilesLines
2017-02-09gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang1-1/+1
2016-11-23OpenMP offloading to NVPTX: libgomp changesAlexander Monakov1-1/+1
2016-08-18re PR middle-end/70895 (OpenACC: loop reduction does not work. Output is zero.)Chung-Lin Tang2-8/+8
2016-08-14re PR fortran/70598 (Fortran OpenACC host_data construct ICE)Chung-Lin Tang1-0/+32
2016-06-10[PR middle-end/71373] Handle more OMP_CLAUSE_* in nested function decompositionThomas Schwinge3-0/+487
2016-06-10[PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge1-0/+6
2016-06-03c-typeck.c (c_finish_omp_clauses): Mark OpenACC reduction arguments as addres...Chung-Lin Tang1-0/+41
2016-04-29re PR middle-end/70626 (bogus results in 'acc parallel loop' reductions)Cesar Philippidis1-0/+19
2016-04-14non-scalar-data.f90: Don't pass parameter variables to subroutines.Cesar Philippidis1-3/+5
2016-04-14re PR middle-end/70643 (broken openacc reduction inside a fortran module)Cesar Philippidis1-0/+51
2016-04-08re PR lto/70289 ([openacc] ICE in input_varpool_node)Cesar Philippidis9-233/+1358
2016-03-30Update OpenACC test casesThomas Schwinge12-33/+2146
2016-03-23Add missing initializations in oacc testcasesTom de Vries2-4/+4
2016-03-23re PR libgomp/69414 ([OpenACC] "!$acc update self" does not provide expected ...James Norris1-0/+242
2016-03-16Nowadays, we use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge7-7/+0
2016-03-09Add oacc kernels testcases in libgomp.oacc-fortranTom de Vries7-0/+244
2016-02-01nvptx.c (PTX_GANG_DEFAULT): New.Nathan Sidwell1-2/+2
2016-01-15gimplify.c (oacc_default_clause): Decode reference and pointer types for both...Cesar Philippidis1-0/+50
2015-11-30tree-nested.c (convert_nonlocal_omp_clauses): Add support for OMP_CLAUSE_{NUM...Cesar Philippidis3-0/+179
2015-11-22dump-parse-tree.c (show_namespace): Handle declares.James Norris5-0/+390
2015-11-04nvptx.c (nvptx_goacc_validate_dims): Add checking.Nathan Sidwell5-32/+32
2015-11-04loop-red-g-1.c: New.Nathan Sidwell1-4/+7
2015-11-03OpenACC atomic directiveThomas Schwinge3-0/+1151
2015-10-29Improve filenames for test cases of OpenACC combined directivesThomas Schwinge1-0/+2
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge1-0/+37
2015-10-20reduction-5.c: Set sane vector_length.Nathan Sidwell1-1/+1
2015-09-30Add checkpoint to libgomp dg-shouldfail testsThomas Schwinge9-8/+25
2015-08-10[PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared...Thomas Schwinge4-24/+0
2015-07-08[nvptx offloading] Only 64-bit configurations are currently supportedThomas Schwinge1-0/+6
2015-05-05[PR testsuite/65205, libgomp/65993] Fix dg-shouldfail usage in OpenACC libgom...Thomas Schwinge3-3/+3
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge56-0/+3090