summaryrefslogtreecommitdiff
path: root/libgomp
Commit message (Expand)AuthorAgeFilesLines
* Don't link to or test existence of libgfortranbeginJanne Blomqvist2009-05-272-4/+11
* re PR libgomp/40174 (Memory leak when using '#pragma omp parallel')Jakub Jelinek2009-05-202-0/+8
* re PR fortran/35423 (Implement OpenMP workshare)Vasilis Liaskovitis2009-04-202-0/+43
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-0959-900/+798
* re PR middle-end/39573 (Linking fails on AMD with -march=native and -fopenmp,...Jakub Jelinek2009-04-082-0/+44
* re PR other/39591 (GOMP_loop_end illegally optmized into GOMP_loop_end_nowait)Jakub Jelinek2009-04-014-0/+119
* atomic-5.c: Cleanup cpuid usage.Uros Bizjak2009-03-253-11/+18
* re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)Jakub Jelinek2009-03-236-0/+1626
* backport: Support GNU/kOpenSolaris.Ralf Wildenhues2009-03-012-7/+11
* Fixed location of libgomp.exp.Adam Nemet2009-02-251-1/+1
* re PR middle-end/39154 (Miscompilation of VLAs in nested parallel regions)Jakub Jelinek2009-02-112-0/+110
* acinclude.m4 (LIBCOMP_CHECK_LINKER_FEATURES): Set libgomp_ld_is_gold.Ian Lance Taylor2009-01-313-2/+22
* darwin.h: Add static-libgfortran to LINK_SPEC.Iain Sandoe2009-01-202-0/+8
* re PR libgomp/38086 (libgomp fails to build if assembler doesn't support .sym...Jakub Jelinek2009-01-075-1/+86
* re PR c++/38650 (Trouble with volatile and #pragma omp for)Jakub Jelinek2008-12-283-0/+104
* * testsuite/libgomp.c/collapse-1.c (main): Add private(k) clause.Jakub Jelinek2008-12-272-1/+5
* atomic-6.c: Add -mieee for alpha*-*-* targets.Uros Bizjak2008-12-262-0/+5
* Backport from upstream Libtool:Ralf Wildenhues2008-12-182-84/+118
* re PR middle-end/36802 (pop_gimplify_context ICE using openmp task construct)Jakub Jelinek2008-12-084-0/+133
* re PR libgomp/38270 (libgomp test failures due to missing memory barrier)Janis Johnson2008-12-022-0/+7
* re PR c++/38257 (ICE with auto and #pragma omp parallel)Jakub Jelinek2008-12-012-0/+113
* re PR c++/38348 (ICE from c_finish_omp_for)Jakub Jelinek2008-12-012-0/+114
* re PR testsuite/28870 (configuring, over-riding timeout values in testsuite)Janis Johnson2008-11-262-0/+9
* re PR libgomp/37938 (libgomp testsuite failures on ia64-linux)Steve Ellcey2008-11-132-0/+73
* re PR libgomp/37935 (omp_set_schedule not documented in libgomp.texi)Tobias Burnus2008-11-042-60/+413
* configure: Regenerate for new libtool.Peter O'Gorman2008-09-264-514/+1368
* Fix typo s/darwin/bsdAndreas Tobler2008-09-191-1/+1
* proc.c: New file.Jakub Jelinek2008-09-195-2/+133
* testsuite/ligbomp.c/c.exp: Unset lang_test_file only if it exists.Janis Johnson2008-09-052-1/+7
* Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.Aaron W. LaFramboise2008-08-314-2/+13
* Fix ChangeLog typoNathan Froyd2008-08-211-1/+1
* libgomp.exp (libgomp_init): Only set things that depend on blddir if blddir e...Nathan Froyd2008-08-214-17/+62
* re PR ada/15479 (Ada manual problems)Ralf Wildenhues2008-07-302-4/+8
* configure.tgt: Enable futex for MIPS.Ilie Garbacea2008-07-283-0/+85
* team.c (gomp_team_end): Free team immediately if it has just one thread.Jakub Jelinek2008-07-162-1/+7
* c++.exp: Append multilib library path.David Edelsohn2008-07-085-0/+15
* env.c (parse_stacksize): Add cast to avoid warning.Krister Walfridsson2008-06-292-2/+7
* gimplify.c (omp_is_private): Don't return true if decl is not already private...Jakub Jelinek2008-06-274-4/+40
* re PR debug/36617 (Debug info for OpenMP code is almost non-existent)Jakub Jelinek2008-06-272-0/+167
* re PR c++/36523 (OpenMP task construct fails to instantiate copy constructor)Jakub Jelinek2008-06-202-0/+21
* * testsuite/libgomp.c/nqueens-1.c: New test.Jakub Jelinek2008-06-192-0/+70
* Makefile.tpl ($(srcdir)/configure): Update dependencies.Ralf Wildenhues2008-06-172-77/+149
* env.c (initialize_env): Always initialize gomp_remaining_threads_lock mutex w...John David Anglin2008-06-152-4/+7
* libgomp.texi (omp_test_lock): Fix typo.Ralf Wildenhues2008-06-152-1/+5
* omp_lib.f90.in: Add "implicit none".Tobias Burnus2008-06-122-0/+6
* re PR middle-end/36506 (Broken #pragma omp sections reduction (+:x))Jakub Jelinek2008-06-122-0/+83
* libgomp.h (struct gomp_task): Add in_tied_task field.Jakub Jelinek2008-06-113-3/+17
* re PR libgomp/36471 (omp_get_ancestor_thread_num_8 has no implicit type.)Jakub Jelinek2008-06-112-2/+6
* re PR libgomp/36469 (bootstrap broken on HPUX PA)Jakub Jelinek2008-06-115-2/+18
* re PR bootstrap/36452 (Broken bootstrap while building libgomp.)Andreas Tobler2008-06-062-21/+40