aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite
AgeCommit message (Expand)AuthorFilesLines
2015-01-08libgomp: Fix "intelmic" offloading in build-tree testing.Thomas Schwinge1-2/+1
2015-01-05Update copyright years.Jakub Jelinek4-4/+4
2014-12-12[libgomp][testsuite] Explicitly include target-utils.exp (fix libgomp testsui...Kyrylo Tkachov1-1/+2
2014-12-10Force output of vars with "omp declare target" attribute in gcc/varpool.cIlya Verbin1-0/+37
2014-11-28omp-low.c (lower_omp_critical): Mark critical sections inside target function...Andrey Turetskiy1-0/+72
2014-11-26e.53.4.c: Add -DITESTITERS=20 to dg-options unless expensive testing is on.Jakub Jelinek3-3/+8
2014-11-25re PR fortran/63938 (OpenMP atomic update does not protect access to automati...Jakub Jelinek2-0/+32
2014-11-19e.53.5.c: Require vect_simd_clones effective target.Uros Bizjak2-2/+2
2014-11-14e.54.2.c (main): Use N / 8 instead of 32 as block_size.Jakub Jelinek2-2/+2
2014-11-13[PATCH 4/4] OpenMP 4.0 offloading to Intel MIC: non-fallback testing.Andrey Turetskiy3-0/+38
2014-11-13[PATCH 7/7] OpenMP 4.0 offloading infrastructure: testsuite.Andrey Turetskiy65-5/+3614
2014-10-06affinity-1.c: Include <sys/wait.h>.Marek Polacek4-12/+4
2014-10-06affinity-1.c: Fix implicit declarations.Marek Polacek18-0/+31
2014-10-03re PR libgomp/61200 (internal compiler error: Segmentation fault, assert & op...Jakub Jelinek1-0/+87
2014-09-18re PR c++/63248 (Crash when OpenMP target's array section handling is used wi...Jakub Jelinek1-0/+62
2014-08-04task.c (GOMP_taskgroup_end): If taskgroup->num_children is not zero...Jakub Jelinek5-0/+15
2014-08-01libgomp.h (struct gomp_task_depend_entry): Add redundant_out field.Jakub Jelinek1-0/+98
2014-07-13pr34020.f90: Make compile with TS 18508/Fortran 2015Tobias Burnus1-0/+1
2014-07-06re PR c/6940 (taking sizeof array parameter should trigger a warning)Marek Polacek1-2/+2
2014-07-04Normalize interface for all *-dg-runtest.Thomas Schwinge1-1/+1
2014-07-03libgomp.exp (libgomp_target_compile): If $source matches regex $lang_source_r...Jakub Jelinek5-1/+20
2014-07-03Explain gfortran-dg-runtest usage in libgomp Fortran testing.Thomas Schwinge1-1/+3
2014-06-25langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.Jakub Jelinek3-0/+431
2014-06-24gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator not mentione...Jakub Jelinek11-9/+434
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek11-20/+592
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek12-3/+409
2014-06-10re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)Jakub Jelinek10-0/+1592
2014-06-06dump-parse-tree.c (show_omp_namelist): Dump reduction id in each list item.Jakub Jelinek12-4/+606
2014-05-27declare-simd-1.f90: Require vect_simd_clones effective target.Uros Bizjak2-2/+3
2014-05-21re PR middle-end/61252 (Invalid code produced for omp simd reduction(min:var...Jakub Jelinek1-0/+52
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek17-0/+1054
2014-05-02gimplify.c (gimplify_adjust_omp_clauses_1): Handle GOVD_FIRSTPRIVATE | GOVD_L...Jakub Jelinek4-0/+90
2014-04-24c-parser.c (c_parser_omp_atomic): Allow seq_cst before atomic-clause...Jakub Jelinek3-39/+39
2014-04-24tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.Jakub Jelinek4-0/+237
2014-03-25re PR c++/60331 (ICE with OpenMP #pragma omp declare reduction in template cl...Jakub Jelinek9-0/+36
2014-01-02Update copyright years in libgomp/Richard Sandiford4-4/+4
2013-12-17affinity-1.c: Remove alloca.h inlcude.Andreas Tobler4-5/+4
2013-12-17re PR testsuite/59534 (FAIL: libgomp.fortran/retval1.f90 execution test due ...Jakub Jelinek1-2/+2
2013-12-16re PR libgomp/58756 (FAIL: libgomp.c/pr58392.c execution test)Jakub Jelinek1-0/+58
2013-12-12re PR libgomp/59467 (copyprivate in the fortran testsuite)Jakub Jelinek1-1/+1
2013-11-07libgomp: Prepare for testcases without -fopenmp.Thomas Schwinge5-3/+12
2013-10-11force-parallel-1.c: Expect 4 instead of 5 loopfn matches.Thomas Schwinge9-14/+14
2013-10-11lib-1.c (main): Add missing error check.Thomas Schwinge4-0/+5
2013-10-11_OPENMP pre-processor checks, openmp_version Fortran instrinsic checks.Thomas Schwinge2-0/+18
2013-10-11target.c: New file.Jakub Jelinek85-2/+6209
2013-09-20re PR testsuite/57605 (colors break note pruning in the testsuite)Jakub Jelinek1-0/+3
2013-09-19omp-low.c (expand_omp_sections): Always pass len - 1 to GOMP_sections_start, ...Jakub Jelinek1-0/+29
2013-06-28Disable strassen.f90 test for aarch64 tiny memory.Marcus Shawcroft1-0/+1
2013-06-20libgomp.exp: Reorder lib loads into dependency order.Iain Sandoe5-10/+18
2013-06-10forced.C: Extend current handling of Linux-based x86 systems to cover all GNU...Thomas Schwinge3-3/+3