| Commit message (Expand) | Author | Age | Files | Lines |
* | force-parallel-1.c: Expect 4 instead of 5 loopfn matches. | Thomas Schwinge | 2013-10-11 | 9 | -14/+14 |
* | lib-1.c (main): Add missing error check. | Thomas Schwinge | 2013-10-11 | 4 | -0/+5 |
* | _OPENMP pre-processor checks, openmp_version Fortran instrinsic checks. | Thomas Schwinge | 2013-10-11 | 2 | -0/+18 |
* | target.c: New file. | Jakub Jelinek | 2013-10-11 | 85 | -2/+6209 |
* | re PR testsuite/57605 (colors break note pruning in the testsuite) | Jakub Jelinek | 2013-09-20 | 1 | -0/+3 |
* | omp-low.c (expand_omp_sections): Always pass len - 1 to GOMP_sections_start, ... | Jakub Jelinek | 2013-09-19 | 1 | -0/+29 |
* | Disable strassen.f90 test for aarch64 tiny memory. | Marcus Shawcroft | 2013-06-28 | 1 | -0/+1 |
* | libgomp.exp: Reorder lib loads into dependency order. | Iain Sandoe | 2013-06-20 | 5 | -10/+18 |
* | forced.C: Extend current handling of Linux-based x86 systems to cover all GNU... | Thomas Schwinge | 2013-06-10 | 3 | -3/+3 |
* | omp-low.c (extract_omp_for_data): For collapsed loops... | Jakub Jelinek | 2013-05-16 | 6 | -0/+768 |
* | re PR c++/56217 (ICE: OpenMP: when combining shared() and a move constructor) | Jakub Jelinek | 2013-02-06 | 1 | -0/+36 |
* | re PR target/54908 (misc regressions on emutls targets remain from dynamic in... | Jason Merrill | 2013-01-19 | 1 | -2/+1 |
* | re PR driver/55884 (FAIL: libgomp.fortran/omp_parse3.f90 -O0 (test for exce... | Jakub Jelinek | 2013-01-16 | 1 | -1/+1 |
* | Update copyright years in libgomp. | Richard Sandiford | 2013-01-14 | 3 | -3/+3 |
* | fortran.exp: Set -fintrinsic-modules-path. | Tobias Burnus | 2012-12-19 | 1 | -0/+1 |
* | use_intrinsic_1.f90: New; moved from gcc/testsuite/gfortran.dg/gomp/use_intri... | Tobias Burnus | 2012-12-19 | 1 | -0/+11 |
* | Use -Wl,-undefined,dynamic_lookup on darwin | Jack Howarth | 2012-11-07 | 1 | -0/+1 |
* | * testsuite/libgomp.c++/pr24455.C: Use -Wl,-G on AIX. | David Edelsohn | 2012-11-07 | 1 | -0/+1 |
* | * semantics.c (finish_omp_threadprivate): Call complete_type. | Jason Merrill | 2012-10-25 | 1 | -0/+2 |
* | force-parallel-6.c: Adjust the loops. | Dominique d'Humieres | 2012-10-24 | 1 | -3/+3 |
* | Allow dynamic initialization of thread_locals. | Jason Merrill | 2012-10-08 | 1 | -0/+26 |
* | xmmintrin.h (_mm_sfence): Use __builtin_ia32_pause. | Uros Bizjak | 2012-07-03 | 1 | -1/+1 |
* | cloog.m4: Set up to work against ISL only. | Richard Guenther | 2012-07-02 | 4 | -13/+27 |
* | [multiple changes] | Richard Guenther | 2012-06-22 | 2 | -2/+2 |
* | re PR c/53580 (Internal Segmentation fault in nested "omp parallel", "omp par... | Jakub Jelinek | 2012-06-07 | 5 | -8/+19 |
* | prune.exp (TEST_ALWAYS_FLAGS): If undefined, set to empty. | Manuel López-Ibáñez | 2012-04-11 | 1 | -0/+3 |
* | re PR middle-end/52547 (ICE with openmp with nested function which requires a... | Jakub Jelinek | 2012-03-22 | 1 | -0/+36 |
* | lib{gomp,itm}/testsuite: load missing fortran-modules.exp | Bernhard Reutner-Fischer | 2012-03-16 | 1 | -0/+1 |
* | re PR tree-optimization/46886 (wrong code with -ftree-parallelize-loops -fno-... | Richard Guenther | 2012-02-08 | 1 | -0/+28 |
* | re PR libgomp/51132 (FAIL: libgomp.graphite/force-parallel-[678].c) | Jakub Jelinek | 2011-12-06 | 6 | -9/+13 |
* | trans-decl.c (get_proc_pointer_decl): Set DECL_TLS_MODEL if threadprivate. | Jakub Jelinek | 2011-08-26 | 1 | -0/+78 |
* | re PR fortran/49792 (OpenMP workshare: Wrong result with array assignment) | Jakub Jelinek | 2011-08-19 | 2 | -0/+40 |
* | re PR target/49965 (libgomp.c++/reduction-4.C and libgomp.c++/task-8.C FAIL o... | Rainer Orth | 2011-08-05 | 1 | -12/+12 |
* | backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable... | Jakub Jelinek | 2011-08-02 | 24 | -0/+1814 |
* | re PR middle-end/49897 (nesting lastprivate gives incorrect result) | Jakub Jelinek | 2011-07-29 | 4 | -0/+100 |
* | Check ia32 instead of ilp32 for ia32 tests. | H.J. Lu | 2011-07-28 | 3 | -3/+3 |
* | Fix PR49471: canonicalize_loop_ivs should not generate unsigned types. | Sebastian Pop | 2011-07-27 | 2 | -2/+2 |
* | Fix PR47653: do not handle loops using wrapping semantics in graphite | Sebastian Pop | 2011-07-26 | 1 | -1/+1 |
* | re PR target/49541 (TLS support partially broken in 64-bit mode) | Rainer Orth | 2011-07-18 | 1 | -1/+0 |
* | re PR c++/49043 ([OpenMP & C++0x]: Compiler error when lambda-function within... | Jakub Jelinek | 2011-05-19 | 1 | -0/+19 |
* | re PR c++/48869 (OpenMP task construct fails to instantiate copy constructor(... | Jakub Jelinek | 2011-05-19 | 1 | -0/+68 |
* | re PR fortran/48894 (generic omp_get_ancestor_thread_num(l(i)) produces incor... | Jakub Jelinek | 2011-05-06 | 1 | -0/+23 |
* | re PR middle-end/48591 (OpenMP ICE with atomics on __float128 in 32-bit only ... | Jakub Jelinek | 2011-04-13 | 1 | -0/+22 |
* | re PR fortran/47886 (ICE: OpenMP !$omp task if(omp_get_num_threads() > 0)) | Jakub Jelinek | 2011-02-27 | 1 | -0/+27 |
* | re PR libgomp/47804 (libgomp LD_LIBRARY_PATH doesn't include path to libgfort... | Jakub Jelinek | 2011-02-18 | 1 | -5/+10 |
* | re PR libgomp/47758 (729 unexpected failures in the libgomp test suite on pow... | Tobias Burnus | 2011-02-16 | 1 | -4/+1 |
* | re PR libstdc++/36104 (gnu-versioned-namespace is broken) | Benjamin Kosnik | 2011-01-20 | 1 | -4/+4 |
* | re PR fortran/46874 ([OpenMP] ICE in gfc_conv_descriptor_data_get, at fortran... | Jakub Jelinek | 2010-12-14 | 1 | -0/+45 |
* | re PR target/40125 (libgcc_s DLL installed in wrong directory in cross toolch... | Dave Korn | 2010-12-06 | 1 | -4/+6 |
* | re PR fortran/46753 (ICE: OpenMP - in extract_omp_for_data, at omp-low.c:335) | Jakub Jelinek | 2010-12-02 | 1 | -0/+17 |