Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-06-20 | Update OpenACC data clause semantics to the 2.5 behavior | Chung-Lin Tang | 32 | -153/+703 |
2018-05-21 | re PR fortran/85841 ([F2018] reject deleted features) | Janus Weil | 15 | -0/+36 |
2018-05-18 | re PR c++/85782 (acc loops with continue statements ICE in c++) | Cesar Philippidis | 2 | -0/+37 |
2018-05-09 | [openacc, libgomp] Use GOMP_ASYNC_SYNC in GOACC_declare | Tom de Vries | 2 | -4/+10 |
2018-05-09 | [openacc] Factor out async argument utility functions | Tom de Vries | 6 | -7/+41 |
2018-05-07 | [openacc, testsuite] Allow installed testing of libgomp to find gomp-constants.h | Tom de Vries | 2 | -2/+8 |
2018-05-03 | [testsuite] Add scan-offload-tree-dump | Tom de Vries | 4 | -4/+19 |
2018-05-02 | [openacc] Move GOMP_OPENACC_DIM parsing out of nvptx plugin | Tom de Vries | 9 | -27/+227 |
2018-05-02 | [libgomp, testsuite] Move tests to libgomp.c-c++-common | Tom de Vries | 90 | -650/+186 |
2018-05-02 | [openacc] Add __builtin_goacc_parlevel_{id,size} | Tom de Vries | 25 | -230/+201 |
2018-05-02 | [testsuite] Add scan-ltrans-tree-dump | Tom de Vries | 2 | -0/+6 |