summaryrefslogtreecommitdiff
path: root/libgomp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2016-01-04103-102/+104
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2016-01-042-1/+11
* loop-red-w-2.c: Correct dg-additional-options syntax.Nathan Sidwell2015-12-3120-19/+42
* c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin2015-12-154-15/+158
* libgomp.h (gomp_device_state): New enum.Ilya Verbin2015-12-145-35/+123
* Fix GOMP/GOACC_parallel handling in find_func_clobbersTom de Vries2015-12-092-0/+9
* Some OpenACC host_data cleanupThomas Schwinge2015-12-026-63/+12
* Handle BUILT_IN_GOACC_PARALLEL in ipa-ptaTom de Vries2015-12-023-0/+79
* OpenACC host_data support.Julian Brown2015-12-019-0/+311
* tree-nested.c (convert_nonlocal_omp_clauses): Add support for OMP_CLAUSE_{NUM...Cesar Philippidis2015-11-304-0/+187
* Handle BUILT_IN_GOMP_PARALLEL in ipa-ptaTom de Vries2015-11-302-0/+49
* re PR libgomp/68579 (FAIL: libgomp.c/target-32.c execution test)Jakub Jelinek2015-11-272-0/+8
* re PR c/63326 (whether a #pragma is a statement depends on the type of pragma)Jakub Jelinek2015-11-273-4/+11
* Fix typoDavid Edelsohn2015-11-261-1/+1
* * configure: Regenerate.David Edelsohn2015-11-262-2/+6
* * testsuite/libgomp.c/target-35.c: New test.Jakub Jelinek2015-11-262-0/+133
* dump-parse-tree.c (show_namespace): Handle declares.James Norris2015-11-226-0/+399
* re PR middle-end/68221 (libgomp reduction-11/12 failures)Jakub Jelinek2015-11-205-4/+12
* reduction-dbl.c: New.Nathan Sidwell2015-11-198-163/+295
* nvptx.c (global_lock_var): New.Nathan Sidwell2015-11-183-34/+164
* priority_queue.c: New file.Cesar Philippidis2015-11-172-0/+5
* libgomp.texi: Update references from OpenMP 4.0 to OpenMP 4.5 sections.Jakub Jelinek2015-11-142-56/+61
* omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek2015-11-1424-694/+2763
* omp-low.c (scan_sharing_clauses): Accept INDEPENDENT, AUTO & SEQ.Nathan Sidwell2015-11-132-0/+227
* collapse-2.c: Sequential loop is sequential.Nathan Sidwell2015-11-132-1/+6
* nvptx.c (nvptx_generate_vector_shuffle): Deal with complex types.Nathan Sidwell2015-11-133-0/+109
* c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris2015-11-128-0/+343
* gimplify.c (oacc_default_clause): New.Nathan Sidwell2015-11-122-0/+91
* gimplify.c (enum omp_region_type): Add ORT_ACC, ORT_ACC_DATA, ORT_ACC_PARALLE...Nathan Sidwell2015-11-115-4/+77
* firstprivate-1.c: Remove inadvertent commit.Nathan Sidwell2015-11-102-42/+5
* routine-1.c: New.Nathan Sidwell2015-11-107-0/+372
* XFAIL testcases regressed after r229814, "Merge from gomp-4_5-branch to trunk"Thomas Schwinge2015-11-063-0/+9
* gcc/Jakub Jelinek2015-11-0549-139/+3304
* nvptx.c (nvptx_goacc_validate_dims): Add checking.Nathan Sidwell2015-11-0416-57/+89
* loop-red-g-1.c: New.Nathan Sidwell2015-11-049-4/+408
* libgomp.h (struct acc_dispatch_t): Remove args from exec_func.Nathan Sidwell2015-11-035-11/+14
* OpenACC atomic directiveThomas Schwinge2015-11-0313-0/+4653
* openacc.h (enum acc_device_t): Reformat.Nathan Sidwell2015-10-303-19/+51
* Improve filenames for test cases of OpenACC combined directivesThomas Schwinge2015-10-293-0/+14
* loop-g-1.c: New.Nathan Sidwell2015-10-287-0/+353
* plugin-nvptx.c (nvptx_exec): Remove check on compute dimensions.Nathan Sidwell2015-10-282-7/+5
* [PR testsuite/68063] Add missing private clause in libgomp.c++/member-1.CThomas Schwinge2015-10-272-1/+6
* [PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge2015-10-273-0/+94
* abort might not flush all open streams before process terminationThomas Schwinge2015-10-263-2/+7
* libgomp testsuite: Remove some explicit acc_device_nvidia usage.Thomas Schwinge2015-10-265-42/+18
* libgomp: Additional acc_shutdown bug fixing and testingThomas Schwinge2015-10-263-0/+24
* [libgomp/66518] Resolve XFAIL in libgomp.oacc-c-c++-common/lib-3.cThomas Schwinge2015-10-262-3/+7
* [PR libgomp/65437, libgomp/66518] Initialize runtime in acc_update_device, ac...Thomas Schwinge2015-10-263-6/+11
* Add missing private clause in libgomp.c++/member-2.CTom de Vries2015-10-232-1/+6
* reduction-5.c: Set sane vector_length.Nathan Sidwell2015-10-203-3/+9