Age | Commit message (Expand) | Author | Files | Lines |
2015-11-10 | omp-low.h (replace_oacc_fn_attrib, [...]): Declare. | Nathan Sidwell | 1 | -0/+44 |
2015-11-09 | omp-low.c: Fix some OpenACC comment typos. | Nathan Sidwell | 1 | -16/+5 |
2015-11-06 | gimplify.c (gimplify_omp_ordered): Fix up diagnostics wording. | Jakub Jelinek | 1 | -47/+136 |
2015-11-05 | gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE. | Cesar Philippidis | 1 | -0/+2 |
2015-11-05 | gcc/ | Jakub Jelinek | 1 | -79/+417 |
2015-11-05 | target.def (goacc.dim_limit): New hook. | Nathan Sidwell | 1 | -0/+47 |
2015-11-04 | omp-low.c (struct omp_context): Remove reduction_map field. | Nathan Sidwell | 1 | -47/+3 |
2015-11-04 | internal-fn.def (GOACC_REDUCTION): New. | Nathan Sidwell | 1 | -571/+247 |
2015-11-03 | OpenACC atomic directive | Thomas Schwinge | 1 | -1/+4 |
2015-10-29 | omp-low.c (lower_omp_target): Remove unreachable code & merge ifs. | Nathan Sidwell | 1 | -5/+3 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -13/+11 |
2015-10-28 | omp-low.c (MASK_GANG, [...]): Delete. | Nathan Sidwell | 1 | -15/+0 |
2015-10-28 | omp-low.c (struct omp_context): Remove gwv_below, gwv_this fields. | Nathan Sidwell | 1 | -106/+887 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -18/+12 |
2015-10-27 | internal-fn.def (IFN_GOACC_DIM_SIZE, [...]): New. | Nathan Sidwell | 1 | -2/+930 |
2015-10-27 | target-insns.def (oacc_fork, oacc_join): Define. | Nathan Sidwell | 1 | -0/+13 |
2015-10-27 | omp-low.c (oacc_init_rediction_array): New. | Nathan Sidwell | 1 | -1/+72 |
2015-10-27 | * omp-low.c (pass_oacc_device_lower::execute): Ignore errors. | Nathan Sidwell | 1 | -1/+1 |
2015-10-21 | omp-low.c (check_omp_nesting_restrictions): Check OpenACC loop nesting. | Nathan Sidwell | 1 | -0/+37 |
2015-10-21 | omp-low.c (simd_clone_create): Set in_other_partition for created clones. | Ilya Enkovich | 1 | -0/+2 |
2015-10-13 | builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New. | Jakub Jelinek | 1 | -370/+3767 |
2015-10-13 | Handle original loop tree in expand_omp_for_generic | Tom de Vries | 1 | -9/+21 |
2015-10-12 | Add missing phis in expand_omp_for_generic | Tom de Vries | 1 | -0/+38 |
2015-10-12 | Handle simple latch in expand_omp_for_generic | Tom de Vries | 1 | -1/+8 |
2015-09-30 | nvptx.c (nvptx_goacc_validate_dims): New. | Nathan Sidwell | 1 | -0/+142 |
2015-09-28 | gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment. | Nathan Sidwell | 1 | -63/+166 |
2015-09-23 | Refactor omp_reduction_init: omp_reduction_init_op | Thomas Schwinge | 1 | -4/+12 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -85/+85 |
2015-09-03 | Handle 2 preds for fin_bb in expand_omp_for_static_chunk | Tom de Vries | 1 | -9/+17 |
2015-09-03 | Fix inner loop phi in expand_omp_for_static_chunk | Tom de Vries | 1 | -1/+31 |
2015-09-03 | Fix gcc_assert in expand_omp_for_static_chunk | Tom de Vries | 1 | -1/+1 |
2015-09-03 | Handle simple latch bb in expand_omp_for_static_chunk | Tom de Vries | 1 | -2/+18 |
2015-08-29 | Handle mix/max pointer reductions in parloops | Tom de Vries | 1 | -0/+12 |
2015-08-24 | Optimize expand_omp_for_static_chunk for chunk_size one | Tom de Vries | 1 | -3/+8 |
2015-08-23 | Don't create superfluous parm in expand_omp_taskreg | Tom de Vries | 1 | -10/+10 |
2015-08-19 | remove more useless typedefs | Trevor Saunders | 1 | -2/+2 |
2015-08-12 | Revert "replace several uses of the anon namespace with GCC_FINAL" | Trevor Saunders | 1 | -10/+30 |
2015-08-11 | replace several uses of the anon namespace with GCC_FINAL | Trevor Saunders | 1 | -30/+10 |
2015-08-10 | [PR libgomp/65742, PR middle-end/66332] libgomp: Remove plugin for non-shared... | Thomas Schwinge | 1 | -18/+0 |
2015-07-31 | Don't cancel loop tree in parloops | Tom de Vries | 1 | -2/+30 |
2015-07-13 | Mark *.omp_data_i as non-trapping | Tom de Vries | 1 | -0/+1 |
2015-07-13 | Fix double word typos. | Aldy Hernandez | 1 | -1/+1 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-10 | re PR middle-end/66820 (internal compiler error: in get_expr_operands, at tre... | Jakub Jelinek | 1 | -2/+2 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -18/+5 |
2015-06-30 | re PR middle-end/66702 (#pragma omp declare simd uniform and linear issues) | Jakub Jelinek | 1 | -16/+83 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-17 | re PR middle-end/66429 (ICE in expand_GOMP_SIMD_LAST_LANE) | Jakub Jelinek | 1 | -1/+3 |
2015-06-17 | re PR middle-end/66429 (ICE in expand_GOMP_SIMD_LAST_LANE) | Jakub Jelinek | 1 | -1/+5 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+0 |