summaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)Author
2008-09-19Fix typo s/darwin/bsdAndreas Tobler
2008-09-19proc.c: New file.Jakub Jelinek
2008-09-05testsuite/ligbomp.c/c.exp: Unset lang_test_file only if it exists.Janis Johnson
2008-08-31Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.Aaron W. LaFramboise
2008-08-21Fix ChangeLog typoNathan Froyd
2008-08-21libgomp.exp (libgomp_init): Only set things that depend on blddir if blddir e...Nathan Froyd
2008-07-30re PR ada/15479 (Ada manual problems)Ralf Wildenhues
2008-07-28configure.tgt: Enable futex for MIPS.Ilie Garbacea
2008-07-16team.c (gomp_team_end): Free team immediately if it has just one thread.Jakub Jelinek
2008-07-08c++.exp: Append multilib library path.David Edelsohn
2008-06-29env.c (parse_stacksize): Add cast to avoid warning.Krister Walfridsson
2008-06-27gimplify.c (omp_is_private): Don't return true if decl is not already private...Jakub Jelinek
2008-06-27re PR debug/36617 (Debug info for OpenMP code is almost non-existent)Jakub Jelinek
2008-06-20re PR c++/36523 (OpenMP task construct fails to instantiate copy constructor)Jakub Jelinek
2008-06-19* testsuite/libgomp.c/nqueens-1.c: New test.Jakub Jelinek
2008-06-17Makefile.tpl ($(srcdir)/configure): Update dependencies.Ralf Wildenhues
2008-06-15env.c (initialize_env): Always initialize gomp_remaining_threads_lock mutex w...John David Anglin
2008-06-15libgomp.texi (omp_test_lock): Fix typo.Ralf Wildenhues
2008-06-12omp_lib.f90.in: Add "implicit none".Tobias Burnus
2008-06-12re PR middle-end/36506 (Broken #pragma omp sections reduction (+:x))Jakub Jelinek
2008-06-11libgomp.h (struct gomp_task): Add in_tied_task field.Jakub Jelinek
2008-06-11re PR libgomp/36471 (omp_get_ancestor_thread_num_8 has no implicit type.)Jakub Jelinek
2008-06-11re PR libgomp/36469 (bootstrap broken on HPUX PA)Jakub Jelinek
2008-06-06re PR bootstrap/36452 (Broken bootstrap while building libgomp.)Andreas Tobler
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek
2008-05-23re PR c++/36237 (internal compiler error: in lower_stmt, at gimple-low.c:282 ...Jakub Jelinek
2008-05-23re PR c++/36308 (OpenMP privatized vars don't get dtors called if they are vi...Jakub Jelinek
2008-05-15libgomp.exp: Load torture-options.exp from gcc lib.Janis Johnson
2008-05-07re PR middle-end/36106 (#pragma omp atomic issues with floating point types)Jakub Jelinek
2008-04-21libgomp/Ralf Wildenhues
2008-04-18re PR other/35457 (Error building GCC trunk on CELL SPU)Paolo Bonzini
2008-03-18re PR middle-end/35611 (FAIL: libgomp.c/omp-nested-1.c execution test)Jakub Jelinek
2008-03-18re PR libgomp/35625 (schedule(guided) loops forever if ((end - start) % incr)...Jakub Jelinek
2008-03-16configure.ac: m4_include config/proginstall.m4.Ralf Wildenhues
2008-03-13re PR middle-end/35185 (ICE using openmp with g++-4.2)Jakub Jelinek
2008-03-12re PR middle-end/35549 (Invalid use of copy-in/out for shared vars in nested ...Jakub Jelinek
2008-03-06gimplify.c (goa_lhs_expr_p): Allow different ADDR_EXPR nodes for the same VAR...Jakub Jelinek
2008-03-03re PR fortran/33197 (Fortran 2008: math functions)François-Xavier Coudert
2008-03-03re PR libgomp/33131 (libgomp/env.c:60: warning: implicit declaration of funct...Peter O'Gorman
2008-02-15re PR middle-end/35196 (lastprivate broken for static non-ordered loops)Jakub Jelinek
2008-02-15re PR middle-end/35130 (OpenMP: Private variable passed to subroutine)Jakub Jelinek
2008-01-25re PR middle-end/33880 (ICE: in extract_omp_for_data, at omp-low.c:162)Jakub Jelinek
2008-01-24Fix date.David Edelsohn
2008-01-24* configure: Regenerate.David Edelsohn
2008-01-08configure.ac (--enable-linux-futex): Add new configure option.Jakub Jelinek
2007-12-19re PR c++/34513 (static variable not found for C++ OpenMP)Jakub Jelinek
2007-12-17re PR target/32765 (Testsuite failures due to undefined symbol ___emutls_get_...Jack Howarth
2007-12-04omp-low.c (optimize_omp_library_calls): New function.Jakub Jelinek
2007-12-04omp-low.c (lookup_decl_in_outer_ctx): Allow calling this with !ctx->is_nested.Jakub Jelinek
2007-11-29[multiple changes]Paolo Bonzini