aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-expand.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-10808/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-11-16openmp: Regimplify operands of GIMPLE_COND in a few more places [PR103208]Jakub Jelinek1-59/+43
2021-11-11openmp: Add support for 2 argument num_teams clauseJakub Jelinek1-2/+2
2021-10-27openmp: Allow non-rectangular loops with pointer iteratorsJakub Jelinek1-42/+124
2021-10-08Come up with OPTION_SET_P macro.Martin Liska1-1/+2
2021-09-22openmp: Fix OpenMP expansion of scope with non-fallthrugh body [PR102415]Jakub Jelinek1-2/+8
2021-09-10openmp: Implement OpenMP 5.1 atomics, so far for C onlyJakub Jelinek1-15/+308
2021-09-03openmp: Improve expand_omp_atomic_pipelineJakub Jelinek1-3/+18
2021-08-31[OMP] Standardize on 'omp_privatize_by_reference'Thomas Schwinge1-6/+3
2021-08-31Add support for device-modifiers for 'omp target device'.Marcel Vollweiler1-0/+2
2021-08-23openmp: Add support for strict modifier on grainsize/num_tasks clausesJakub Jelinek1-1/+7
2021-08-17openmp: Implement OpenMP 5.1 scope constructJakub Jelinek1-2/+5
2021-08-12openmp: Add support for OpenMP 5.1 masked constructJakub Jelinek1-0/+3
2021-06-24middle-end: add support for per-location warning groups.Martin Sebor1-3/+3
2021-06-24openmp: in_reduction clause support on target constructJakub Jelinek1-0/+4
2021-06-10OpenACC: Separate enter/exit data ABIsAndrew Stubbs1-6/+13
2021-04-29[omp, simt] Handle alternative IVTom de Vries1-5/+6
2021-04-11[OpenACC] Fix an ICE where a loop with GT condition is collapsed.Hafiz Abid Qadeer1-1/+1
2021-01-16openmp: Add support for the OpenMP 5.0 task detach clauseKwok Cheung Yeung1-4/+15
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-12openmp, openacc: Fix up handling of data regions [PR98183]Jakub Jelinek1-19/+9
2020-12-10openmp: Fix ICE with broken doacross loop [PR98205]Jakub Jelinek1-7/+12
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