Age | Commit message (Expand) | Author | Files | Lines |
2015-10-14 | target.c (gomp_map_vars): Initialize tgt->tgt_start and tgt->tgt_end to 0 whe... | Ilya Verbin | 2 | -1/+11 |
2015-10-14 | [gomp] Fix build for 32-bit targets with int != int32_t | Sebastian Huber | 2 | -2/+7 |
2015-10-13 | builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New. | Jakub Jelinek | 113 | -429/+12498 |
2015-10-13 | Add param parloops-schedule | Tom de Vries | 7 | -0/+34 |
2015-10-12 | vector-loop.c: Fix loop initializer. | James Norris | 2 | -2/+7 |
2015-10-09 | Testsuite: add dg-{begin|end}-multiline-output commands | David Malcolm | 2 | -0/+6 |
2015-10-02 | nvptx offloading linking | Thomas Schwinge | 8 | -457/+557 |
2015-09-30 | mkoffload.c (process): Change offload data format. | Nathan Sidwell | 2 | -26/+56 |
2015-09-30 | Add checkpoint to libgomp dg-shouldfail tests | Thomas Schwinge | 64 | -27/+281 |
2015-09-29 | builtins.c (expand_builtin_acc_on_device): Delete. | Nathan Sidwell | 2 | -2/+8 |
2015-09-29 | plugin-nvptx.c (ARRAYSIZE): Delete. | Nathan Sidwell | 2 | -73/+16 |
2015-09-28 | gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment. | Nathan Sidwell | 7 | -78/+161 |
2015-09-23 | Fix --enable-offload-targets/-foffload handling, pt. 1 | Thomas Schwinge | 2 | -2/+2 |
2015-09-22 | re PR libgomp/67141 (wrong libgomp mutex initialisation order) | Chung-Lin Tang | 4 | -1/+12 |
2015-09-08 | Remove limit_scops | Aditya Kumar | 7 | -7/+20 |
2015-09-03 | configure.tgt: Add missing ;; in between nvptx and rtems snippets. | Jakub Jelinek | 2 | -0/+6 |
2015-09-03 | [gomp] Add thread attribute customization | Sebastian Huber | 6 | -22/+128 |
2015-09-03 | [gomp] Thread pool management | Sebastian Huber | 6 | -20/+348 |
2015-09-03 | [gomp] Add RTEMS configuration | Sebastian Huber | 10 | -0/+583 |
2015-09-03 | [gomp] Simplify thread pool initialization | Sebastian Huber | 2 | -29/+35 |
2015-09-03 | Fix inner loop phi in expand_omp_for_static_chunk | Tom de Vries | 2 | -0/+9 |
2015-08-29 | Handle mix/max pointer reductions in parloops | Tom de Vries | 2 | -0/+72 |
2015-08-24 | libgomp.map: Add 4.0.2 version. | Nathan Sidwell | 6 | -88/+175 |
2015-08-24 | Add libgomp.oacc-c-c++-common/vector-loop.c | Tom de Vries | 2 | -0/+38 |
2015-08-24 | Optimize expand_omp_for_static_chunk for chunk_size one | Tom de Vries | 2 | -0/+28 |
2015-08-24 | re PR libgomp/66761 (libgomp: ThreadSanitizer: data race in libgomp) | Joost VandeVondele | 4 | -5/+17 |
2015-08-10 | [PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared... | Thomas Schwinge | 22 | -442/+236 |
2015-08-10 | Empty libgomp for nvptx | Thomas Schwinge | 40 | -0/+66 |
2015-08-10 | Fix offloading machine mode stream reading | Thomas Schwinge | 2 | -0/+28 |
2015-08-04 | plugin-nvptx.c: Don't include dlfcn.h. | Nathan Sidwell | 2 | -82/+19 |
2015-07-28 | Handle double reduction in parloops | Tom de Vries | 2 | -0/+40 |
2015-07-24 | re PR libgomp/66714 (ICE in loc_list_from_tree with -g) | Cesar Philippidis | 2 | -0/+21 |
2015-07-22 | re PR libgomp/66950 (FAIL: libgomp.fortran/examples-4/simd-7.f90 -O0 execu... | Maxim Blumenthal | 3 | -21/+49 |
2015-07-21 | target.c (gomp_offload_image_to_device): Rename to ... | Nathan Sidwell | 4 | -63/+110 |
2015-07-20 | Missed a difference between gomp4 and trunk | Nathan Sidwell | 1 | -1/+1 |
2015-07-20 | oacc-parallel.c (GOACC_parallel): Move variadic handling into wait=-specific if. | Nathan Sidwell | 2 | -52/+34 |
2015-07-20 | plugin-nvptx.c (struct targ_fn_descriptor): Move later. | Nathan Sidwell | 2 | -68/+89 |
2015-07-17 | target.c (GOMP_offload_register): Use int for device type arg. | Nathan Sidwell | 2 | -4/+5 |
2015-07-17 | mkoffload.c (process): Constify host data. | Nathan Sidwell | 2 | -4/+10 |
2015-07-17 | mkoffload.c (process): Constify target data. | Nathan Sidwell | 5 | -13/+26 |
2015-07-16 | plugin-nvptx.c (link_ptx): Constify string argument. | Nathan Sidwell | 2 | -20/+34 |
2015-07-15 | Fix libgomp tests. | Maxim Blumenthal | 3 | -2/+9 |
2015-07-15 | [gomp] Recycle last non-nested team if possible | Sebastian Huber | 2 | -13/+45 |
2015-07-14 | simd-3.c: (main): Change type of res and ref from int to double. | Maxim Blumenthal | 5 | -9/+36 |
2015-07-13 | Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2) | Maxim Blumenthal | 89 | -5/+1623 |
2015-07-10 | Insert new bound in try_transform_to_exit_first_loop_alt | Tom de Vries | 3 | -0/+86 |
2015-07-08 | [nvptx offloading] Only 64-bit configurations are currently supported | Thomas Schwinge | 5 | -0/+33 |
2015-07-08 | Fix libgomp.c/parloops-exit-first-loop-alt{,-3}.c testcases | Tom de Vries | 3 | -2/+8 |
2015-07-07 | Add empty loop exit block in transform_to_exit_first_loop_alt | Tom de Vries | 3 | -2/+40 |
2015-07-06 | libgomp: Add comment to clarify last_team usage | Sebastian Huber | 2 | -0/+7 |