aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2011-08-03proc.h: New.Uros Bizjak1-0/+10
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-0/+71
2011-08-02Check __x86_64__ instead of __LP64__ for x86 futex.H.J. Lu1-0/+5
2011-07-29re PR middle-end/49897 (nesting lastprivate gives incorrect result)Jakub Jelinek1-0/+9
2011-07-28Check ia32 instead of ilp32 for ia32 tests.H.J. Lu1-0/+8
2011-07-27Fix PR49471: canonicalize_loop_ivs should not generate unsigned types.Sebastian Pop1-0/+5
2011-07-25re PR libgomp/45351 (many unaligned accesses in libgomp tests)Rainer Orth1-0/+6
2011-07-18re PR target/49541 (TLS support partially broken in 64-bit mode)Rainer Orth1-0/+6
2011-07-15wait.h (do_spin): New inline...Jakub Jelinek1-0/+22
2011-06-22re PR libgomp/49490 (suboptimal load balancing in loops)Jakub Jelinek1-0/+14
2011-05-19re PR c++/49043 ([OpenMP & C++0x]: Compiler error when lambda-function within...Jakub Jelinek1-0/+3
2011-05-19re PR c++/48869 (OpenMP task construct fails to instantiate copy constructor(...Jakub Jelinek1-0/+5
2011-05-06re PR fortran/48894 (generic omp_get_ancestor_thread_num(l(i)) produces incor...Jakub Jelinek1-0/+12
2011-04-13re PR middle-end/48591 (OpenMP ICE with atomics on __float128 in 32-bit only ...Jakub Jelinek1-0/+5
2011-03-21re PR bootstrap/48135 (build fails on Solaris2.8 due to Glob.pm not found wit...Rainer Orth1-0/+6
2011-02-27re PR fortran/47886 (ICE: OpenMP !$omp task if(omp_get_num_threads() > 0))Jakub Jelinek1-0/+5
2011-02-24libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.Tobias Burnus1-0/+4
2011-02-23re PR libgomp/47854 (omp_get_wtime documentation incorrect)Jakub Jelinek1-0/+6
2011-02-18re PR libgomp/47804 (libgomp LD_LIBRARY_PATH doesn't include path to libgfort...Jakub Jelinek1-0/+8
2011-02-16re PR libgomp/47758 (729 unexpected failures in the libgomp test suite on pow...Tobias Burnus1-0/+6
2011-02-14re PR libgomp/47731 (futex_wait broken on Linux)Jakub Jelinek1-0/+7
2011-02-13Remove freebsd1 from libtool.m4 macros and config.rpath.Ralf Wildenhues1-0/+4
2011-01-20re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik1-0/+5
2011-01-16* configure.tgt (*-*-freebsd*): Add -lpthread to XLDFLAGS.Gerald Pfeifer1-0/+4
2010-12-14re PR fortran/46874 ([OpenMP] ICE in gfc_conv_descriptor_data_get, at fortran...Jakub Jelinek1-0/+5
2010-12-06acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.Rainer Orth1-0/+5
2010-12-06re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch...Dave Korn1-0/+11
2010-12-02re PR fortran/46753 (ICE: OpenMP - in extract_omp_for_data, at omp-low.c:335)Jakub Jelinek1-0/+3
2010-12-02re PR libgomp/43706 (scheduling two threads on one core leads to starvation)Jakub Jelinek1-0/+5
2010-12-02re PR libgomp/45240 (parallel.c: GOMP_parallel_end locks a mutex but fails to...Jakub Jelinek1-0/+6
2010-12-01* configure.tgt (mips-sgi-irix6*): Add -lpthread to XLDFLAGS.Rainer Orth1-0/+4
2010-12-01* testsuite/libgomp.fortran/vla8.f90: Use dg-timeout-factor 2.0.Rainer Orth1-0/+4
2010-11-24fortran.exp: Add paths for libquadmath.Iain Sandoe1-0/+4
2010-11-16re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert1-0/+7
2010-10-06futex.h: New.Marcus Shawcroft1-0/+6
2010-09-30Adjust failing testsuite pattern.Sebastian Pop1-0/+4
2010-09-23intrinsic.texi (OpenMP modules): Add named constants of OMP_LIB.Tobias Burnus1-0/+7
2010-08-21Fix misquoting in stdint.m4.Ralf Wildenhues1-0/+4
2010-07-26libgomp.texi: Add function keyword to a couple of Fortran interfaces...Jakub Jelinek1-0/+5
2010-07-26libgomp.texi: Fix spelling and pasto problems throughout.Aldy Hernandez1-0/+5
2010-07-24re PR fortran/45045 (Named COMMON with different size: No warning with -fwhol...Tobias Burnus1-0/+5
2010-07-23re PR target/18788 ("-pthreads" option with "-shared" does not cause libpthre...Rainer Orth1-0/+4
2010-07-05acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Handle sun style.Rainer Orth1-0/+25
2010-06-09fdl.texi: Move to GFDL version 1.3.Gerald Pfeifer1-0/+4
2010-06-09re PR bootstrap/43170 (gcc 4.5 20100218 bootstrap compare fails on os x 10.6)Iain Sandoe1-0/+5
2010-05-04no-dist in non-imported automake dirs.Ralf Wildenhues1-0/+8
2010-04-26re PR c/43893 (Error: Invalid controlling predicate with -fopenmp)Jakub Jelinek1-0/+6
2010-04-21re PR middle-end/43570 (OpenMP: Invalid read of size 1 (libgomp.fortran/vla6....Jakub Jelinek1-0/+5
2010-04-20re PR libgomp/43706 (scheduling two threads on one core leads to starvation)Jakub Jelinek1-0/+7
2010-04-20re PR libgomp/43569 (libgomp: Conditional jump or move depends on uninitialis...Jakub Jelinek1-0/+5