aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
2015-10-26abort might not flush all open streams before process terminationThomas Schwinge3-2/+7
2015-10-26libgomp testsuite: Remove some explicit acc_device_nvidia usage.Thomas Schwinge5-42/+18
2015-10-26libgomp: Additional acc_shutdown bug fixing and testingThomas Schwinge3-0/+24
2015-10-26[libgomp/66518] Resolve XFAIL in libgomp.oacc-c-c++-common/lib-3.cThomas Schwinge2-3/+7
2015-10-26[PR libgomp/65437, libgomp/66518] Initialize runtime in acc_update_device, ac...Thomas Schwinge3-6/+11
2015-10-23Add missing private clause in libgomp.c++/member-2.CTom de Vries2-1/+6
2015-10-20reduction-5.c: Set sane vector_length.Nathan Sidwell3-3/+9
2015-10-14target.c (gomp_map_vars): Initialize tgt->tgt_start and tgt->tgt_end to 0 whe...Ilya Verbin2-1/+11
2015-10-14[gomp] Fix build for 32-bit targets with int != int32_tSebastian Huber2-2/+7
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek113-429/+12498
2015-10-13Add param parloops-scheduleTom de Vries7-0/+34
2015-10-12vector-loop.c: Fix loop initializer.James Norris2-2/+7
2015-10-09Testsuite: add dg-{begin|end}-multiline-output commandsDavid Malcolm2-0/+6
2015-10-02nvptx offloading linkingThomas Schwinge8-457/+557
2015-09-30mkoffload.c (process): Change offload data format.Nathan Sidwell2-26/+56
2015-09-30Add checkpoint to libgomp dg-shouldfail testsThomas Schwinge64-27/+281
2015-09-29builtins.c (expand_builtin_acc_on_device): Delete.Nathan Sidwell2-2/+8
2015-09-29plugin-nvptx.c (ARRAYSIZE): Delete.Nathan Sidwell2-73/+16
2015-09-28gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell7-78/+161
2015-09-23Fix --enable-offload-targets/-foffload handling, pt. 1Thomas Schwinge2-2/+2
2015-09-22re PR libgomp/67141 (wrong libgomp mutex initialisation order)Chung-Lin Tang4-1/+12
2015-09-08Remove limit_scopsAditya Kumar7-7/+20
2015-09-03configure.tgt: Add missing ;; in between nvptx and rtems snippets.Jakub Jelinek2-0/+6
2015-09-03[gomp] Add thread attribute customizationSebastian Huber6-22/+128
2015-09-03[gomp] Thread pool managementSebastian Huber6-20/+348
2015-09-03[gomp] Add RTEMS configurationSebastian Huber10-0/+583
2015-09-03[gomp] Simplify thread pool initializationSebastian Huber2-29/+35
2015-09-03Fix inner loop phi in expand_omp_for_static_chunkTom de Vries2-0/+9
2015-08-29Handle mix/max pointer reductions in parloopsTom de Vries2-0/+72
2015-08-24libgomp.map: Add 4.0.2 version.Nathan Sidwell6-88/+175
2015-08-24Add libgomp.oacc-c-c++-common/vector-loop.cTom de Vries2-0/+38
2015-08-24Optimize expand_omp_for_static_chunk for chunk_size oneTom de Vries2-0/+28
2015-08-24re PR libgomp/66761 (libgomp: ThreadSanitizer: data race in libgomp)Joost VandeVondele4-5/+17
2015-08-10[PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared...Thomas Schwinge22-442/+236
2015-08-10Empty libgomp for nvptxThomas Schwinge40-0/+66
2015-08-10Fix offloading machine mode stream readingThomas Schwinge2-0/+28
2015-08-04plugin-nvptx.c: Don't include dlfcn.h.Nathan Sidwell2-82/+19
2015-07-28Handle double reduction in parloopsTom de Vries2-0/+40
2015-07-24re PR libgomp/66714 (ICE in loc_list_from_tree with -g)Cesar Philippidis2-0/+21
2015-07-22re PR libgomp/66950 (FAIL: libgomp.fortran/examples-4/simd-7.f90 -O0 execu...Maxim Blumenthal3-21/+49
2015-07-21target.c (gomp_offload_image_to_device): Rename to ...Nathan Sidwell4-63/+110
2015-07-20Missed a difference between gomp4 and trunkNathan Sidwell1-1/+1
2015-07-20oacc-parallel.c (GOACC_parallel): Move variadic handling into wait=-specific if.Nathan Sidwell2-52/+34
2015-07-20plugin-nvptx.c (struct targ_fn_descriptor): Move later.Nathan Sidwell2-68/+89
2015-07-17target.c (GOMP_offload_register): Use int for device type arg.Nathan Sidwell2-4/+5
2015-07-17mkoffload.c (process): Constify host data.Nathan Sidwell2-4/+10
2015-07-17mkoffload.c (process): Constify target data.Nathan Sidwell5-13/+26
2015-07-16plugin-nvptx.c (link_ptx): Constify string argument.Nathan Sidwell2-20/+34
2015-07-15Fix libgomp tests.Maxim Blumenthal3-2/+9
2015-07-15[gomp] Recycle last non-nested team if possibleSebastian Huber2-13/+45