summaryrefslogtreecommitdiff
path: root/gcc/omp-expand.c
AgeCommit message (Expand)Author
2020-04-23OpenACC: Avoid ICE in type-cast 'async', 'wait' clausesAndrew Stubbs
2020-02-25typo fix: Fix probablity, becuse, sucessor and destinarion typos [PR93912]Jakub Jelinek
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki
2019-11-05hsa-brig.c: Include alloc-pool.hJan Hubicka
2019-09-26function.c (gimplify_parameters): Use build_clobber function.Jakub Jelinek
2019-07-17gimple.h (enum gf_mask): Remove GF_OMP_FOR_SIMD...Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-04omp-expand.c (expand_omp_for_static_nochunk): Don't emit GOMP_loop_start at t...Jakub Jelinek
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek
2019-07-03omp-expand.c (expand_omp_for_static_nochunk, [...]): For nowait worksharing l...Jakub Jelinek
2019-06-05omp-expand.c (struct omp_region): Add has_lastprivate_conditional member.Jakub Jelinek
2019-06-04gimplify.c (gimplify_scan_omp_clauses): Don't sorry_at on lastprivate conditi...Jakub Jelinek
2019-05-31tree.h (OMP_CLAUSE__CONDTEMP__ITER): Define.Jakub Jelinek
2019-05-30gimplify.c (enum gimplify_omp_var_data): Add GOVD_CONDTEMP.Jakub Jelinek
2019-05-27gimplify.c (gimplify_scan_omp_clauses): Allow lastprivate conditional on sect...Jakub Jelinek
2019-05-24tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek
2019-05-20cfgloop.h (struct loop): Add simdlen member.Jakub Jelinek
2019-05-15omp-low.c (lower_rec_input_clauses): For if (0) or simdlen (1) set max_vf to 1.Jakub Jelinek
2019-03-07re PR translation/79999 (possible typo in gimplify.c: depend(sink:))Jakub Jelinek
2019-01-01Update copyright years.Jakub Jelinek
2018-12-28For libgomp OpenACC entry points, redefine the "device" argument to "flags"Thomas Schwinge
2018-12-21re PR middle-end/85594 (ICE during expand when compiling with -fwrapv -fopenmp)Jakub Jelinek
2018-11-19re PR debug/87039 (DW_OP_fbreg used without a frame base on a C++ code w/ -fo...Jakub Jelinek
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek
2018-10-30Avoid unnecessarily numbering cloned symbols.Michael Ploujnikov
2018-09-28tree.h (BLOCK_ORIGIN): New.Richard Biener
2018-04-26re PR middle-end/85450 (ICE: invalid types in nop conversion during GIMPLE pa...Richard Biener
2018-04-16[openacc] Fix ICE when compiling tile loop containing infinite loopCesar Philippidis
2018-04-12Revert 259346.Cesar Philippidis
2018-04-12re PR middle-end/84955 (Incorrect OpenACC tile expansion)Cesar Philippidis
2018-02-07[openacc] Fix diff_type in expand_oacc_collapse_initTom de Vries
2018-01-23re PR tree-optimization/83957 (ICE: Segmentation fault (in gimple_phi_arg))Jakub Jelinek
2018-01-15re PR middle-end/83837 (libgomp.fortran/pointer[12].f90 FAIL)Jakub Jelinek
2018-01-03Update copyright years.Jakub Jelinek
2018-01-03poly_int: omp_max_vfRichard Sandiford
2017-12-30Prune removed funcs from offload tableTom de Vries
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva
2017-11-28Remove Cilk Plus support.Julia Koval
2017-11-14auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.Jan Hubicka
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-02omp-expand.c (adjust_context_scope): New function.Kevin Buettner
2017-09-05re PR middle-end/81768 (error: control flow in the middle of basic block)Jakub Jelinek
2017-08-30[68/77] Use scalar_mode for is_int_mode/is_float_mode pairsRichard Sandiford
2017-08-08trans.c: Include header files.Martin Liska
2017-08-07Fix diff_type in expand_oacc_for char iter_typeTom de Vries
2017-08-06Add missing edge probabilities in expand_oacc_for, tile caseTom de Vries
2017-08-06Add missing edge probability in expand_oacc_forTom de Vries
2017-08-01Remove flag_tree_vectorizeJames Greenhalgh