aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)Author
2017-04-04 PR libgomp/79876Jakub Jelinek
2017-03-30 * env.c (initialize_env): Initialize stacksize to 0.Jakub Jelinek
2017-03-22 PR c++/80029Cesar Philippidis
2017-03-08 PR c/79940Jakub Jelinek
2017-02-15Enable libgomp.c/pr48591.c on __float128 targetsRainer Orth
2017-02-11 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: RemoveJohn David Anglin
2017-02-09 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: MoveJakub Jelinek
2017-02-092017-02-09 Nathan Sidwell <nathan@codesourcery.com>Chung-Lin Tang
2017-02-09 * testsuite/libgomp.oacc-c-c++-common/loop-dim-default.c: Skip onJohn David Anglin
2017-02-02libgomp, nvptx plugin: Make "nvptx_exec" staticThomas Schwinge
2017-02-02libgomp: Normalize the names of a few functions of the libgomp plugin APIThomas Schwinge
2017-01-31libgomp: Provide prototypes for functions implemented by libgomp pluginsThomas Schwinge
2017-01-26 * testsuite/lib/libgomp.expJakub Jelinek
2017-01-26 * testsuite/libgomp.fortran/declare-simd-4.f90: Add cleanup-modulesJakub Jelinek
2017-01-24Brig front-endPekka Jääskeläinen
2017-01-21 PR other/79046Jakub Jelinek
2017-01-19 * plugin/cuda/cuda.h (CUdeviceptr): Typedef to unsigned long long evenJakub Jelinek
2017-01-17 * plugin/hsa.h: Add GCC runtime library exception.Jakub Jelinek
2017-01-17 * plugin/configfrag.ac: For --without-cuda-driver don't initializeJakub Jelinek
2017-01-17 PR other/79046Jakub Jelinek
2017-01-09 PR libgomp/60670Francois-Xavier Coudert
2017-01-01 Update copyright years.Jakub Jelinek
2017-01-01gcc/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-23Merge from HSA branch to trunkMartin Jambor
2016-11-23Remove build dependence on HSA run-timeMartin Liska
2016-11-15libgomp testsuite: add missing map clausesMartin Jambor
2016-11-15<toplevel>Matthias Klose
2016-11-10gcc/fortran/Jakub Jelinek
2016-11-10gcc/Jakub Jelinek
2016-11-02 gcc/Cesar Philippidis
2016-11-01 * hashtab.h: Use standard GPLv3 with runtime exceptionJakub Jelinek
2016-10-27 * oacc-init.c (goacc_new_thread): Use sizeof of the appropriateAldy Hernandez
2016-09-14 * typeck.c (cp_build_unary_op): Diagnose incrementing booleanMarek Polacek
2016-08-19 PR fortran/71014Jakub Jelinek
2016-08-182016-08-18 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2016-08-142016-08-14 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2016-08-08 PR c++/58706Jakub 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-03 gcc/Nathan Sidwell
2016-07-15Fix up ChangeLog entry.Jakub Jelinek
2016-07-15 gcc/c/Cesar Philippidis