summaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)Author
2017-01-26* testsuite/lib/libgomp.expJakub Jelinek
2017-01-26declare-simd-4.f90: Add cleanup-modules directive.Jakub Jelinek
2017-01-24Brig front-endPekka Jääskeläinen
2017-01-21re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek
2017-01-19cuda.h (CUdeviceptr): Typedef to unsigned long long even for _WIN64.Jakub Jelinek
2017-01-17hsa.h: Add GCC runtime library exception.Jakub Jelinek
2017-01-17configfrag.ac: For --without-cuda-driver don't initialize CUDA_DRIVER_INCLUDE...Jakub Jelinek
2017-01-17re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek
2017-01-09re PR libgomp/60670 (omp.h may differ between multilibs)Francois-Xavier Coudert
2017-01-01Update copyright years.Jakub Jelinek
2017-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek
2016-12-02[RTEMS] Use spin lock for pool managementSebastian Huber
2016-12-02[RTEMS] Fix libgomp for nthreads == 1Sebastian Huber
2016-11-30libgomp: move data definitions from icv.c back to env.cAlexander Monakov
2016-11-30libgomp: introduce LIBGOMP_OFFLOADED_ONLY macroAlexander Monakov
2016-11-30libgomp: regenerate with automake-1.11.6Alexander Monakov
2016-11-28libgomp: remove config/nvptx/critical.cAlexander Monakov
2016-11-28libgomp: fix OpenMP offloading to NVPTX and correct location of generic affin...Jonas Hahnfeld
2016-11-23OpenMP offloading to NVPTX: libgomp changesAlexander Monakov
2016-11-23backport: hsa-builtins.def: New file.Martin Jambor
2016-11-23Remove build dependence on HSA run-timeMartin Liska
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