aboutsummaryrefslogtreecommitdiff
path: root/libgomp/config/linux
AgeCommit message (Expand)AuthorFilesLines
2023-11-07Fix libgomp build on targets that are not Linux-based or acceleratorsKwok Cheung Yeung1-32/+0
2023-11-07openmp: Add support for the 'indirect' clause in C/C++Kwok Cheung Yeung1-0/+32
2023-10-12x86: set spincount 1 for x86 hybrid platformZhang, Jun1-0/+49
2023-07-12libgomp: Use libnuma for OpenMP's partition=nearest allocation traitTobias Burnus1-0/+1
2023-01-16Update copyright years.Jakub Jelinek24-24/+24
2022-06-09openmp: Fix up include of the generic allocator.cJakub Jelinek1-1/+1
2022-06-09openmp: Add support for HBW or large capacity or interleaved memory through t...Jakub Jelinek1-0/+36
2022-03-18openmp: Fix up gomp_affinity_init_numa_domainsJakub Jelinek1-1/+1
2022-01-03Update copyright years.Jakub Jelinek23-23/+23
2021-10-18openmp: Fix handling of numa_domains(1)Jakub Jelinek1-1/+1
2021-10-15openmp: Fix up strtoul and strtoull uses in libgompJakub Jelinek1-14/+21
2021-10-15openmp: Fix up handling of OMP_PLACES=threads(1)Jakub Jelinek1-2/+7
2021-10-15openmp: Add support for OMP_PLACES=numa_domainsJakub Jelinek1-2/+101
2021-10-15openmp: Add support for OMP_PLACES=ll_cachesJakub Jelinek1-4/+62
2021-07-13libgomp: Don't include limits.h instead of hidden visibility blockJakub Jelinek2-3/+2
2021-02-12libgomp/i386: Revert the type of syscall wrappers output back to long.Uros Bizjak1-12/+12
2021-02-11libgomp/i386: Move syscall asms to static inline wrapper.Uros Bizjak1-52/+45
2021-01-18libgomp: Don't access gomp_sem_t as int using atomics unconditionallyJakub Jelinek1-0/+9
2021-01-04Update copyright years.Jakub Jelinek23-23/+23
2020-01-01Update copyright years.Jakub Jelinek23-23/+23
2019-01-01Update copyright years.Jakub Jelinek23-23/+23
2018-12-12Don't mark stack pointer as clobbered in asmAndreas Schwab1-2/+2
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-0/+50
2018-01-03Update copyright years.Jakub Jelinek23-23/+23
2017-05-30re PR libgomp/80822 (libgomp incorrect affinity when OMP_PLACES=threads)Jakub Jelinek1-83/+90
2017-01-01Update copyright years.Jakub Jelinek23-23/+23
2016-11-28libgomp: fix OpenMP offloading to NVPTX and correct location of generic affin...Jonas Hahnfeld1-1/+1
2016-11-23OpenMP offloading to NVPTX: libgomp changesAlexander Monakov1-92/+2
2016-01-04Update copyright years.Jakub Jelinek23-23/+23
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek2-0/+96
2015-08-24re PR libgomp/66761 (libgomp: ThreadSanitizer: data race in libgomp)Joost VandeVondele1-1/+3
2015-06-05futex.h (futex_wait): Remove doouble initialization.Uros Bizjak1-3/+1
2015-05-28futex.h (sys_futex0): Remove function.Uros Bizjak1-15/+21
2015-05-27wait.h (gomp_futex_wait, [...]): Declare as int.Uros Bizjak4-6/+6
2015-05-27futex.h (sys_futex0): Change operand "op" to long.Uros Bizjak1-22/+1
2015-01-10libgomp: Now known as the GNU Offloading and Multi Processing Runtime Library.Thomas Schwinge22-22/+44
2015-01-05Update copyright years.Jakub Jelinek22-22/+22
2014-11-21futex.h (SYS_futex): Define if not already done.Steve Ellcey1-0/+5
2014-04-02libgomp: Fix default futex vs errnoRichard Henderson1-4/+4
2014-01-02Update copyright years in libgomp/Richard Sandiford22-22/+22
2013-10-12re PR libgomp/58691 (OpenMP 4: Surprising results with OMP_PLACES=)Jakub Jelinek2-3/+3
2013-10-11target.c: New file.Jakub Jelinek5-96/+524
2013-01-31re PR sanitizer/55561 (TSAN: provide a TSAN instrumented libgomp)Dmitry Vyukov3-5/+6
2013-01-14Update copyright years in libgomp.Richard Sandiford22-25/+22
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-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