aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-21omp-low.c (check_omp_nesting_restrictions): Check OpenACC loop nesting.Nathan Sidwell1-0/+37
2015-10-21omp-low.c (simd_clone_create): Set in_other_partition for created clones.Ilya Enkovich1-0/+2
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-370/+3767
2015-10-13Handle original loop tree in expand_omp_for_genericTom de Vries1-9/+21
2015-10-12Add missing phis in expand_omp_for_genericTom de Vries1-0/+38
2015-10-12Handle simple latch in expand_omp_for_genericTom de Vries1-1/+8
2015-09-30nvptx.c (nvptx_goacc_validate_dims): New.Nathan Sidwell1-0/+142
2015-09-28gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell1-63/+166
2015-09-23Refactor omp_reduction_init: omp_reduction_init_opThomas Schwinge1-4/+12
2015-09-20switch from gimple to gimple*Trevor Saunders1-85/+85
2015-09-03Handle 2 preds for fin_bb in expand_omp_for_static_chunkTom de Vries1-9/+17
2015-09-03Fix inner loop phi in expand_omp_for_static_chunkTom de Vries1-1/+31
2015-09-03Fix gcc_assert in expand_omp_for_static_chunkTom de Vries1-1/+1
2015-09-03Handle simple latch bb in expand_omp_for_static_chunkTom de Vries1-2/+18
2015-08-29Handle mix/max pointer reductions in parloopsTom de Vries1-0/+12
2015-08-24Optimize expand_omp_for_static_chunk for chunk_size oneTom de Vries1-3/+8
2015-08-23Don't create superfluous parm in expand_omp_taskregTom de Vries1-10/+10
2015-08-19remove more useless typedefsTrevor Saunders1-2/+2
2015-08-12Revert "replace several uses of the anon namespace with GCC_FINAL"Trevor Saunders1-10/+30
2015-08-11replace several uses of the anon namespace with GCC_FINALTrevor Saunders1-30/+10
2015-08-10[PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared...Thomas Schwinge1-18/+0
2015-07-31Don't cancel loop tree in parloopsTom de Vries1-2/+30
2015-07-13Mark *.omp_data_i as non-trappingTom de Vries1-0/+1
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-10re PR middle-end/66820 (internal compiler error: in get_expr_operands, at tre...Jakub Jelinek1-2/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-18/+5
2015-06-30re PR middle-end/66702 (#pragma omp declare simd uniform and linear issues)Jakub Jelinek1-16/+83
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17re PR middle-end/66429 (ICE in expand_GOMP_SIMD_LAST_LANE)Jakub Jelinek1-1/+3
2015-06-17re PR middle-end/66429 (ICE in expand_GOMP_SIMD_LAST_LANE)Jakub Jelinek1-1/+5
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-10Fix build for ENABLE_OFFLOADING in expand_omp_targetTom de Vries1-2/+1
2015-06-09Mark offloaded functions as parallelizedTom de Vries1-0/+2
2015-06-09Mark function parallelized_function before add_new_functionTom de Vries1-2/+4
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
2015-05-19re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs)Jakub Jelinek1-1/+15
2015-05-13re PR middle-end/66133 (Wrong-code with noreturn #pragma omp task body)Jakub Jelinek1-5/+44
2015-04-21cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.Richard Biener1-3/+3
2015-04-03omp-low.c (scan_omp_parallel, [...]): Set TYPE_ARTIFICIAL on the .omp_data* t...Jakub Jelinek1-0/+4
2015-03-21Mark omp thread functions as parallelizedTom de Vries1-0/+2
2015-03-16omp-low.c (expand_omp_target): Use auto_vec<tree, 11> instead of vec<tree> * ...Jakub Jelinek1-29/+25
2015-03-16re PR middle-end/65431 (Invalid read of size 8 at 0x105DBBF8: delete_omp_cont...Jakub Jelinek1-3/+5
2015-03-12tree-cfg.c (gimple_split_block): Remove loop finding stmt to split on.Richard Biener1-2/+2
2015-02-24Add entrypoint attribute for the use of nvptx.Bernd Schmidt1-0/+7
2015-01-26re PR middle-end/64421 (Incorrect vector function name generated for log)Jakub Jelinek1-3/+5
2015-01-23re PR middle-end/64734 (ICE at omp lowering)Jakub Jelinek1-1/+2
2015-01-19[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge1-27/+18
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-230/+1370