summaryrefslogtreecommitdiff
path: root/libgomp
Commit message (Expand)AuthorAgeFilesLines
* 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
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-06119-602/+12406
* re PR c++/36237 (internal compiler error: in lower_stmt, at gimple-low.c:282 ...Jakub Jelinek2008-05-231-1/+1
* re PR c++/36308 (OpenMP privatized vars don't get dtors called if they are vi...Jakub Jelinek2008-05-233-0/+171
* 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