summaryrefslogtreecommitdiff
path: root/libgomp
Commit message (Expand)AuthorAgeFilesLines
* libgomp.exp: Load torture-options.exp from gcc lib.Janis Johnson2008-05-152-0/+5
* re PR middle-end/36106 (#pragma omp atomic issues with floating point types)Jakub Jelinek2008-05-074-0/+127
* libgomp/Ralf Wildenhues2008-04-215-38/+49
* re PR other/35457 (Error building GCC trunk on CELL SPU)Paolo Bonzini2008-04-183-28/+44
* re PR middle-end/35611 (FAIL: libgomp.c/omp-nested-1.c execution test)Jakub Jelinek2008-03-182-0/+21
* re PR libgomp/35625 (schedule(guided) loops forever if ((end - start) % incr)...Jakub Jelinek2008-03-183-11/+36
* configure.ac: m4_include config/proginstall.m4.Ralf Wildenhues2008-03-165-32/+66
* re PR middle-end/35185 (ICE using openmp with g++-4.2)Jakub Jelinek2008-03-132-0/+38
* re PR middle-end/35549 (Invalid use of copy-in/out for shared vars in nested ...Jakub Jelinek2008-03-122-0/+35
* gimplify.c (goa_lhs_expr_p): Allow different ADDR_EXPR nodes for the same VAR...Jakub Jelinek2008-03-062-1/+55
* re PR fortran/33197 (Fortran 2008: math functions)François-Xavier Coudert2008-03-032-1/+7
* re PR libgomp/33131 (libgomp/env.c:60: warning: implicit declaration of funct...Peter O'Gorman2008-03-038-48/+140
* re PR middle-end/35196 (lastprivate broken for static non-ordered loops)Jakub Jelinek2008-02-152-0/+46
* re PR middle-end/35130 (OpenMP: Private variable passed to subroutine)Jakub Jelinek2008-02-153-0/+157
* re PR middle-end/33880 (ICE: in extract_omp_for_data, at omp-low.c:162)Jakub Jelinek2008-01-253-0/+147
* Fix date.David Edelsohn2008-01-241-1/+1
* * configure: Regenerate.David Edelsohn2008-01-242-11/+15
* configure.ac (--enable-linux-futex): Add new configure option.Jakub Jelinek2008-01-086-75/+49
* re PR c++/34513 (static variable not found for C++ OpenMP)Jakub Jelinek2007-12-193-0/+71
* re PR target/32765 (Testsuite failures due to undefined symbol ___emutls_get_...Jack Howarth2007-12-172-1/+6
* 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