Age | Commit message (Expand) | Author | Files | Lines |
2015-10-27 | [PR testsuite/68063] Add missing private clause in libgomp.c++/member-1.C | Thomas Schwinge | 1 | -1/+1 |
2015-10-27 | [PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++ | Thomas Schwinge | 2 | -0/+89 |
2015-10-26 | abort might not flush all open streams before process termination | Thomas Schwinge | 2 | -2/+4 |
2015-10-26 | libgomp testsuite: Remove some explicit acc_device_nvidia usage. | Thomas Schwinge | 4 | -42/+12 |
2015-10-26 | libgomp: Additional acc_shutdown bug fixing and testing | Thomas Schwinge | 1 | -0/+19 |
2015-10-26 | [libgomp/66518] Resolve XFAIL in libgomp.oacc-c-c++-common/lib-3.c | Thomas Schwinge | 1 | -3/+4 |
2015-10-26 | [PR libgomp/65437, libgomp/66518] Initialize runtime in acc_update_device, ac... | Thomas Schwinge | 1 | -3/+1 |
2015-10-23 | Add missing private clause in libgomp.c++/member-2.C | Tom de Vries | 1 | -1/+1 |
2015-10-20 | reduction-5.c: Set sane vector_length. | Nathan Sidwell | 2 | -3/+3 |
2015-10-13 | builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New. | Jakub Jelinek | 91 | -35/+8514 |
2015-10-13 | Add param parloops-schedule | Tom de Vries | 6 | -0/+24 |
2015-10-12 | vector-loop.c: Fix loop initializer. | James Norris | 1 | -2/+2 |
2015-10-09 | Testsuite: add dg-{begin|end}-multiline-output commands | David Malcolm | 1 | -0/+1 |
2015-09-30 | Add checkpoint to libgomp dg-shouldfail tests | Thomas Schwinge | 63 | -27/+215 |
2015-09-08 | Remove limit_scops | Aditya Kumar | 6 | -7/+9 |
2015-09-03 | Fix inner loop phi in expand_omp_for_static_chunk | Tom de Vries | 1 | -0/+4 |
2015-08-29 | Handle mix/max pointer reductions in parloops | Tom de Vries | 1 | -0/+67 |
2015-08-24 | Add libgomp.oacc-c-c++-common/vector-loop.c | Tom de Vries | 1 | -0/+33 |
2015-08-24 | Optimize expand_omp_for_static_chunk for chunk_size one | Tom de Vries | 1 | -0/+23 |
2015-08-10 | [PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared... | Thomas Schwinge | 9 | -52/+0 |
2015-08-10 | Fix offloading machine mode stream reading | Thomas Schwinge | 1 | -0/+24 |
2015-07-28 | Handle double reduction in parloops | Tom de Vries | 1 | -0/+36 |
2015-07-24 | re PR libgomp/66714 (ICE in loc_list_from_tree with -g) | Cesar Philippidis | 1 | -0/+17 |
2015-07-22 | re PR libgomp/66950 (FAIL: libgomp.fortran/examples-4/simd-7.f90 -O0 execu... | Maxim Blumenthal | 2 | -21/+34 |
2015-07-15 | Fix libgomp tests. | Maxim Blumenthal | 2 | -2/+2 |
2015-07-14 | simd-3.c: (main): Change type of res and ref from int to double. | Maxim Blumenthal | 4 | -9/+21 |
2015-07-13 | Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) | Maxim Blumenthal | 88 | -5/+1465 |
2015-07-10 | Insert new bound in try_transform_to_exit_first_loop_alt | Tom de Vries | 2 | -0/+81 |
2015-07-08 | [nvptx offloading] Only 64-bit configurations are currently supported | Thomas Schwinge | 3 | -0/+18 |
2015-07-08 | Fix libgomp.c/parloops-exit-first-loop-alt{,-3}.c testcases | Tom de Vries | 2 | -2/+2 |
2015-07-07 | Add empty loop exit block in transform_to_exit_first_loop_alt | Tom de Vries | 2 | -2/+31 |
2015-07-02 | pr66702-1.C: Require vect_simd_clones effective target. | Uros Bizjak | 2 | -0/+2 |
2015-06-30 | Run testsuite/libgomp.oacc-c++/c++.exp at -O2 by default | Tom de Vries | 2 | -2/+6 |
2015-06-30 | Run testsuite/libgomp.c++/c++.exp at -O2 by default | Tom de Vries | 31 | -31/+16 |
2015-06-30 | re PR middle-end/66702 (#pragma omp declare simd uniform and linear issues) | Jakub Jelinek | 2 | -0/+83 |
2015-06-30 | Add parloops-exit-first-loop-alt-{5,6,7}.c | Tom de Vries | 4 | -1/+226 |
2015-06-30 | Use max_loop_iterations in transform_to_exit_first_loop_alt | Tom de Vries | 2 | -4/+5 |
2015-06-23 | Use abort in parloops-exit-first-loop-alt-{3,4}.c | Tom de Vries | 2 | -2/+13 |
2015-06-19 | libgomp: libgomp.oacc-c-c++-common/lib-62.c is for acc_device_nvidia only | Thomas Schwinge | 1 | -5/+1 |
2015-06-19 | libgomp: XFAIL two libgomp.oacc-* tests | Thomas Schwinge | 2 | -2/+5 |
2015-06-15 | Remove dg-options -O2 in libgomp.c | Tom de Vries | 38 | -41/+10 |
2015-06-15 | Fix typo in libgomp/testsuite/libgomp.c/pr35625.c | Tom de Vries | 1 | -1/+1 |
2015-06-15 | Remove -fopenmp in dg-options in libgomp.c | Tom de Vries | 12 | -12/+4 |
2015-06-15 | Use dg-additional-options for -std={gnu99,c99} | Tom de Vries | 8 | -8/+8 |
2015-06-13 | Add gcc.dg/parloops-exit-first-loop-alt-4.c | Tom de Vries | 1 | -0/+33 |
2015-06-13 | Update parloops-exit-first-loop-alt{,-2,-3}.c | Tom de Vries | 3 | -3/+11 |
2015-06-05 | Add transform_to_exit_first_loop_alt | Tom de Vries | 3 | -0/+125 |
2015-05-29 | testsuite: auto-wipe dump files | Bernhard Reutner-Fischer | 11 | -33/+0 |
2015-05-28 | oacc-init.c (resolve_device): Add FAIL_IS_ERROR argument. | Julian Brown | 1 | -1/+1 |
2015-05-19 | re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs) | Jakub Jelinek | 6 | -0/+227 |