aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)Author
2016-08-22Update ChangeLog and version files for releasereleases/gcc-6.2.0Richard Biener
2016-08-18backport: re PR middle-end/70895 (OpenACC: loop reduction does not work. Outp...Chung-Lin Tang
2016-07-02backport: re PR fortran/71717 (A gfortran silent "wrong code" bug in the tran...Jakub Jelinek
2016-06-21backport: semantics.c (handle_omp_array_sections_1): Don't ICE when processin...Jakub Jelinek
2016-06-21backport: gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs with ...Jakub Jelinek
2016-06-10[PR middle-end/71373] Handle more OMP_CLAUSE_* in nested function decompositionThomas Schwinge
2016-06-10[PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge
2016-05-23[hsa] Avoid segfault in hsa switch expansionMartin Jambor
2016-05-16[hsa] Increase hsa symbol alignment to natural oneMartin Jambor
2016-04-29re PR middle-end/70626 (bogus results in 'acc parallel loop' reductions)Cesar Philippidis
2016-04-27backport: re PR middle-end/70680 (OpenMP SIMD linear variable privatized too ...Jakub Jelinek
2016-04-27Update ChangeLog and version files for releasereleases/gcc-6.1.0GCC Administrator
2016-04-21libgomp nvptx plugin: make cuMemFreeHost error non-fatalAlexander Monakov
2016-04-14non-scalar-data.f90: Don't pass parameter variables to subroutines.Cesar Philippidis
2016-04-14re PR middle-end/70643 (broken openacc reduction inside a fortran module)Cesar Philippidis
2016-04-13re PR testsuite/68242 (FAIL: libgomp.oacc-c-c++-common/reduction-2.c, and oth...Cesar Philippidis
2016-04-12libgomp external ABI prototypes maintenanceThomas Schwinge
2016-04-12Merge libgomp.oacc-c-c++-common/loop-reduction-*.c into libgomp.oacc-c-c++-co...Thomas Schwinge
2016-04-12Improve libgomp.oacc-c-c++-common/par-loop-comb-reduction-2.cThomas Schwinge
2016-04-12omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT regardless whethe...Jakub Jelinek
2016-04-08re PR lto/70289 ([openacc] ICE in input_varpool_node)Cesar Philippidis
2016-03-30Update OpenACC test casesThomas Schwinge
2016-03-29Avoid ERROR in libgomp.oacc-c++/c++.exp in non-C++ configurationsThomas Schwinge
2016-03-24Also test -O0 for OpenACC C, C++ offloading test casesThomas Schwinge
2016-03-24Properly assign to packet header (PR hsa/70394)Martin Liska
2016-03-23re PR c++/70376 (OpenMP taskloop construct fails to instantiate copy construc...Jakub Jelinek
2016-03-23Add missing initializations in oacc testcasesTom de Vries
2016-03-23re PR libgomp/69414 ([OpenACC] "!$acc update self" does not provide expected ...James Norris
2016-03-23Copy shadow argument conditionally (PR hsa/70337)Martin Liska
2016-03-17Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEThomas Schwinge
2016-03-16Nowadays, we use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge
2016-03-13libgcc_s is required by libstdc++Thomas Schwinge
2016-03-10re PR testsuite/70009 (test case libgomp.oacc-c-c++-common/vprop.c fails star...Cesar Philippidis
2016-03-09Add oacc kernels testcases in libgomp.oacc-fortranTom de Vries
2016-03-07[hsa testsuite] New directory for HSA-specific C testcasesMartin Jambor
2016-03-07[hsa testsuite] Adjust libgomp tests that do not work on host fallbackMartin Jambor
2016-03-07[hsa testsuite] Suppress hsa warnings in libgomp testsMartin Jambor
2016-03-02re PR libgomp/69555 (libgomp.c++/target-6.C fails because of undefined behavi...Jakub Jelinek
2016-02-26[hsa,testsuite] Introduce offload_device_shared_as effective targetKeith McDaniel
2016-02-25re PR driver/68463 (Offloading fails when some objects are compiled with LTO ...Ilya Verbin
2016-02-23Use plain -fopenacc to enable OpenACC kernels processingThomas Schwinge
2016-02-22nvptx.c (nvptx_gen_shuffle): Add support for QImode and HImode registers.Cesar Philippidis
2016-02-20Fix whitespace in libgomp/ChangeLogTom de Vries
2016-02-19re PR driver/69805 (ICE in greater_than_spec_func, at gcc.c:9722)Jakub Jelinek
2016-02-16Don't call call_cgraph_insertion_hooks in simd_clone_createTom de Vries
2016-02-09Fix GOMP/GOACC_parallel optimization in ipa-ptaTom de Vries
2016-02-09Handle -fdiagnostics-color in ltoTom de Vries
2016-02-02libgomp: fix target-31.c testcaseAlexander Monakov
2016-02-02libgomp: fix teams-3/4 testcasesAlexander Monakov
2016-02-02* testsuite/libgomp.oacc-c-c++-common/declare-4.c: Fix clause.James Norris