aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
2015-11-27re PR libgomp/68579 (FAIL: libgomp.c/target-32.c execution test)Jakub Jelinek2-0/+8
2015-11-27re PR c/63326 (whether a #pragma is a statement depends on the type of pragma)Jakub Jelinek3-4/+11
2015-11-26Fix typoDavid Edelsohn1-1/+1
2015-11-26* configure: Regenerate.David Edelsohn2-2/+6
2015-11-26* testsuite/libgomp.c/target-35.c: New test.Jakub Jelinek2-0/+133
2015-11-22dump-parse-tree.c (show_namespace): Handle declares.James Norris6-0/+399
2015-11-20re PR middle-end/68221 (libgomp reduction-11/12 failures)Jakub Jelinek5-4/+12
2015-11-19reduction-dbl.c: New.Nathan Sidwell8-163/+295
2015-11-18nvptx.c (global_lock_var): New.Nathan Sidwell3-34/+164
2015-11-17priority_queue.c: New file.Cesar Philippidis2-0/+5
2015-11-14libgomp.texi: Update references from OpenMP 4.0 to OpenMP 4.5 sections.Jakub Jelinek2-56/+61
2015-11-14omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek24-694/+2763
2015-11-13omp-low.c (scan_sharing_clauses): Accept INDEPENDENT, AUTO & SEQ.Nathan Sidwell2-0/+227
2015-11-13collapse-2.c: Sequential loop is sequential.Nathan Sidwell2-1/+6
2015-11-13nvptx.c (nvptx_generate_vector_shuffle): Deal with complex types.Nathan Sidwell3-0/+109
2015-11-12c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris8-0/+343
2015-11-12gimplify.c (oacc_default_clause): New.Nathan Sidwell2-0/+91
2015-11-11gimplify.c (enum omp_region_type): Add ORT_ACC, ORT_ACC_DATA, ORT_ACC_PARALLE...Nathan Sidwell5-4/+77
2015-11-10firstprivate-1.c: Remove inadvertent commit.Nathan Sidwell2-42/+5
2015-11-10routine-1.c: New.Nathan Sidwell7-0/+372
2015-11-06XFAIL testcases regressed after r229814, "Merge from gomp-4_5-branch to trunk"Thomas Schwinge3-0/+9
2015-11-05gcc/Jakub Jelinek49-139/+3304
2015-11-04nvptx.c (nvptx_goacc_validate_dims): Add checking.Nathan Sidwell16-57/+89
2015-11-04loop-red-g-1.c: New.Nathan Sidwell9-4/+408
2015-11-03libgomp.h (struct acc_dispatch_t): Remove args from exec_func.Nathan Sidwell5-11/+14
2015-11-03OpenACC atomic directiveThomas Schwinge13-0/+4653
2015-10-30openacc.h (enum acc_device_t): Reformat.Nathan Sidwell3-19/+51
2015-10-29Improve filenames for test cases of OpenACC combined directivesThomas Schwinge3-0/+14
2015-10-28loop-g-1.c: New.Nathan Sidwell7-0/+353
2015-10-28plugin-nvptx.c (nvptx_exec): Remove check on compute dimensions.Nathan Sidwell2-7/+5
2015-10-27[PR testsuite/68063] Add missing private clause in libgomp.c++/member-1.CThomas Schwinge2-1/+6
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge3-0/+94
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