Simplify tree streaming.
[gcc.git] / libgomp / target.c
2020-03-31 Tobias Burnuslibgomp – fix handling of 'target enter data'
2020-03-23 Tobias Burnuslibgomp – fix declare target link handling (PR94251)
2020-02-13 Frederik Harwathopenmp: ignore nowait if async execution is unsupported...
2020-01-10 Thomas SchwingeOpenACC 'acc_get_property' cleanup
2020-01-10 Thomas SchwingeFurther changes for the OpenACC 'if_present' clause...
2020-01-10 Tobias BurnusOpenACC – support "if" + "if_present" clauses with...
2020-01-01 Jakub JelinekUpdate copyright years.
2019-12-22 Maciej W. RozyckiAdd OpenACC 2.6 `acc_get_property' support
2019-12-21 Thomas Schwinge[OMP] Restore 'omp declare target link' handling
2019-12-20 Julian BrownOpenACC 2.6 deep copy: libgomp parts
2019-12-20 Julian BrownOpenACC 2.6 deep copy: attach/detach API routines
2019-12-20 Julian BrownUse gomp_map_val for OpenACC host-to-device address...
2019-12-20 Julian BrownOpenACC reference count overhaul
2019-12-20 Julian BrownUse aux struct in libgomp for infrequently-used/API...
2019-12-18 Julian BrownAdd OpenACC 2.6's no_create
2019-12-18 Thomas SchwingeAssert in 'libgomp/target.c:gomp_unmap_vars_internal...
2019-12-18 Thomas Schwinge[OpenACC] In 'libgomp/target.c:gomp_to_device_kind_p...
2019-12-18 Thomas SchwingeMake 'libgomp/target.c:gomp_unmap_tgt' 'static' again
2019-12-13 Julian BrownFix potential race condition in OpenACC "exit data...
2019-12-11 Thomas Schwinge[OpenACC] Initialize 'dynamic_refcount' whenever we...
2019-12-09 Thomas Schwinge[PR92116, PR92877] [OpenACC] Replace 'openacc.data_envi...
2019-12-09 Thomas SchwingeIn 'libgomp/target.c:gomp_exit_data', remove open-coded...
2019-10-09 Jakub Jelinekre PR libgomp/92028 (OpenACC 'host_data' execution...
2019-10-03 Julian BrownLibgomp magic offset value self-documentation
2019-08-08 Jakub Jelinekgimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_...
2019-05-24 Jakub Jelinekre PR libgomp/90585 (libgomp hsa plugin ftbfs in the...
2019-05-13 Chung-Lin Tang2019-05-13 Chung-Lin Tang <cltang@codesourcery.com>
2019-02-22 Thomas Schwinge[libgomp] Clarify difference between offload target...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-28 Thomas SchwingeCleanup libgomp's coalesce chunk data structures
2018-12-09 Thomas SchwingeCoalesce host to device transfers in libgomp: not for...
2018-11-08 Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-06-20 Chung-Lin TangUpdate OpenACC data clause semantics to the 2.5 behavior
2018-01-03 Jakub JelinekUpdate copyright years.
2017-11-22 Jakub Jelinekre PR libgomp/83106 (libgomp/target.c:2671:2: error...
2017-10-28 Jakub Jelinektarget.c (struct gomp_coalesce_buf): New type.
2017-02-02 Thomas Schwingelibgomp: Normalize the names of a few functions of...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-05-26 Chung-Lin Tangoacc-plugin.h (GOMP_PLUGIN_async_unmap_vars): Add int...
2016-05-26 Chung-Lin Tangtarget.c (gomp_device_copy): New function.
2016-04-12 Jakub Jelinekomp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE...
2016-01-22 Ilya Verbintarget.c (gomp_get_target_fn_addr): Allow host fallback...
2016-01-19 Martin JamborMerge of HSA
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-15 Ilya Verbinc-common.c (c_common_attribute_table): Handle "omp...
2015-12-14 Ilya Verbinlibgomp.h (gomp_device_state): New enum.
2015-11-14 Jakub Jelinekomp-low.c (lower_omp_ordered): Add argument to GOMP_SMD...
2015-11-05 Jakub Jelinekgcc/
2015-10-14 Ilya Verbintarget.c (gomp_map_vars): Initialize tgt->tgt_start...
2015-10-13 Jakub Jelinekbuiltin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG...
2015-08-24 Nathan Sidwelllibgomp.map: Add 4.0.2 version.
2015-07-21 Nathan Sidwelltarget.c (gomp_offload_image_to_device): Rename to ...
2015-07-17 Nathan Sidwelltarget.c (GOMP_offload_register): Use int for device...
2015-07-17 Nathan Sidwellmkoffload.c (process): Constify host data.
2015-07-17 Nathan Sidwellmkoffload.c (process): Constify target data.
2015-05-27 Chung-Lin Tangtarget.c (gomp_map_pointer): New function abstracting...
2015-04-08 Julian Brownmkoffload.c (process): Support variable mapping.
2015-04-06 Ilya Verbinlibgomp: rework initialization of offloading
2015-03-25 Kai Tietzre PR libgomp/64972 (Build failure in libgomp for i686...
2015-02-18 Ilya Tocartarget.c (gomp_load_plugin_for_device): Use const char...
2015-01-28 Jack Howarthre PR libgomp/64635 (darwin produces libgomp-plugin...
2015-01-19 Thomas Schwinge[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable...
2015-01-16 Gerald Pfeifer* target.c (num_devices): Guard with PLUGIN_SUPPORT.
2015-01-15 Thomas SchwingeMerge current set of OpenACC changes from gomp-4_0...
2015-01-10 Thomas Schwingelibgomp: Now known as the GNU Offloading and Multi...
2015-01-05 Jakub JelinekUpdate copyright years.
2014-11-13 Jakub Jelinek[PATCH 5/7] OpenMP 4.0 offloading infrastructure: libgomp.
2014-01-02 Richard SandifordUpdate copyright years in libgomp/
2013-10-11 Jakub Jelinektarget.c: New file.