aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
2016-06-17semantics.c (handle_omp_array_sections_1): Don't ICE when processing_template...Jakub Jelinek2-0/+177
2016-06-16gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs with base of re...Jakub Jelinek2-0/+84
2016-06-10[PR middle-end/71373] Handle more OMP_CLAUSE_* in nested function decompositionThomas Schwinge6-0/+704
2016-06-10[PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge3-47/+15
2016-06-08Add ChangeLog entry missed in last commit:Chung-Lin Tang1-0/+5
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 Philippidis2-0/+32
2016-05-26c-parser.c (c_parser_omp_clause_schedule): Warn if OMP_CLAUSE_SCHEDULE_CHUNK_...Jakub Jelinek3-3/+9
2016-05-26oacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int parameter.Chung-Lin Tang9-72/+77
2016-05-26target.c (gomp_device_copy): New function.Chung-Lin Tang8-522/+764
2016-05-24c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POI...Cesar Philippidis31-52/+449
2016-05-23[hsa] Avoid segfault in hsa switch expansionMartin Jambor2-0/+63
2016-05-17oacc-init.c (acc_init): Remove !cached_base_dev condition on call to gomp_ini...Chung-Lin Tang2-9/+16
2016-05-16[hsa] Increase hsa symbol alignment to natural oneMartin Jambor2-0/+31
2016-05-02omp-low.c (struct oacc_loop): Add 'inner' field.Nathan Sidwell2-25/+34
2016-04-29re PR middle-end/70626 (bogus results in 'acc parallel loop' reductions)Cesar Philippidis4-4/+53
2016-04-21libgomp nvptx plugin: make cuMemFreeHost error non-fatalAlexander Monakov2-1/+6
2016-04-20re PR middle-end/70680 (OpenMP SIMD linear variable privatized too eagerly)Jakub Jelinek3-0/+160
2016-04-14non-scalar-data.f90: Don't pass parameter variables to subroutines.Cesar Philippidis2-3/+10
2016-04-14re PR middle-end/70643 (broken openacc reduction inside a fortran module)Cesar Philippidis2-0/+56
2016-04-13re PR testsuite/68242 (FAIL: libgomp.oacc-c-c++-common/reduction-2.c, and oth...Cesar Philippidis3-2/+8
2016-04-12libgomp external ABI prototypes maintenanceThomas Schwinge2-2/+9
2016-04-12Merge libgomp.oacc-c-c++-common/loop-reduction-*.c into libgomp.oacc-c-c++-co...Thomas Schwinge15-506/+380
2016-04-12Improve libgomp.oacc-c-c++-common/par-loop-comb-reduction-2.cThomas Schwinge2-2/+7
2016-04-12omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT regardless whethe...Jakub Jelinek5-58/+55
2016-04-08re PR lto/70289 ([openacc] ICE in input_varpool_node)Cesar Philippidis40-530/+2621
2016-03-30Update OpenACC test casesThomas Schwinge40-773/+5777
2016-03-29Avoid ERROR in libgomp.oacc-c++/c++.exp in non-C++ configurationsThomas Schwinge2-0/+9
2016-03-24Also test -O0 for OpenACC C, C++ offloading test casesThomas Schwinge27-57/+147
2016-03-24Properly assign to packet header (PR hsa/70394)Martin Liska2-2/+17
2016-03-23re PR c++/70376 (OpenMP taskloop construct fails to instantiate copy construc...Jakub Jelinek2-0/+25
2016-03-23Add missing initializations in oacc testcasesTom de Vries3-4/+10
2016-03-23re PR libgomp/69414 ([OpenACC] "!$acc update self" does not provide expected ...James Norris5-9/+420
2016-03-23Copy shadow argument conditionally (PR hsa/70337)Martin Liska2-2/+16
2016-03-17Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEThomas Schwinge1-3/+3
2016-03-16Nowadays, we use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge8-7/+15
2016-03-13libgcc_s is required by libstdc++Thomas Schwinge2-0/+7
2016-03-10re PR testsuite/70009 (test case libgomp.oacc-c-c++-common/vprop.c fails star...Cesar Philippidis2-2/+7
2016-03-09Add oacc kernels testcases in libgomp.oacc-fortranTom de Vries8-0/+255
2016-03-07[hsa testsuite] New directory for HSA-specific C testcasesMartin Jambor19-0/+1193
2016-03-07[hsa testsuite] Adjust libgomp tests that do not work on host fallbackMartin Jambor11-10/+24
2016-03-07[hsa testsuite] Suppress hsa warnings in libgomp testsMartin Jambor2-0/+8
2016-03-02re PR libgomp/69555 (libgomp.c++/target-6.C fails because of undefined behavi...Jakub Jelinek3-0/+178
2016-02-26[hsa,testsuite] Introduce offload_device_shared_as effective targetKeith McDaniel3-0/+58
2016-02-25re PR driver/68463 (Offloading fails when some objects are compiled with LTO ...Ilya Verbin2-19/+5
2016-02-23Use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge18-47/+51
2016-02-22nvptx.c (nvptx_gen_shuffle): Add support for QImode and HImode registers.Cesar Philippidis2-0/+38
2016-02-20Fix whitespace in libgomp/ChangeLogTom de Vries1-2/+1
2016-02-19re PR driver/69805 (ICE in greater_than_spec_func, at gcc.c:9722)Jakub Jelinek2-0/+14
2016-02-16Don't call call_cgraph_insertion_hooks in simd_clone_createTom de Vries2-0/+12