aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-14simd-3.c: (main): Change type of res and ref from int to double.Maxim Blumenthal5-9/+36
2015-07-13Update libgomp/testsuite/*/examples-4/* according to latest version (4.0.2)Maxim Blumenthal89-5/+1623
2015-07-10Insert new bound in try_transform_to_exit_first_loop_altTom de Vries3-0/+86
2015-07-08[nvptx offloading] Only 64-bit configurations are currently supportedThomas Schwinge5-0/+33
2015-07-08Fix libgomp.c/parloops-exit-first-loop-alt{,-3}.c testcasesTom de Vries3-2/+8
2015-07-07Add empty loop exit block in transform_to_exit_first_loop_altTom de Vries3-2/+40
2015-07-06libgomp: Add comment to clarify last_team usageSebastian Huber2-0/+7
2015-07-02pr66702-1.C: Require vect_simd_clones effective target.Uros Bizjak3-0/+8
2015-06-30Run testsuite/libgomp.oacc-c++/c++.exp at -O2 by defaultTom de Vries3-2/+13
2015-06-30Run testsuite/libgomp.c++/c++.exp at -O2 by defaultTom de Vries32-31/+52
2015-06-30re PR middle-end/66702 (#pragma omp declare simd uniform and linear issues)Jakub Jelinek3-0/+89
2015-06-30Add parloops-exit-first-loop-alt-{5,6,7}.cTom de Vries5-1/+233
2015-06-30Use max_loop_iterations in transform_to_exit_first_loop_altTom de Vries3-4/+13
2015-06-23configure.ac: Fix check for header <sys/sysctl.h>.Andreas Tobler4-2/+11
2015-06-23Use abort in parloops-exit-first-loop-alt-{3,4}.cTom de Vries3-2/+19
2015-06-19libgomp: libgomp.oacc-c-c++-common/lib-62.c is for acc_device_nvidia onlyThomas Schwinge2-5/+4
2015-06-19libgomp: XFAIL two libgomp.oacc-* testsThomas Schwinge3-2/+11
2015-06-15Remove dg-options -O2 in libgomp.cTom de Vries39-41/+52
2015-06-15Fix typo in libgomp/testsuite/libgomp.c/pr35625.cTom de Vries2-1/+5
2015-06-15Remove -fopenmp in dg-options in libgomp.cTom de Vries13-12/+20
2015-06-15Use dg-additional-options for -std={gnu99,c99}Tom de Vries9-8/+20