Daily bump.
[gcc.git] / libgomp / testsuite /
2021-01-19 Tobias BurnusOpenMP/Fortran: Fixes for {use,is}_device_ptr
2021-01-16 Kwok Cheung Yeungopenmp: Add support for the OpenMP 5.0 task detach...
2021-01-04 Jakub JelinekUpdate copyright years.
2020-12-18 Jakub Jelinekopenmp: Don't optimize shared to firstprivate on task...
2020-12-08 Tobias BurnusFortran: Add 'omp scan' support of OpenMP 5.0
2020-11-25 Thomas SchwingeFix templatized C++ OpenACC 'cache' directive ICEs
2020-11-25 Andrew StubbsFix atomic_capture-1.f90 testcase
2020-11-24 Thomas Schwinge[testsuite] Avoid Tcl 8.5-specific behavior
2020-11-18 Tobias Burnustestsuite/libgomp.c/usleep.h: Use sleep-loop also for GCN
2020-11-14 Jakub Jelinekopenmp: Add support for non-VLA {,first}private allocat...
2020-11-13 Gergö BaranyDecompose OpenACC 'kernels' constructs into parts,...
2020-11-13 Gergö BaranyAdd 'libgomp.oacc-fortran/pr94358-1.f90' [PR94358]
2020-11-13 Jakub Jelinekopenmp: Support allocate for C/C++ array section reductions
2020-11-12 Jakub Jelinekopenmp: Implement allocate clause in omp lowering.
2020-11-12 Thomas SchwingeAdjust 'libgomp.oacc-fortran/attach-descriptor-1.f90...
2020-11-10 Chung-Lin Tangopenmp: Implement OpenMP 5.0 base-pointer attachement...
2020-11-05 Kwok Cheung Yeungopenmp: Mark deprecated symbols in OpenMP 5.0
2020-11-02 Thomas SchwingeSimplify and enhance 'libgomp.oacc-c-c++-common/pr85486...
2020-11-02 Thomas Schwingelibgomp testsuite: tell warning from error diagnostics...
2020-10-28 Jakub Jelinekopenmp: Implicitly discover declare target for variants...
2020-10-28 Jakub Jelinekxfail and improve some failing libgomp tests [PR81690]
2020-10-28 Jakub Jelineklto: LTO cgraph support for late declare variant resolu...
2020-10-22 Jakub Jelinekopenmp: Add test for OMP_TARGET_OFFLOAD=mandatory for...
2020-10-22 Jakub Jelinekopenmp: Change omp_get_initial_device () to match OpenM...
2020-10-13 Kwok Cheung Yeungopenmp: Add support for the omp_get_supported_active_le...
2020-10-06 Tom de Vries[openacc, libgomp, testsuite] Xfail declare-5.f90
2020-10-06 Tom de Vries[openacc] Fix acc declare for VLAs
2020-10-05 Tom de Vries[omp, ftracer] Don't duplicate blocks in SIMT region
2020-10-02 Tobias Burnuslibgomp: Regenerate configure files with automake 1...
2020-09-30 Tobias BurnusOpenMP: Add implicit declare target for nested procedures
2020-09-29 Andrew Stubbslibgomp: disable barriers in nested teams
2020-09-28 Tobias BurnusOpenMP: Handle cpp_implicit_alias in declare-target...
2020-09-25 Jakub Jelinekopenmp: Add support for non-rect simd and improve colla...
2020-09-22 Tobias Burnuslibgomp.fortran/pr66199-5.f90: Make stop codes unique
2020-09-16 Nathan Sidwellc++: local-scope OMP UDR reductions have no template...
2020-09-15 Tobias BurnusOpenMP/Fortran: Fix (re)mapping of allocatable/pointer...
2020-09-14 Tom de Vries[libgomp, nvptx] Add __sync_compare_and_swap_16
2020-09-08 Julian Brownopenacc: Fix atomic_capture-2.c iteration-ordering...
2020-09-08 Julian Brownopenacc: Fix race condition in Fortran loop collapse...
2020-08-20 Tobias BurnusFortran: Fix OpenMP's 'if(simd:' etc. conditions
2020-08-13 Kwok Cheung Yeungnvptx: Add support for subword compare-and-swap
2020-08-13 Jakub Jelinekopenmp: Add support for non-rectangular loops in tasklo...
2020-08-08 Jakub Jelinekopenmp: Handle clauses with gimple sequences in convert...
2020-08-05 Jakub Jelinekopenmp: Handle even some combined non-rectangular loops
2020-08-05 Jakub Jelinekopenmp: Handle reduction clauses on host teams construc...
2020-08-04 Tom de Vries[nvptx] Handle V2DI/V2SI mode in nvptx_gen_shuffle
2020-08-03 Julian Brownopenacc: No attach/detach present/release mappings...
2020-08-03 Martin JamborRemoval of HSA offloading from gcc and libgomp
2020-07-27 Julian Brownopenacc: Deep copy attach/detach should not affect...
2020-07-24 Thomas Schwinge[testsuite] Unset 'offload_target' after use
2020-07-23 Julian Brownopenacc: Remove unnecessary detach finalization
2020-07-23 Tobias Burnuslibomp: Add omp_depend_kind to omp_lib.{f90,h}
2020-07-22 Tobias Burnuscritical-hint-*.{c,f90}: Move from gcc/testsuite to...
2020-07-18 H.J. Lux86-64: Define ASM_OUTPUT_ALIGNED_DECL_LOCAL
2020-07-16 Julian Brownopenacc: Fix standalone attach for Fortran assumed...
2020-07-15 Tobias Burnuslibgomp.fortran/alloc-1.F90: Fix testcase for 32bit...
2020-07-15 Tobias Burnuslibgomp.fortran/struct-elem-map-1.f90: Add char kind...
2020-07-15 Tobias Burnuslibgomp: Add Fortran routine support for allocators
2020-07-14 Kwok Cheung Yeunglibgomp: Fix hang when profiling OpenACC programs with...
2020-07-14 Tobias Burnus[OpenMP, Fortran] Add structure/derived-type element...
2020-07-14 Tobias Burnus[Fortran, OpenMP] Fix allocatable-components check...
2020-07-14 Jakub Jelinekopenmp: Adjust outer bounds of non-rect loops
2020-07-13 Julian Brownopenacc: Don't strip TO_PSET/POINTER for enter/exit...
2020-07-10 Julian Brownopenacc: Adjust dynamic reference count semantics
2020-07-09 Julian Brownopenacc: Set bias to zero for explicit attach/detach...
2020-07-09 Jakub Jelinekopenmp: Optimize triangular loop logical iterator to...
2020-07-03 Thomas Schwinge[OpenACC] Revert always-copyfrom behavior for 'GOMP_MAP...
2020-06-30 Thomas Schwinge[testsuite] Replace fragile 'scan-assembler' with ...
2020-06-27 Jakub Jelinekopenmp: Non-rectangular loop support for non-composite...
2020-06-26 Marek Polacekc++: Change the default dialect to C++17.
2020-06-23 Alexandre Olivahandle dumpbase in offloading, adjust testsuite
2020-06-17 Thomas SchwingeAdd 'dg-do run' to 'libgomp.fortran/use_device_ptr...
2020-06-16 Tobias BurnusOpenACC/Fortran: permit 'routine' inside PURE
2020-06-08 Tobias Burnusopenmp: ensure variables in offload table are streamed...
2020-06-05 Julian BrownAdd 'libgomp.oacc-c-c++-common/struct-copyout-{1,2}.c'
2020-06-04 Thomas Schwinge[OpenACC 'exit data'] Evaluate 'copyfrom' individually...
2020-06-04 Thomas Schwinge[OpenACC 'exit data'] Evaluate 'finalize' individually...
2020-06-04 Thomas SchwingeFix 'sizeof' usage in 'libgomp.oacc-c-c++-common/deep...
2020-06-04 Thomas Schwinge[OpenACC] Repair/restore 'is_tgt_unmapped' checking
2020-06-04 Thomas SchwingeExtend 'libgomp.oacc-c-c++-common/pr92854-1.c' some...
2020-06-04 Thomas Schwinge[OpenACC] XFAIL behavior of over-eager 'finalize' clause
2020-06-04 Thomas Schwinge'libgomp.oacc-fortran/{error_,}stop-{1,2,3}.f': initial...
2020-05-30 Jakub Jelinekopenmp: omp_alloc(0, ...) should return NULL.
2020-05-23 Thomas KoenigFixes a hang on an invalid ID in a WAIT statement.
2020-05-19 Jakub Jelinekopenmp: Add basic library allocator support.
2020-05-14 Thomas KoenigAdd early return for invalid STATUS for close.
2020-05-14 Jakub Jelinekopenmp: Also implicitly mark as declare target to funct...
2020-05-13 Tobias Burnus[Fortran] OpenMP - permit lastprivate in distribute...
2020-05-12 Jakub Jelinekopenmp: Implement discovery of implicit declare target...
2020-04-29 Thomas Schwinge[gcn] Set 'UI_NONE' for 'TARGET_EXCEPT_UNWIND_INFO...
2020-04-29 Thomas Schwinge[gcn] Use 'radeon' for the environment variable 'ACC_DE...
2020-04-29 Thomas SchwingeTorture testing: 'libgomp.fortran/use_device_ptr-option...
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
next