summaryrefslogtreecommitdiff
path: root/libgomp/testsuite
Commit message (Expand)AuthorAgeFilesLines
* re PR fortran/35423 (Implement OpenMP workshare)Vasilis Liaskovitis2009-04-201-0/+37
* Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek2009-04-091-5/+5
* re PR middle-end/39573 (Linking fails on AMD with -march=native and -fopenmp,...Jakub Jelinek2009-04-081-0/+39
* re PR other/39591 (GOMP_loop_end illegally optmized into GOMP_loop_end_nowait)Jakub Jelinek2009-04-013-0/+112
* atomic-5.c: Cleanup cpuid usage.Uros Bizjak2009-03-252-10/+12
* re PR c/39495 (OMP parallel loop w/ unsigned index var rejected)Jakub Jelinek2009-03-235-0/+1617
* re PR middle-end/39154 (Miscompilation of VLAs in nested parallel regions)Jakub Jelinek2009-02-111-0/+105
* darwin.h: Add static-libgfortran to LINK_SPEC.Iain Sandoe2009-01-201-0/+3
* re PR c++/38650 (Trouble with volatile and #pragma omp for)Jakub Jelinek2008-12-282-0/+98
* * testsuite/libgomp.c/collapse-1.c (main): Add private(k) clause.Jakub Jelinek2008-12-271-1/+1
* atomic-6.c: Add -mieee for alpha*-*-* targets.Uros Bizjak2008-12-261-0/+1
* re PR middle-end/36802 (pop_gimplify_context ICE using openmp task construct)Jakub Jelinek2008-12-083-0/+126
* re PR c++/38257 (ICE with auto and #pragma omp parallel)Jakub Jelinek2008-12-011-0/+110
* re PR c++/38348 (ICE from c_finish_omp_for)Jakub Jelinek2008-12-011-0/+109
* re PR testsuite/28870 (configuring, over-riding timeout values in testsuite)Janis Johnson2008-11-261-0/+3
* configure: Regenerate for new libtool.Peter O'Gorman2008-09-261-1/+12
* testsuite/ligbomp.c/c.exp: Unset lang_test_file only if it exists.Janis Johnson2008-09-051-1/+3
* Makefile.am (libgomp_la_LDFLAGS): Add -no-undefined.Aaron W. LaFramboise2008-08-311-0/+1
* libgomp.exp (libgomp_init): Only set things that depend on blddir if blddir e...Nathan Froyd2008-08-213-17/+54
* c++.exp: Append multilib library path.David Edelsohn2008-07-084-0/+7
* gimplify.c (omp_is_private): Don't return true if decl is not already private...Jakub Jelinek2008-06-273-4/+36
* re PR debug/36617 (Debug info for OpenMP code is almost non-existent)Jakub Jelinek2008-06-271-0/+162
* re PR c++/36523 (OpenMP task construct fails to instantiate copy constructor)Jakub Jelinek2008-06-201-0/+18
* * testsuite/libgomp.c/nqueens-1.c: New test.Jakub Jelinek2008-06-191-0/+66
* re PR middle-end/36506 (Broken #pragma omp sections reduction (+:x))Jakub Jelinek2008-06-121-0/+78
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-0666-9/+6078
* 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-232-0/+165
* libgomp.exp: Load torture-options.exp from gcc lib.Janis Johnson2008-05-151-0/+1
* re PR middle-end/36106 (#pragma omp atomic issues with floating point types)Jakub Jelinek2008-05-073-0/+120
* libgomp/Ralf Wildenhues2008-04-211-0/+1
* re PR middle-end/35611 (FAIL: libgomp.c/omp-nested-1.c execution test)Jakub Jelinek2008-03-181-0/+18
* re PR libgomp/35625 (schedule(guided) loops forever if ((end - start) % incr)...Jakub Jelinek2008-03-181-0/+18
* configure.ac: m4_include config/proginstall.m4.Ralf Wildenhues2008-03-161-0/+1
* re PR middle-end/35185 (ICE using openmp with g++-4.2)Jakub Jelinek2008-03-131-0/+33
* re PR middle-end/35549 (Invalid use of copy-in/out for shared vars in nested ...Jakub Jelinek2008-03-121-0/+30
* gimplify.c (goa_lhs_expr_p): Allow different ADDR_EXPR nodes for the same VAR...Jakub Jelinek2008-03-061-0/+50
* re PR fortran/33197 (Fortran 2008: math functions)François-Xavier Coudert2008-03-031-1/+1
* re PR libgomp/33131 (libgomp/env.c:60: warning: implicit declaration of funct...Peter O'Gorman2008-03-031-2/+3
* re PR middle-end/35196 (lastprivate broken for static non-ordered loops)Jakub Jelinek2008-02-151-0/+43
* re PR middle-end/35130 (OpenMP: Private variable passed to subroutine)Jakub Jelinek2008-02-152-0/+151
* re PR middle-end/33880 (ICE: in extract_omp_for_data, at omp-low.c:162)Jakub Jelinek2008-01-252-0/+141
* re PR c++/34513 (static variable not found for C++ OpenMP)Jakub Jelinek2007-12-192-0/+65
* re PR target/32765 (Testsuite failures due to undefined symbol ___emutls_get_...Jack Howarth2007-12-171-1/+1
* omp-low.c (lookup_decl_in_outer_ctx): Allow calling this with !ctx->is_nested.Jakub Jelinek2007-12-041-0/+54
* re PR fortran/34020 (Bogus codegen for openmp atomics w/ indirects operands o...Jakub Jelinek2007-11-101-0/+19
* re PR c++/33894 (pragma omp atomic broken)Jakub Jelinek2007-11-061-0/+53
* re PR libgomp/33275 (Transient libgomp.fortran/omp_parse3.f90 -O0 failure)Jakub Jelinek2007-10-251-2/+3
* openmp_stack.f90: Removed.Jakub Jelinek2007-09-281-0/+21
* cpuid.h: New file.Uros Bizjak2007-09-052-10/+15