aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite
AgeCommit message (Expand)AuthorFilesLines
2016-02-25re PR driver/68463 (Offloading fails when some objects are compiled with LTO ...Ilya Verbin1-19/+0
2016-02-23Use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge15-44/+0
2016-02-22nvptx.c (nvptx_gen_shuffle): Add support for QImode and HImode registers.Cesar Philippidis1-0/+34
2016-02-19re PR driver/69805 (ICE in greater_than_spec_func, at gcc.c:9722)Jakub Jelinek1-0/+9
2016-02-16Don't call call_cgraph_insertion_hooks in simd_clone_createTom de Vries1-0/+7
2016-02-09Fix GOMP/GOACC_parallel optimization in ipa-ptaTom de Vries4-0/+16
2016-02-09Handle -fdiagnostics-color in ltoTom de Vries1-0/+19
2016-02-02libgomp: fix target-31.c testcaseAlexander Monakov1-1/+12
2016-02-02libgomp: fix teams-3/4 testcasesAlexander Monakov4-5/+7
2016-02-02* testsuite/libgomp.oacc-c-c++-common/declare-4.c: Fix clause.James Norris1-1/+1
2016-02-02libgomp: Skip hsa offloading for OpenACC test casesThomas Schwinge1-2/+4
2016-02-02libgomp: Use HSA_RUNTIME_LIB, HSA_KMT_LIB in the testsuiteThomas Schwinge3-1/+12
2016-02-01nvptx.c (PTX_GANG_DEFAULT): New.Nathan Sidwell2-2/+135
2016-01-26Handle DR_NUM_DIMENSIONS == 0 in initialize_data_dependence_relationTom de Vries1-0/+26
2016-01-25re PR lto/69393 (ICE in dwarf2out_finish, at dwarf2out.c:27175 with LTO)Richard Biener1-0/+16
2016-01-19Merge of HSAMartin Jambor1-0/+6
2016-01-18Add oacc kernels test in libgompTom de Vries15-0/+537
2016-01-15gimplify.c (oacc_default_clause): Decode reference and pointer types for both...Cesar Philippidis1-0/+50
2016-01-07Move pr66680.f90 to libgompH.J. Lu1-0/+46
2016-01-07re PR c/68960 (__attribute__ ((aligned ())) is ignored for OpenMP private var...Jakub Jelinek1-0/+25
2016-01-06openacc.c (acc_on_device): Add routine pragma for C++ wrapper.Nathan Sidwell1-0/+23
2016-01-04Update copyright years.Jakub Jelinek4-4/+4
2015-12-31loop-red-w-2.c: Correct dg-additional-options syntax.Nathan Sidwell19-19/+19
2015-12-15c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin1-0/+63
2015-12-09Fix GOMP/GOACC_parallel handling in find_func_clobbersTom de Vries1-0/+4
2015-12-02Some OpenACC host_data cleanupThomas Schwinge5-63/+3
2015-12-02Handle BUILT_IN_GOACC_PARALLEL in ipa-ptaTom de Vries3-0/+79
2015-12-01OpenACC host_data support.Julian Brown6-0/+258
2015-11-30tree-nested.c (convert_nonlocal_omp_clauses): Add support for OMP_CLAUSE_{NUM...Cesar Philippidis3-0/+179
2015-11-30Handle BUILT_IN_GOMP_PARALLEL in ipa-ptaTom de Vries1-0/+44
2015-11-27re PR c/63326 (whether a #pragma is a statement depends on the type of pragma)Jakub Jelinek2-4/+4
2015-11-26* testsuite/libgomp.c/target-35.c: New test.Jakub Jelinek1-0/+129
2015-11-22dump-parse-tree.c (show_namespace): Handle declares.James Norris5-0/+390
2015-11-20re PR middle-end/68221 (libgomp reduction-11/12 failures)Jakub Jelinek4-4/+4
2015-11-19reduction-dbl.c: New.Nathan Sidwell7-163/+284
2015-11-18nvptx.c (global_lock_var): New.Nathan Sidwell2-34/+158
2015-11-14omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek7-0/+739
2015-11-13omp-low.c (scan_sharing_clauses): Accept INDEPENDENT, AUTO & SEQ.Nathan Sidwell1-0/+225
2015-11-13collapse-2.c: Sequential loop is sequential.Nathan Sidwell1-1/+1
2015-11-13nvptx.c (nvptx_generate_vector_shuffle): Deal with complex types.Nathan Sidwell2-0/+104
2015-11-12c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris5-0/+273
2015-11-12gimplify.c (oacc_default_clause): New.Nathan Sidwell1-0/+87
2015-11-11gimplify.c (enum omp_region_type): Add ORT_ACC, ORT_ACC_DATA, ORT_ACC_PARALLE...Nathan Sidwell4-4/+72
2015-11-10firstprivate-1.c: Remove inadvertent commit.Nathan Sidwell1-41/+0
2015-11-10routine-1.c: New.Nathan Sidwell6-0/+363
2015-11-06XFAIL testcases regressed after r229814, "Merge from gomp-4_5-branch to trunk"Thomas Schwinge2-0/+4
2015-11-05gcc/Jakub Jelinek43-65/+2894
2015-11-04nvptx.c (nvptx_goacc_validate_dims): Add checking.Nathan Sidwell15-57/+70
2015-11-04loop-red-g-1.c: New.Nathan Sidwell8-4/+397
2015-11-03OpenACC atomic directiveThomas Schwinge12-0/+4631