aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-expand.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-09openmp: Optimize triangular loop logical iterator to actual iterators computa...Jakub Jelinek1-6/+205
2020-07-02openmp: Diagnose non-rectangular loops with invalid stepsJakub Jelinek1-4/+44
2020-06-27openmp: Non-rectangular loop support for non-composite worksharing loops and ...Jakub Jelinek1-45/+663
2020-06-16openmp: Initial part of OpenMP 5.0 non-rectangular loop supportJakub Jelinek1-3/+14
2020-04-23OpenACC: Avoid ICE in type-cast 'async', 'wait' clausesAndrew Stubbs1-4/+9
2020-02-25typo fix: Fix probablity, becuse, sucessor and destinarion typos [PR93912]Jakub Jelinek1-2/+2
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-11-12Add OpenACC 2.6 `serial' construct supportMaciej W. Rozycki1-7/+36
2019-11-05hsa-brig.c: Include alloc-pool.hJan Hubicka1-0/+1
2019-09-26function.c (gimplify_parameters): Use build_clobber function.Jakub Jelinek1-4/+2
2019-07-17gimple.h (enum gf_mask): Remove GF_OMP_FOR_SIMD...Jakub Jelinek1-1/+1
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-20/+20
2019-07-04omp-expand.c (expand_omp_for_static_nochunk): Don't emit GOMP_loop_start at t...Jakub Jelinek1-2/+5
2019-07-03tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__SCANTEMP_ clause.Jakub Jelinek1-14/+278
2019-07-03omp-expand.c (expand_omp_for_static_nochunk, [...]): For nowait worksharing l...Jakub Jelinek1-0/+12
2019-06-05omp-expand.c (struct omp_region): Add has_lastprivate_conditional member.Jakub Jelinek1-6/+18
2019-06-04gimplify.c (gimplify_scan_omp_clauses): Don't sorry_at on lastprivate conditi...Jakub Jelinek1-36/+53
2019-05-31tree.h (OMP_CLAUSE__CONDTEMP__ITER): Define.Jakub Jelinek1-0/+28
2019-05-30gimplify.c (enum gimplify_omp_var_data): Add GOVD_CONDTEMP.Jakub Jelinek1-31/+46
2019-05-27gimplify.c (gimplify_scan_omp_clauses): Allow lastprivate conditional on sect...Jakub Jelinek1-13/+60
2019-05-24tree-core.h (enum omp_clause_code): Add OMP_CLAUSE__CONDTEMP_.Jakub Jelinek1-40/+260
2019-05-20cfgloop.h (struct loop): Add simdlen member.Jakub Jelinek1-0/+7
2019-05-15omp-low.c (lower_rec_input_clauses): For if (0) or simdlen (1) set max_vf to 1.Jakub Jelinek1-0/+13
2019-03-07re PR translation/79999 (possible typo in gimplify.c: depend(sink:))Jakub Jelinek1-4/+5
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-28For libgomp OpenACC entry points, redefine the "device" argument to "flags"Thomas Schwinge1-40/+73
2018-12-21re PR middle-end/85594 (ICE during expand when compiling with -fwrapv -fopenmp)Jakub Jelinek1-7/+13
2018-11-19re PR debug/87039 (DW_OP_fbreg used without a frame base on a C++ code w/ -fo...Jakub Jelinek1-35/+36
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm1-2/+2
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek1-51/+398
2018-10-30Avoid unnecessarily numbering cloned symbols.Michael Ploujnikov1-1/+2
2018-09-28tree.h (BLOCK_ORIGIN): New.Richard Biener1-1/+1
2018-04-26re PR middle-end/85450 (ICE: invalid types in nop conversion during GIMPLE pa...Richard Biener1-4/+24
2018-04-16[openacc] Fix ICE when compiling tile loop containing infinite loopCesar Philippidis1-0/+8
2018-04-12Revert 259346.Cesar Philippidis1-8/+0
2018-04-12re PR middle-end/84955 (Incorrect OpenACC tile expansion)Cesar Philippidis1-0/+8
2018-02-07[openacc] Fix diff_type in expand_oacc_collapse_initTom de Vries1-0/+2
2018-01-23re PR tree-optimization/83957 (ICE: Segmentation fault (in gimple_phi_arg))Jakub Jelinek1-1/+4
2018-01-15re PR middle-end/83837 (libgomp.fortran/pointer[12].f90 FAIL)Jakub Jelinek1-9/+20
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-03poly_int: omp_max_vfRichard Sandiford1-5/+6
2017-12-30Prune removed funcs from offload tableTom de Vries1-1/+5
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-73/+80
2017-11-28Remove Cilk Plus support.Julia Koval1-247/+3
2017-11-14auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.Jan Hubicka1-1/+1
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-0/+1
2017-10-02omp-expand.c (adjust_context_scope): New function.Kevin Buettner1-0/+38
2017-09-05re PR middle-end/81768 (error: control flow in the middle of basic block)Jakub Jelinek1-4/+8
2017-08-30[68/77] Use scalar_mode for is_int_mode/is_float_mode pairsRichard Sandiford1-6/+7
2017-08-08trans.c: Include header files.Martin Liska1-1/+2