aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)Author
2007-09-10* config/mingw32/proc.c: New file.Danny Smith
2007-09-05cpuid.h: New file.Uros Bizjak
2007-08-15re PR target/32765 (Testsuite failures due to undefined symbol ___emutls_get_...Jack Howarth
2007-07-12re PR fortran/32550 (openmp: COPYPRIVATE of pointer variables fails)Jakub Jelinek
2007-07-05Regenerate aclocal.m4 in boehm-gc, libffi, libgfortran, libgomp,H.J. Lu
2007-07-05re PR fortran/32359 (incorrect error: Threadprivate isn't SAVEd (implicit sav...Tobias Burnus
2007-07-02re PR libgomp/32468 (number of threads in a parallel region depends on number...Jakub Jelinek
2007-07-02re PR libgomp/26308 (libgomp bootstrap failure on Tru64 UNIX V4.0F)Rainer Orth
2007-06-21re PR middle-end/32362 (ICE: in lookup_decl_in_outer_ctx, at omp-low.c:1508)Jakub Jelinek
2007-06-07team.c (gomp_team_start): Fix setting up thread_attr stack size.Jakub Jelinek
2007-06-02configure: Regenerate.Paolo Bonzini
2007-05-24ltmain.sh: Update from ToT Libtool.Steve Ellcey
2007-05-04re PR libgomp/28482 (Cannot use libgomp in shared library)Jakub Jelinek
2007-05-04* config/linux/proc.c: New file.Jakub Jelinek
2007-04-19libgomp.texi (GOMP_CPU_AFFINITY): Updated.Daniel Franke
2007-04-16configure.tgt (i[456]86-*-linux*): Only add ia32 specific flags if not buildi...Matthias Klose
2007-04-14Makefile.am: Add -I ..Steve Ellcey
2007-04-07re PR testsuite/31369 (100's of new libgomp fails)John David Anglin
2007-04-04libgomp.h (gomp_cpu_affinity, [...]): New extern decls.Jakub Jelinek
2007-03-23libgomp.exp (libgomp_init): Add -shared-libgcc for *-*-darwin*.Andreas Tobler
2007-03-22default.exp: New file.Uros Bizjak
2007-03-21a.22.8.f90: Add dg-final cleanup-modules line.Jakub Jelinek
2007-03-18acinclude.m4: Adjust regular expression for ld version extraction.Andreas Schwab
2007-03-01Makefile.am: Add install-pdf target as copied from automake v1.10 rules.Brooks Moses
2007-02-07[multiple changes]Jakub Jelinek
2007-02-07re PR c++/30703 (ICE Segmentation fault on using OpenMP)Jakub Jelinek
2007-02-02revert: configure.ac: Depend addition of -pthread on host OS.Jakub Jelinek
2007-01-31libgomp.texi: Fix spacing after abbreviations.Ralf Wildenhues
2007-01-31re PR libgomp/30546 (build fail in libgomp when building from SVN because mak...Daniel Franke
2007-01-30re PR libgomp/30540 (Document default value of implementation-dependent OpenM...Daniel Franke
2007-01-26lang-specs.h: Add support for .f03 and .F03 extensions.Tobias Burnus
2007-01-24re PR middle-end/30494 (ICE with VLA and openmp)Jakub Jelinek
2007-01-16configure: Rebuilt.Tom Tromey
2007-01-14libgomp.texi: Document implementation specific default values of environment ...Daniel Franke
2006-12-21re PR libgomp/28209 (None of the GOMP_* environment variables are documented)Daniel Franke
2006-12-04re PR libgomp/29949 (implement argument checking for user accessable runtime ...Daniel Franke
2006-12-04tls.m4 (GCC_CHECK_TLS): Do not test TLS with static linking if static linking...Eric Botcazou
2006-12-04re PR middle-end/29947 (OpenMP parallel for fails for reversed loop range)Jakub Jelinek
2006-12-02configure.tgt: Force initial-exec TLS model on Linux only.Eric Botcazou
2006-11-13* tls.m4 (GCC_CHECK_TLS): Fall back to a link test.Daniel Jacobowitz
2006-11-09env.c (parse_schedule): Reject out of range values.Uros Bizjak
2006-10-29re PR fortran/29629 (ICE on OpenMP-enabled program (gfc_conv_variable, at for...Jakub Jelinek
2006-10-24re PR libgomp/29494 (libgomp build fails with missing pthread_mutexattr_settype)Eric Botcazou
2006-10-15Index: config/ChangeLogGeoffrey Keating
2006-10-06barrier-1.c: Change timestamp tests from '<' to '<='.Danny Smith
2006-10-06acinclude.m4 (HAVE_ATTRIBUTE_ALIAS): Remove __USER_LABEL_PREFIX__ from test.Danny Smith
2006-09-26re PR middle-end/25261 ([gomp] Nested function calls in #pragma omp parallel ...Jakub Jelinek
2006-09-26re PR fortran/29097 (!$ include 'omp_lib.h' does not work)Jakub Jelinek
2006-09-19tls.m4 (GCC_CHECK_TLS): Pass empty argument as "help arg" to GCC_ENABLE.Tom Tromey
2006-09-13re PR c/28768 (Preprocessor doesn't parse tokens correctly?)Joseph Myers