[RTL-ifcvt] PR rtl-optimization/68624: Clean up logic that checks for clobbering...
[platform/upstream/linaro-gcc.git] / libgomp /
2015-12-02 tschwingeSome OpenACC host_data cleanup
2015-12-02 vriesHandle BUILT_IN_GOACC_PARALLEL in ipa-pta
2015-12-01 julesOpenACC host_data support.
2015-11-30 cesar gcc/
2015-11-30 vriesHandle BUILT_IN_GOMP_PARALLEL in ipa-pta
2015-11-27 jakub PR libgomp/68579
2015-11-27 jakub PR c/63326
2015-11-26 djeFix typo
2015-11-26 dje* configure: Regenerate.
2015-11-26 jakub * testsuite/libgomp.c/target-35.c: New test.
2015-11-22 jnorris gcc/fortran/
2015-11-20 jakub PR middle-end/68221
2015-11-19 nathan * libgomp.oacc-c-c++-common/reduction-dbl.c: New.
2015-11-18 nathan gcc/
2015-11-17 cesar libgomp/
2015-11-14 jakub * libgomp.texi: Update references from OpenMP 4.0...
2015-11-14 jakubgcc/
2015-11-13 nathan gcc/
2015-11-13 nathan * testsuite/libgomp.oacc-c-c++-common/collapse-2.c...
2015-11-13 nathan gcc/
2015-11-12 jnorris2015-11-12 James Norris <jnorris@codesourcery.com>
2015-11-12 nathan gcc/
2015-11-11 nathan gcc/
2015-11-10 nathan * testsuite/libgomp.oacc-c-c++-common/firstprivate...
2015-11-10 nathan gcc/testsuite/
2015-11-06 tschwingeXFAIL testcases regressed after r229814, "Merge from...
2015-11-05 jakubgcc/
2015-11-04 nathan gcc/
2015-11-04 nathan * libgomp.oacc-c-c++-common/loop-red-g-1.c: New.
2015-11-03 nathan * libgomp.h (struct acc_dispatch_t): Remove args from...
2015-11-03 tschwingeOpenACC atomic directive
2015-10-30 nathan gcc/
2015-10-29 tschwingeImprove filenames for test cases of OpenACC combined...
2015-10-28 nathan * testsuite/libgomp.oacc-c-c++-common/loop-g-1.c:...
2015-10-28 nathan * plugin/plugin-nvptx.c (nvptx_exec): Remove check...
2015-10-27 tschwinge[PR testsuite/68063] Add missing private clause in...
2015-10-27 tschwinge[PR c/64765, c/64880] Support OpenACC Combined Directiv...
2015-10-26 tschwingeabort might not flush all open streams before process...
2015-10-26 tschwingelibgomp testsuite: Remove some explicit acc_device_nvid...
2015-10-26 tschwingelibgomp: Additional acc_shutdown bug fixing and testing
2015-10-26 tschwinge[libgomp/66518] Resolve XFAIL in libgomp.oacc-c-c+...
2015-10-26 tschwinge[PR libgomp/65437, libgomp/66518] Initialize runtime...
2015-10-23 vriesAdd missing private clause in libgomp.c++/member-2.C
2015-10-20 nathan * testsuite/libgomp.oacc-c-c++-common/reduction-5...
2015-10-14 iverbinlibgomp/
2015-10-14 sh[gomp] Fix build for 32-bit targets with int != int32_t
2015-10-13 jakubgcc/
2015-10-13 vriesAdd param parloops-schedule
2015-10-12 jnorris * testsuite/libgomp.oacc-c-c++-common/vector-loop...
2015-10-09 dmalcolmTestsuite: add dg-{begin|end}-multiline-output commands
2015-10-02 tschwingenvptx offloading linking
2015-09-30 nathan gcc/
2015-09-30 tschwingeAdd checkpoint to libgomp dg-shouldfail tests
2015-09-29 nathan gcc/
2015-09-29 nathan * plugin/plugin-nvptx.c (ARRAYSIZE): Delete.
2015-09-28 nathan inlude/
2015-09-23 tschwingeFix --enable-offload-targets/-foffload handling, pt. 1
2015-09-22 cltang2015-09-22 Chung-Lin Tang <cltang@codesourcery.com>
2015-09-08 spopRemove limit_scops
2015-09-03 jakub * configure.tgt: Add missing ;; in between nvptx and...
2015-09-03 sh[gomp] Add thread attribute customization
2015-09-03 sh[gomp] Thread pool management
2015-09-03 sh[gomp] Add RTEMS configuration
2015-09-03 sh[gomp] Simplify thread pool initialization
2015-09-03 vriesFix inner loop phi in expand_omp_for_static_chunk
2015-08-29 vriesHandle mix/max pointer reductions in parloops
2015-08-24 nathan libgomp/
2015-08-24 vriesAdd libgomp.oacc-c-c++-common/vector-loop.c
2015-08-24 vriesOptimize expand_omp_for_static_chunk for chunk_size one
2015-08-24 vondele PR libgomp/66761
2015-08-10 tschwinge[PR libgomp/65742, PR middle-end/66332] libgomp: Remove...
2015-08-10 tschwingeEmpty libgomp for nvptx
2015-08-10 tschwingeFix offloading machine mode stream reading
2015-08-04 nathan * plugin/plugin-nvptx.c: Don't include dlfcn.h.
2015-07-28 vriesHandle double reduction in parloops
2015-07-24 cesar PR 66714
2015-07-22 iverbin2015-07-22 Maxim Blumenthal <maxim.blumenthal@intel...
2015-07-21 nathan libgomp/
2015-07-20 nathanMissed a difference between gomp4 and trunk
2015-07-20 nathan * oacc-parallel.c (GOACC_parallel): Move variadic...
2015-07-20 nathan * plugin/plugin-nvptx.c (struct targ_fn_descriptor...
2015-07-17 nathan * target.c (GOMP_offload_register): Use int for device...
2015-07-17 nathan gcc/
2015-07-17 nathan gcc/
2015-07-16 nathan libgomp/
2015-07-15 iverbinFix libgomp tests.
2015-07-15 sh[gomp] Recycle last non-nested team if possible
2015-07-14 iverbin2015-07-14 Maxim Blumenthal <maxim.blumenthal@intel...
2015-07-13 iverbinUpdate libgomp/testsuite/*/examples-4/* according to...
2015-07-10 vriesInsert new bound in try_transform_to_exit_first_loop_alt
2015-07-08 tschwinge[nvptx offloading] Only 64-bit configurations are curre...
2015-07-08 vriesFix libgomp.c/parloops-exit-first-loop-alt{,-3}.c testcases
2015-07-07 vriesAdd empty loop exit block in transform_to_exit_first_lo...
2015-07-06 shlibgomp: Add comment to clarify last_team usage
2015-07-02 uros * testsuite/libgomp.c++/pr66702-1.C: Require
2015-06-30 vriesRun testsuite/libgomp.oacc-c++/c++.exp at -O2 by default
2015-06-30 vriesRun testsuite/libgomp.c++/c++.exp at -O2 by default
2015-06-30 jakub PR middle-end/66702
2015-06-30 vriesAdd parloops-exit-first-loop-alt-{5,6,7}.c
2015-06-30 vriesUse max_loop_iterations in transform_to_exit_first_loop_alt
next