summaryrefslogtreecommitdiff
path: root/libgomp
Commit message (Expand)AuthorAgeFilesLines
* omp-low.c (optimize_omp_library_calls): New function.Jakub Jelinek2007-12-042-23/+30
* omp-low.c (lookup_decl_in_outer_ctx): Allow calling this with !ctx->is_nested.Jakub Jelinek2007-12-042-0/+58
* [multiple changes]Paolo Bonzini2007-11-293-15/+27
* configure.ac: Adjust makeinfo version check.Matthias Klose2007-11-233-2/+7
* re PR fortran/34020 (Bogus codegen for openmp atomics w/ indirects operands o...Jakub Jelinek2007-11-102-0/+24
* re PR c++/33894 (pragma omp atomic broken)Jakub Jelinek2007-11-062-0/+58
* re PR libgomp/33275 (Transient libgomp.fortran/omp_parse3.f90 -O0 failure)Jakub Jelinek2007-10-252-2/+10
* tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls.Maciej W. Rozycki2007-10-152-13/+17
* openmp_stack.f90: Removed.Jakub Jelinek2007-09-282-0/+25
* * config/mingw32/proc.c: New file.Danny Smith2007-09-102-0/+86
* cpuid.h: New file.Uros Bizjak2007-09-053-10/+22
* re PR target/32765 (Testsuite failures due to undefined symbol ___emutls_get_...Jack Howarth2007-08-153-0/+8
* re PR fortran/32550 (openmp: COPYPRIVATE of pointer variables fails)Jakub Jelinek2007-07-123-0/+56
* Regenerate aclocal.m4 in boehm-gc, libffi, libgfortran, libgomp,H.J. Lu2007-07-052-6377/+5
* re PR fortran/32359 (incorrect error: Threadprivate isn't SAVEd (implicit sav...Tobias Burnus2007-07-052-0/+39
* re PR libgomp/32468 (number of threads in a parallel region depends on number...Jakub Jelinek2007-07-023-2/+35
* re PR libgomp/26308 (libgomp bootstrap failure on Tru64 UNIX V4.0F)Rainer Orth2007-07-022-1/+10
* 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