| Commit message (Expand) | Author | Age | Files | Lines |
* | PR testsuite/83281 | jakub | 2017-12-05 | 3 | -2/+10 |
* | Fix bug in an OpenACC async test case | cesar | 2017-12-01 | 2 | -0/+7 |
* | PR fortran/81304 | jakub | 2017-11-24 | 2 | -0/+22 |
* | PR fortran/81841 | jakub | 2017-11-23 | 2 | -0/+31 |
* | PR libgomp/83106 | jakub | 2017-11-22 | 2 | -5/+15 |
* | Enable building libgomp with Intel CET | itsimbal | 2017-11-17 | 6 | -6/+93 |
* | Add libgomp.oacc-c-c++-common/f-asyncwait-{1,2,3}.c | vries | 2017-11-15 | 4 | -0/+430 |
* | Allow asyncwait-1.c to run for non-nvidia devices | vries | 2017-11-14 | 2 | -2/+19 |
* | PR c++/82835 | jakub | 2017-11-07 | 2 | -0/+39 |
* | Fix -Wreturn-type fallout. | marxin | 2017-11-06 | 7 | -0/+17 |
* | Remove semicolon after do {} while (false) in HSA_LOG | vries | 2017-10-31 | 2 | -3/+10 |
* | * target.c (struct gomp_coalesce_buf): New type. | jakub | 2017-10-28 | 2 | -34/+207 |
* | Restore "dg-do run" directives for libgomp.oacc-fortran/declare-*.f90 | tschwinge | 2017-10-17 | 6 | -0/+17 |
* | Enable libgomp.oacc-*/declare-*.{c,f90} for non-nvidia devices | vries | 2017-10-16 | 10 | -15/+17 |
* | [PR 82416] Do not extend operands to at least 32 bits | jamborm | 2017-10-09 | 2 | -0/+42 |
* | Fix libgomp.oacc-fortran/{firstprivate-1,parallel-reduction}.f90 for non-nvid... | vries | 2017-10-07 | 3 | -3/+10 |
* | Fix libgomp.oacc-c-c++-common/{loop-red-g-1,routine-g-1}.c for non-nvidia dev... | vries | 2017-10-05 | 3 | -2/+8 |
* | Fix openacc float reduction testcases | vries | 2017-10-04 | 4 | -3/+20 |
* | Remove superfluous -fopenmp from libgomp testcases | vries | 2017-09-28 | 27 | -27/+49 |
* | Fix libgomp.oacc-c-c++-common/loop-g-{1,2}.c for non-nvidia devices | vries | 2017-09-28 | 3 | -2/+8 |
* | Fix libgomp.oacc-c-c++-common/parallel-reduction.c for non-nvidia devices | vries | 2017-09-27 | 2 | -2/+7 |
* | Fix condition folding in c_parser_omp_for_loop | vries | 2017-09-16 | 2 | -0/+51 |
* | Introduce libgomp/testsuite/libgomp.c-c++-common | vries | 2017-09-14 | 5 | -6/+24 |
* | PR c++/81314 | jakub | 2017-09-14 | 2 | -0/+43 |
* | * libgomp.texi (Top): www.openacc.org now uses https. | gerald | 2017-09-08 | 2 | -40/+83 |
* | PR c/81687 | jakub | 2017-08-10 | 3 | -0/+56 |
* | PR c/69389 | jakub | 2017-08-07 | 3 | -0/+133 |
* | Fix diff_type in expand_oacc_for char iter_type | vries | 2017-08-07 | 3 | -1/+51 |
* | PR c/45784 | jakub | 2017-07-27 | 3 | -0/+52 |
* | Add v2di support for nvptx | vries | 2017-07-19 | 2 | -0/+52 |
* | Fix secure_getenv.h include in plugin-hsa.c | vries | 2017-07-03 | 2 | -1/+5 |
* | Show value of GOMP_OPENACC_DIM in libgomp nvptx plugin | vries | 2017-06-27 | 2 | -1/+16 |
* | Use secure_getenv for GOMP_DEBUG | vries | 2017-06-27 | 5 | -33/+124 |
* | PR c++/81130 | jakub | 2017-06-21 | 2 | -0/+46 |
* | Get rid of dg-skip-if etc. default args | ro | 2017-06-17 | 3 | -2/+9 |
* | gcc: | edlinger | 2017-06-02 | 3 | -2/+7 |
* | PR libgomp/80822 | jakub | 2017-05-30 | 2 | -83/+98 |
* | OpenACC 1.0 compatibility: acc_async_wait, acc_async_wait_all | tschwinge | 2017-05-24 | 10 | -7/+188 |
* | Fortran OpenACC "openacc_lib.h": acc_pcopyin, acc_pcreate | tschwinge | 2017-05-24 | 4 | -69/+42 |
* | Translate libgomp.oacc-c-c++-common/lib-32.c into Fortran | tschwinge | 2017-05-24 | 4 | -0/+356 |
* | C/C++ OpenACC: acc_pcopyin, acc_pcreate | tschwinge | 2017-05-24 | 7 | -87/+272 |
* | libgomp nvptx plugin: Debugging output when disabling nvptx offloading | tschwinge | 2017-05-24 | 2 | -2/+15 |
* | OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clauses | tschwinge | 2017-05-23 | 4 | -6/+67 |
* | Runtime checking of OpenACC parallelism dimensions clauses | tschwinge | 2017-05-23 | 5 | -12/+548 |
* | PR middle-end/80809 | jakub | 2017-05-22 | 3 | -0/+81 |
* | PR middle-end/80809 | jakub | 2017-05-22 | 2 | -0/+32 |
* | PR middle-end/80853 | jakub | 2017-05-22 | 2 | -0/+34 |
* | OpenACC 2.5 default (present) clause | tschwinge | 2017-05-19 | 6 | -12/+125 |
* | libgomp hsa plugin: debug output for HSA runtime library loading failure | tschwinge | 2017-05-19 | 2 | -2/+11 |
* | Load new scanlang.exp | ro | 2017-05-12 | 2 | -0/+5 |