aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek59-900/+798
2009-04-08re PR middle-end/39573 (Linking fails on AMD with -march=native and -fopenmp,...Jakub Jelinek2-0/+44
2009-04-01re PR other/39591 (GOMP_loop_end illegally optmized into GOMP_loop_end_nowait)Jakub Jelinek4-0/+119
2009-03-25atomic-5.c: Cleanup cpuid usage.Uros Bizjak3-11/+18
2009-03-23re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)Jakub Jelinek6-0/+1626
2009-03-01backport: Support GNU/kOpenSolaris.Ralf Wildenhues2-7/+11
2009-02-25Fixed location of libgomp.exp.Adam Nemet1-1/+1
2009-02-11re PR middle-end/39154 (Miscompilation of VLAs in nested parallel regions)Jakub Jelinek2-0/+110
2009-01-31acinclude.m4 (LIBCOMP_CHECK_LINKER_FEATURES): Set libgomp_ld_is_gold.Ian Lance Taylor3-2/+22
2009-01-20darwin.h: Add static-libgfortran to LINK_SPEC.Iain Sandoe2-0/+8
2009-01-07re PR libgomp/38086 (libgomp fails to build if assembler doesn't support .sym...Jakub Jelinek5-1/+86
2008-12-28re PR c++/38650 (Trouble with volatile and #pragma omp for)Jakub Jelinek3-0/+104
2008-12-27* testsuite/libgomp.c/collapse-1.c (main): Add private(k) clause.Jakub Jelinek2-1/+5
2008-12-26atomic-6.c: Add -mieee for alpha*-*-* targets.Uros Bizjak2-0/+5
2008-12-18Backport from upstream Libtool:Ralf Wildenhues2-84/+118
2008-12-08re PR middle-end/36802 (pop_gimplify_context ICE using openmp task construct)Jakub Jelinek4-0/+133
2008-12-02re PR libgomp/38270 (libgomp test failures due to missing memory barrier)Janis Johnson2-0/+7
2008-12-01re PR c++/38257 (ICE with auto and #pragma omp parallel)Jakub Jelinek2-0/+113
2008-12-01re PR c++/38348 (ICE from c_finish_omp_for)Jakub Jelinek2-0/+114
2008-11-26re PR testsuite/28870 (configuring, over-riding timeout values in testsuite)Janis Johnson2-0/+9
2008-11-13re PR libgomp/37938 (libgomp testsuite failures on ia64-linux)Steve Ellcey2-0/+73
2008-11-04re PR libgomp/37935 (omp_set_schedule not documented in libgomp.texi)Tobias Burnus2-60/+413
2008-09-26configure: Regenerate for new libtool.Peter O'Gorman4-514/+1368
2008-09-19Fix typo s/darwin/bsdAndreas Tobler1-1/+1
2008-09-19proc.c: New file.Jakub Jelinek5-2/+133
2008-09-05testsuite/ligbomp.c/c.exp: Unset lang_test_file only if it exists.Janis Johnson2-1/+7
2008-08-31Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.Aaron W. LaFramboise4-2/+13
2008-08-21Fix ChangeLog typoNathan Froyd1-1/+1
2008-08-21libgomp.exp (libgomp_init): Only set things that depend on blddir if blddir e...Nathan Froyd4-17/+62
2008-07-30re PR ada/15479 (Ada manual problems)Ralf Wildenhues2-4/+8
2008-07-28configure.tgt: Enable futex for MIPS.Ilie Garbacea3-0/+85
2008-07-16team.c (gomp_team_end): Free team immediately if it has just one thread.Jakub Jelinek2-1/+7
2008-07-08c++.exp: Append multilib library path.David Edelsohn5-0/+15
2008-06-29env.c (parse_stacksize): Add cast to avoid warning.Krister Walfridsson2-2/+7
2008-06-27gimplify.c (omp_is_private): Don't return true if decl is not already private...Jakub Jelinek4-4/+40
2008-06-27re PR debug/36617 (Debug info for OpenMP code is almost non-existent)Jakub Jelinek2-0/+167
2008-06-20re PR c++/36523 (OpenMP task construct fails to instantiate copy constructor)Jakub Jelinek2-0/+21
2008-06-19* testsuite/libgomp.c/nqueens-1.c: New test.Jakub Jelinek2-0/+70
2008-06-17Makefile.tpl ($(srcdir)/configure): Update dependencies.Ralf Wildenhues2-77/+149
2008-06-15env.c (initialize_env): Always initialize gomp_remaining_threads_lock mutex w...John David Anglin2-4/+7
2008-06-15libgomp.texi (omp_test_lock): Fix typo.Ralf Wildenhues2-1/+5
2008-06-12omp_lib.f90.in: Add "implicit none".Tobias Burnus2-0/+6
2008-06-12re PR middle-end/36506 (Broken #pragma omp sections reduction (+:x))Jakub Jelinek2-0/+83
2008-06-11libgomp.h (struct gomp_task): Add in_tied_task field.Jakub Jelinek3-3/+17
2008-06-11re PR libgomp/36471 (omp_get_ancestor_thread_num_8 has no implicit type.)Jakub Jelinek2-2/+6
2008-06-11re PR libgomp/36469 (bootstrap broken on HPUX PA)Jakub Jelinek5-2/+18
2008-06-06re PR bootstrap/36452 (Broken bootstrap while building libgomp.)Andreas Tobler2-21/+40
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek119-602/+12406
2008-05-23re PR c++/36237 (internal compiler error: in lower_stmt, at gimple-low.c:282 ...Jakub Jelinek1-1/+1
2008-05-23re PR c++/36308 (OpenMP privatized vars don't get dtors called if they are vi...Jakub Jelinek3-0/+171