aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config
AgeCommit message (Expand)AuthorFilesLines
2012-08-29futex.h (sys_futex0): Change to static function with noinline, nomips16 attri...Chung-Lin Tang1-4/+10
2012-07-03xmmintrin.h (_mm_sfence): Use __builtin_ia32_pause.Uros Bizjak1-1/+1
2012-06-06re PR libgomp/52993 (gomp_init_nest_lock_25: possible bad call to memset)Jakub Jelinek1-2/+2
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth2-59/+2
2012-02-29* config/linux/sparc/futex.h (cpu_relax): Read from CC register.Eric Botcazou1-5/+1
2012-02-14Add ports for TILE-Gx and TILEPro.Walter Lee1-0/+73
2011-12-02affinity.c: Use atomic rather than sync builtin.Alan Modra12-71/+41
2011-11-30re PR libgomp/51298 (libgomp team_barrier locking failures)Alan Modra2-20/+25
2011-11-30ordered.c (gomp_ordered_sync): Add MEMMODEL_ACQ_REL fence.Alan Modra7-154/+33
2011-11-30re PR libgomp/51249 (semaphore implemetation for linux leaves threads blocked)Alan Modra2-33/+85
2011-08-08configure.ac (THREADS): Remove posix95.Rainer Orth2-337/+0
2011-08-03proc.h: New.Uros Bizjak3-7/+41
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-9/+29
2011-08-02Check __x86_64__ instead of __LP64__ for x86 futex.H.J. Lu1-2/+2
2011-07-25re PR libgomp/45351 (many unaligned accesses in libgomp tests)Rainer Orth1-0/+53
2011-07-15wait.h (do_spin): New inline...Jakub Jelinek4-18/+38
2011-02-14re PR libgomp/47731 (futex_wait broken on Linux)Jakub Jelinek2-5/+5
2010-10-06futex.h: New.Marcus Shawcroft2-0/+103
2010-04-20re PR libgomp/43706 (scheduling two threads on one core leads to starvation)Jakub Jelinek2-21/+20
2009-08-04mutex.h (gomp_mutex_unlock): Add comment about needed memory barrier semantics.David Daney2-0/+37
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek34-532/+430
2008-12-02re PR libgomp/38270 (libgomp test failures due to missing memory barrier)Janis Johnson1-0/+2
2008-11-13re PR libgomp/37938 (libgomp testsuite failures on ia64-linux)Steve Ellcey1-0/+68
2008-09-19proc.c: New file.Jakub Jelinek1-0/+117
2008-07-28configure.tgt: Enable futex for MIPS.Ilie Garbacea1-0/+75
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek27-178/+1328
2007-09-10* config/mingw32/proc.c: New file.Danny Smith1-0/+82
2007-07-02re PR libgomp/26308 (libgomp bootstrap failure on Tru64 UNIX V4.0F)Rainer Orth1-1/+5
2007-05-04* config/linux/proc.c: New file.Jakub Jelinek1-0/+179
2007-04-04libgomp.h (gomp_cpu_affinity, [...]): New extern decls.Jakub Jelinek2-0/+148
2006-10-24re PR libgomp/29494 (libgomp build fails with missing pthread_mutexattr_settype)Eric Botcazou2-0/+148
2006-06-06time.c: New file.Francois-Xavier Coudert1-0/+49
2006-02-25[multiple changes]Andreas Tobler2-6/+108
2006-01-23proc.c: Conditional include of sys/loadavg.h for Solaris.Andreas Tobler1-1/+6
2006-01-18[multiple changes]Diego Novillo24-0/+1702