aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)Author
2013-10-16Mark ChangeLogGCC Administrator
2013-10-09parallel.c (GOMP_parallel_end): Remember team->nthreads and call gomp_team_en...Jakub Jelinek
2013-09-19omp-low.c (expand_omp_sections): Always pass len - 1 to GOMP_sections_start, ...Jakub Jelinek
2013-05-31Mark ChangeLogGCC Administrator
2013-05-16omp-low.c (extract_omp_for_data): For collapsed loops...Jakub Jelinek
2013-03-22Mark ChangeLogGCC Administrator
2013-02-06re PR c++/56217 (ICE: OpenMP: when combining shared() and a move constructor)Jakub Jelinek
2013-02-01task.c (GOMP_task, [...]): Comment.Alan Modra
2013-01-31re PR sanitizer/55561 (TSAN: provide a TSAN instrumented libgomp)Dmitry Vyukov
2013-01-22re PR libgomp/51376 (libgomp taskwait failure)Alan Modra
2013-01-19re PR target/54908 (misc regressions on emutls targets remain from dynamic in...Jason Merrill
2013-01-16re PR driver/55884 (FAIL: libgomp.fortran/omp_parse3.f90 -O0 (test for exce...Jakub Jelinek
2013-01-14Update copyright years in libgomp.Richard Sandiford
2012-12-19fortran.exp: Set -fintrinsic-modules-path.Tobias Burnus
2012-12-19use_intrinsic_1.f90: New; moved from gcc/testsuite/gfortran.dg/gomp/use_intri...Tobias Burnus
2012-11-21re PR libgomp/55411 (OMP threads lose their OMP_WAIT_POLICY when another OMP ...Jakub Jelinek
2012-11-07Use -Wl,-undefined,dynamic_lookup on darwinJack Howarth
2012-11-07* testsuite/libgomp.c++/pr24455.C: Use -Wl,-G on AIX.David Edelsohn
2012-10-25* semantics.c (finish_omp_threadprivate): Call complete_type.Jason Merrill
2012-10-24force-parallel-6.c: Adjust the loops.Dominique d'Humieres
2012-10-23AArch64 [9/10]Ian Bolton
2012-10-08Allow dynamic initialization of thread_locals.Jason Merrill
2012-09-14* configure: Regenerated.David Edelsohn
2012-08-29futex.h (sys_futex0): Change to static function with noinline, nomips16 attri...Chung-Lin Tang
2012-07-04libgomp.texi (Library Index): Renamed from "Index" to prevent conflict with i...Sandra Loosemore
2012-07-03xmmintrin.h (_mm_sfence): Use __builtin_ia32_pause.Uros Bizjak
2012-07-02cloog.m4: Set up to work against ISL only.Richard Guenther
2012-06-28* libgomp.texi: Include gpl_v3.texi instead of gpl.texi.Andreas Schwab
2012-06-22[multiple changes]Richard Guenther
2012-06-07re PR c/53580 (Internal Segmentation fault in nested "omp parallel", "omp par...Jakub Jelinek
2012-06-06re PR libgomp/52993 (gomp_init_nest_lock_25: possible bad call to memset)Jakub Jelinek
2012-05-16Regenerate configure files for libtool.m4 changeH.J. Lu
2012-04-11prune.exp (TEST_ALWAYS_FLAGS): If undefined, set to empty.Manuel López-Ibáñez
2012-03-31Handle -mx32 like -m64H.J. Lu
2012-03-22re PR middle-end/52547 (ICE with openmp with nested function which requires a...Jakub Jelinek
2012-03-16lib{gomp,itm}/testsuite: load missing fortran-modules.expBernhard Reutner-Fischer
2012-03-14Remove obsolete IRIX 6.5 supportRainer Orth
2012-03-12Remove obsolete Tru64 UNIX V5.1B supportRainer Orth
2012-02-29* config/linux/sparc/futex.h (cpu_relax): Read from CC register.Eric Botcazou
2012-02-27Fix Solaris symbol versioning (PR libstdc++/52188)Rainer Orth
2012-02-14Add ports for TILE-Gx and TILEPro.Walter Lee
2012-02-08re PR tree-optimization/46886 (wrong code with -ftree-parallelize-loops -fno-...Richard Guenther
2012-01-25arm: Remove empty directory.Matthias Klose
2011-12-09re PR libgomp/51376 (libgomp taskwait failure)Alan Modra
2011-12-06re PR libgomp/51132 (FAIL: libgomp.graphite/force-parallel-[678].c)Jakub Jelinek
2011-12-02affinity.c: Use atomic rather than sync builtin.Alan Modra
2011-11-30re PR libgomp/51298 (libgomp team_barrier locking failures)Alan Modra
2011-11-30ordered.c (gomp_ordered_sync): Add MEMMODEL_ACQ_REL fence.Alan Modra
2011-11-30re PR libgomp/51249 (semaphore implemetation for linux leaves threads blocked)Alan Modra
2011-11-28* libgomp.h (enum memmodel): New.Richard Henderson