summaryrefslogtreecommitdiff
path: root/libgomp
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/32362 (ICE: in lookup_decl_in_outer_ctx, at omp-low.c:1508)Jakub Jelinek2007-06-214-0/+106
* team.c (gomp_team_start): Fix setting up thread_attr stack size.Jakub Jelinek2007-06-072-1/+6
* configure: Regenerate.Paolo Bonzini2007-06-022-49/+55
* ltmain.sh: Update from ToT Libtool.Steve Ellcey2007-05-245-827/+16416
* re PR libgomp/28482 (Cannot use libgomp in shared library)Jakub Jelinek2007-05-042-3/+3
* * config/linux/proc.c: New file.Jakub Jelinek2007-05-042-0/+183
* libgomp.texi (GOMP_CPU_AFFINITY): Updated.Daniel Franke2007-04-192-8/+23
* configure.tgt (i[456]86-*-linux*): Only add ia32 specific flags if not buildi...Matthias Klose2007-04-162-3/+15
* Makefile.am: Add -I ..Steve Ellcey2007-04-143-2/+7
* re PR testsuite/31369 (100's of new libgomp fails)John David Anglin2007-04-073-2/+9
* libgomp.h (gomp_cpu_affinity, [...]): New extern decls.Jakub Jelinek2007-04-0411-8/+382
* libgomp.exp (libgomp_init): Add -shared-libgcc for *-*-darwin*.Andreas Tobler2007-03-233-5/+33
* default.exp: New file.Uros Bizjak2007-03-2212-231/+258
* a.22.8.f90: Add dg-final cleanup-modules line.Jakub Jelinek2007-03-219-0/+27
* acinclude.m4: Adjust regular expression for ld version extraction.Andreas Schwab2007-03-183-2/+8
* Makefile.am: Add install-pdf target as copied from automake v1.10 rules.Brooks Moses2007-03-013-4/+29
* [multiple changes]Jakub Jelinek2007-02-072-2/+131
* re PR c++/30703 (ICE Segmentation fault on using OpenMP)Jakub Jelinek2007-02-072-0/+78
* revert: configure.ac: Depend addition of -pthread on host OS.Jakub Jelinek2007-02-023-18/+11
* libgomp.texi: Fix spacing after abbreviations.Ralf Wildenhues2007-01-312-4/+8
* re PR libgomp/30546 (build fail in libgomp when building from SVN because mak...Daniel Franke2007-01-317-48/+153
* re PR libgomp/30540 (Document default value of implementation-dependent OpenM...Daniel Franke2007-01-302-5/+32
* lang-specs.h: Add support for .f03 and .F03 extensions.Tobias Burnus2007-01-262-1/+5
* re PR middle-end/30494 (ICE with VLA and openmp)Jakub Jelinek2007-01-242-0/+69
* configure: Rebuilt.Tom Tromey2007-01-163-5/+57
* libgomp.texi: Document implementation specific default values of environment ...Daniel Franke2007-01-142-9/+14
* re PR libgomp/28209 (None of the GOMP_* environment variables are documented)Daniel Franke2006-12-218-313/+1615
* re PR libgomp/29949 (implement argument checking for user accessable runtime ...Daniel Franke2006-12-042-1/+6
* tls.m4 (GCC_CHECK_TLS): Do not test TLS with static linking if static linking...Eric Botcazou2006-12-042-2/+39
* re PR middle-end/29947 (OpenMP parallel for fails for reversed loop range)Jakub Jelinek2006-12-044-7/+670
* configure.tgt: Force initial-exec TLS model on Linux only.Eric Botcazou2006-12-022-1/+10
* * tls.m4 (GCC_CHECK_TLS): Fall back to a link test.Daniel Jacobowitz2006-11-132-7/+11
* env.c (parse_schedule): Reject out of range values.Uros Bizjak2006-11-092-2/+18
* re PR fortran/29629 (ICE on OpenMP-enabled program (gfc_conv_variable, at for...Jakub Jelinek2006-10-292-0/+25
* re PR libgomp/29494 (libgomp build fails with missing pthread_mutexattr_settype)Eric Botcazou2006-10-244-0/+161
* Index: config/ChangeLogGeoffrey Keating2006-10-153-60/+15
* barrier-1.c: Change timestamp tests from '<' to '<='.Danny Smith2006-10-062-6/+11
* acinclude.m4 (HAVE_ATTRIBUTE_ALIAS): Remove __USER_LABEL_PREFIX__ from test.Danny Smith2006-10-064-9/+13
* re PR middle-end/25261 ([gomp] Nested function calls in #pragma omp parallel ...Jakub Jelinek2006-09-264-0/+133
* re PR fortran/29097 (!$ include 'omp_lib.h' does not work)Jakub Jelinek2006-09-266-0/+39
* tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to GCC_ENABLE.Tom Tromey2006-09-192-4/+7
* re PR c/28768 (Preprocessor doesn't parse tokens correctly?)Joseph Myers2006-09-133-12/+71
* reduction3.f90: Change -2147483648 to -huge(i)-1 to avoid overflow.Steven G. Kargl2006-09-083-2/+9
* re PR libgomp/25938 (libgomp installs header files in version and target inde...Joseph Myers2006-08-263-19/+29
* re PR libgomp/28725 (Case Sensitive OpenMP environment variables and patch)Jakub Jelinek2006-08-172-15/+42
* re PR fortran/28390 (Broken !$omp parallel do lastprivate(iterationvar))Jakub Jelinek2006-07-162-0/+13
* configure.ac: Depend addition of -pthread on host OS.Eric Christopher2006-07-053-7/+26
* critical.c (GOMP_critical_name_start): Fix *pptr initialization when gomp_mut...Jakub Jelinek2006-06-212-2/+10
* re PR libgomp/26175 (In gcc-4.2.0 libgomp/.../powerpc/futex.h SYS_futex undef...Jakub Jelinek2006-06-203-9/+229
* re PR libgomp/28008 (build failure due to PTHREAD_STACK_MIN not being declared)Richard Henderson2006-06-142-10/+22