aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite
AgeCommit message (Expand)AuthorFilesLines
2017-05-23OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clausesThomas Schwinge3-6/+63
2017-05-23Runtime checking of OpenACC parallelism dimensions clausesThomas Schwinge4-12/+537
2017-05-22re PR middle-end/80809 (Multi-free error for variable size array used within ...Jakub Jelinek2-0/+77
2017-05-22re PR middle-end/80809 (Multi-free error for variable size array used within ...Jakub Jelinek1-0/+29
2017-05-22re PR middle-end/80853 (OpenMP ICE in build_outer_var_ref with array reduction)Jakub Jelinek1-0/+29
2017-05-19OpenACC 2.5 default (present) clauseThomas Schwinge5-12/+119
2017-05-12Load new scanlang.expRainer Orth1-0/+1
2017-04-20omp-low: fix lastprivate/linear lowering for SIMTAlexander Monakov1-0/+18
2017-04-11re PR libgomp/80394 (Empty OpenMP task is wrongly removed when optimizing)Jakub Jelinek1-0/+22
2017-03-22re PR c++/80029 (valgrind error in new_omp_context(omp_region_type) (gimplify...Cesar Philippidis1-0/+25
2017-03-08re PR c/79940 (OpenMP pragma - internal compiler error with taskloop)Jakub Jelinek1-0/+47
2017-02-15Enable libgomp.c/pr48591.c on __float128 targetsRainer Orth1-1/+2
2017-02-11loop-dim-default.c: Remove hppa*-*-* dg-skip-if directive.John David Anglin1-1/+0
2017-02-09loop-dim-default.c: Move dg-skip-if directive into a comment.Jakub Jelinek1-3/+3
2017-02-09gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang4-3/+303
2017-02-09loop-dim-default.c: Skip on hppa*-*-*.John David Anglin3-0/+5
2017-01-26* testsuite/lib/libgomp.expJakub Jelinek1-4/+5
2017-01-26declare-simd-4.f90: Add cleanup-modules directive.Jakub Jelinek1-0/+1
2017-01-21re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek2-2/+2
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek1-0/+1
2017-01-01Update copyright years.Jakub Jelinek4-4/+4
2016-11-30libgomp: regenerate with automake-1.11.6Alexander Monakov1-13/+47
2016-11-23OpenMP offloading to NVPTX: libgomp changesAlexander Monakov2-2/+2
2016-11-23backport: hsa-builtins.def: New file.Martin Jambor3-0/+543
2016-11-23Remove build dependence on HSA run-timeMartin Liska3-53/+13
2016-11-15libgomp testsuite: add missing map clausesMartin Jambor2-8/+8
2016-11-10cpp.c (cpp_define_builtins): Define _OPENMP to 201511 instead of 201307.Jakub Jelinek2-2/+2
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek19-14/+1092
2016-11-02nvptx.c (PTX_GANG_DEFAULT): Set to zero.Cesar Philippidis1-0/+2
2016-09-14typeck.c (cp_build_unary_op): Diagnose incrementing boolean expressions.Marek Polacek1-0/+1
2016-08-19re PR fortran/71014 (associate statement inside omp parallel do appears to di...Jakub Jelinek1-0/+20
2016-08-18re PR middle-end/70895 (OpenACC: loop reduction does not work. Output is zero.)Chung-Lin Tang14-42/+35
2016-08-14re PR fortran/70598 (Fortran OpenACC host_data construct ICE)Chung-Lin Tang1-0/+32
2016-08-08re PR c++/58706 (ICE with lambda in OpenMP for-loop)Jakub Jelinek1-0/+47
2016-08-04C++ OpenACC routine directive testing: templated, and "auto", trailing return...Thomas Schwinge6-2/+52
2016-08-04Make libgomp.oacc-c-c++-common/crash-1.c a "link" test, and don't hardcode -O0Thomas Schwinge1-3/+2
2016-08-03nvptx.c (nvptx_declare_function_name): Round frame size to DImode boundary.Nathan Sidwell1-0/+28
2016-07-15c-parser.c (c_parser_oacc_declare): Don't scan for GOMP_MAP_POINTER.Cesar Philippidis1-0/+45
2016-07-03Add 2 tests for PR middle-end/71734H.J. Lu2-0/+12
2016-07-01re PR fortran/71717 (A gfortran silent "wrong code" bug in the transition fro...Jakub Jelinek1-0/+20
2016-06-17semantics.c (handle_omp_array_sections_1): Don't ICE when processing_template...Jakub Jelinek1-0/+173
2016-06-16gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs with base of re...Jakub Jelinek1-0/+80
2016-06-10[PR middle-end/71373] Handle more OMP_CLAUSE_* in nested function decompositionThomas Schwinge5-0/+694
2016-06-10[PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge2-47/+8
2016-06-03c-typeck.c (c_finish_omp_clauses): Mark OpenACC reduction arguments as addres...Chung-Lin Tang2-0/+71
2016-06-01re PR c/70688 (bogus OpenACC data clause errors involving reductions)Cesar Philippidis1-0/+27
2016-05-26c-parser.c (c_parser_omp_clause_schedule): Warn if OMP_CLAUSE_SCHEDULE_CHUNK_...Jakub Jelinek2-3/+3
2016-05-24c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POI...Cesar Philippidis29-48/+362
2016-05-23[hsa] Avoid segfault in hsa switch expansionMartin Jambor1-0/+59
2016-05-16[hsa] Increase hsa symbol alignment to natural oneMartin Jambor1-0/+27