summaryrefslogtreecommitdiff
path: root/libgomp/task.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* libgomp: Add omp_in_explicit_task supportJakub Jelinek2022-10-121-0/+10
* libgomp: Fix up creation of artificial teamsJakub Jelinek2022-10-121-3/+12
* libgomp: Fix occassional hangs with taskwait nowait dependJakub Jelinek2022-05-251-1/+21
* openmp: Add taskwait nowait depend support [PR105378]Jakub Jelinek2022-05-241-2/+45
* libgomp: Add new runtime routines omp_target_memcpy_async and omp_target_memc...Marcel Vollweiler2022-05-201-0/+1
* openmp: Add support for inoutset depend-kindJakub Jelinek2022-05-171-11/+22
* openmp: Add omp_all_memory support (C/C++ only so far)Jakub Jelinek2022-05-121-1/+167
* libgomp: Fix segfault with posthumous orphan tasks [PR104385]Jakub Jelinek2022-02-081-0/+2
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* openmp: Add support for thread_limit clause on targetJakub Jelinek2021-11-151-2/+24
* openmp: Notify team barrier of pending tasks in omp_fulfill_eventKwok Cheung Yeung2021-05-171-0/+1
* openmp: Fix intermittent hanging of task-detach-6 libgomp tests [PR98738]Kwok Cheung Yeung2021-02-251-88/+160
* libgomp: Fix up GOMP_task on s390xJakub Jelinek2021-01-201-11/+11
* libgomp: Don't access gomp_sem_t as int using atomics unconditionallyJakub Jelinek2021-01-181-2/+2
* openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung2021-01-161-21/+111
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* libgomp – spelling fixes, incl. omp_lib.h.inTobias Burnus2019-12-111-3/+3
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek2018-11-081-45/+523
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INT regardless whethe...Jakub Jelinek2016-04-121-2/+0
* task.c (gomp_create_target_task): Set firstprivate_copies to NULL.Ilya Verbin2016-01-201-0/+1
* Merge of HSAMartin Jambor2016-01-191-1/+3
* * task.c (GOMP_PLUGIN_target_task_completion): Add missing return.Jakub Jelinek2016-01-151-0/+1
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* re PR libgomp/68579 (FAIL: libgomp.c/target-32.c execution test)Jakub Jelinek2015-11-271-0/+3
* omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek2015-11-141-476/+720
* builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek2015-10-131-148/+533
* libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library.Thomas Schwinge2015-01-101-1/+2
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* task.c (GOMP_taskgroup_end): If taskgroup->num_children is not zero...Jakub Jelinek2014-08-041-20/+18
* libgomp.h (struct gomp_task_depend_entry): Add redundant_out field.Jakub Jelinek2014-08-011-49/+267
* Update copyright years in libgomp/Richard Sandiford2014-01-021-1/+1
* target.c: New file.Jakub Jelinek2013-10-111-64/+655
* task.c (GOMP_task, [...]): Comment.Alan Modra2013-02-011-0/+15
* re PR libgomp/51376 (libgomp taskwait failure)Alan Modra2013-01-221-5/+11
* Update copyright years in libgomp.Richard Sandiford2013-01-141-1/+1
* re PR libgomp/51376 (libgomp taskwait failure)Alan Modra2011-12-091-3/+5
* re PR libgomp/51298 (libgomp team_barrier locking failures)Alan Modra2011-11-301-0/+1
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-021-3/+23
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-15/+12
* libgomp.h (struct gomp_task): Add in_tied_task field.Jakub Jelinek2008-06-111-3/+9
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-061-0/+361