aboutsummaryrefslogtreecommitdiff
path: root/libgomp
AgeCommit message (Expand)AuthorFilesLines
2019-12-12re PR fortran/92899 ([OpenMP] ICE in gfc_trans_omp_atomic, at fortran/trans-o...Jakub Jelinek2-0/+51
2019-12-11[PR92843] [OpenACC] Fix dynamic reference counting for structured 'REFCOUNT_I...Thomas Schwinge6-21/+242
2019-12-11[OpenACC] Consolidate 'GOACC_enter_exit_data' and its helper functions in 'li...Thomas Schwinge5-263/+281
2019-12-11[OpenACC] Consolidate 'async'/'wait' code in 'libgomp/oacc-async.c'Thomas Schwinge5-73/+81
2019-12-11[PR92854] Add 'libgomp.oacc-c-c++-common/acc_map_data-device_already-*.c', 'l...Thomas Schwinge7-0/+210
2019-12-11[OpenACC] Initialize 'dynamic_refcount' whenever we initialize 'refcount'Thomas Schwinge2-0/+9
2019-12-11libgomp – spelling fixes, incl. omp_lib.h.inTobias Burnus16-36/+56
2019-12-11[OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) argumentsTobias Burnus3-2/+8
2019-12-09[PR92116, PR92877] [OpenACC] Replace 'openacc.data_environ' by standard libgo...Thomas Schwinge8-112/+64
2019-12-09[PR92503] [OpenACC] Don't silently 'acc_unmap_data' in 'acc_free'Thomas Schwinge18-30/+242
2019-12-09[PR92840] [OpenACC] Refuse 'acc_unmap_data' unless mapped by 'acc_map_data'Thomas Schwinge7-17/+126
2019-12-09[PR92511] More testing for OpenACC "present" subarraysThomas Schwinge10-126/+670
2019-12-09Add 'libgomp.oacc-c-c++-common/map-data-1.c'Thomas Schwinge2-0/+55
2019-12-09[PR92854] Add 'libgomp.oacc-c-c++-common/pr92854-1.c'Thomas Schwinge2-0/+34
2019-12-09Add 'libgomp.oacc-c-c++-common/host_data-6.c'Thomas Schwinge2-0/+49
2019-12-09In 'libgomp/target.c:gomp_exit_data', remove open-coded 'gomp_remove_var'Thomas Schwinge2-10/+5
2019-12-09libgomp/testsuite/*fortran – make 'stop' values uniqueTobias Burnus8-338/+350
2019-12-06Fix Fortran linker errors on AMD GCNKwok Cheung Yeung2-0/+6
2019-12-06[OpenMP/OpenACC/Fortran] Fix mapping of optional (present|absent) argumentsTobias Burnus22-100/+1457
2019-12-05OpenMP] Fix use_device_… with absent optional argTobias Burnus1-12/+39
2019-12-05testsuite/libgomp.oacc-fortran: Update dg-output to fix GCNTobias Burnus4-9/+31
2019-12-04re PR fortran/92756 (ICE in lower_omp, at omp-low.c:12988)Jakub Jelinek3-0/+165
2019-12-03Validate acc_device_t usesFrederik Harwath2-8/+54
2019-12-03Enable OpenACC GCN testing.Andrew Stubbs5-0/+66
2019-12-03musl: Fix invalid tls model in libgomp and libitm PR91938Szabolcs Nagy2-0/+8
2019-11-29Fortran] OpenACC – permit common blocks in some clausesTobias Burnus2-6/+89
2019-11-29re PR c++/60228 (ICE using lambda in #pragma omp declare reduction)Jakub Jelinek2-108/+0
2019-11-29re PR c++/60228 (ICE using lambda in #pragma omp declare reduction)Jakub Jelinek3-0/+222
2019-11-27Fix 'libgomp.fortran/target-print-1.f90', 'libgomp.oacc-fortran/print-1.f90' ...Thomas Schwinge6-4/+61
2019-11-21Fix failures on Solaris with -fno-common defaultRainer Orth7-27/+36
2019-11-20AMD GCN libgomp plugin queue-full condition locking fixJulian Brown2-13/+20
2019-11-20Fix host-to-device copies from rodata for AMD GCNJulian Brown2-4/+41
2019-11-20OpenACC "present" subarrays: runtime API return value and unmapping fixesJulian Brown8-13/+87
2019-11-20libgomp/test: Add flags to find libatomic in build-tree testingMaciej W. Rozycki2-0/+19
2019-11-18libgomp: Regenerate `testsuite/Makefile.in' for GCC_HEADER_STDINT removalMaciej W. Rozycki2-1/+4
2019-11-15Add tests for print from offload target.Andrew Stubbs5-0/+71
2019-11-13GCN Libgomp PluginAndrew Stubbs7-10/+4156
2019-11-13Optimize GCN OpenMP malloc performanceAndrew Stubbs5-12/+106
2019-11-13GCN libgomp portAndrew Stubbs26-7/+1115
2019-11-13Add device number to GOMP_OFFLOAD_openacc_async_constructAndrew Stubbs5-4/+16
2019-11-13Move generic libgomp files from nvptx to accelAndrew Stubbs21-1/+43
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki4-0/+248
2019-11-11Fortran] Support absent optional args with use_device_{ptr,addr}Tobias Burnus3-0/+61
2019-11-11Torture testing: 'libgomp.fortran/target9.f90'Thomas Schwinge2-0/+3
2019-11-11Torture testing: 'libgomp.fortran/use_device_addr-3.f90', 'libgomp.fortran/us...Thomas Schwinge4-0/+13
2019-11-06Warn about inconsistent OpenACC nested reduction clausesFrederik Harwath5-4/+15
2019-11-04libgomp - remove dg-run if dg-options O2 is usedTobias Burnus6-5/+9
2019-11-04libgomp/testsuite - use unique numbers with Fortran's 'stop'Tobias Burnus7-583/+594
2019-11-01OpenMP] use_device_addr/use_device_ptr with Fortran allocatable/pointer arraysTobias Burnus6-12/+2214
2019-10-30Fortran/OpenMP] Don't create "alloc:" for 'target exit data'Tobias Burnus2-0/+127