aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
2018-05-09[openacc, libgomp] Use GOMP_ASYNC_SYNC in GOACC_declareTom de Vries2-4/+10
2018-05-09[openacc] Factor out async argument utility functionsTom de Vries6-7/+41
2018-05-07[openacc, testsuite] Allow installed testing of libgomp to find gomp-constants.hTom de Vries2-2/+8
2018-05-03[testsuite] Add scan-offload-tree-dumpTom de Vries4-4/+19
2018-05-02[openacc] Move GOMP_OPENACC_DIM parsing out of nvptx pluginTom de Vries9-27/+227
2018-05-02[libgomp, testsuite] Move tests to libgomp.c-c++-commonTom de Vries90-650/+186
2018-05-02[openacc] Add __builtin_goacc_parlevel_{id,size}Tom de Vries25-230/+201
2018-05-02[testsuite] Add scan-ltrans-tree-dumpTom de Vries2-0/+6
2018-05-02[testsuite] Add scan-wpa-ipa-dumpTom de Vries2-0/+6
2018-04-29[openacc, testsuite] Fix undefined behaviour in atomic_capture-1.cJulian Brown2-10/+16
2018-04-27[openacc, testsuite] Fix undefined behaviour in atomic_capture-1.f90Tom de Vries2-73/+178
2018-04-26[nvptx, libgomp] Add GOMP_NVPTX_JIT=-O[0-4] in nvptx libgomp pluginTom de Vries3-3/+62
2018-04-26[lto] Fixup loops before lto write-outRichard Biener2-0/+19
2018-04-26[nvptx, libgomp, testsuite] Reduce recursion depth in declare_target-{1,2}.f90Tom de Vries3-3/+14
2018-04-24Regenerate configure of target librariesH.J. Lu2-1/+5
2018-04-20[nvptx] Fix calls to vector and worker routinesNathan Sidwell2-0/+84
2018-04-19PR85463 '[nvptx] "exit" in offloaded region doesn't terminate process'Thomas Schwinge9-2/+148
2018-04-19cet.m4 (GCC_CET_FLAGS): Default to --disable-cet, replace --enable-cet=defaul...Jakub Jelinek2-7/+10
2018-04-18re PR jit/85384 (libgccjit does not work if --with-gcc-major-version is used)David Malcolm2-1/+6
2018-04-16[openacc] Fix ICE when compiling tile loop containing infinite loopCesar Philippidis3-0/+35
2018-04-12re PR fortran/83064 (DO CONCURRENT and auto-parallelization)Thomas Koenig2-0/+79
2018-04-12Revert 259346.Cesar Philippidis2-40/+0
2018-04-12re PR middle-end/84955 (Incorrect OpenACC tile expansion)Cesar Philippidis2-0/+40
2018-04-05[nvptx] Fix neutering of bb with only cond jumpTom de Vries2-0/+54
2018-03-26Fix switch conversion in offloading functionsTom de Vries5-0/+141
2018-03-25re PR fortran/84381 (replace non-std 'call abort' by 'stop 1' in gfortran tes...Thomas Koenig314-2018/+2336
2018-03-20force-parallel-4.c: XFAIL one parallelizable loop.Richard Biener2-2/+10
2018-02-19CET shouldn't be enabled in 32-bit run-time libraries by defualtIgor Tsimbalist2-2/+22
2018-02-16re PR fortran/84418 (ICE with fortran OpenMP linear (ref ()) clause)Jakub Jelinek3-0/+67
2018-02-14re PR fortran/84313 ([F08] reject procedure pointers in COMMON blocks)Jakub Jelinek2-0/+7
2018-02-08[hsa] Fix PR82416 testcaseMartin Jambor2-2/+13
2018-02-08[hsa] Set program allocation for static local variablesMartin Jambor2-0/+27
2018-02-07Fix libgomp.oacc-c-c++-common/pr84217.c for C++Rainer Orth2-1/+10
2018-02-07[openacc] Fix diff_type in expand_oacc_collapse_initTom de Vries2-0/+27
2018-01-30re PR libgomp/84096 (Wrong prototype for omp_init_nest_lock_with_hint() in "o...Christoph Spiel2-1/+8
2018-01-25[nvptx, PR84028] Add exit insn after noreturn call for neutered workersTom de Vries2-0/+30
2018-01-24[nvptx, PR83589] Workaround for branch-around-nothing JIT bugTom de Vries2-0/+26
2018-01-24[nvptx, PR81352] Add exit insn after noreturn call for neutered threads in warpTom de Vries2-0/+25
2018-01-19[nvptx] Fix bug in jit bug workaroundTom de Vries3-0/+67
2018-01-03Update copyright years.Jakub Jelinek130-130/+132
2018-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2-1/+5
2017-12-30Prune removed funcs from offload tableTom de Vries3-0/+56
2017-12-27Workaround PR83046 in gang-static-2.cTom de Vries2-2/+8
2017-12-05re PR testsuite/83281 (libgomp.oacc-c-c++-common/reduction-cplx-flt.c and red...Jakub Jelinek3-2/+10
2017-12-01Fix bug in an OpenACC async test caseCesar Philippidis2-0/+7
2017-11-24re PR fortran/81304 (Bogus warning with -Wsurprising and -fopenmp: Type speci...Jakub Jelinek2-0/+22
2017-11-23re PR fortran/81841 (THREADPRIVATE (OpenMP) wrongly rejected in BLOCK DATA)Jakub Jelinek2-0/+31
2017-11-22re PR libgomp/83106 (libgomp/target.c:2671:2: error: ‘strncat’ specified ...Jakub Jelinek2-5/+15
2017-11-17Enable building libgomp with Intel CETIgor Tsimbalist6-6/+93
2017-11-15Add libgomp.oacc-c-c++-common/f-asyncwait-{1,2,3}.cTom de Vries4-0/+430