aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-08re PR ipa/63196 (FAIL: g++.dg/torture/pr57140.C -O3 -fomit-frame-pointer (...Richard Biener1-2/+2
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-12/+325
2014-08-25IPA C++ refactoring 4/NMartin Liska1-4/+4
2014-08-07remove pointer-set.[ch]Trevor Saunders1-1/+0
2014-08-02convert many uses of pointer_map to hash_mapTrevor Saunders1-22/+19
2014-07-24IPA C++ refactoring 2/NMartin Liska1-3/+3
2014-07-24IPA C++ refactoring 1/NMartin Liska1-14/+14
2014-07-24Add missing break statement.Thomas Schwinge1-0/+1
2014-07-16omp-low.c (create_omp_child_function): Don't set DECL_NAMELESS on the FUNCTIO...Jakub Jelinek1-1/+0
2014-07-09remove has_executeTrevor Saunders1-4/+0
2014-06-25langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define.Jakub Jelinek1-13/+20
2014-06-24gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator not mentione...Jakub Jelinek1-18/+14
2014-06-24gimplify.c (gimplify_scan_omp_clauses) <case OMP_CLAUSE_MAP, [...]): Make sur...Jakub Jelinek1-6/+11
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-1/+27
2014-06-12re PR middle-end/61486 (ICE with #pragma omp teams)Jakub Jelinek1-2/+10
2014-06-10re PR fortran/60928 (gfortran issue with allocatable components and OpenMP)Jakub Jelinek1-1/+9
2014-06-06cfgexpand.c (expand_gimple_cond): Remove check for current_loops.Richard Biener1-18/+8
2014-05-23Make it easier to diff expand_omp_for_* functions.Thomas Schwinge1-59/+59
2014-05-23GF_OMP_FOR_SIMD: Flag for SIMD variants of OMP_FOR kinds.Thomas Schwinge1-9/+9
2014-05-21re PR middle-end/61252 (Invalid code produced for omp simd reduction(min:var...Jakub Jelinek1-24/+43
2014-05-14omp-low.c (expand_parallel_call): Remove shadow variable.James Norris1-4/+0
2014-05-11tree.h (OMP_CLAUSE_LINEAR_STMT): Define.Jakub Jelinek1-7/+13
2014-05-06Merge in wide-int.Kenneth Zadeck1-3/+1
2014-05-02gimplify.c (gimplify_adjust_omp_clauses_1): Handle GOVD_FIRSTPRIVATE | GOVD_L...Jakub Jelinek1-0/+18
2014-04-24tree.h (OMP_CLAUSE_LINEAR_GIMPLE_SEQ): Define.Jakub Jelinek1-0/+14
2014-04-22re PR tree-optimization/60823 (ICE in gimple_expand_cfg, at cfgexpand.c:5644)Jakub Jelinek1-32/+78
2014-04-17pass cfun to pass::executeTrevor Saunders1-6/+7
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-19/+17
2014-04-17remove has_gateTrevor Saunders1-4/+0
2014-04-14cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou1-4/+4
2014-03-27re PR middle-end/60682 ([OpenMP] ICE on an assignment of local variable insid...Jakub Jelinek1-1/+14
2014-03-18Restore check for OpenMP for construct.Thomas Schwinge1-1/+1
2014-03-17re PR middle-end/60534 (ICE: in expand_GOMP_SIMD_VF, at internal-fn.c:142 wit...Marek Polacek1-0/+2
2014-02-12Refactor common code into new maybe_fold_stmt function.Thomas Schwinge1-3/+2
2014-02-12Add clobber for object, after last use.Thomas Schwinge1-0/+7
2014-02-12Fix potential ICE (null pointer dereference) in omp-low.c:diagnose_sb_0.Thomas Schwinge1-1/+2
2014-02-08re PR c/59984 (OpenMP pragma makes loop incorrect)Jakub Jelinek1-1/+7
2014-02-07parser.c (synthesize_implicit_template_parm): Use grow_tree_vec.Jan Hubicka1-1/+1
2014-02-04re PR other/58712 (issues found by --enable-checking=valgrind)Jakub Jelinek1-1/+0
2014-02-04re PR other/58712 (issues found by --enable-checking=valgrind)Jakub Jelinek1-1/+2
2014-01-29re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401)Jakub Jelinek1-2/+9
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer1-6/+6
2014-01-13re PR libgomp/59194 (tsan detects race for real variables in an OMP reduction...Jakub Jelinek1-5/+14
2014-01-08re PR middle-end/59669 (ICE: SIGSEGV with #pragma omp declare simd linear)Marek Polacek1-2/+2
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-18Added support for Cilk Plus SIMD-enabled function for C.Balaji V. Iyer1-1/+1
2013-12-17Remove leftover variable definition.Thomas Schwinge1-2/+0
2013-12-17Remove leftover comment.Thomas Schwinge1-2/+0
2013-12-17Reflect reality in comment.Thomas Schwinge1-1/+1
2013-12-16re PR libgomp/58756 (FAIL: libgomp.c/pr58392.c execution test)Jakub Jelinek1-8/+14