aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)Author
2018-10-12 Backported from mainlineJakub Jelinek
2018-10-12 Backported from mainlineJakub Jelinek
2018-03-03 Backported from mainlineJakub Jelinek
2017-09-07 Backported from mainlineJakub Jelinek
2017-09-072017-09-07 Jakub Jelinek <jakub@redhat.com>Jakub Jelinek
2017-09-07 Backported from mainlineJakub Jelinek
2017-05-26 Backported from mainlineJakub Jelinek
2017-05-26 Backported from mainlineJakub Jelinek
2017-04-20omp-low: fix lastprivate/linear lowering for SIMTAlexander Monakov
2017-04-11 PR libgomp/80394Jakub Jelinek
2017-03-28OpenMP/PTX privatization in SIMD regionsAlexander Monakov
2017-02-28Rename the "openmp" group of optimizations to "omp"Thomas Schwinge
2017-02-092017-02-09 Nathan Sidwell <nathan@codesourcery.com>Chung-Lin Tang
2017-01-26 PR middle-end/79236Jakub Jelinek
2017-01-20omp-low: introduce omplow_simd_contextAlexander Monakov
2017-01-20[hsa] Rename hsa.[ch] to hsa-common.[ch]Martin Jambor
2017-01-01 Update copyright years.Jakub Jelinek
2016-12-14Coding style fixesMartin Jambor
2016-12-14Split omp-low into multiple filesMartin Jambor
2016-11-23 PR middle-end/69183Jakub Jelinek
2016-11-23Merge from HSA branch to trunkMartin Jambor
2016-11-22OpenMP loop cloning for SIMT executionJakub Jelinek
2016-11-22OpenMP offloading to NVPTX: middle-end changesAlexander Monakov
2016-11-16 PR fortran/78299Jakub Jelinek
2016-11-10gcc/Jakub Jelinek
2016-10-19 * omp-low.c (pass_oacc_device_lower::gate): New method.Eric Botcazou
2016-10-19[PR tree-optimization/78024] Clear basic block flags before using BB_VISITED ...Thomas Schwinge
2016-10-13Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme
2016-10-09 * tree-ssa.c (target_for_debug_bind, verify_phi_args,Jakub Jelinek
2016-09-26 * ipa-inline-analysis.c (find_foldable_builtin_expect): UseMarek Polacek
2016-09-16 Add inline functions for various bitwise operations.Jason Merrill
2016-09-08 PR fortran/77516Jakub Jelinek
2016-09-02 PR c/65467Jakub Jelinek
2016-08-172016-08-17 Chung-Lin Tang <cltang@codesourcery.com>Chung-Lin Tang
2016-08-08 PR middle-end/72781Jakub Jelinek
2016-07-212016-07-21 Richard Biener <rguenther@suse.de>Richard Biener
2016-07-15 gcc/c/Cesar Philippidis
2016-07-11 PR middle-end/71758Jakub Jelinek
2016-06-24 PR tree-optimization/71647Jakub Jelinek
2016-06-10[PR middle-end/71373] Handle more OMP_CLAUSE_* in nested function decompositionThomas Schwinge
2016-06-10[PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge
2016-06-01Remove the unused OMP_CLAUSE_DEVICE_RESIDENTThomas Schwinge
2016-05-16[PR 70857] Copy RESULT_DECL of HSA outlined kernel functionMartin Jambor
2016-05-032016-05-03 Richard Biener <rguenther@suse.de>Richard Biener
2016-05-02 * omp-low.c (lower_oacc_head_tail): Assert there is at least oneNathan Sidwell
2016-05-02 gcc/Nathan Sidwell
2016-04-18 * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz
2016-04-15Split out OMP constructs' SIMD clone supporting codeThomas Schwinge
2016-04-14 PR middle-end/70643Cesar Philippidis
2016-04-12 * omp-low.c (lower_omp_target): Use GOMP_MAP_FIRSTPRIVATE_INTJakub Jelinek