analyzer: fix feasibility false +ve on jumps through function ptrs [PR107582]
[platform/upstream/gcc.git] / gcc / omp-low.cc
2022-10-28 Julian BrownOpenACC: Don't gang-privatize artificial variables...
2022-10-18 Jakub Jelinekmiddle-end IFN_ASSUME support [PR106654]
2022-09-26 Tobias BurnusOpenACC: Fix reduction tree-sharing issue [PR106982]
2022-09-24 Jakub Jelinekopenmp: Fix ICE with taskgroup at -O0 -fexceptions...
2022-09-14 Julian BrownOpenMP/OpenACC struct sibling list gimplification exten...
2022-09-14 Julian BrownOpenMP 5.0: Clause ordering for OpenMP 5.0 (topological...
2022-09-06 Jakub Jelinekopenmp: Introduce gimple_omp_ordered_standalone_p
2022-09-03 Jakub Jelinekopenmp: Partial OpenMP 5.2 doacross and omp_cur_iterati...
2022-09-02 Aldy HernandezConvert rest of compiler to dconst[n]inf.
2022-08-26 Tobias BurnusOpenMP: Support reverse offload (middle end part)
2022-08-17 Tobias BurnusOpenMP: Fix var replacement with 'simd' and linear...
2022-08-09 Tobias BurnusOpenMP: Fix folding with simd's linear clause [PR106492]
2022-07-04 Tobias BurnusOpenMP: Move omp requires checks to libgomp
2022-06-27 David MalcolmAdd 'final' and 'override' to opt_pass vfunc impls
2022-05-31 Jakub Jelinekopenmp: Add support for firstprivate and allocate claus...
2022-05-23 Tobias BurnusOpenMP: Handle descriptors in target's firstprivate...
2022-05-20 Marcel Vollweilerlibgomp: Add new runtime routines omp_target_memcpy_asy...
2022-05-17 Tobias BurnusOpenMP: Skip target-nesting warning for reverse offload
2022-05-17 Jakub Jelinekopenmp: Add support for inoutset depend-kind
2022-05-13 Richard BienerMake gimple_build main workers more flexible
2022-05-06 Marcel VollweilerOpenMP, libgomp: Add new runtime routine omp_target_is_...
2022-05-06 Hafiz Abid QadeerAdd a restriction on allocate clause (OpenMP 5.0)
2022-05-04 Tobias BurnusOpenMP: Fix use_device_{addr,ptr} with in-data-sharing arg
2022-05-03 Marcel VollweilerOpenMP, libgomp: Add new runtime routine omp_get_mapped...
2022-04-29 Richard BienerAdd gsi_after_labels overload for gimple_seq
2022-04-05 Chung-Lin TangOpenMP: Fix nested use_device_ptr
2022-03-18 Tom de Vries[openmp] Fix SIMT reduction using TRUTH_{AND,OR}IF_EXPR
2022-03-12 Thomas SchwingeOpenACC 'kernels' decomposition: Mark variables used...
2022-03-10 Thomas Schwinge[OpenACC privatization] Analyze 'lookup_decl'-translate...
2022-03-04 Thomas SchwingeOMP lowering: Regimplify 'OMP_CLAUSE_MAP_DECL_MAKE_ADDR...
2022-03-04 Thomas SchwingeOpenACC 'kernels' decomposition: Move 'TREE_ADDRESSABLE...
2022-02-22 Thomas SchwingeGet rid of 'gcc/omp-oacc-neuter-broadcast.cc:oacc_build...
2022-02-15 Jakub Jelinekopenmp: Make finalize_task_copyfn order reproduceable...
2022-02-10 Marcel VollweilerC, C++, Fortran, OpenMP: Add 'has_device_addr' clause...
2022-01-17 Martin LiskaChange references of .c files to .cc files
2022-01-17 Martin LiskaRename .c files to .cc files.