summaryrefslogtreecommitdiff
path: root/libgomp/testsuite
Commit message (Expand)AuthorAgeFilesLines
* backport: re PR c++/81130 (ICE OpenMP shared clause in gimplify_var_or_parm_d...Jakub Jelinek2017-06-221-0/+41
* backport: re PR middle-end/80809 (Multi-free error for variable size array us...Jakub Jelinek2017-06-222-0/+77
* backport: re PR middle-end/80809 (Multi-free error for variable size array us...Jakub Jelinek2017-06-221-0/+29
* backport: re PR middle-end/80853 (OpenMP ICE in build_outer_var_ref with arra...Jakub Jelinek2017-06-221-0/+29
* backport: re PR libgomp/80394 (Empty OpenMP task is wrongly removed when opti...Jakub Jelinek2017-05-051-0/+22
* backport: re PR c/79940 (OpenMP pragma - internal compiler error with taskloop)Jakub Jelinek2017-05-051-0/+47
* [PTX] fix worker propagation ICEThomas Schwinge2017-01-101-0/+27
* backport: re PR fortran/71014 (associate statement inside omp parallel do app...Jakub Jelinek2016-09-011-0/+20
* backport: re PR middle-end/70895 (OpenACC: loop reduction does not work. Outp...Chung-Lin Tang2016-08-1814-42/+35
* backport: re PR fortran/71717 (A gfortran silent "wrong code" bug in the tran...Jakub Jelinek2016-07-021-0/+20
* backport: semantics.c (handle_omp_array_sections_1): Don't ICE when processin...Jakub Jelinek2016-06-211-0/+173
* backport: gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs with ...Jakub Jelinek2016-06-211-0/+80
* [PR middle-end/71373] Handle more OMP_CLAUSE_* in nested function decompositionThomas Schwinge2016-06-105-0/+694
* [PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge2016-06-102-47/+8
* [hsa] Avoid segfault in hsa switch expansionMartin Jambor2016-05-231-0/+59
* [hsa] Increase hsa symbol alignment to natural oneMartin Jambor2016-05-161-0/+27
* re PR middle-end/70626 (bogus results in 'acc parallel loop' reductions)Cesar Philippidis2016-04-293-4/+46
* backport: re PR middle-end/70680 (OpenMP SIMD linear variable privatized too ...Jakub Jelinek2016-04-272-0/+154
* non-scalar-data.f90: Don't pass parameter variables to subroutines.Cesar Philippidis2016-04-141-3/+5
* re PR middle-end/70643 (broken openacc reduction inside a fortran module)Cesar Philippidis2016-04-141-0/+51
* re PR testsuite/68242 (FAIL: libgomp.oacc-c-c++-common/reduction-2.c, and oth...Cesar Philippidis2016-04-132-2/+2
* Merge libgomp.oacc-c-c++-common/loop-reduction-*.c into libgomp.oacc-c-c++-co...Thomas Schwinge2016-04-1214-506/+351
* Improve libgomp.oacc-c-c++-common/par-loop-comb-reduction-2.cThomas Schwinge2016-04-121-2/+2
* omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT regardless whethe...Jakub Jelinek2016-04-121-1/+1
* re PR lto/70289 ([openacc] ICE in input_varpool_node)Cesar Philippidis2016-04-0839-530/+2559
* Update OpenACC test casesThomas Schwinge2016-03-3039-773/+5709
* Avoid ERROR in libgomp.oacc-c++/c++.exp in non-C++ configurationsThomas Schwinge2016-03-291-0/+4
* Also test -O0 for OpenACC C, C++ offloading test casesThomas Schwinge2016-03-2426-57/+111
* re PR c++/70376 (OpenMP taskloop construct fails to instantiate copy construc...Jakub Jelinek2016-03-231-0/+20
* Add missing initializations in oacc testcasesTom de Vries2016-03-232-4/+4
* re PR libgomp/69414 ([OpenACC] "!$acc update self" does not provide expected ...James Norris2016-03-233-7/+407
* Nowadays, we use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge2016-03-167-7/+0
* libgcc_s is required by libstdc++Thomas Schwinge2016-03-131-0/+2
* re PR testsuite/70009 (test case libgomp.oacc-c-c++-common/vprop.c fails star...Cesar Philippidis2016-03-101-2/+2
* Add oacc kernels testcases in libgomp.oacc-fortranTom de Vries2016-03-097-0/+244
* [hsa testsuite] New directory for HSA-specific C testcasesMartin Jambor2016-03-0718-0/+1170
* [hsa testsuite] Adjust libgomp tests that do not work on host fallbackMartin Jambor2016-03-0710-10/+10
* [hsa testsuite] Suppress hsa warnings in libgomp testsMartin Jambor2016-03-071-0/+3
* re PR libgomp/69555 (libgomp.c++/target-6.C fails because of undefined behavi...Jakub Jelinek2016-03-022-0/+172
* [hsa,testsuite] Introduce offload_device_shared_as effective targetKeith McDaniel2016-02-262-0/+51
* re PR driver/68463 (Offloading fails when some objects are compiled with LTO ...Ilya Verbin2016-02-251-19/+0
* Use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge2016-02-2315-44/+0
* nvptx.c (nvptx_gen_shuffle): Add support for QImode and HImode registers.Cesar Philippidis2016-02-221-0/+34
* re PR driver/69805 (ICE in greater_than_spec_func, at gcc.c:9722)Jakub Jelinek2016-02-191-0/+9
* Don't call call_cgraph_insertion_hooks in simd_clone_createTom de Vries2016-02-161-0/+7
* Fix GOMP/GOACC_parallel optimization in ipa-ptaTom de Vries2016-02-094-0/+16
* Handle -fdiagnostics-color in ltoTom de Vries2016-02-091-0/+19
* libgomp: fix target-31.c testcaseAlexander Monakov2016-02-021-1/+12
* libgomp: fix teams-3/4 testcasesAlexander Monakov2016-02-024-5/+7
* * testsuite/libgomp.oacc-c-c++-common/declare-4.c: Fix clause.James Norris2016-02-021-1/+1