| Commit message (Expand) | Author | Age | Files | Lines |
* | omp-low.c (optimize_omp_library_calls): New function. | Jakub Jelinek | 2007-12-04 | 2 | -23/+30 |
* | omp-low.c (lookup_decl_in_outer_ctx): Allow calling this with !ctx->is_nested. | Jakub Jelinek | 2007-12-04 | 2 | -0/+58 |
* | [multiple changes] | Paolo Bonzini | 2007-11-29 | 3 | -15/+27 |
* | configure.ac: Adjust makeinfo version check. | Matthias Klose | 2007-11-23 | 3 | -2/+7 |
* | re PR fortran/34020 (Bogus codegen for openmp atomics w/ indirects operands o... | Jakub Jelinek | 2007-11-10 | 2 | -0/+24 |
* | re PR c++/33894 (pragma omp atomic broken) | Jakub Jelinek | 2007-11-06 | 2 | -0/+58 |
* | re PR libgomp/33275 (Transient libgomp.fortran/omp_parse3.f90 -O0 failure) | Jakub Jelinek | 2007-10-25 | 2 | -2/+10 |
* | tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls. | Maciej W. Rozycki | 2007-10-15 | 2 | -13/+17 |
* | openmp_stack.f90: Removed. | Jakub Jelinek | 2007-09-28 | 2 | -0/+25 |
* | * config/mingw32/proc.c: New file. | Danny Smith | 2007-09-10 | 2 | -0/+86 |
* | cpuid.h: New file. | Uros Bizjak | 2007-09-05 | 3 | -10/+22 |
* | re PR target/32765 (Testsuite failures due to undefined symbol ___emutls_get_... | Jack Howarth | 2007-08-15 | 3 | -0/+8 |
* | re PR fortran/32550 (openmp: COPYPRIVATE of pointer variables fails) | Jakub Jelinek | 2007-07-12 | 3 | -0/+56 |
* | Regenerate aclocal.m4 in boehm-gc, libffi, libgfortran, libgomp, | H.J. Lu | 2007-07-05 | 2 | -6377/+5 |
* | re PR fortran/32359 (incorrect error: Threadprivate isn't SAVEd (implicit sav... | Tobias Burnus | 2007-07-05 | 2 | -0/+39 |
* | re PR libgomp/32468 (number of threads in a parallel region depends on number... | Jakub Jelinek | 2007-07-02 | 3 | -2/+35 |
* | re PR libgomp/26308 (libgomp bootstrap failure on Tru64 UNIX V4.0F) | Rainer Orth | 2007-07-02 | 2 | -1/+10 |
* | re PR middle-end/32362 (ICE: in lookup_decl_in_outer_ctx, at omp-low.c:1508) | Jakub Jelinek | 2007-06-21 | 4 | -0/+106 |
* | team.c (gomp_team_start): Fix setting up thread_attr stack size. | Jakub Jelinek | 2007-06-07 | 2 | -1/+6 |
* | configure: Regenerate. | Paolo Bonzini | 2007-06-02 | 2 | -49/+55 |
* | ltmain.sh: Update from ToT Libtool. | Steve Ellcey | 2007-05-24 | 5 | -827/+16416 |
* | re PR libgomp/28482 (Cannot use libgomp in shared library) | Jakub Jelinek | 2007-05-04 | 2 | -3/+3 |
* | * config/linux/proc.c: New file. | Jakub Jelinek | 2007-05-04 | 2 | -0/+183 |
* | libgomp.texi (GOMP_CPU_AFFINITY): Updated. | Daniel Franke | 2007-04-19 | 2 | -8/+23 |
* | configure.tgt (i[456]86-*-linux*): Only add ia32 specific flags if not buildi... | Matthias Klose | 2007-04-16 | 2 | -3/+15 |
* | Makefile.am: Add -I .. | Steve Ellcey | 2007-04-14 | 3 | -2/+7 |
* | re PR testsuite/31369 (100's of new libgomp fails) | John David Anglin | 2007-04-07 | 3 | -2/+9 |
* | libgomp.h (gomp_cpu_affinity, [...]): New extern decls. | Jakub Jelinek | 2007-04-04 | 11 | -8/+382 |
* | libgomp.exp (libgomp_init): Add -shared-libgcc for *-*-darwin*. | Andreas Tobler | 2007-03-23 | 3 | -5/+33 |
* | default.exp: New file. | Uros Bizjak | 2007-03-22 | 12 | -231/+258 |
* | a.22.8.f90: Add dg-final cleanup-modules line. | Jakub Jelinek | 2007-03-21 | 9 | -0/+27 |
* | acinclude.m4: Adjust regular expression for ld version extraction. | Andreas Schwab | 2007-03-18 | 3 | -2/+8 |
* | Makefile.am: Add install-pdf target as copied from automake v1.10 rules. | Brooks Moses | 2007-03-01 | 3 | -4/+29 |
* | [multiple changes] | Jakub Jelinek | 2007-02-07 | 2 | -2/+131 |
* | re PR c++/30703 (ICE Segmentation fault on using OpenMP) | Jakub Jelinek | 2007-02-07 | 2 | -0/+78 |
* | revert: configure.ac: Depend addition of -pthread on host OS. | Jakub Jelinek | 2007-02-02 | 3 | -18/+11 |
* | libgomp.texi: Fix spacing after abbreviations. | Ralf Wildenhues | 2007-01-31 | 2 | -4/+8 |
* | re PR libgomp/30546 (build fail in libgomp when building from SVN because mak... | Daniel Franke | 2007-01-31 | 7 | -48/+153 |
* | re PR libgomp/30540 (Document default value of implementation-dependent OpenM... | Daniel Franke | 2007-01-30 | 2 | -5/+32 |
* | lang-specs.h: Add support for .f03 and .F03 extensions. | Tobias Burnus | 2007-01-26 | 2 | -1/+5 |
* | re PR middle-end/30494 (ICE with VLA and openmp) | Jakub Jelinek | 2007-01-24 | 2 | -0/+69 |
* | configure: Rebuilt. | Tom Tromey | 2007-01-16 | 3 | -5/+57 |
* | libgomp.texi: Document implementation specific default values of environment ... | Daniel Franke | 2007-01-14 | 2 | -9/+14 |
* | re PR libgomp/28209 (None of the GOMP_* environment variables are documented) | Daniel Franke | 2006-12-21 | 8 | -313/+1615 |
* | re PR libgomp/29949 (implement argument checking for user accessable runtime ... | Daniel Franke | 2006-12-04 | 2 | -1/+6 |
* | tls.m4 (GCC_CHECK_TLS): Do not test TLS with static linking if static linking... | Eric Botcazou | 2006-12-04 | 2 | -2/+39 |
* | re PR middle-end/29947 (OpenMP parallel for fails for reversed loop range) | Jakub Jelinek | 2006-12-04 | 4 | -7/+670 |
* | configure.tgt: Force initial-exec TLS model on Linux only. | Eric Botcazou | 2006-12-02 | 2 | -1/+10 |
* | * tls.m4 (GCC_CHECK_TLS): Fall back to a link test. | Daniel Jacobowitz | 2006-11-13 | 2 | -7/+11 |
* | env.c (parse_schedule): Reject out of range values. | Uros Bizjak | 2006-11-09 | 2 | -2/+18 |