aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
2011-05-19re PR c++/49043 ([OpenMP & C++0x]: Compiler error when lambda-function within...Jakub Jelinek2-0/+22
2011-05-19re PR c++/48869 (OpenMP task construct fails to instantiate copy constructor(...Jakub Jelinek2-0/+73
2011-05-06re PR fortran/48894 (generic omp_get_ancestor_thread_num(l(i)) produces incor...Jakub Jelinek3-8/+46
2011-04-13re PR middle-end/48591 (OpenMP ICE with atomics on __float128 in 32-bit only ...Jakub Jelinek2-0/+27
2011-03-21re PR bootstrap/48135 (build fails on Solaris2.8 due to Glob.pm not found wit...Rainer Orth3-26/+40
2011-02-27re PR fortran/47886 (ICE: OpenMP !$omp task if(omp_get_num_threads() > 0))Jakub Jelinek2-0/+32
2011-02-24libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.Tobias Burnus2-1/+5
2011-02-23re PR libgomp/47854 (omp_get_wtime documentation incorrect)Jakub Jelinek2-3/+9
2011-02-18re PR libgomp/47804 (libgomp LD_LIBRARY_PATH doesn't include path to libgfort...Jakub Jelinek2-5/+18
2011-02-16re PR libgomp/47758 (729 unexpected failures in the libgomp test suite on pow...Tobias Burnus2-4/+7
2011-02-14re PR libgomp/47731 (futex_wait broken on Linux)Jakub Jelinek3-5/+12
2011-02-13Remove freebsd1 from libtool.m4 macros and config.rpath.Ralf Wildenhues2-18/+6
2011-01-20re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik6-14/+19
2011-01-16* configure.tgt (*-*-freebsd*): Add -lpthread to XLDFLAGS.Gerald Pfeifer2-0/+9
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-12-14re PR fortran/46874 ([OpenMP] ICE in gfc_conv_descriptor_data_get, at fortran...Jakub Jelinek1-0/+5
2010-12-14re PR fortran/46874 ([OpenMP] ICE in gfc_conv_descriptor_data_get, at fortran...Jakub Jelinek1-0/+45
2010-12-06acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.Rainer Orth3-0/+9
2010-12-06re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch...Dave Korn7-16/+56
2010-12-02re PR fortran/46753 (ICE: OpenMP - in extract_omp_for_data, at omp-low.c:335)Jakub Jelinek2-0/+20
2010-12-02re PR libgomp/43706 (scheduling two threads on one core leads to starvation)Jakub Jelinek2-2/+7
2010-12-02re PR libgomp/45240 (parallel.c: GOMP_parallel_end locks a mutex but fails to...Jakub Jelinek2-1/+8
2010-12-01* configure.tgt (mips-sgi-irix6*): Add -lpthread to XLDFLAGS.Rainer Orth2-0/+8
2010-12-01* testsuite/libgomp.fortran/vla8.f90: Use dg-timeout-factor 2.0.Rainer Orth2-0/+5
2010-11-24fortran.exp: Add paths for libquadmath.Iain Sandoe2-1/+13
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert3-2/+17
2010-10-06futex.h: New.Marcus Shawcroft4-0/+113
2010-09-30Adjust failing testsuite pattern.Sebastian Pop2-1/+5
2010-09-23intrinsic.texi (OpenMP modules): Add named constants of OMP_LIB.Tobias Burnus2-8/+15
2010-08-21Fix misquoting in stdint.m4.Ralf Wildenhues2-9/+9
2010-07-26libgomp.texi: Add function keyword to a couple of Fortran interfaces...Jakub Jelinek2-4/+9
2010-07-26libgomp.texi: Fix spelling and pasto problems throughout.Aldy Hernandez2-75/+81
2010-07-24re PR fortran/45045 (Named COMMON with different size: No warning with -fwhol...Tobias Burnus2-0/+10
2010-07-23re PR target/18788 ("-pthreads" option with "-shared" does not cause libpthre...Rainer Orth2-5/+4
2010-07-05acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Handle sun style.Rainer Orth8-28/+237
2010-06-09fdl.texi: Move to GFDL version 1.3.Gerald Pfeifer2-2/+6
2010-06-09re PR bootstrap/43170 (gcc 4.5 20100218 bootstrap compare fails on os x 10.6)Iain Sandoe2-3/+8
2010-05-04no-dist in non-imported automake dirs.Ralf Wildenhues5-273/+27
2010-04-26re PR c/43893 (Error: Invalid controlling predicate with -fopenmp)Jakub Jelinek3-0/+192
2010-04-21re PR middle-end/43570 (OpenMP: Invalid read of size 1 (libgomp.fortran/vla6....Jakub Jelinek2-0/+259
2010-04-20re PR libgomp/43706 (scheduling two threads on one core leads to starvation)Jakub Jelinek3-21/+27
2010-04-20re PR libgomp/43569 (libgomp: Conditional jump or move depends on uninitialis...Jakub Jelinek2-2/+23
2010-04-14acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS): Remove set but not unused bar var...Uros Bizjak3-2/+8
2010-04-02Update to Automake 1.11.1.Ralf Wildenhues4-12/+19
2010-03-22re PR libgomp/42942 (OpenMP omp_set_max_active_levels(0) isn't resetting value)Jakub Jelinek3-7/+81
2010-03-08Add ChangeLog entries.Sebastian Pop1-0/+7
2010-03-08Add forgotten ChangeLog entries.Tobias Grosser1-0/+5
2010-03-08Fix type problems in loop ivs.Tobias Grosser2-2/+2
2010-02-07Fix PR42988: handle unknown_dependence.Sebastian Pop3-1/+6
2010-01-29task-1.C: Renamed err to e.Rainer Orth3-6/+11