aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-expand.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-27OpenACC: Fix integer-type issue with collapse/tile [PR97880]Tobias Burnus1-13/+15
2020-11-24More explicit checking of which OMP constructs we're expecting, part IIThomas Schwinge1-0/+15
2020-11-18openmp: Fix ICE on non-rectangular loop with known 0 iterationsJakub Jelinek1-1/+2
2020-11-13Decompose OpenACC 'kernels' constructs into parts, a sequence of compute cons...Gergö Barany1-0/+22
2020-11-13Attach an attribute to all outlined OpenACC compute regionsThomas Schwinge1-8/+14
2020-11-12openmp: Implement allocate clause in omp lowering.Jakub Jelinek1-6/+3
2020-10-13openmp: Improve composite triangular loop lowering and expansionJakub Jelinek1-33/+69
2020-10-07openmp: Improve composite simd vectorizationJakub Jelinek1-4/+15
2020-09-26openmp: Improve #pragma omp simd vectorizationJakub Jelinek1-4/+106
2020-09-25openmp: Add support for non-rect simd and improve collapsed simd supportJakub Jelinek1-110/+302
2020-08-13openmp: Add support for non-rectangular loops in taskloop constructJakub Jelinek1-5/+15
2020-08-08openmp: Avoid floating point comparison at the end of bb with -fnon-call-exce...Jakub Jelinek1-4/+18
2020-08-05openmp: Handle even some combined non-rectangular loopsJakub Jelinek1-5/+0
2020-08-05openmp: Use more efficient logical -> actual computation even if # iterations...Jakub Jelinek1-7/+22
2020-08-04openmp: Compute number of collapsed loop iterations more efficiently for some...Jakub Jelinek1-100/+352
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor1-457/+0
2020-07-15openmp: Fix up loop-21.cJakub Jelinek1-12/+12
2020-07-14openmp: Adjust outer bounds of non-rect loopsJakub Jelinek1-1/+2
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