Age | Commit message (Expand) | Author | Files | Lines |
2016-02-26 | [omp, hsa] Do not gridify simd constructs | Martin Jambor | 1 | -4/+22 |
2016-02-16 | Don't call call_cgraph_insertion_hooks in simd_clone_create | Tom de Vries | 1 | -1/+0 |
2016-02-02 | Merge BUILT_IN_GOACC_HOST_DATA into BUILT_IN_GOACC_DATA_START | Thomas Schwinge | 1 | -4/+1 |
2016-02-01 | omp-low.c (oacc_parse_default_dims): Avoid -Wsign-compare warning... | Jakub Jelinek | 1 | -2/+2 |
2016-02-01 | nvptx.c (PTX_GANG_DEFAULT): New. | Nathan Sidwell | 1 | -24/+128 |
2016-01-26 | omp-low.h (oacc_fn_attrib_kernels_p): Declare. | Nathan Sidwell | 1 | -30/+76 |
2016-01-25 | omp-low.c (lower_omp_target): Set DECL_VALUE_EXPR of new_var even for the non... | Jakub Jelinek | 1 | -0/+9 |
2016-01-21 | omp-low.c (expand_omp_target): Avoid -Wmaybe-uninitialized warning. | Jakub Jelinek | 1 | -6/+5 |
2016-01-19 | Merge of HSA | Martin Jambor | 1 | -95/+1361 |
2016-01-18 | Add oacc_kernels_p argument to pass_parallelize_loops | Tom de Vries | 1 | -1/+1 |
2016-01-17 | omp-low.c (mark_loops_in_oacc_kernels_region): Work around -Wmaybe-uninitiali... | Jakub Jelinek | 1 | -1/+1 |
2016-01-16 | Release_defs in expand_omp_atomic_fetch_op | Tom de Vries | 1 | -1/+5 |
2016-01-14 | Mark symbols in offload tables with force_output in read_offload_tables | Tom de Vries | 1 | -5/+0 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-23 | Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTR | Thomas Schwinge | 1 | -9/+2 |
2015-12-15 | c-common.c (c_common_attribute_table): Handle "omp declare target link" attri... | Ilya Verbin | 1 | -8/+123 |
2015-12-08 | Clear restrict in install_var_field | Tom de Vries | 1 | -0/+7 |
2015-12-02 | Mark pointers to allocated target vars as restricted, if possible | Tom de Vries | 1 | -7/+86 |
2015-12-01 | OpenACC host_data support. | Julian Brown | 1 | -4/+21 |
2015-11-26 | Revert "Improve verification of loop->latch in verify_loop_structure" | Tom de Vries | 1 | -1/+0 |
2015-11-26 | re PR tree-optimization/68128 (A huge regression in Parboil v2.5 OpenMP CUTCP... | Jakub Jelinek | 1 | -3/+7 |
2015-11-25 | Add pass_oacc_kernels pass group in passes.def | Tom de Vries | 1 | -0/+1 |
2015-11-25 | Improve verification of loop->latch in verify_loop_structure | Tom de Vries | 1 | -0/+1 |
2015-11-23 | Mark by_ref mem_ref in build_receiver_ref as non-trapping | Tom de Vries | 1 | -1/+4 |
2015-11-20 | re PR middle-end/68221 (libgomp reduction-11/12 failures) | Jakub Jelinek | 1 | -5/+7 |
2015-11-20 | re PR middle-end/68339 (g++.dg/vect/simd-clone-2.cc ICEs with aggressive GC s... | Jakub Jelinek | 1 | -0/+4 |
2015-11-17 | Add in_oacc_kernels_region in struct loop | Tom de Vries | 1 | -0/+43 |
2015-11-16 | Add __attribute__((__simd__)) to GCC. | Kirill Yukhin | 1 | -4/+1 |
2015-11-15 | always define ENABLE_OFFLOADING | Trevor Saunders | 1 | -9/+7 |
2015-11-14 | omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca... | Jakub Jelinek | 1 | -4/+8 |
2015-11-13 | omp-low.c (scan_sharing_clauses): Accept INDEPENDENT, AUTO & SEQ. | Nathan Sidwell | 1 | -17/+63 |
2015-11-12 | c-pragma.c (oacc_pragmas): Add entry for declare directive. | James Norris | 1 | -0/+10 |
2015-11-11 | gimplify.c (enum omp_region_type): Add ORT_ACC, ORT_ACC_DATA, ORT_ACC_PARALLE... | Nathan Sidwell | 1 | -22/+71 |
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 |