summaryrefslogtreecommitdiff
path: root/libgomp
Commit message (Expand)AuthorAgeFilesLines
* typeck.c (cp_build_unary_op): Diagnose incrementing boolean expressions.Marek Polacek2016-09-142-0/+5
* re PR fortran/71014 (associate statement inside omp parallel do appears to di...Jakub Jelinek2016-08-192-0/+25
* re PR middle-end/70895 (OpenACC: loop reduction does not work. Output is zero.)Chung-Lin Tang2016-08-1815-42/+55
* re PR fortran/70598 (Fortran OpenACC host_data construct ICE)Chung-Lin Tang2016-08-142-0/+37
* re PR c++/58706 (ICE with lambda in OpenMP for-loop)Jakub Jelinek2016-08-082-0/+52
* C++ OpenACC routine directive testing: templated, and "auto", trailing return...Thomas Schwinge2016-08-047-2/+61
* Make libgomp.oacc-c-c++-common/crash-1.c a "link" test, and don't hardcode -O0Thomas Schwinge2016-08-042-3/+7
* nvptx.c (nvptx_declare_function_name): Round frame size to DImode boundary.Nathan Sidwell2016-08-032-0/+32
* Fix up ChangeLog entry.Jakub Jelinek2016-07-151-1/+1
* c-parser.c (c_parser_oacc_declare): Don't scan for GOMP_MAP_POINTER.Cesar Philippidis2016-07-152-0/+50
* Add 2 tests for PR middle-end/71734H.J. Lu2016-07-033-0/+18
* re PR fortran/71717 (A gfortran silent "wrong code" bug in the transition fro...Jakub Jelinek2016-07-012-0/+25
* semantics.c (handle_omp_array_sections_1): Don't ICE when processing_template...Jakub Jelinek2016-06-172-0/+177
* gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs with base of re...Jakub Jelinek2016-06-162-0/+84
* [PR middle-end/71373] Handle more OMP_CLAUSE_* in nested function decompositionThomas Schwinge2016-06-106-0/+704
* [PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge2016-06-103-47/+15
* Add ChangeLog entry missed in last commit:Chung-Lin Tang2016-06-081-0/+5
* c-typeck.c (c_finish_omp_clauses): Mark OpenACC reduction arguments as addres...Chung-Lin Tang2016-06-032-0/+71
* re PR c/70688 (bogus OpenACC data clause errors involving reductions)Cesar Philippidis2016-06-012-0/+32
* c-parser.c (c_parser_omp_clause_schedule): Warn if OMP_CLAUSE_SCHEDULE_CHUNK_...Jakub Jelinek2016-05-263-3/+9
* oacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int parameter.Chung-Lin Tang2016-05-269-72/+77
* target.c (gomp_device_copy): New function.Chung-Lin Tang2016-05-268-522/+764
* c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POI...Cesar Philippidis2016-05-2431-52/+449
* [hsa] Avoid segfault in hsa switch expansionMartin Jambor2016-05-232-0/+63
* oacc-init.c (acc_init): Remove !cached_base_dev condition on call to gomp_ini...Chung-Lin Tang2016-05-172-9/+16
* [hsa] Increase hsa symbol alignment to natural oneMartin Jambor2016-05-162-0/+31
* omp-low.c (struct oacc_loop): Add 'inner' field.Nathan Sidwell2016-05-022-25/+34
* re PR middle-end/70626 (bogus results in 'acc parallel loop' reductions)Cesar Philippidis2016-04-294-4/+53
* libgomp nvptx plugin: make cuMemFreeHost error non-fatalAlexander Monakov2016-04-212-1/+6
* re PR middle-end/70680 (OpenMP SIMD linear variable privatized too eagerly)Jakub Jelinek2016-04-203-0/+160
* non-scalar-data.f90: Don't pass parameter variables to subroutines.Cesar Philippidis2016-04-142-3/+10
* re PR middle-end/70643 (broken openacc reduction inside a fortran module)Cesar Philippidis2016-04-142-0/+56
* re PR testsuite/68242 (FAIL: libgomp.oacc-c-c++-common/reduction-2.c, and oth...Cesar Philippidis2016-04-133-2/+8
* libgomp external ABI prototypes maintenanceThomas Schwinge2016-04-122-2/+9
* Merge libgomp.oacc-c-c++-common/loop-reduction-*.c into libgomp.oacc-c-c++-co...Thomas Schwinge2016-04-1215-506/+380
* Improve libgomp.oacc-c-c++-common/par-loop-comb-reduction-2.cThomas Schwinge2016-04-122-2/+7
* omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT regardless whethe...Jakub Jelinek2016-04-125-58/+55
* re PR lto/70289 ([openacc] ICE in input_varpool_node)Cesar Philippidis2016-04-0840-530/+2621
* Update OpenACC test casesThomas Schwinge2016-03-3040-773/+5777
* Avoid ERROR in libgomp.oacc-c++/c++.exp in non-C++ configurationsThomas Schwinge2016-03-292-0/+9
* Also test -O0 for OpenACC C, C++ offloading test casesThomas Schwinge2016-03-2427-57/+147
* Properly assign to packet header (PR hsa/70394)Martin Liska2016-03-242-2/+17
* re PR c++/70376 (OpenMP taskloop construct fails to instantiate copy construc...Jakub Jelinek2016-03-232-0/+25
* Add missing initializations in oacc testcasesTom de Vries2016-03-233-4/+10
* re PR libgomp/69414 ([OpenACC] "!$acc update self" does not provide expected ...James Norris2016-03-235-9/+420
* Copy shadow argument conditionally (PR hsa/70337)Martin Liska2016-03-232-2/+16
* Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEThomas Schwinge2016-03-171-3/+3
* Nowadays, we use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge2016-03-168-7/+15
* libgcc_s is required by libstdc++Thomas Schwinge2016-03-132-0/+7
* re PR testsuite/70009 (test case libgomp.oacc-c-c++-common/vprop.c fails star...Cesar Philippidis2016-03-102-2/+7