summaryrefslogtreecommitdiff
path: root/libgomp/config
Commit message (Expand)AuthorAgeFilesLines
* priority_queue.c: New file.Cesar Philippidis2015-11-171-0/+1
* builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek2015-10-134-0/+182
* nvptx offloading linkingThomas Schwinge2015-10-024-0/+542
* [gomp] Add thread attribute customizationSebastian Huber2015-09-033-4/+55
* [gomp] Thread pool managementSebastian Huber2015-09-033-0/+333
* [gomp] Add RTEMS configurationSebastian Huber2015-09-036-0/+539
* re PR libgomp/66761 (libgomp: ThreadSanitizer: data race in libgomp)Joost VandeVondele2015-08-241-1/+3
* Empty libgomp for nvptxThomas Schwinge2015-08-1036-0/+12
* futex.h (futex_wait): Remove doouble initialization.Uros Bizjak2015-06-051-3/+1
* futex.h (sys_futex0): Remove function.Uros Bizjak2015-05-281-15/+21
* wait.h (gomp_futex_wait, [...]): Declare as int.Uros Bizjak2015-05-274-6/+6
* futex.h (sys_futex0): Change operand "op" to long.Uros Bizjak2015-05-271-22/+1
* re PR libgomp/64635 (darwin produces libgomp-plugin-host_nonshm.1.dylib but t...David Edelsohn2015-02-011-26/+0
* re PR libgomp/64635 (darwin produces libgomp-plugin-host_nonshm.1.dylib but t...Jack Howarth2015-01-281-0/+26
* re PR libgomp/64635 (darwin produces libgomp-plugin-host_nonshm.1.dylib but t...Jack Howarth2015-01-283-0/+78
* libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library.Thomas Schwinge2015-01-1035-35/+70
* Update copyright years.Jakub Jelinek2015-01-0535-35/+35
* futex.h (SYS_futex): Define if not already done.Steve Ellcey2014-11-211-0/+5
* Fix gnu11 fallout on Solaris 10+Rainer Orth2014-11-051-2/+3
* libgomp: Fix default futex vs errnoRichard Henderson2014-04-021-4/+4
* Update copyright years in libgomp/Richard Sandiford2014-01-0235-35/+35
* re PR libgomp/58691 (OpenMP 4: Surprising results with OMP_PLACES=)Jakub Jelinek2013-10-122-3/+3
* target.c: New file.Jakub Jelinek2013-10-118-111/+778
* ptrlock.h: Fix comment.Thomas Schwinge2013-06-061-3/+2
* re PR sanitizer/55561 (TSAN: provide a TSAN instrumented libgomp)Dmitry Vyukov2013-01-313-5/+6
* Update copyright years in libgomp.Richard Sandiford2013-01-1435-38/+35
* futex.h (sys_futex0): Change to static function with noinline, nomips16 attri...Chung-Lin Tang2012-08-291-4/+10
* xmmintrin.h (_mm_sfence): Use __builtin_ia32_pause.Uros Bizjak2012-07-031-1/+1
* re PR libgomp/52993 (gomp_init_nest_lock_25: possible bad call to memset)Jakub Jelinek2012-06-061-2/+2
* Remove obsolete Tru64 UNIX V5.1B supportRainer Orth2012-03-122-59/+2
* * config/linux/sparc/futex.h (cpu_relax): Read from CC register.Eric Botcazou2012-02-291-5/+1
* Add ports for TILE-Gx and TILEPro.Walter Lee2012-02-141-0/+73
* affinity.c: Use atomic rather than sync builtin.Alan Modra2011-12-0212-71/+41
* re PR libgomp/51298 (libgomp team_barrier locking failures)Alan Modra2011-11-302-20/+25
* ordered.c (gomp_ordered_sync): Add MEMMODEL_ACQ_REL fence.Alan Modra2011-11-307-154/+33
* re PR libgomp/51249 (semaphore implemetation for linux leaves threads blocked)Alan Modra2011-11-302-33/+85
* configure.ac (THREADS): Remove posix95.Rainer Orth2011-08-082-337/+0
* proc.h: New.Uros Bizjak2011-08-033-7/+41
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-021-9/+29
* Check __x86_64__ instead of __LP64__ for x86 futex.H.J. Lu2011-08-021-2/+2
* re PR libgomp/45351 (many unaligned accesses in libgomp tests)Rainer Orth2011-07-251-0/+53
* wait.h (do_spin): New inline...Jakub Jelinek2011-07-154-18/+38
* re PR libgomp/47731 (futex_wait broken on Linux)Jakub Jelinek2011-02-142-5/+5
* futex.h: New.Marcus Shawcroft2010-10-062-0/+103
* re PR libgomp/43706 (scheduling two threads on one core leads to starvation)Jakub Jelinek2010-04-202-21/+20
* mutex.h (gomp_mutex_unlock): Add comment about needed memory barrier semantics.David Daney2009-08-042-0/+37
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-0934-532/+430
* re PR libgomp/38270 (libgomp test failures due to missing memory barrier)Janis Johnson2008-12-021-0/+2
* re PR libgomp/37938 (libgomp testsuite failures on ia64-linux)Steve Ellcey2008-11-131-0/+68
* proc.c: New file.Jakub Jelinek2008-09-191-0/+117