summaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)Author
2016-11-15libgomp testsuite: add missing map clausesMartin Jambor
2016-11-15config-ml.in: Remove references to GCJ.Matthias Klose
2016-11-10cpp.c (cpp_define_builtins): Define _OPENMP to 201511 instead of 201307.Jakub Jelinek
2016-11-10omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek
2016-11-02nvptx.c (PTX_GANG_DEFAULT): Set to zero.Cesar Philippidis
2016-11-01hashtab.h: Use standard GPLv3 with runtime exception boilerplate.Jakub Jelinek
2016-10-27oacc-init.c (goacc_new_thread): Use sizeof of the appropriate size when alloc...Aldy Hernandez
2016-09-14typeck.c (cp_build_unary_op): Diagnose incrementing boolean expressions.Marek Polacek
2016-08-19re PR fortran/71014 (associate statement inside omp parallel do appears to di...Jakub Jelinek
2016-08-18re PR middle-end/70895 (OpenACC: loop reduction does not work. Output is zero.)Chung-Lin Tang
2016-08-14re PR fortran/70598 (Fortran OpenACC host_data construct ICE)Chung-Lin Tang
2016-08-08re PR c++/58706 (ICE with lambda in OpenMP for-loop)Jakub Jelinek
2016-08-04C++ OpenACC routine directive testing: templated, and "auto", trailing return...Thomas Schwinge
2016-08-04Make libgomp.oacc-c-c++-common/crash-1.c a "link" test, and don't hardcode -O0Thomas Schwinge
2016-08-03nvptx.c (nvptx_declare_function_name): Round frame size to DImode boundary.Nathan Sidwell
2016-07-15Fix up ChangeLog entry.Jakub Jelinek
2016-07-15c-parser.c (c_parser_oacc_declare): Don't scan for GOMP_MAP_POINTER.Cesar Philippidis
2016-07-03Add 2 tests for PR middle-end/71734H.J. Lu
2016-07-01re PR fortran/71717 (A gfortran silent "wrong code" bug in the transition fro...Jakub Jelinek
2016-06-17semantics.c (handle_omp_array_sections_1): Don't ICE when processing_template...Jakub Jelinek
2016-06-16gimplify.c (gimplify_scan_omp_clauses): Handle COMPONENT_REFs with base of re...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-06-08Add ChangeLog entry missed in last commit:Chung-Lin Tang
2016-06-03c-typeck.c (c_finish_omp_clauses): Mark OpenACC reduction arguments as addres...Chung-Lin Tang
2016-06-01re PR c/70688 (bogus OpenACC data clause errors involving reductions)Cesar Philippidis
2016-05-26c-parser.c (c_parser_omp_clause_schedule): Warn if OMP_CLAUSE_SCHEDULE_CHUNK_...Jakub Jelinek
2016-05-26oacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int parameter.Chung-Lin Tang
2016-05-26target.c (gomp_device_copy): New function.Chung-Lin Tang
2016-05-24c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POI...Cesar Philippidis
2016-05-23[hsa] Avoid segfault in hsa switch expansionMartin Jambor
2016-05-17oacc-init.c (acc_init): Remove !cached_base_dev condition on call to gomp_ini...Chung-Lin Tang
2016-05-16[hsa] Increase hsa symbol alignment to natural oneMartin Jambor
2016-05-02omp-low.c (struct oacc_loop): Add 'inner' field.Nathan Sidwell
2016-04-29re PR middle-end/70626 (bogus results in 'acc parallel loop' reductions)Cesar Philippidis
2016-04-21libgomp nvptx plugin: make cuMemFreeHost error non-fatalAlexander Monakov
2016-04-20re PR middle-end/70680 (OpenMP SIMD linear variable privatized too eagerly)Jakub Jelinek
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