]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/omp-low.c
fix PR68343: disable fuse-*.c tests for isl 0.14 or earlier
[thirdparty/gcc.git] / gcc / omp-low.c
2016-01-25  Jakub Jelinekomp-low.c (lower_omp_target): Set DECL_VALUE_EXPR of...
2016-01-20  Jakub Jelinekomp-low.c (expand_omp_target): Avoid -Wmaybe-uninitiali...
2016-01-19  Martin JamborMerge of HSA
2016-01-18  Tom de VriesAdd oacc_kernels_p argument to pass_parallelize_loops
2016-01-17  Jakub Jelinekomp-low.c (mark_loops_in_oacc_kernels_region): Work...
2016-01-16  Tom de VriesRelease_defs in expand_omp_atomic_fetch_op
2016-01-14  Tom de VriesMark symbols in offload tables with force_output in...
2016-01-04  Jakub JelinekUpdate copyright years.
2015-12-23  Thomas SchwingeMerge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTR
2015-12-15  Ilya Verbinc-common.c (c_common_attribute_table): Handle "omp...
2015-12-08  Tom de VriesClear restrict in install_var_field
2015-12-02  Tom de VriesMark pointers to allocated target vars as restricted...
2015-12-01  Julian BrownOpenACC host_data support.
2015-11-26  Tom de VriesRevert "Improve verification of loop->latch in verify_l...
2015-11-26  Jakub Jelinekre PR tree-optimization/68128 (A huge regression in...
2015-11-25  Tom de VriesAdd pass_oacc_kernels pass group in passes.def
2015-11-25  Tom de VriesImprove verification of loop->latch in verify_loop_stru...
2015-11-23  Tom de VriesMark by_ref mem_ref in build_receiver_ref as non-trapping
2015-11-20  Jakub Jelinekre PR middle-end/68221 (libgomp reduction-11/12 failures)
2015-11-20  Jakub Jelinekre PR middle-end/68339 (g++.dg/vect/simd-clone-2.cc...
2015-11-17  Tom de VriesAdd in_oacc_kernels_region in struct loop
2015-11-16  Kirill YukhinAdd __attribute__((__simd__)) to GCC.
2015-11-15  Trevor Saundersalways define ENABLE_OFFLOADING
2015-11-14  Jakub Jelinekomp-low.c (lower_omp_ordered): Add argument to GOMP_SMD...
2015-11-13  Nathan Sidwellomp-low.c (scan_sharing_clauses): Accept INDEPENDENT...
2015-11-12  James Norrisc-pragma.c (oacc_pragmas): Add entry for declare directive.
2015-11-11  Nathan Sidwellgimplify.c (enum omp_region_type): Add ORT_ACC, ORT_ACC...
2015-11-10  Nathan Sidwellomp-low.h (replace_oacc_fn_attrib, [...]): Declare.
2015-11-09  Nathan Sidwellomp-low.c: Fix some OpenACC comment typos.
2015-11-06  Jakub Jelinekgimplify.c (gimplify_omp_ordered): Fix up diagnostics...
2015-11-06  Cesar Philippidisgimplify.c (gimplify_scan_omp_clauses): Add support...
2015-11-05  Jakub Jelinekgcc/
2015-11-05  Nathan Sidwelltarget.def (goacc.dim_limit): New hook.
2015-11-04  Nathan Sidwellomp-low.c (struct omp_context): Remove reduction_map...
2015-11-04  Nathan Sidwellinternal-fn.def (GOACC_REDUCTION): New.
2015-11-03  Thomas SchwingeOpenACC atomic directive
2015-10-29  Nathan Sidwellomp-low.c (lower_omp_target): Remove unreachable code...
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-28  Nathan Sidwellomp-low.c (MASK_GANG, [...]): Delete.
2015-10-28  Nathan Sidwellomp-low.c (struct omp_context): Remove gwv_below, gwv_t...
2015-10-28  Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-27  Nathan Sidwellinternal-fn.def (IFN_GOACC_DIM_SIZE, [...]): New.
2015-10-27  Nathan Sidwelltarget-insns.def (oacc_fork, oacc_join): Define.
2015-10-27  Nathan Sidwellomp-low.c (oacc_init_rediction_array): New.
2015-10-27  Nathan Sidwell* omp-low.c (pass_oacc_device_lower::execute): Ignore...
2015-10-21  Nathan Sidwellomp-low.c (check_omp_nesting_restrictions): Check OpenA...
2015-10-21  Ilya Enkovichomp-low.c (simd_clone_create): Set in_other_partition...
2015-10-13  Jakub Jelinekbuiltin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONG...
2015-10-13  Tom de VriesHandle original loop tree in expand_omp_for_generic
2015-10-12  Tom de VriesAdd missing phis in expand_omp_for_generic
2015-10-12  Tom de VriesHandle simple latch in expand_omp_for_generic
2015-09-30  Nathan Sidwellnvptx.c (nvptx_goacc_validate_dims): New.
2015-09-28  Nathan Sidwellgomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.
2015-09-23  Thomas SchwingeRefactor omp_reduction_init: omp_reduction_init_op
2015-09-20  Trevor Saundersswitch from gimple to gimple*
2015-09-03  Tom de VriesHandle 2 preds for fin_bb in expand_omp_for_static_chunk
2015-09-03  Tom de VriesFix inner loop phi in expand_omp_for_static_chunk
2015-09-03  Tom de VriesFix gcc_assert in expand_omp_for_static_chunk
2015-09-03  Tom de VriesHandle simple latch bb in expand_omp_for_static_chunk
2015-08-29  Tom de VriesHandle mix/max pointer reductions in parloops
2015-08-24  Tom de VriesOptimize expand_omp_for_static_chunk for chunk_size one
2015-08-23  Tom de VriesDon't create superfluous parm in expand_omp_taskreg
2015-08-19  Trevor Saundersremove more useless typedefs
2015-08-12  Trevor SaundersRevert "replace several uses of the anon namespace...
2015-08-11  Trevor Saundersreplace several uses of the anon namespace with GCC_FINAL
2015-08-10  Thomas Schwinge[PR libgomp/65742, PR middle-end/66332] libgomp: Remove...
2015-07-31  Tom de VriesDon't cancel loop tree in parloops
2015-07-13  Tom de VriesMark *.omp_data_i as non-trapping
2015-07-13  Aldy HernandezFix double word typos.
2015-07-10  Andrew MacLeodgimple-predict.h: New file.
2015-07-10  Jakub Jelinekre PR middle-end/66820 (internal compiler error: in...
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-30  Jakub Jelinekre PR middle-end/66702 (#pragma omp declare simd unifor...
2015-06-25  Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-17  Jakub Jelinekre PR middle-end/66429 (ICE in expand_GOMP_SIMD_LAST_LANE)
2015-06-17  Jakub Jelinekre PR middle-end/66429 (ICE in expand_GOMP_SIMD_LAST_LANE)
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-10  Tom de VriesFix build for ENABLE_OFFLOADING in expand_omp_target
2015-06-09  Tom de VriesMark offloaded functions as parallelized
2015-06-09  Tom de VriesMark function parallelized_function before add_new_function
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-19  Jakub Jelinekre PR middle-end/66199 (lastprivate/linear clause issue...
2015-05-13  Jakub Jelinekre PR middle-end/66133 (Wrong-code with noreturn #pragm...
2015-04-21  Richard Bienercfghooks.h (create_basic_block): Replace with two overl...
2015-04-03  Jakub Jelinekomp-low.c (scan_omp_parallel, [...]): Set TYPE_ARTIFICI...
2015-03-21  Tom de VriesMark omp thread functions as parallelized
2015-03-16  Jakub Jelinekomp-low.c (expand_omp_target): Use auto_vec<tree, 11...
2015-03-16  Jakub Jelinekre PR middle-end/65431 (Invalid read of size 8 at 0x105...
2015-03-12  Richard Bienertree-cfg.c (gimple_split_block): Remove loop finding...
2015-02-24  Bernd SchmidtAdd entrypoint attribute for the use of nvptx.
2015-01-26  Jakub Jelinekre PR middle-end/64421 (Incorrect vector function name...
2015-01-23  Jakub Jelinekre PR middle-end/64734 (ICE at omp lowering)
2015-01-19  Thomas Schwinge[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable...
2015-01-15  Thomas SchwingeMerge current set of OpenACC changes from gomp-4_0...
2015-01-15  Prathamesh Kulkarnidojump.h: New header file.
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-09  Tom de VriesFix gcc_assert in expand_omp_for_static_chunk
2015-01-05  Jakub JelinekUpdate copyright years.
2014-12-22  Martin Liskaipa-prop uses symbol_summary class.
next