Age | Commit message (Expand) | Author | Files | Lines |
2022-10-12 | libgomp: Fix up creation of artificial teams | Jakub Jelinek | 2 | -0/+53 |
2022-09-24 | openmp, c: Tighten up c_tree_equal [PR106981] | Jakub Jelinek | 1 | -0/+19 |
2022-09-12 | nvptx/mkoffload.cc: Warn instead of error when reverse offload is not possible | Tobias Burnus | 4 | -0/+5 |
2022-09-12 | libgomp: Fix up icv-6.c [PR106894] | Jakub Jelinek | 1 | -9/+17 |
2022-09-08 | OpenMP, libgomp: Environment variable syntax extension | Marcel Vollweiler | 6 | -0/+263 |
2022-08-26 | OpenMP: Support reverse offload (middle end part) | Tobias Burnus | 2 | -0/+93 |
2022-07-29 | Add libgomp.c-c++-common/pr106449-2.c | Tobias Burnus | 1 | -0/+64 |
2022-07-29 | openmp: Fix up handling of non-rectangular simd loops with pointer type itera... | Jakub Jelinek | 1 | -0/+62 |
2022-07-08 | Fix one issue in OpenMP 'requires' directive diagnostics | Thomas Schwinge | 4 | -4/+18 |
2022-07-07 | Fix Intel MIC 'mkoffload' for OpenMP 'requires' | Thomas Schwinge | 3 | -3/+3 |
2022-07-07 | Enhance 'libgomp.c-c++-common/requires-4.c', 'libgomp.c-c++-common/requires-5... | Thomas Schwinge | 2 | -12/+31 |
2022-07-07 | Adjust 'libgomp.c-c++-common/requires-3.c' | Thomas Schwinge | 1 | -1/+1 |
2022-07-04 | OpenMP: Move omp requires checks to libgomp | Tobias Burnus | 13 | -0/+224 |
2022-06-15 | openmp: Fix up get-mapped-ptr-1.{c,f90} tests | Jakub Jelinek | 1 | -2/+8 |
2022-06-13 | openmp: Conforming device numbers and omp_{initial,invalid}_device | Jakub Jelinek | 1 | -1/+4 |
2022-05-31 | openmp: Add support for firstprivate and allocate clauses on scope construct | Jakub Jelinek | 3 | -2/+117 |
2022-05-27 | openmp: Add support for enter clause on declare target | Jakub Jelinek | 1 | -1/+1 |
2022-05-25 | libgomp: Fix occassional hangs with taskwait nowait depend | Jakub Jelinek | 1 | -0/+48 |
2022-05-24 | openmp: Add taskwait nowait depend support [PR105378] | Jakub Jelinek | 1 | -0/+39 |
2022-05-20 | libgomp: Add new runtime routines omp_target_memcpy_async and omp_target_memc... | Marcel Vollweiler | 4 | -0/+279 |
2022-05-17 | openmp: Add support for inoutset depend-kind | Jakub Jelinek | 4 | -3/+182 |
2022-05-12 | openmp: Add omp_all_memory support (C/C++ only so far) | Jakub Jelinek | 3 | -0/+329 |
2022-05-06 | OpenMP, libgomp: Add new runtime routine omp_target_is_accessible. | Marcel Vollweiler | 1 | -0/+47 |
2022-05-02 | OpenMP, libgomp: Add new runtime routine omp_get_mapped_ptr. | Marcel Vollweiler | 4 | -0/+247 |
2022-03-23 | LTO: Fixes for renaming issues with offload/OpenMP [PR104285] | Tobias Burnus | 3 | -0/+166 |
2022-02-22 | [libgomp, nvptx] Fix hang in gomp_team_barrier_wait_end | Tom de Vries | 1 | -8/+0 |
2022-02-22 | [libgomp, testsuite, nvptx] Fix pr96390.c without CUDA | Tom de Vries | 1 | -0/+1 |
2022-02-09 | C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct. | Marcel Vollweiler | 1 | -0/+73 |
2022-01-13 | Improve Intel MIC offloading XFAILing for 'omp_get_device_num' | Thomas Schwinge | 2 | -1/+24 |
2022-01-04 | libgomp/testsuite: Improve omp_get_device_num() tests | Tobias Burnus | 1 | -11/+17 |
2021-12-09 | OpenMP 5.0: Remove array section base-pointer mapping semantics and other fro... | Chung-Lin Tang | 1 | -0/+46 |
2021-11-15 | openmp: Add support for thread_limit clause on target | Jakub Jelinek | 1 | -0/+23 |
2021-11-12 | openmp: Relax handling of implicit map vs. existing device mappings | Chung-Lin Tang | 1 | -0/+31 |
2021-11-12 | openmp: Honor OpenMP 5.1 num_teams lower bound | Jakub Jelinek | 1 | -0/+70 |
2021-11-11 | openmp: Add support for 2 argument num_teams clause | Jakub Jelinek | 1 | -0/+26 |
2021-10-30 | OpenMP: Add strictly nested API call check [PR102972] | Tobias Burnus | 2 | -0/+4 |
2021-10-12 | openmp: Add testsuite coverage for omp_{get_max,set_num}_threads and omp_{s,g... | Jakub Jelinek | 2 | -0/+94 |
2021-10-12 | libgomp: alloc* test fixes [PR102628, PR102668] | Jakub Jelinek | 1 | -6/+6 |
2021-10-11 | libgomp: Add tests for omp_atv_serialized and deprecate omp_atv_sequential. | Marcel Vollweiler | 1 | -0/+25 |
2021-10-09 | Adjust more testcases for O2 vectorization enabling. | liuhongt | 2 | -2/+2 |
2021-10-01 | openmp: Differentiate between order(concurrent) and order(reproducible:concur... | Jakub Jelinek | 2 | -0/+91 |
2021-10-01 | openmp: Add alloc_align attribute to omp_aligned_*alloc and testcase for omp_... | Jakub Jelinek | 1 | -0/+271 |
2021-09-30 | openmp: Add omp_aligned_{,c}alloc and omp_{c,re}alloc | Jakub Jelinek | 5 | -1/+602 |
2021-09-22 | openmp: Add support for allocator and align modifiers on allocate clauses | Jakub Jelinek | 2 | -0/+442 |
2021-09-18 | openmp: Allow private or firstprivate arguments to default clause even for C/C++ | Jakub Jelinek | 1 | -0/+25 |
2021-09-17 | openmp: Add support for OpenMP 5.1 atomics for C++ | Jakub Jelinek | 3 | -3/+3 |
2021-09-10 | openmp: Implement OpenMP 5.1 atomics, so far for C only | Jakub Jelinek | 3 | -0/+526 |
2021-09-03 | libgomp.*/error-1.{c,f90}: Fix dg-output newline pattern | Tobias Burnus | 1 | -3/+3 |
2021-08-23 | Allow matching Intel MIC in OpenMP 'declare variant' | Thomas Schwinge | 2 | -1/+14 |
2021-08-23 | openmp: Add support for strict modifier on grainsize/num_tasks clauses | Jakub Jelinek | 2 | -1/+137 |