Daily bump.
[gcc.git] / gcc / omp-low.c
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-12 Jakub Jelinekopenmp, openacc: Fix up handling of data regions [PR98183]
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 Thomas SchwingeMore explicit checking of which OMP constructs we're...
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-10 Tobias BurnusFortran: OpenMP 5.0 (in_,task_)reduction clause extensions
2020-11-10 Chung-Lin Tangopenmp: Implement OpenMP 5.0 base-pointer attachement...
2020-11-03 Thomas Schwinge[OpenACC] Use proper location to 'inform' of enclosing...
2020-11-03 Thomas Schwinge[OpenACC] Enable inconsistent nested 'reduction' clause...
2020-11-03 Thomas Schwinge[OpenACC] More precise diagnostics for 'gang', 'worker...
2020-10-28 Jakub Jelinekopenmp: Parsing and some semantic analysis of OpenMP...
2020-10-13 Jakub Jelinekopenmp: Improve composite triangular loop lowering...
2020-10-08 Jakub Jelinekopenmp: Set cfun->calls_alloca when needed in OpenMP...
2020-09-25 Jakub Jelinekopenmp: Add support for non-rect simd and improve colla...
2020-09-15 Tobias BurnusOpenMP/Fortran: Fix (re)mapping of allocatable/pointer...
2020-08-05 Jakub Jelinekopenmp: Handle reduction clauses on host teams construc...
2020-08-03 Martin JamborRemoval of HSA offloading from gcc and libgomp
2020-06-24 Jakub Jelinekopenmp: Fix two pastos in non-rect loop OpenMP lowering.
2020-06-16 Jakub Jelinekopenmp: Initial part of OpenMP 5.0 non-rectangular...
2020-05-07 Richard Bienerextend DECL_GIMPLE_REG_P to all types
2020-04-21 Frederik HarwathRemove fishy self-assignment in omp-low.c [PR94629]
2020-02-06 Jakub Jelinekopenmp: Fix handling of non-addressable shared scalars...
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-20 Julian BrownOpenACC 2.6 deep copy: middle-end parts
2019-12-18 Julian BrownAdd OpenACC 2.6's no_create
2019-12-10 Frederik HarwathUse clause locations in OpenACC nested reduction warnings
2019-12-06 Tobias Burnus[OpenMP/OpenACC/Fortran] Fix mapping of optional (prese...
2019-12-05 Tobias BurnusOpenMP] Fix use_device_… with absent optional arg
2019-11-19 Jakub Jelinekre PR tree-optimization/92557 (ICE in omp_clause_aligne...
2019-11-14 Richard SandifordReplace autovectorize_vector_sizes with autovectorize_v...
2019-11-12 Maciej W. RozyckiAdd OpenACC 2.6 `serial' construct support
2019-11-11 Tobias BurnusFortran] Support absent optional args with use_device_...
2019-11-06 Frederik HarwathWarn about inconsistent OpenACC nested reduction clauses
2019-11-05 Jan Hubickahsa-brig.c: Include alloc-pool.h
2019-11-01 Tobias BurnusOpenMP] use_device_addr/use_device_ptr with Fortran...
2019-10-11 Tobias Burnus[OpenMP,Fortran] Fix several OpenMP use_device_addr...
2019-10-02 Tobias BurnusFix omp target issue with Fortran optional arguments
2019-10-02 Kwok Cheung Yeungf95-lang.c (LANG_HOOKS_OMP_IS_OPTIONAL_ARGUMENT): Defin...
2019-09-26 Jakub Jelinekfunction.c (gimplify_parameters): Use build_clobber...
2019-08-08 Jakub Jelinekgimplify.c (omp_add_variable): Use GOVD_PRIVATE | GOVD_...
2019-08-07 Jakub Jelinektree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_U...
2019-08-06 Jakub Jelinektree.h (OMP_CLAUSE_LASTPRIVATE_TASKLOOP_IV): Rename...
2019-07-30 Jakub Jelinekre PR middle-end/91216 (OpenMP ICE starting with r265930)
2019-07-20 Jakub Jelinektree.def (OMP_LOOP): New tree code.
2019-07-20 Jakub Jelinekomp-low.c (lower_rec_input_clauses): Don't force simd...
2019-07-17 Jakub Jelinekgimple.h (enum gf_mask): Remove GF_OMP_FOR_SIMD...
2019-07-13 Jakub Jelinekgimplify.c (struct gimplify_omp_ctx): Add order_concurr...
2019-07-12 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE_ORDER.
2019-07-09 Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-06 Jakub Jelinekomp-low.c (lower_rec_input_clauses): For lastprivate...
2019-07-06 Jakub Jelinekomp-low.c (struct omp_context): Rename combined_into_si...
2019-07-06 Jakub Jelinekomp-low.c (struct omp_context): Add for_simd_scan_phase...
2019-07-06 Jakub Jelinekomp-low.c (omp_find_scan): Make static.
2019-07-04 Jakub Jelinekomp-low.c (lower_omp_scan): Call lower_omp on stmt...
2019-07-04 Jakub Jelinekre PR tree-optimization/91074 (c-c++-common/gomp/scan...
2019-07-03 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCA...
2019-06-21 Jakub Jelinekomp-low.c (lower_rec_simd_input_clauses): Add rvar2...
2019-06-19 Jakub Jelinekomp-low.c (lower_rec_input_clauses): Handle references...
2019-06-18 Thomas Schwinge[PR90862] OpenACC 'declare' ICE when nested inside...
2019-06-17 Jakub Jelinekomp-low.c (struct omp_context): Add scan_inclusive...
2019-06-10 Jakub Jelinektree.def (OMP_SCAN): New tree code.
2019-06-05 Jakub Jelinekomp-low.c (lower_rec_input_clauses): For lastprivate...
2019-06-05 Jakub Jelinekomp-low.c (lower_rec_input_clauses): Force max_vf if...
2019-06-04 Jakub Jelinekgimplify.c (gimplify_scan_omp_clauses): Don't sorry_at...
2019-05-31 Jakub Jelinektree.h (OMP_CLAUSE__CONDTEMP__ITER): Define.
2019-05-31 Jakub Jelinekomp-low.c (lower_rec_simd_input_clauses): Set TREE_THIS...
2019-05-30 Jakub Jelinekgimplify.c (enum gimplify_omp_var_data): Add GOVD_CONDTEMP.
2019-05-27 Jakub Jelinekgimplify.c (gimplify_scan_omp_clauses): Allow lastpriva...
2019-05-27 Jakub Jelinekomp-low.c (lower_omp_1): Look through ordered...
2019-05-24 Jakub Jelinektree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CON...
2019-05-20 Jakub Jelinekcfgloop.h (struct loop): Add simdlen member.
2019-05-16 Jakub Jelinekomp-low.c (lower_rec_input_clauses): If OMP_CLAUSE_IF...
2019-05-15 Jakub Jelinekomp-low.c (lower_rec_input_clauses): For if (0) or...
2019-03-28 Jakub Jelinekre PR middle-end/89621 (ICE with allocatable character...
2019-01-31 Jakub Jelinekre PR middle-end/89137 (gcc/omp-low.c:7135: possible...
2019-01-11 Jakub Jelinekre PR middle-end/85956 (ICE in wide_int_to_tree_1,...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-29 Jakub Jelinekre PR ipa/88586 (ICE: Segmentation fault (in free_lang_...
2018-12-02 Jakub Jelinekomp-low.c (check_omp_nesting_restrictions): Allow cance...
2018-11-08 Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-10-30 Michael PloujnikovAvoid unnecessarily numbering cloned symbols.
2018-10-19 Jakub Jelinekre PR middle-end/85488 (segmentation fault when compili...
2018-08-27 Martin LiskaCome up with fndecl_built_in_p.
2018-07-26 Jakub Jelinekre PR middle-end/86660 (libgomp.c++/for-15.C ICEs with...
2018-07-17 Jakub Jelinekre PR middle-end/86542 (wrong-code for collapsed tasklo...
2018-06-20 Chung-Lin TangUpdate OpenACC data clause semantics to the 2.5 behavior
2018-05-31 Chung-Lin Tangre PR middle-end/85879 (ICE in expand_debug_locations...
2018-02-09 Jakub Jelinekre PR sanitizer/83987 (ICE with OpenMP, sanitizer and...
2018-01-24 Jakub Jelinekre PR middle-end/83977 (ICE in simd_clone_clauses_extra...
2018-01-03 Richard Sandifordpoly_int: GET_MODE_SIZE
2018-01-03 Jakub JelinekUpdate copyright years.
2018-01-03 Richard Sandifordpoly_int: current_vector_size and TARGET_AUTOVECTORIZE_...
2018-01-03 Richard Sandifordpoly_int: omp_max_vf
2017-12-20 Richard Sandifordpoly_int: get_addr_base_and_unit_offset
next