aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)Author
2014-03-27re PR middle-end/60682 ([OpenMP] ICE on an assignment of local variable insid...Jakub Jelinek
2014-03-18Restore check for OpenMP for construct.Thomas Schwinge
2014-03-17re PR middle-end/60534 (ICE: in expand_GOMP_SIMD_VF, at internal-fn.c:142 wit...Marek Polacek
2014-02-12Refactor common code into new maybe_fold_stmt function.Thomas Schwinge
2014-02-12Add clobber for object, after last use.Thomas Schwinge
2014-02-12Fix potential ICE (null pointer dereference) in omp-low.c:diagnose_sb_0.Thomas Schwinge
2014-02-08re PR c/59984 (OpenMP pragma makes loop incorrect)Jakub Jelinek
2014-02-07parser.c (synthesize_implicit_template_parm): Use grow_tree_vec.Jan Hubicka
2014-02-04re PR other/58712 (issues found by --enable-checking=valgrind)Jakub Jelinek
2014-02-04re PR other/58712 (issues found by --enable-checking=valgrind)Jakub Jelinek
2014-01-29re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401)Jakub Jelinek
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer
2014-01-13re PR libgomp/59194 (tsan detects race for real variables in an OMP reduction...Jakub Jelinek
2014-01-08re PR middle-end/59669 (ICE: SIGSEGV with #pragma omp declare simd linear)Marek Polacek
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-18Added support for Cilk Plus SIMD-enabled function for C.Balaji V. Iyer
2013-12-17Remove leftover variable definition.Thomas Schwinge
2013-12-17Remove leftover comment.Thomas Schwinge
2013-12-17Reflect reality in comment.Thomas Schwinge
2013-12-16re PR libgomp/58756 (FAIL: libgomp.c/pr58392.c execution test)Jakub Jelinek
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-11-29re PR lto/59326 (FAIL: gcc.dg/vect/vect-simd-clone-*.c)Jakub Jelinek
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez
2013-11-26re PR middle-end/59150 (ICE: in expand_one_var, at cfgexpand.c:1242 with -fop...Jakub Jelinek
2013-11-26re PR middle-end/59152 (ICE: loop 2's latch does not have an edge to its head...Jakub Jelinek
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-22add auto_vecTrevor Saunders
2013-11-21gimplify.h (gimplify_hasher : typed_free_remove, [...]): Move to gimplify.c.Andrew MacLeod
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez
2013-11-14gimplify-be.h: New file.Andrew MacLeod
2013-11-13gimple-walk.h: New File.Andrew Macleod
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-11-05invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod
2013-10-11target.c: New file.Jakub Jelinek
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-09-19re PR tree-optimization/58472 (gomp4: ICE in in vectorizable_store, at tree-v...Jakub Jelinek
2013-09-19omp-low.c (expand_omp_sections): Always pass len - 1 to GOMP_sections_start, ...Jakub Jelinek
2013-09-18omp-low.c (copy_var_decl): Copy DECL_ATTRIBUTES.Jakub Jelinek