summaryrefslogtreecommitdiff
path: root/libgomp/libgomp.map
AgeCommit message (Expand)Author
2019-12-22Add OpenACC 2.6 `acc_get_property' supportMaciej W. Rozycki
2019-12-20OpenACC 2.6 deep copy: attach/detach API routinesJulian Brown
2019-05-17OpenACC Profiling Interface (incomplete)Thomas Schwinge
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-11-062018-11-06 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2018-06-20Update OpenACC data clause semantics to the 2.5 behaviorChung-Lin Tang
2018-05-02[openacc] Move GOMP_OPENACC_DIM parsing out of nvptx pluginTom de Vries
2017-05-24OpenACC 1.0 compatibility: acc_async_wait, acc_async_wait_allThomas Schwinge
2017-05-24C/C++ OpenACC: acc_pcopyin, acc_pcreateThomas Schwinge
2016-02-02Merge BUILT_IN_GOACC_HOST_DATA into BUILT_IN_GOACC_DATA_STARTThomas Schwinge
2015-12-01OpenACC host_data support.Julian Brown
2015-11-14omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek
2015-11-12c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris
2015-11-05gcc/Jakub Jelinek
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek
2015-09-28gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell
2015-08-24libgomp.map: Add 4.0.2 version.Nathan Sidwell
2015-04-06libgomp: rework initialization of offloadingIlya Verbin
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge
2014-11-13[PATCH 5/7] OpenMP 4.0 offloading infrastructure: libgomp.Jakub Jelinek
2013-10-11target.c: New file.Jakub Jelinek
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek
2010-07-05acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Handle sun style.Rainer Orth
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek
2006-01-18[multiple changes]Diego Novillo