aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite
AgeCommit message (Expand)AuthorFilesLines
2019-07-31re PR middle-end/91301 (ICE in omp_add_variable on random access iterator dis...Jakub Jelinek1-0/+169
2019-07-23arith.c (gfc_convert_integer, [...]): Move to ...Steven G. Kargl2-33/+33
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek1-0/+127
2019-07-09tree-vect-stmts.c (scan_operand_equal_p): Look through MEM_REF with SSA_NAME ...Jakub Jelinek2-2/+2
2019-07-06omp-low.c (lower_rec_input_clauses): For lastprivate clauses in ctx->for_simd...Jakub Jelinek2-0/+238
2019-07-06omp-low.c (struct omp_context): Add for_simd_scan_phase member.Jakub Jelinek16-0/+2126
2019-07-04omp-expand.c (expand_omp_for_static_nochunk): Don't emit GOMP_loop_start at t...Jakub Jelinek2-0/+232
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek16-0/+2078
2019-06-19Test cases to verify OpenACC 'firstprivate' mappingsThomas Schwinge2-0/+9
2019-06-19Add missing results check in 'libgomp.fortran/allocatable3.f90'Thomas Schwinge1-0/+1
2019-06-19Add 'libgomp.oacc-fortran/allocatable-array-1.f90'Cesar Philippidis1-0/+27
2019-06-19[PR90743] Fortran 'allocatable' with OpenACC data/OpenMP 'target' 'map' clausesThomas Schwinge4-0/+300
2019-06-19[PR90861] Document status quo for OpenACC 'declare' not cleaning up for VLAsThomas Schwinge1-3/+44
2019-06-19[PR90862] OpenACC 'declare' ICE when nested inside another constructThomas Schwinge1-6/+92
2019-06-16[openacc, parloops] Fix SIGSEGV in oacc_entry_exit_ok_1Tom de Vries1-0/+15
2019-06-15[nvptx, libgomp] Update pr85381-{2,4}.c test-casesTom de Vries2-23/+2
2019-06-15re PR middle-end/90779 (Fortran array initialization in offload regions)Jakub Jelinek2-0/+30
2019-06-15[openacc] Disable pass_thread_jumps for IFN_UNIQUETom de Vries1-0/+34
2019-06-13PR tree-optimization/89713 - Assume loop with an exit is finiteFeng Xue1-0/+31
2019-06-11re PR target/90811 ([nvptx] ptxas error on OpenMP offloaded code)Jakub Jelinek1-0/+29
2019-06-05omp-low.c (lower_rec_input_clauses): For lastprivate conditional references...Jakub Jelinek2-0/+166
2019-06-04gimplify.c (gimplify_scan_omp_clauses): Don't sorry_at on lastprivate conditi...Jakub Jelinek4-0/+240
2019-05-30Generalize getconf _NPROCESSORS_ONLNRainer Orth2-4/+6
2019-05-29gimplify.c (struct gimplify_omp_ctx): Add clauses member.Jakub Jelinek3-0/+302
2019-05-27gimplify.c (gimplify_scan_omp_clauses): Allow lastprivate conditional on sect...Jakub Jelinek1-0/+161
2019-05-27omp-low.c (lower_omp_1): Look through ordered...Jakub Jelinek1-0/+57
2019-05-24tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek2-0/+315
2019-05-17OpenACC Profiling Interface (incomplete)Thomas Schwinge6-0/+1919
2019-05-08Address compiler diagnostics in libgomp.oacc-c-c++-common/pr87835.cThomas Schwinge1-3/+2
2019-02-22[libgomp] In OpenACC testing, by default only build for the offload target th...Thomas Schwinge7-20/+23
2019-02-22[libgomp] In OpenACC testing, cycle though all offload targetsThomas Schwinge6-46/+60
2019-02-22[libgomp] Clarify difference between offload target, offload plugin, and Open...Thomas Schwinge6-57/+52
2019-02-22[libgomp] In OpenACC offloading testing, be more explicit in what is supporte...Thomas Schwinge4-8/+11
2019-01-31re PR c++/88988 (ICE: Segmentation fault (in lookup_name_real_1))Jakub Jelinek1-0/+28
2019-01-28re PR middle-end/89002 (ICE in scan_omp_1_op, at omp-low.c:3166)Jakub Jelinek1-43/+0
2019-01-28re PR middle-end/89002 (ICE in scan_omp_1_op, at omp-low.c:3166)Jakub Jelinek1-0/+86
2019-01-28re PR testsuite/89064 (libgomp.graphite/force-parallel-5.c fails starting wit...Richard Biener1-1/+1
2019-01-23[nvptx, libgomp] Fix cuMemAlloc with size zeroTom de Vries1-0/+15
2019-01-23[nvptx, libgomp] Fix assert (!s->map->active) in map_finiTom de Vries1-0/+15
2019-01-23[nvptx, libgomp] Fix map_pushTom de Vries1-0/+62
2019-01-15[nvptx] Handle assignment to gang-level reduction variableTom de Vries1-0/+16
2019-01-12[nvptx] Enable setting vector length using -fopenacc-dim -- testcasesTom de Vries4-0/+212
2019-01-12[nvptx] Add vector_length 64 test-casesTom de Vries3-0/+55
2019-01-12[nvptx] Force vl32 if calling vector-partitionable routines -- test-casesTom de Vries2-0/+105
2019-01-12[nvptx] Don't emit barriers for empty loops -- test-casesTom de Vries2-0/+42
2019-01-12[nvptx] Enable large vectors -- reduction testcasesTom de Vries3-0/+173
2019-01-12[nvptx] Enable large vectors -- test-casesTom de Vries3-0/+121
2019-01-12[nvptx] Enable large vectorsTom de Vries2-5/+4
2019-01-11[libgomp, testsuite, openacc] Remove -foffload=-w in reduction-[1-5].cTom de Vries5-15/+0
2019-01-11[nvptx, testsuite, openacc, libgomp] Add insufficient-resources.cTom de Vries1-0/+21