aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
2019-10-09[PR92036] Add 'libgomp.oacc-c-c++-common/data-firstprivate-1.c'Thomas Schwinge2-0/+171
2019-10-09re PR testsuite/91884 (libgomp testsuite: (not) using a specific driver for C...Tobias Burnus3-0/+19
2019-10-09re PR libgomp/92028 (OpenACC 'host_data' execution test regressions with nvpt...Jakub Jelinek2-0/+31
2019-10-08Fortran - fix OpenMP 'target simd'Tobias Burnus2-0/+30
2019-10-03Libgomp magic offset value self-documentationJulian Brown3-17/+41
2019-10-02Testsuite, remove alloca headerAndreas Tobler3-8/+12
2019-10-02Fix omp target issue with Fortran optional argumentsTobias Burnus1-0/+36
2019-10-01configure.ac: Remove GCC_HEADER_STDINT(gstdint.h).Jakub Jelinek10-816/+14
2019-09-30libgomp_g.h: Include stdint.h instead of gstdint.h.Kwok Cheung Yeung2-1/+5
2019-09-27Regenerate `configure' scripts for `uclinuxfdpiceabi' libtool.m4 updateMaciej W. Rozycki2-9/+23
2019-09-13libgomp plugin - init stringTobias Burnus2-3/+8
2019-09-06Fix GCC_LINUX_FUTEX to work with C99 compilersFlorian Weimer2-0/+6
2019-09-03re PR other/79543 (Inappropriate "ld --version" checking)Chung-Lin Tang3-2/+9
2019-08-28re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime)Jakub Jelinek2-12/+0
2019-08-28re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime)Jakub Jelinek3-0/+30
2019-08-27re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime)Jakub Jelinek19-2/+44
2019-08-17re PR libgomp/91473 (Test case libgomp.fortran/appendix-a/a.28.5.f90 is invalid)Thomas Koenig2-1/+7
2019-08-12re PR fortran/91424 (Extend warnings about DO loops)Thomas Koenig2-3/+9
2019-08-08gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT for VLA helpe...Jakub Jelinek4-13/+201
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek3-8/+77
2019-08-06tree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename to ...Jakub Jelinek4-0/+1022
2019-07-31re PR middle-end/91301 (ICE in omp_add_variable on random access iterator dis...Jakub Jelinek2-0/+174
2019-07-23arith.c (gfc_convert_integer, [...]): Move to ...Steven G. Kargl3-33/+38
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek2-0/+131
2019-07-09tree-vect-stmts.c (scan_operand_equal_p): Look through MEM_REF with SSA_NAME ...Jakub Jelinek3-2/+7
2019-07-06omp-low.c (lower_rec_input_clauses): For lastprivate clauses in ctx->for_simd...Jakub Jelinek3-0/+241
2019-07-06omp-low.c (struct omp_context): Add for_simd_scan_phase member.Jakub Jelinek17-0/+2145
2019-07-04omp-expand.c (expand_omp_for_static_nochunk): Don't emit GOMP_loop_start at t...Jakub Jelinek3-0/+237
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek17-0/+2097
2019-06-19Test cases to verify OpenACC 'firstprivate' mappingsThomas Schwinge3-0/+13
2019-06-19Add missing results check in 'libgomp.fortran/allocatable3.f90'Thomas Schwinge2-0/+6
2019-06-19Add 'libgomp.oacc-fortran/allocatable-array-1.f90'Cesar Philippidis2-0/+32
2019-06-19[PR90743] Fortran 'allocatable' with OpenACC data/OpenMP 'target' 'map' clausesThomas Schwinge6-3/+314
2019-06-19[PR90861] Document status quo for OpenACC 'declare' not cleaning up for VLAsThomas Schwinge2-3/+47
2019-06-19[PR90862] OpenACC 'declare' ICE when nested inside another constructThomas Schwinge2-6/+97
2019-06-16[openacc, parloops] Fix SIGSEGV in oacc_entry_exit_ok_1Tom de Vries2-0/+20
2019-06-15[nvptx, libgomp] Update pr85381-{2,4}.c test-casesTom de Vries3-23/+8
2019-06-15re PR middle-end/90779 (Fortran array initialization in offload regions)Jakub Jelinek3-0/+36
2019-06-15[openacc] Disable pass_thread_jumps for IFN_UNIQUETom de Vries2-0/+39
2019-06-13PR tree-optimization/89713 - Assume loop with an exit is finiteFeng Xue2-0/+36
2019-06-11re PR target/90811 ([nvptx] ptxas error on OpenMP offloaded code)Jakub Jelinek2-0/+34
2019-06-05omp-low.c (lower_rec_input_clauses): For lastprivate conditional references...Jakub Jelinek3-0/+171
2019-06-04gimplify.c (gimplify_scan_omp_clauses): Don't sorry_at on lastprivate conditi...Jakub Jelinek5-0/+247
2019-05-30Generalize getconf _NPROCESSORS_ONLNRainer Orth7-10/+124
2019-05-29gimplify.c (struct gimplify_omp_ctx): Add clauses member.Jakub Jelinek4-0/+310
2019-05-27gimplify.c (gimplify_scan_omp_clauses): Allow lastprivate conditional on sect...Jakub Jelinek2-0/+163
2019-05-27omp-low.c (lower_omp_1): Look through ordered...Jakub Jelinek2-0/+59
2019-05-27re PR libgomp/90641 (libgomp.c-c++-common/lastprivate-conditional-1.c etc FAIL)Jakub Jelinek5-24/+83
2019-05-24tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek3-0/+318
2019-05-24re PR libgomp/90585 (libgomp hsa plugin ftbfs in the x32 multilib variant)Jakub Jelinek7-14/+37