]> gcc.gnu.org Git - gcc.git/history - libgomp
libstdc++: Fixes for feature test macros (PR 91480)
[gcc.git] / libgomp /
2020-04-23 Andrew Stubbsamdgcn: Check HSA return codes [PR94629]
2020-04-20 Thomas SchwingeAdd 'dg-do run' to 'libgomp.fortran/target-enter-data...
2020-04-20 Tobias BurnusFix declare copyout in libgomp.oacc-c++/declare-pr94120.C
2020-04-17 Tobias Burnus[OpenMP] Fix 'omp exit data' for Fortran arrays (PR...
2020-04-13 Thomas SchwingeRename 'libgomp.oacc-c-c++-common/static-dynamic-lifeti...
2020-04-10 Julian BrownTest cases for mixed structured/dynamic data lifetimes...
2020-04-10 Thomas SchwingeAdd 'dg-do run' to 'libgomp.fortran/target-enter-data...
2020-04-08 Tobias Burnus[C/C++, OpenACC] Reject vars of different scope in...
2020-04-06 Maciej W. Rozyckilibgomp/test: Remove a build sysroot fix regression
2020-04-03 Thomas SchwingeRevert "[nvptx, libgomp] Update pr85381-{2,4}.c test...
2020-03-31 Tobias Burnuslibgomp – fix handling of 'target enter data'
2020-03-24 Tobias BurnusFix OpenMP offload handling for target-link variables...
2020-03-23 Tobias Burnuslibgomp – fix declare target link handling (PR94251)
2020-03-19 Jakub Jelinekc++: Fix up handling of captured vars in lambdas in...
2020-03-19 Tobias Burnuslibgomp/testsuite: ignore blank-line output for functio...
2020-03-18 Tobias BurnusFix libgomp.oacc-fortran/atomic_capture-1.f90
2020-03-18 Tobias Burnuslibgomp testsuite - disable long double for AMDGCN
2020-03-15 Jakub Jelinektree-nested: Fix handling of *reduction clauses with...
2020-02-21 Frederik HarwathAdapt libgomp acc_get_property.f90 test
2020-02-19 Tobias Burnuslibgomp: Fixes + cleanup for OpenACC's Fortran module...
2020-02-13 Frederik HarwathAdd ChangeLog entry for my last commit
2020-02-13 Frederik Harwathopenmp: ignore nowait if async execution is unsupported...
2020-02-10 Frederik HarwathAdd xfails to libgomp tests target-{33,34}.c, target...
2020-02-09 Jakub Jelinekopenmp: Optimize DECL_IN_CONSTANT_POOL vars in target...
2020-02-06 Jakub Jelinekopenmp: Fix handling of non-addressable shared scalars...
2020-02-05 Tobias Burnus[libgomp] – Fix check_effective_target_offload_target_n...
2020-02-03 Andrew StubbsRemove gfx801 "carrizo" support
2020-02-03 Tobias Burnus[OpenACC] bump version for 2.6 plus libgomp.texi update
2020-01-31 Kwok Cheung Yeung[amdgcn] Scale number of threads/workers with VGPR...
2020-01-30 Tobias BurnusSkip plugin-{gcn,hsa} for (-m)x32 (PR bootstrap/93409)
2020-01-29 Frederik HarwathAdd acc_device_radeon to name_of_acc_device_t function
2020-01-29 Frederik HarwathAdjust formatting of acc_get_property tests
2020-01-29 Frederik HarwathAdd OpenACC acc_get_property support for AMD GCN
2020-01-28 Julian BrownDon't allow mixed component and non-component accesses...
2020-01-24 Maciej W. RozyckiAdd `--with-toolexeclibdir=' configuration option
2020-01-24 Frederik HarwathAdd missing ChangeLog entry for my last commit
2020-01-24 Frederik HarwathFix expectation and types in acc_get_property tests
2020-01-23 Andrew StubbsFix libgomp plugin-gcn bug
2020-01-21 Frederik HarwathAdd runtime ISA check for amdgcn offloading
2020-01-20 Andrew StubbsUpdate OpenACC tests for amdgcn
2020-01-17 Andrew StubbsRename acc_device_gcn to acc_device_radeon
2020-01-10 Thomas SchwingeOpenACC 'acc_get_property' cleanup
2020-01-10 Thomas SchwingeFurther changes for the OpenACC 'if_present' clause...
2020-01-10 Jakub Jelinekre PR libgomp/93219 (unused return value in affinity...
2020-01-10 Tobias BurnusOpenACC – support "if" + "if_present" clauses with...
2020-01-08 Tobias Burnuslibgomp.texi: Fix typos, use https (actual change)
2020-01-08 Tobias Burnuslibgomp.texi: Fix typos, use https.
2020-01-03 Tobias BurnusFortran] OpenMP/OpenACC – fix more issues with OPTIONAL
2020-01-01 Jakub JelinekUpdate copyright years.
2020-01-01 Jakub Jelinekgcc.c (process_command): Update copyright notice dates.
2019-12-31 Ayush Mittalre PR libgomp/93065 (libgomp: destructor missing to...
2019-12-28 Jakub Jelinekre PR bootstrap/93074 (build FAIL with --enable-offload...
2019-12-22 Maciej W. RozyckiAdd OpenACC 2.6 `acc_get_property' support
2019-12-22 Maciej W. Rozyckilibgomp/test: Fix compilation for build sysroot
2019-12-21 Thomas Schwinge[OMP] Restore 'omp declare target link' handling
2019-12-20 Julian BrownFortran polymorphic class-type support for OpenACC
2019-12-20 Julian BrownOpenACC 2.6 deep copy: Fortran execution tests
2019-12-20 Julian BrownOpenACC 2.6 deep copy: C and C++ execution tests
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 Jakub Jelinekre PR middle-end/86416 ([OpenMP] Offloading - better...
2019-12-18 Julian BrownAdd OpenACC 2.6's no_create
2019-12-18 Thomas Schwinge[OpenACC] Refactor 'goacc_enter_data' so that it can...
2019-12-18 Thomas Schwinge[OpenACC] Refactor 'goacc_enter_data' so that it can...
2019-12-18 Thomas Schwinge[OpenACC] Refactor 'goacc_remove_pointer' interface
2019-12-18 Thomas Schwinge[OpenACC] Refactor 'GOACC_enter_exit_data' to call...
2019-12-18 Thomas Schwinge[OpenACC] Refactor 'delete_copyout' into 'goacc_exit_data'
2019-12-18 Thomas Schwinge[OpenACC] Refactor 'present_create_copy' into 'goacc_en...
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 Schwinge[PR92726, PR92970, PR92984] [OpenACC] Clarify 'acc_dele...
2019-12-18 Thomas Schwinge[OpenACC] Elaborate/simplify 'exit data' 'finalize...
2019-12-18 Thomas Schwinge[PR92848] [OpenACC] Use 'GOMP_MAP_VARS_ENTER_DATA'...
2019-12-18 Thomas SchwingeMake 'libgomp/target.c:gomp_unmap_tgt' 'static' again
2019-12-18 Tobias BurnusPR 86416 – improve lto1 diagnostic if a mode does not...
2019-12-17 Tobias Burnuslibgomp/openacc.f90 – clean-up public/private attributes
2019-12-13 Julian BrownFix potential race condition in OpenACC "exit data...
2019-12-13 Andrew StubbsUpdate OpenACC tests for amdgcn
2019-12-13 Tobias Burnuslibgomp/openacc.f90 – clean-up public/private attributes
2019-12-11 Jakub Jelinekre PR fortran/92899 ([OpenMP] ICE in gfc_trans_omp_atom...
2019-12-11 Thomas Schwinge[PR92843] [OpenACC] Fix dynamic reference counting...
2019-12-11 Thomas Schwinge[OpenACC] Consolidate 'GOACC_enter_exit_data' and its...
2019-12-11 Thomas Schwinge[OpenACC] Consolidate 'async'/'wait' code in 'libgomp...
2019-12-11 Thomas Schwinge[PR92854] Add 'libgomp.oacc-c-c++-common/acc_map_data...
2019-12-11 Thomas Schwinge[OpenACC] Initialize 'dynamic_refcount' whenever we...
2019-12-11 Tobias Burnuslibgomp – spelling fixes, incl. omp_lib.h.in
2019-12-11 Tobias Burnus[OpenMP/OpenACC/Fortran] Fix mapping of optional (prese...
2019-12-09 Thomas Schwinge[PR92116, PR92877] [OpenACC] Replace 'openacc.data_envi...
2019-12-09 Thomas Schwinge[PR92503] [OpenACC] Don't silently 'acc_unmap_data...
2019-12-09 Thomas Schwinge[PR92840] [OpenACC] Refuse 'acc_unmap_data' unless...
2019-12-09 Thomas Schwinge[PR92511] More testing for OpenACC "present" subarrays
2019-12-09 Thomas SchwingeAdd 'libgomp.oacc-c-c++-common/map-data-1.c'
2019-12-09 Thomas Schwinge[PR92854] Add 'libgomp.oacc-c-c++-common/pr92854-1.c'
2019-12-09 Thomas SchwingeAdd 'libgomp.oacc-c-c++-common/host_data-6.c'
2019-12-09 Thomas SchwingeIn 'libgomp/target.c:gomp_exit_data', remove open-coded...
2019-12-09 Tobias Burnuslibgomp/testsuite/*fortran – make 'stop' values unique
2019-12-06 Kwok Cheung YeungFix Fortran linker errors on AMD GCN
next
This page took 0.127743 seconds and 8 git commands to generate.