Age | Commit message (Expand) | Author | Files | Lines |
2018-11-30 | [PR88288, OpenACC, libgomp] Adjust offsets for present data clauses | Cesar Philippidis | 3 | -1/+49 |
2018-11-30 | Add libgomp.oacc-fortran/lib-16-2.f90 | Thomas Schwinge | 3 | -0/+63 |
2018-11-28 | re PR tree-optimization/88182 (ICE in vectorizable_reduction, at tree-vect-lo... | Richard Biener | 2 | -42/+5 |
2018-11-26 | Makefile.am (AUTOMAKE_OPTIONS): Drop dejagnu. | Jakub Jelinek | 4 | -69/+152 |
2018-11-26 | re PR tree-optimization/88182 (ICE in vectorizable_reduction, at tree-vect-lo... | Richard Biener | 2 | -0/+47 |
2018-11-20 | re PR bootstrap/88106 (Bootstrap failure on mingw32) | Jakub Jelinek | 2 | -0/+73 |
2018-11-09 | affinity-fmt.c: Include inttypes.h if HAVE_INTTYPES_H. | Jakub Jelinek | 2 | -27/+41 |
2018-11-09 | PR middle-end/81824 - Warn for missing attributes with function aliases | Martin Sebor | 1 | -2/+12 |
2018-11-09 | workshare-reduction-1.c: New test. | Jakub Jelinek | 3 | -0/+106 |
2018-11-08 | Fix Solaris build with OpenMP 5.0 | Rainer Orth | 3 | -1/+9 |
2018-11-08 | task-reduction-8.c (bar): Add in_reduction clause for s[0]. | Jakub Jelinek | 2 | -1/+5 |
2018-11-08 | builtin-types.def (BT_FN_VOID_BOOL, [...]): New. | Jakub Jelinek | 121 | -251/+14890 |
2018-11-06 | 2018-11-06 Chung-Lin Tang <cltang@codesourcery.com> | Chung-Lin Tang | 9 | -33/+953 |
2018-10-31 | Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). | Joseph Myers | 8 | -1177/+1790 |
2018-10-29 | [OpenACC] Support C++ "this" in OpenACC directives | Joseph Myers | 2 | -0/+48 |
2018-09-18 | [nvptx] Remove use of CUDA unified memory in libgomp | Cesar Philippidis | 2 | -79/+107 |
2018-09-12 | [OpenACC] C++ reference mapping | Cesar Philippidis | 2 | -2/+7 |
2018-08-27 | Replace 8 spaces with a tabular in ChangeLog files. | Martin Liska | 1 | -4/+4 |
2018-08-21 | re PR fortran/25829 ([F03] Asynchronous IO support) | Nicolas Koenig | 8 | -0/+368 |
2018-08-13 | [nvptx] Use CUDA driver API to select default runtime launch geometry | Cesar Philippidis | 4 | -12/+89 |
2018-08-08 | [libgomp, nvptx] Fall back to cuLinkAddData/cuLinkCreate if _v2 not found | Tom de Vries | 3 | -4/+35 |
2018-08-08 | [libgomp, nvptx] Allow cuGetErrorString to be NULL | Tom de Vries | 3 | -4/+14 |
2018-08-08 | [libgomp, nvptx] Remove hard-coded const in nvptx_open_device | Tom de Vries | 2 | -2/+12 |
2018-08-08 | [libgomp, nvptx] Note that cuGetErrorString is in CUDA_VERSION >= 6000 | Tom de Vries | 2 | -5/+9 |
2018-08-06 | [libgomp, nvptx] Handle CUDA_ONE_CALL_MAYBE_NULL | Tom de Vries | 2 | -3/+29 |
2018-08-06 | [libgomp, nvptx] Minimize lifetime of CUDA_ONE_CALL defines | Tom de Vries | 2 | -5/+15 |
2018-08-04 | [libgomp, nvptx, --without-cuda-driver] Don't use system cuda driver | Tom de Vries | 3 | -41/+70 |
2018-08-02 | [nvptx] Ignore c++ exceptions | Tom de Vries | 7 | -12/+11 |
2018-08-01 | [libgomp] Truncate config/nvptx/oacc-parallel.c | Cesar Philippidis | 2 | -360/+7 |
2018-08-01 | [PATCH] Remove use of 'struct map' from plugin (nvptx) | Cesar Philippidis | 3 | -27/+77 |
2018-08-01 | [libgomp, nvptx] Add cuda-lib.def | Tom de Vries | 3 | -49/+55 |
2018-07-31 | Reverting 'AsyncI/O patch committed' as it is breaking bare-metal builds. | Andre Vieira | 8 | -356/+15 |
2018-07-30 | [libgomp, nvptx] Handle per-function max-threads-per-block in default dims | Tom de Vries | 2 | -4/+31 |
2018-07-30 | [libgomp, nvptx] Calculate default dims per device | Tom de Vries | 2 | -7/+27 |
2018-07-26 | re PR middle-end/86660 (libgomp.c++/for-15.C ICEs with nvptx offloading) | Jakub Jelinek | 2 | -8/+12 |
2018-07-26 | re PR middle-end/86660 (libgomp.c++/for-15.C ICEs with nvptx offloading) | Jakub Jelinek | 2 | -0/+33 |
2018-07-26 | [libgomp, nvptx] Add error with recompilation hint for launch failure | Cesar Philippidis | 2 | -0/+22 |
2018-07-26 | [libgomp, nvptx] Move device property sampling from nvptx_exec to nvptx_open | Cesar Philippidis | 2 | -27/+34 |
2018-07-26 | [libgomp, openacc, testsuite] Fix async logic in lib-12.f90 | Tom de Vries | 2 | -4/+7 |
2018-07-26 | [libgomp, openacc, testsuite] Fix async/wait logic in lib-13.f90 | Tom de Vries | 2 | -6/+10 |
2018-07-25 | re PR fortran/25829 ([F03] Asynchronous IO support) | Nicolas Koenig | 7 | -0/+356 |
2018-07-25 | re PR fortran/25829 ([F03] Asynchronous IO support) | Nicolas Koenig | 1 | -0/+12 |
2018-07-24 | re PR testsuite/86649 (g++.dg/tree-ssa/pr19476-1.C fails starting with r262928) | Jakub Jelinek | 1 | -0/+11 |
2018-07-17 | re PR middle-end/86542 (wrong-code for collapsed taskloop which needs omp_cpyfn) | Jakub Jelinek | 2 | -0/+40 |
2018-07-17 | re PR middle-end/86539 (OpenMP wrong-code with taskloop and references) | Jakub Jelinek | 2 | -0/+33 |
2018-07-11 | re PR c++/86443 (ICEs on #pragma omp distribute parallel for with class itera... | Jakub Jelinek | 2 | -8/+9 |
2018-07-10 | re PR c++/86443 (ICEs on #pragma omp distribute parallel for with class itera... | Jakub Jelinek | 2 | -0/+237 |
2018-06-26 | re PR c++/86291 (OpenMP incorrect for-loop collapsing with iterators and at l... | Jakub Jelinek | 2 | -0/+56 |
2018-06-24 | libgomp.texi (Top): Move www.openmp.org to https. | Gerald Pfeifer | 2 | -57/+117 |
2018-06-22 | Update OpenACC testcases | Cesar Philippidis | 74 | -57/+4020 |