summaryrefslogtreecommitdiff
path: root/libgomp
Commit message (Expand)AuthorAgeFilesLines
* re PR bootstrap/80531 (RC1 bootstrap comparison failure)Jakub Jelinek2017-04-272-0/+8
* omp-low: fix lastprivate/linear lowering for SIMTAlexander Monakov2017-04-202-0/+22
* plugin-nvptx.c (cuda_lib_inited): Use signed char type instead of char.Jakub Jelinek2017-04-132-1/+6
* re PR libgomp/80394 (Empty OpenMP task is wrongly removed when optimizing)Jakub Jelinek2017-04-112-0/+27
* re PR libgomp/79876 (FAIL: libgomp.fortran/strassen.f90 -O execution test ...Jakub Jelinek2017-04-045-2/+98
* * env.c (initialize_env): Initialize stacksize to 0.Jakub Jelinek2017-03-302-1/+5
* re PR c++/80029 (valgrind error in new_omp_context(omp_region_type) (gimplify...Cesar Philippidis2017-03-222-0/+30
* re PR c/79940 (OpenMP pragma - internal compiler error with taskloop)Jakub Jelinek2017-03-082-0/+52
* Enable libgomp.c/pr48591.c on __float128 targetsRainer Orth2017-02-152-1/+8
* loop-dim-default.c: Remove hppa*-*-* dg-skip-if directive.John David Anglin2017-02-112-1/+5
* loop-dim-default.c: Move dg-skip-if directive into a comment.Jakub Jelinek2017-02-092-3/+8
* gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang2017-02-095-3/+314
* loop-dim-default.c: Skip on hppa*-*-*.John David Anglin2017-02-094-0/+13
* libgomp, nvptx plugin: Make "nvptx_exec" staticThomas Schwinge2017-02-022-1/+3
* libgomp: Normalize the names of a few functions of the libgomp plugin APIThomas Schwinge2017-02-025-23/+36
* libgomp: Provide prototypes for functions implemented by libgomp pluginsThomas Schwinge2017-01-314-38/+109
* * testsuite/lib/libgomp.expJakub Jelinek2017-01-262-4/+10
* declare-simd-4.f90: Add cleanup-modules directive.Jakub Jelinek2017-01-262-1/+7
* Brig front-endPekka Jääskeläinen2017-01-243-636/+7
* re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek2017-01-213-2/+9
* cuda.h (CUdeviceptr): Typedef to unsigned long long even for _WIN64.Jakub Jelinek2017-01-192-1/+6
* hsa.h: Add GCC runtime library exception.Jakub Jelinek2017-01-173-4/+17
* configfrag.ac: For --without-cuda-driver don't initialize CUDA_DRIVER_INCLUDE...Jakub Jelinek2017-01-176-69/+418
* re PR other/79046 (g++ -print-file-name=plugin uses full version number in path)Jakub Jelinek2017-01-176-6/+40
* re PR libgomp/60670 (omp.h may differ between multilibs)Francois-Xavier Coudert2017-01-093-2/+8
* Update copyright years.Jakub Jelinek2017-01-01126-125/+127
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2017-01-012-2/+6
* [RTEMS] Use spin lock for pool managementSebastian Huber2016-12-023-6/+15
* [RTEMS] Fix libgomp for nthreads == 1Sebastian Huber2016-12-022-15/+16
* libgomp: move data definitions from icv.c back to env.cAlexander Monakov2016-11-304-36/+48
* libgomp: introduce LIBGOMP_OFFLOADED_ONLY macroAlexander Monakov2016-11-304-0/+25
* libgomp: regenerate with automake-1.11.6Alexander Monakov2016-11-305-89/+202
* libgomp: remove config/nvptx/critical.cAlexander Monakov2016-11-282-0/+4
* libgomp: fix OpenMP offloading to NVPTX and correct location of generic affin...Jonas Hahnfeld2016-11-283-1/+7
* OpenMP offloading to NVPTX: libgomp changesAlexander Monakov2016-11-2349-447/+2214
* backport: hsa-builtins.def: New file.Martin Jambor2016-11-234-0/+549
* Remove build dependence on HSA run-timeMartin Liska2016-11-2313-382/+1534
* libgomp testsuite: add missing map clausesMartin Jambor2016-11-153-8/+15
* config-ml.in: Remove references to GCJ.Matthias Klose2016-11-152-1/+4
* cpp.c (cpp_define_builtins): Define _OPENMP to 201511 instead of 201307.Jakub Jelinek2016-11-105-4/+10
* omp-low.c (lower_omp_target): Fix up argument to is_reference.Jakub Jelinek2016-11-1020-14/+1123
* nvptx.c (PTX_GANG_DEFAULT): Set to zero.Cesar Philippidis2016-11-023-4/+94
* hashtab.h: Use standard GPLv3 with runtime exception boilerplate.Jakub Jelinek2016-11-012-13/+26
* oacc-init.c (goacc_new_thread): Use sizeof of the appropriate size when alloc...Aldy Hernandez2016-10-272-1/+6
* 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