summaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)Author
2019-11-11Fortran] Support absent optional args with use_device_{ptr,addr}Tobias Burnus
2019-11-11Torture testing: 'libgomp.fortran/target9.f90'Thomas Schwinge
2019-11-11Torture testing: 'libgomp.fortran/use_device_addr-3.f90', 'libgomp.fortran/us...Thomas Schwinge
2019-11-06Warn about inconsistent OpenACC nested reduction clausesFrederik Harwath
2019-11-04libgomp - remove dg-run if dg-options O2 is usedTobias Burnus
2019-11-04libgomp/testsuite - use unique numbers with Fortran's 'stop'Tobias Burnus
2019-11-01OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arraysTobias Burnus
2019-10-30Fortran/OpenMP] Don't create "alloc:" for 'target exit data'Tobias Burnus
2019-10-30libgomp/testsuite – use 'stop'Tobias Burnus
2019-10-30libgomp/testsuite – use 'stop' and 'dg-do run'Tobias Burnus
2019-10-28Fortran] OpenACC – libgomp/testsuite – use 'stop' and 'dg-do run'Tobias Burnus
2019-10-25[Fortran] OpenACC – permit common blocks in some clausesCesar Philippidis
2019-10-14re PR libgomp/92081 (FAIL: libgomp.fortran/target-simd.f90 execution test)Jakub Jelinek
2019-10-11[OpenMP,Fortran] Fix several OpenMP use_device_addr/map/update errorsTobias Burnus
2019-10-09[PR92036] Add 'libgomp.oacc-c-c++-common/data-firstprivate-1.c'Thomas Schwinge
2019-10-09re PR testsuite/91884 (libgomp testsuite: (not) using a specific driver for C...Tobias Burnus
2019-10-09re PR libgomp/92028 (OpenACC 'host_data' execution test regressions with nvpt...Jakub Jelinek
2019-10-08Fortran - fix OpenMP 'target simd'Tobias Burnus
2019-10-03Libgomp magic offset value self-documentationJulian Brown
2019-10-02Testsuite, remove alloca headerAndreas Tobler
2019-10-02Fix omp target issue with Fortran optional argumentsTobias Burnus
2019-10-01configure.ac: Remove GCC_HEADER_STDINT(gstdint.h).Jakub Jelinek
2019-09-30libgomp_g.h: Include stdint.h instead of gstdint.h.Kwok Cheung Yeung
2019-09-27Regenerate `configure' scripts for `uclinuxfdpiceabi' libtool.m4 updateMaciej W. Rozycki
2019-09-13libgomp plugin - init stringTobias Burnus
2019-09-06Fix GCC_LINUX_FUTEX to work with C99 compilersFlorian Weimer
2019-09-03re PR other/79543 (Inappropriate "ld --version" checking)Chung-Lin Tang
2019-08-28re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime)Jakub Jelinek
2019-08-28re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime)Jakub Jelinek
2019-08-27re PR libgomp/91530 (Several libgomp.*/scan-* tests FAIL without avx_runtime)Jakub Jelinek
2019-08-17re PR libgomp/91473 (Test case libgomp.fortran/appendix-a/a.28.5.f90 is invalid)Thomas Koenig
2019-08-12re PR fortran/91424 (Extend warnings about DO loops)Thomas Koenig
2019-08-08gimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_EXPLICIT for VLA helpe...Jakub Jelinek
2019-08-07tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_USE_DEVICE_PTR OpenMP d...Jakub Jelinek
2019-08-06tree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename to ...Jakub Jelinek
2019-07-31re PR middle-end/91301 (ICE in omp_add_variable on random access iterator dis...Jakub Jelinek
2019-07-23arith.c (gfc_convert_integer, [...]): Move to ...Steven G. Kargl
2019-07-20tree.def (OMP_LOOP): New tree code.Jakub Jelinek
2019-07-09tree-vect-stmts.c (scan_operand_equal_p): Look through MEM_REF with SSA_NAME ...Jakub Jelinek
2019-07-06omp-low.c (lower_rec_input_clauses): For lastprivate clauses in ctx->for_simd...Jakub Jelinek
2019-07-06omp-low.c (struct omp_context): Add for_simd_scan_phase member.Jakub Jelinek
2019-07-04omp-expand.c (expand_omp_for_static_nochunk): Don't emit GOMP_loop_start at t...Jakub Jelinek
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek
2019-06-19Test cases to verify OpenACC 'firstprivate' mappingsThomas Schwinge
2019-06-19Add missing results check in 'libgomp.fortran/allocatable3.f90'Thomas Schwinge
2019-06-19Add 'libgomp.oacc-fortran/allocatable-array-1.f90'Cesar Philippidis
2019-06-19[PR90743] Fortran 'allocatable' with OpenACC data/OpenMP 'target' 'map' clausesThomas Schwinge
2019-06-19[PR90861] Document status quo for OpenACC 'declare' not cleaning up for VLAsThomas Schwinge
2019-06-19[PR90862] OpenACC 'declare' ICE when nested inside another constructThomas Schwinge
2019-06-16[openacc, parloops] Fix SIGSEGV in oacc_entry_exit_ok_1Tom de Vries