aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
2008-03-18re PR middle-end/35611 (FAIL: libgomp.c/omp-nested-1.c execution test)Jakub Jelinek2-0/+21
2008-03-18re PR libgomp/35625 (schedule(guided) loops forever if ((end - start) % incr)...Jakub Jelinek3-11/+36
2008-03-16configure.ac: m4_include config/proginstall.m4.Ralf Wildenhues5-32/+66
2008-03-13re PR middle-end/35185 (ICE using openmp with g++-4.2)Jakub Jelinek2-0/+38
2008-03-12re PR middle-end/35549 (Invalid use of copy-in/out for shared vars in nested ...Jakub Jelinek2-0/+35
2008-03-06gimplify.c (goa_lhs_expr_p): Allow different ADDR_EXPR nodes for the same VAR...Jakub Jelinek2-1/+55
2008-03-03re PR fortran/33197 (Fortran 2008: math functions)François-Xavier Coudert2-1/+7
2008-03-03re PR libgomp/33131 (libgomp/env.c:60: warning: implicit declaration of funct...Peter O'Gorman8-48/+140
2008-02-15re PR middle-end/35196 (lastprivate broken for static non-ordered loops)Jakub Jelinek2-0/+46
2008-02-15re PR middle-end/35130 (OpenMP: Private variable passed to subroutine)Jakub Jelinek3-0/+157
2008-01-25re PR middle-end/33880 (ICE: in extract_omp_for_data, at omp-low.c:162)Jakub Jelinek3-0/+147
2008-01-24Fix date.David Edelsohn1-1/+1
2008-01-24* configure: Regenerate.David Edelsohn2-11/+15
2008-01-08configure.ac (--enable-linux-futex): Add new configure option.Jakub Jelinek6-75/+49
2007-12-19re PR c++/34513 (static variable not found for C++ OpenMP)Jakub Jelinek3-0/+71
2007-12-17re PR target/32765 (Testsuite failures due to undefined symbol ___emutls_get_...Jack Howarth2-1/+6
2007-12-04omp-low.c (optimize_omp_library_calls): New function.Jakub Jelinek2-23/+30
2007-12-04omp-low.c (lookup_decl_in_outer_ctx): Allow calling this with !ctx->is_nested.Jakub Jelinek2-0/+58
2007-11-29[multiple changes]Paolo Bonzini3-15/+27
2007-11-23configure.ac: Adjust makeinfo version check.Matthias Klose3-2/+7
2007-11-10re PR fortran/34020 (Bogus codegen for openmp atomics w/ indirects operands o...Jakub Jelinek2-0/+24
2007-11-06re PR c++/33894 (pragma omp atomic broken)Jakub Jelinek2-0/+58
2007-10-25re PR libgomp/33275 (Transient libgomp.fortran/omp_parse3.f90 -O0 failure)Jakub Jelinek2-2/+10
2007-10-15tls.m4 (GCC_CHECK_TLS): Rename have_tls to gcc_cv_have_tls.Maciej W. Rozycki2-13/+17
2007-09-28openmp_stack.f90: Removed.Jakub Jelinek2-0/+25
2007-09-10* config/mingw32/proc.c: New file.Danny Smith2-0/+86
2007-09-05cpuid.h: New file.Uros Bizjak3-10/+22
2007-08-15re PR target/32765 (Testsuite failures due to undefined symbol ___emutls_get_...Jack Howarth3-0/+8
2007-07-12re PR fortran/32550 (openmp: COPYPRIVATE of pointer variables fails)Jakub Jelinek3-0/+56
2007-07-05Regenerate aclocal.m4 in boehm-gc, libffi, libgfortran, libgomp,H.J. Lu2-6377/+5
2007-07-05re PR fortran/32359 (incorrect error: Threadprivate isn't SAVEd (implicit sav...Tobias Burnus2-0/+39
2007-07-02re PR libgomp/32468 (number of threads in a parallel region depends on number...Jakub Jelinek3-2/+35
2007-07-02re PR libgomp/26308 (libgomp bootstrap failure on Tru64 UNIX V4.0F)Rainer Orth2-1/+10
2007-06-21re PR middle-end/32362 (ICE: in lookup_decl_in_outer_ctx, at omp-low.c:1508)Jakub Jelinek4-0/+106
2007-06-07team.c (gomp_team_start): Fix setting up thread_attr stack size.Jakub Jelinek2-1/+6
2007-06-02configure: Regenerate.Paolo Bonzini2-49/+55
2007-05-24ltmain.sh: Update from ToT Libtool.Steve Ellcey5-827/+16416
2007-05-04re PR libgomp/28482 (Cannot use libgomp in shared library)Jakub Jelinek2-3/+3
2007-05-04* config/linux/proc.c: New file.Jakub Jelinek2-0/+183
2007-04-19libgomp.texi (GOMP_CPU_AFFINITY): Updated.Daniel Franke2-8/+23
2007-04-16configure.tgt (i[456]86-*-linux*): Only add ia32 specific flags if not buildi...Matthias Klose2-3/+15
2007-04-14Makefile.am: Add -I ..Steve Ellcey3-2/+7
2007-04-07re PR testsuite/31369 (100's of new libgomp fails)John David Anglin3-2/+9
2007-04-04libgomp.h (gomp_cpu_affinity, [...]): New extern decls.Jakub Jelinek11-8/+382
2007-03-23libgomp.exp (libgomp_init): Add -shared-libgcc for *-*-darwin*.Andreas Tobler3-5/+33
2007-03-22default.exp: New file.Uros Bizjak12-231/+258
2007-03-21a.22.8.f90: Add dg-final cleanup-modules line.Jakub Jelinek9-0/+27
2007-03-18acinclude.m4: Adjust regular expression for ld version extraction.Andreas Schwab3-2/+8
2007-03-01Makefile.am: Add install-pdf target as copied from automake v1.10 rules.Brooks Moses3-4/+29
2007-02-07[multiple changes]Jakub Jelinek2-2/+131