summaryrefslogtreecommitdiff
path: root/gcc/omp-expand.c
AgeCommit message (Expand)Author
2020-08-13openmp: Add support for non-rectangular loops in taskloop constructJakub Jelinek
2020-08-08openmp: Avoid floating point comparison at the end of bb with -fnon-call-exce...Jakub Jelinek
2020-08-05openmp: Handle even some combined non-rectangular loopsJakub Jelinek
2020-08-05openmp: Use more efficient logical -> actual computation even if # iterations...Jakub Jelinek
2020-08-04openmp: Compute number of collapsed loop iterations more efficiently for some...Jakub Jelinek
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor
2020-07-15openmp: Fix up loop-21.cJakub Jelinek
2020-07-14openmp: Adjust outer bounds of non-rect loopsJakub Jelinek
2020-07-09openmp: Optimize triangular loop logical iterator to actual iterators computa...Jakub Jelinek
2020-07-02openmp: Diagnose non-rectangular loops with invalid stepsJakub Jelinek
2020-06-27openmp: Non-rectangular loop support for non-composite worksharing loops and ...Jakub Jelinek
2020-06-16openmp: Initial part of OpenMP 5.0 non-rectangular loop supportJakub Jelinek
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