summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* re PR libgomp/45351 (many unaligned accesses in libgomp tests)Rainer Orth2011-07-251-0/+6
* re PR target/49541 (TLS support partially broken in 64-bit mode)Rainer Orth2011-07-181-0/+6
* wait.h (do_spin): New inline...Jakub Jelinek2011-07-151-0/+22
* re PR libgomp/49490 (suboptimal load balancing in loops)Jakub Jelinek2011-06-221-0/+14
* re PR c++/49043 ([OpenMP & C++0x]: Compiler error when lambda-function within...Jakub Jelinek2011-05-191-0/+3
* re PR c++/48869 (OpenMP task construct fails to instantiate copy constructor(...Jakub Jelinek2011-05-191-0/+5
* re PR fortran/48894 (generic omp_get_ancestor_thread_num(l(i)) produces incor...Jakub Jelinek2011-05-061-0/+12
* re PR middle-end/48591 (OpenMP ICE with atomics on __float128 in 32-bit only ...Jakub Jelinek2011-04-131-0/+5
* re PR bootstrap/48135 (build fails on Solaris2.8 due to Glob.pm not found wit...Rainer Orth2011-03-211-0/+6
* re PR fortran/47886 (ICE: OpenMP !$omp task if(omp_get_num_threads() > 0))Jakub Jelinek2011-02-271-0/+5
* libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.Tobias Burnus2011-02-241-0/+4
* re PR libgomp/47854 (omp_get_wtime documentation incorrect)Jakub Jelinek2011-02-231-0/+6
* re PR libgomp/47804 (libgomp LD_LIBRARY_PATH doesn't include path to libgfort...Jakub Jelinek2011-02-181-0/+8
* re PR libgomp/47758 (729 unexpected failures in the libgomp test suite on pow...Tobias Burnus2011-02-161-0/+6
* re PR libgomp/47731 (futex_wait broken on Linux)Jakub Jelinek2011-02-141-0/+7
* Remove freebsd1 from libtool.m4 macros and config.rpath.Ralf Wildenhues2011-02-131-0/+4
* re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik2011-01-201-0/+5
* * configure.tgt (*-*-freebsd*): Add -lpthread to XLDFLAGS.Gerald Pfeifer2011-01-161-0/+4
* re PR fortran/46874 ([OpenMP] ICE in gfc_conv_descriptor_data_get, at fortran...Jakub Jelinek2010-12-141-0/+5
* acinclude.m4 (symvers_renaming): Also set if enable_symvers = no.Rainer Orth2010-12-061-0/+5
* re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch...Dave Korn2010-12-061-0/+11
* re PR fortran/46753 (ICE: OpenMP - in extract_omp_for_data, at omp-low.c:335)Jakub Jelinek2010-12-021-0/+3
* re PR libgomp/43706 (scheduling two threads on one core leads to starvation)Jakub Jelinek2010-12-021-0/+5
* re PR libgomp/45240 (parallel.c: GOMP_parallel_end locks a mutex but fails to...Jakub Jelinek2010-12-021-0/+6
* * configure.tgt (mips-sgi-irix6*): Add -lpthread to XLDFLAGS.Rainer Orth2010-12-011-0/+4
* * testsuite/libgomp.fortran/vla8.f90: Use dg-timeout-factor 2.0.Rainer Orth2010-12-011-0/+4
* fortran.exp: Add paths for libquadmath.Iain Sandoe2010-11-241-0/+4
* re PR fortran/32049 (Support on x86_64 also kind=16)Francois-Xavier Coudert2010-11-161-0/+7
* futex.h: New.Marcus Shawcroft2010-10-061-0/+6
* Adjust failing testsuite pattern.Sebastian Pop2010-09-301-0/+4
* intrinsic.texi (OpenMP modules): Add named constants of OMP_LIB.Tobias Burnus2010-09-231-0/+7
* Fix misquoting in stdint.m4.Ralf Wildenhues2010-08-211-0/+4
* libgomp.texi: Add function keyword to a couple of Fortran interfaces...Jakub Jelinek2010-07-261-0/+5
* libgomp.texi: Fix spelling and pasto problems throughout.Aldy Hernandez2010-07-261-0/+5
* re PR fortran/45045 (Named COMMON with different size: No warning with -fwhol...Tobias Burnus2010-07-241-0/+5
* re PR target/18788 ("-pthreads" option with "-shared" does not cause libpthre...Rainer Orth2010-07-231-0/+4
* acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Handle sun style.Rainer Orth2010-07-051-0/+25
* fdl.texi: Move to GFDL version 1.3.Gerald Pfeifer2010-06-091-0/+4
* re PR bootstrap/43170 (gcc 4.5 20100218 bootstrap compare fails on os x 10.6)Iain Sandoe2010-06-091-0/+5
* no-dist in non-imported automake dirs.Ralf Wildenhues2010-05-041-0/+8
* re PR c/43893 (Error: Invalid controlling predicate with -fopenmp)Jakub Jelinek2010-04-261-0/+6
* re PR middle-end/43570 (OpenMP: Invalid read of size 1 (libgomp.fortran/vla6....Jakub Jelinek2010-04-211-0/+5
* re PR libgomp/43706 (scheduling two threads on one core leads to starvation)Jakub Jelinek2010-04-201-0/+7
* re PR libgomp/43569 (libgomp: Conditional jump or move depends on uninitialis...Jakub Jelinek2010-04-201-0/+5
* acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS): Remove set but not unused bar var...Uros Bizjak2010-04-141-0/+6
* Update to Automake 1.11.1.Ralf Wildenhues2010-04-021-0/+6
* re PR libgomp/42942 (OpenMP omp_set_max_active_levels(0) isn't resetting value)Jakub Jelinek2010-03-221-0/+10
* Add ChangeLog entries.Sebastian Pop2010-03-081-0/+7
* task-1.C: Renamed err to e.Rainer Orth2010-01-291-0/+5
* configure.tgt (*-*-hpux*): Add -frandom-seed flag.Steve Ellcey2010-01-281-0/+4