aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-26Really fix og9 "Fix hang when running oacc exec with CUDA 9.0 nvprof"devel/omp/gcc-9Thomas Schwinge2-4/+13
2020-03-25Fix og9 "Fix hang when running oacc exec with CUDA 9.0 nvprof"Thomas Schwinge2-5/+10
2020-03-05Merge remote-tracking branch 'origin/releases/gcc-9' into devel/omp/gcc-9Tobias Burnus968-5577/+30084
2020-03-05Merge commit 'a0c06cc27d2146b7d86758ffa236516c6143d62c' into devel/omp/gcc-9Tobias Burnus861-175333/+200351
2020-03-05Fix ICE in trans_associate_varPaul Thomas4-10/+61
2020-03-05c++: Fix constexpr ICE from const mismatch [PR91607]Jason Merrill2-1/+8
2020-03-04PR c++/90938 - Initializing array with {1} works, but not {0}Martin Sebor6-1/+192
2020-03-05Daily bump.GCC Administrator1-1/+1
2020-03-04c++: Fix ICE in tsubst_copy with parenthesized expression [PR93299]Marek Polacek3-0/+28
2020-03-04sanopt: Avoid crash on anonymous parameter [PR93436]Marek Polacek2-3/+15
2020-03-04c++: Fix value-init crash in template [PR93676]Marek Polacek3-2/+27
2020-03-04c++: Fix mismatch in template argument deduction [PR90505]Marek Polacek6-0/+73
2020-03-04c++: Fix [[no_unique_address]] and default mem-init [PR90432]Jason Merrill4-0/+32
2020-03-04c++: avoid ICE with __builtin_memset (PR90997).Jason Merrill3-1/+10
2020-03-04Remove unnecessary XFAILs from existing testcase 20050603-3.c.Will Schmidt2-3/+6
2020-03-04maintainer-scripts: Speed up git clone in gcc_releaseJakub Jelinek2-4/+19
2020-03-04Daily bump.GCC Administrator1-1/+1
2020-03-03[og9] Fix libgomp.oacc-fortran/lib-16.f90 testKwok Cheung Yeung2-0/+9
2020-03-03[og9] Backport AMD GCN backend improvements from mainlineKwok Cheung Yeung5-63/+148
2020-03-03[og9] Re-do OpenACC private variable resolutionJulian Brown16-74/+289
2020-03-03[og9] Fix libgomp serial-dims.c test for AMD GCNJulian Brown2-0/+11
2020-03-03Fix OpenMP's use_device_ptr with Fortran array descriptorsTobias Burnus18-23/+1125
2020-03-03Fortran - fix OpenMP 'target simd'Tobias Burnus4-0/+41
2020-03-03Fortran - Improve OpenMP/OpenACC diagnosticTobias Burnus6-51/+92
2020-03-03Backport Fortran OMG/ACC diagnositic patchTobias Burnus24-111/+161
2020-03-03[og9] Handle references in OpenACC "private" clausesJulian Brown6-0/+225
2020-03-03Backport from mainlineTobias Burnus11-13/+256
2020-03-03[og9] Add 'ephemeral' parameter to GOMP_OFFLOAD_openacc_async_host2devJulian Brown2-1/+17
2020-03-03Reduce testsuite failsTobias Burnus4-36/+46
2020-03-03libgomp - fix dg-warning line numbersTobias Burnus3-5/+11
2020-03-03Use PRId64 if availableTobias Burnus2-1/+15
2020-03-03Silence compiler warningsTobias Burnus10-22/+38
2020-03-03[og9] Fix OpenACC "ephemeral" asynchronous host-to-device copiesJulian Brown10-87/+133
2020-03-03[og9] OpenACC profiling-interface fixes for asynchronous operationsJulian Brown6-88/+197
2020-03-03[og9] Fix uninitialised read in gomp_map_vars_internalJulian Brown2-2/+6
2020-03-03[og9] Update expected messages, errors and warnings for "kernels" testsJulian Brown10-60/+73
2020-03-03[og9] A couple of GCN-specific test fixesJulian Brown5-5/+25
2020-03-03libgomp plugin-gcn - init stringTobias Burnus2-3/+8
2020-03-03[og9] Clean up dead/write-only fields in GCN libgomp pluginJulian Brown4-72/+37
2020-03-03[og9] Improve async serialize implementation for AMD GCN libgomp pluginJulian Brown4-25/+198
2020-03-03[og9] Fix src_copy mismerge in GOMP_OFFLOAD_openacc_async_host2devJulian Brown2-1/+6
2020-03-03Fix memory leak in libgomp when using OpenMPKwok Cheung Yeung2-0/+5
2020-03-03Detect number of GPU compute units.Andrew Stubbs2-3/+36
2020-03-03Use GFX9 granulated sgprs count correctly.Andrew Stubbs2-1/+14
2020-03-03Fix relocations with multiple devices.Andrew Stubbs2-18/+13
2020-03-03Move offload data into GPU memory.Andrew Stubbs4-66/+158
2020-03-03Add -march=gfx906 for AMD GCN.Andrew Stubbs4-2/+24
2020-03-03[og9] OpenACC profiling support for AMD GCNJulian Brown5-0/+123
2020-03-03[og9] Use more appropriate var in localize_reductions callJulian Brown2-1/+7
2020-03-03[og9] Add omp_pause_resource{,_all} for AMD GCNJulian Brown2-0/+23