summaryrefslogtreecommitdiff
path: root/libgomp/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* configure.tgt: Enable futex for MIPS.Ilie Garbacea2008-07-281-0/+75
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-0627-178/+1328
* * config/mingw32/proc.c: New file.Danny Smith2007-09-101-0/+82
* re PR libgomp/26308 (libgomp bootstrap failure on Tru64 UNIX V4.0F)Rainer Orth2007-07-021-1/+5
* * config/linux/proc.c: New file.Jakub Jelinek2007-05-041-0/+179
* libgomp.h (gomp_cpu_affinity, [...]): New extern decls.Jakub Jelinek2007-04-042-0/+148
* re PR libgomp/29494 (libgomp build fails with missing pthread_mutexattr_settype)Eric Botcazou2006-10-242-0/+148
* time.c: New file.Francois-Xavier Coudert2006-06-061-0/+49
* [multiple changes]Andreas Tobler2006-02-252-6/+108
* proc.c: Conditional include of sys/loadavg.h for Solaris.Andreas Tobler2006-01-231-1/+6
* [multiple changes]Diego Novillo2006-01-1824-0/+1702