Age | Commit message (Expand) | Author | Files | Lines |
2017-10-31 | Remove semicolon after do {} while (false) in HSA_LOG | Tom de Vries | 2 | -3/+10 |
2017-10-28 | target.c (struct gomp_coalesce_buf): New type. | Jakub Jelinek | 2 | -34/+207 |
2017-10-17 | Restore "dg-do run" directives for libgomp.oacc-fortran/declare-*.f90 | Thomas Schwinge | 6 | -0/+17 |
2017-10-16 | Enable libgomp.oacc-*/declare-*.{c,f90} for non-nvidia devices | Tom de Vries | 10 | -15/+17 |
2017-10-09 | [PR 82416] Do not extend operands to at least 32 bits | Martin Jambor | 2 | -0/+42 |
2017-10-07 | Fix libgomp.oacc-fortran/{firstprivate-1,parallel-reduction}.f90 for non-nvid... | Tom de Vries | 3 | -3/+10 |
2017-10-05 | Fix libgomp.oacc-c-c++-common/{loop-red-g-1,routine-g-1}.c for non-nvidia dev... | Tom de Vries | 3 | -2/+8 |
2017-10-04 | Fix openacc float reduction testcases | Tom de Vries | 4 | -3/+20 |
2017-09-28 | Remove superfluous -fopenmp from libgomp testcases | Tom de Vries | 27 | -27/+49 |
2017-09-28 | Fix libgomp.oacc-c-c++-common/loop-g-{1,2}.c for non-nvidia devices | Tom de Vries | 3 | -2/+8 |
2017-09-27 | Fix libgomp.oacc-c-c++-common/parallel-reduction.c for non-nvidia devices | Tom de Vries | 2 | -2/+7 |
2017-09-16 | Fix condition folding in c_parser_omp_for_loop | Tom de Vries | 2 | -0/+51 |
2017-09-14 | Introduce libgomp/testsuite/libgomp.c-c++-common | Tom de Vries | 5 | -6/+24 |
2017-09-14 | re PR c++/81314 (Undefined reference to a function with -fopenmp) | Jakub Jelinek | 2 | -0/+43 |
2017-09-08 | libgomp.texi (Top): www.openacc.org now uses https. | Gerald Pfeifer | 2 | -40/+83 |
2017-08-10 | re PR c/81687 (Compiler drops label in OpenMP region) | Jakub Jelinek | 3 | -0/+56 |
2017-08-07 | re PR c/69389 (bit field incompatible with OpenMP atomic update) | Jakub Jelinek | 3 | -0/+133 |
2017-08-07 | Fix diff_type in expand_oacc_for char iter_type | Tom de Vries | 3 | -1/+51 |
2017-07-27 | re PR c/45784 (gcc OpenMP - error: invalid controlling predicate) | Jakub Jelinek | 3 | -0/+52 |
2017-07-19 | Add v2di support for nvptx | Tom de Vries | 2 | -0/+52 |
2017-07-03 | Fix secure_getenv.h include in plugin-hsa.c | Tom de Vries | 2 | -1/+5 |
2017-06-27 | Show value of GOMP_OPENACC_DIM in libgomp nvptx plugin | Tom de Vries | 2 | -1/+16 |
2017-06-27 | Use secure_getenv for GOMP_DEBUG | Tom de Vries | 5 | -33/+124 |
2017-06-21 | re PR c++/81130 (ICE OpenMP shared clause in gimplify_var_or_parm_decl, at gi... | Jakub Jelinek | 2 | -0/+46 |
2017-06-17 | Get rid of dg-skip-if etc. default args | Rainer Orth | 3 | -2/+9 |
2017-06-02 | invoke.texi: Document the -Wsizeof-pointer-div warning. | Bernd Edlinger | 3 | -2/+7 |
2017-05-30 | re PR libgomp/80822 (libgomp incorrect affinity when OMP_PLACES=threads) | Jakub Jelinek | 2 | -83/+98 |
2017-05-24 | OpenACC 1.0 compatibility: acc_async_wait, acc_async_wait_all | Thomas Schwinge | 10 | -7/+188 |
2017-05-24 | Fortran OpenACC "openacc_lib.h": acc_pcopyin, acc_pcreate | Thomas Schwinge | 4 | -69/+42 |
2017-05-24 | Translate libgomp.oacc-c-c++-common/lib-32.c into Fortran | Thomas Schwinge | 4 | -0/+356 |
2017-05-24 | C/C++ OpenACC: acc_pcopyin, acc_pcreate | Thomas Schwinge | 7 | -87/+272 |
2017-05-24 | libgomp nvptx plugin: Debugging output when disabling nvptx offloading | Thomas Schwinge | 2 | -2/+15 |
2017-05-23 | OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clauses | Thomas Schwinge | 4 | -6/+67 |
2017-05-23 | Runtime checking of OpenACC parallelism dimensions clauses | Thomas Schwinge | 5 | -12/+548 |
2017-05-22 | re PR middle-end/80809 (Multi-free error for variable size array used within ... | Jakub Jelinek | 3 | -0/+81 |
2017-05-22 | re PR middle-end/80809 (Multi-free error for variable size array used within ... | Jakub Jelinek | 2 | -0/+32 |
2017-05-22 | re PR middle-end/80853 (OpenMP ICE in build_outer_var_ref with array reduction) | Jakub Jelinek | 2 | -0/+34 |
2017-05-19 | OpenACC 2.5 default (present) clause | Thomas Schwinge | 6 | -12/+125 |
2017-05-19 | libgomp hsa plugin: debug output for HSA runtime library loading failure | Thomas Schwinge | 2 | -2/+11 |
2017-05-12 | Load new scanlang.exp | Rainer Orth | 2 | -0/+5 |
2017-04-27 | re PR bootstrap/80531 (RC1 bootstrap comparison failure) | Jakub Jelinek | 2 | -0/+8 |
2017-04-20 | omp-low: fix lastprivate/linear lowering for SIMT | Alexander Monakov | 2 | -0/+22 |
2017-04-13 | plugin-nvptx.c (cuda_lib_inited): Use signed char type instead of char. | Jakub Jelinek | 2 | -1/+6 |
2017-04-11 | re PR libgomp/80394 (Empty OpenMP task is wrongly removed when optimizing) | Jakub Jelinek | 2 | -0/+27 |
2017-04-04 | re PR libgomp/79876 (FAIL: libgomp.fortran/strassen.f90 -O execution test ... | Jakub Jelinek | 5 | -2/+98 |
2017-03-30 | * env.c (initialize_env): Initialize stacksize to 0. | Jakub Jelinek | 2 | -1/+5 |
2017-03-22 | re PR c++/80029 (valgrind error in new_omp_context(omp_region_type) (gimplify... | Cesar Philippidis | 2 | -0/+30 |
2017-03-08 | re PR c/79940 (OpenMP pragma - internal compiler error with taskloop) | Jakub Jelinek | 2 | -0/+52 |
2017-02-15 | Enable libgomp.c/pr48591.c on __float128 targets | Rainer Orth | 2 | -1/+8 |
2017-02-11 | loop-dim-default.c: Remove hppa*-*-* dg-skip-if directive. | John David Anglin | 2 | -1/+5 |