aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/c-c++-common/goacc
AgeCommit message (Expand)AuthorFilesLines
2015-11-13omp-low.c (scan_sharing_clauses): Accept INDEPENDENT, AUTO & SEQ.Nathan Sidwell1-0/+230
2015-11-13gimplify.c (oacc_default_clause): Use inform for enclosing scope.Nathan Sidwell1-2/+2
2015-11-12c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris2-0/+162
2015-11-12gimplify.c (oacc_default_clause): New.Nathan Sidwell1-0/+37
2015-11-09parser.c (cp_finalize_oacc_routine): New boolean first argument.Cesar Philippidis1-6/+2
2015-11-10routine-1.c: New.Nathan Sidwell5-0/+200
2015-11-06gimplify.c (gimplify_omp_ordered): Fix up diagnostics wording.Jakub Jelinek1-12/+12
2015-11-05gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.Cesar Philippidis5-3/+282
2015-10-30openacc.h (enum acc_device_t): Reformat.Nathan Sidwell2-52/+0
2015-10-27c-parser.c (c_parser_oacc_shape_clause): New.Cesar Philippidis1-0/+322
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge1-3/+7
2015-10-21omp-low.c (check_omp_nesting_restrictions): Check OpenACC loop nesting.Nathan Sidwell5-10/+11
2015-08-22Wsizeof-pointer-memaccess1.c: Require alloca.Nathan Sidwell4-0/+4
2015-08-10[PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared...Thomas Schwinge1-9/+1
2015-06-02[PR libgomp/65742, PR middle-end/66332] XFAIL acc_on_device compile-time eval...Thomas Schwinge1-1/+9
2015-05-29testsuite: auto-wipe dump filesBernhard Reutner-Fischer8-8/+0
2015-02-14re PR testsuite/64850 (FAIL: gfortran.dg/goacc/acc_on_device-1.f95 -O sca...Kaz Kojima2-2/+2
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge35-0/+1394