summaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
Commit message (Expand)AuthorAgeFilesLines
* gcc/jakub2015-10-131-370/+3767
* Handle original loop tree in expand_omp_for_genericvries2015-10-131-9/+21
* Add missing phis in expand_omp_for_genericvries2015-10-121-0/+38
* Handle simple latch in expand_omp_for_genericvries2015-10-121-1/+8
* * config/nvptx/nvptx.c (nvptx_goacc_validate_dims): New.nathan2015-09-301-0/+142
* inlude/nathan2015-09-281-63/+166
* Refactor omp_reduction_init: omp_reduction_init_optschwinge2015-09-231-4/+12
* switch from gimple to gimple*tbsaunde2015-09-201-85/+85
* Handle 2 preds for fin_bb in expand_omp_for_static_chunkvries2015-09-031-9/+17
* Fix inner loop phi in expand_omp_for_static_chunkvries2015-09-031-1/+31
* Fix gcc_assert in expand_omp_for_static_chunkvries2015-09-031-1/+1
* Handle simple latch bb in expand_omp_for_static_chunkvries2015-09-031-2/+18
* Handle mix/max pointer reductions in parloopsvries2015-08-291-0/+12
* Optimize expand_omp_for_static_chunk for chunk_size onevries2015-08-241-3/+8
* Don't create superfluous parm in expand_omp_taskregvries2015-08-231-10/+10
* remove more useless typedefstbsaunde2015-08-191-2/+2
* Revert "replace several uses of the anon namespace with GCC_FINAL"tbsaunde2015-08-121-10/+30
* replace several uses of the anon namespace with GCC_FINALtbsaunde2015-08-111-30/+10
* [PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared...tschwinge2015-08-101-18/+0
* Don't cancel loop tree in parloopsvries2015-07-311-2/+30
* Mark *.omp_data_i as non-trappingvries2015-07-131-0/+1
* Fix double word typos.aldyh2015-07-131-1/+1
* 2015-07-10 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-101-0/+1
* PR middle-end/66820jakub2015-07-101-2/+2
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-18/+5
* PR middle-end/66702jakub2015-06-301-16/+83
* 2015-06-25 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-251-2/+0
* PR middle-end/66429jakub2015-06-171-1/+3
* PR middle-end/66429jakub2015-06-171-1/+5
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-2/+0
* Fix build for ENABLE_OFFLOADING in expand_omp_targetvries2015-06-101-2/+1
* Mark offloaded functions as parallelizedvries2015-06-091-0/+2
* Mark function parallelized_function before add_new_functionvries2015-06-091-2/+4
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-6/+0
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-5/+0
* PR middle-end/66199jakub2015-05-191-1/+15
* PR middle-end/66133jakub2015-05-131-5/+44
* 2015-04-21 Richard Biener <rguenther@suse.de>rguenth2015-04-211-3/+3
* * omp-low.c (scan_omp_parallel, scan_omp_task, scan_omp_target): Setjakub2015-04-031-0/+4
* Mark omp thread functions as parallelizedvries2015-03-211-0/+2
* * omp-low.c (expand_omp_target): Use auto_vec<tree, 11>jakub2015-03-161-29/+25
* PR middle-end/65431jakub2015-03-161-3/+5
* 2015-03-12 Richard Biener <rguenther@suse.de>rguenth2015-03-121-2/+2
* Add entrypoint attribute for the use of nvptx.bernds2015-02-241-0/+7
* PR middle-end/64421jakub2015-01-261-3/+5
* PR middle-end/64734jakub2015-01-231-1/+2
* [PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.tschwinge2015-01-191-27/+18
* Merge current set of OpenACC changes from gomp-4_0-branch.tschwinge2015-01-151-230/+1370
* 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>prathamesh34922015-01-151-3/+13
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-4/+10