aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-02-08Fix PRs 46834, 46994, and 46995: only rewrite reductions not containing other...Sebastian Pop1-17/+39
2011-01-25Do not use a data ref with indices invalid in the loop of the close_phi.Sebastian Pop1-8/+56
2011-01-25Only copy PBB_DOMAIN when it is initialized.Sebastian Pop1-2/+4
2011-01-25Pass to dr_analyze_indices the analysis loop for subscripts.Sebastian Pop1-7/+53
2011-01-25Move rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.Sebastian Pop1-2/+3
2011-01-25Do not create the temporary array for reductions into VAR_DECL, PARM_DECL, an...Sebastian Pop1-1/+4
2011-01-25Allow several reductions in a reduction PBB.Sebastian Pop1-1/+3
2011-01-25Remove the temporary array for reductions written to memory.Sebastian Pop1-9/+34
2011-01-03Fix PR47021: ADDR_EXPRs don't contain SCoP parameters.Sebastian Pop1-1/+4
2010-12-28Do not include unnecessary .h files.Sebastian Pop1-13/+0
2010-12-23Fix PR46758: Do not use int_cst_value.Sebastian Pop1-11/+11
2010-12-16Fix PR46924: Do not detect reductions outside the current SESE region.Sebastian Pop1-6/+9
2010-12-16re PR tree-optimization/46966 (ICE: in execute_cse_reciprocals, at tree-ssa-m...Jakub Jelinek1-0/+1
2010-12-01Fix unused warnings.Sebastian Pop1-4/+1
2010-12-01Avoid the analysis of data references after the translation out of SSA.Sebastian Pop1-66/+105
2010-12-01Postpone the rewrite out of SSA to the end of the translation to polyhedral r...Sebastian Pop1-167/+180
2010-12-01Do not rewrite out of SSA scalar dependences crossing the limits of the scop.Sebastian Pop1-2/+52
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-4/+1
2010-09-30Fix Graphite memory leaks.Sebastian Pop1-1/+0
2010-09-30Factor out is_gimple_reg calls.Sebastian Pop1-12/+6
2010-09-30Fix PR45229: gcc.c-torture/execute/20000412-4.c ICEs with -fgraphite-identity.Sebastian Pop1-1/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-28/+28
2010-08-11Fix miscompile of 416.gamess.Sebastian Pop1-0/+10
2010-08-11Fix gamess: the only constant phi nodes with one argument are is_gimple_min_i...Sebastian Pop1-3/+2
2010-08-11Call scev_reset_htab when Graphite out-of-SSA has changed something.Sebastian Pop1-24/+51
2010-08-11Fix tonto: call propagate_expr_outside_region.Sebastian Pop1-43/+21
2010-08-11Call scev_analyzable_p only on is_gimple_reg.Sebastian Pop1-1/+4
2010-08-11Propagate constant values or parametric expressions outside the scop region.Sebastian Pop1-10/+75
2010-08-11Use SSA_NAME_DEF_STMT only on SSA_NAMEs.Sebastian Pop1-1/+2
2010-08-11Do not translate out-of-SSA close phi nodes that can be analyzed with scev.Sebastian Pop1-7/+17
2010-08-11Do not rewrite out of SSA scalar phi nodes that can be scev_analyzable_p.Sebastian Pop1-16/+4
2010-08-11Correctly handle SSA_NAME_IS_DEFAULT_DEF in rewrite_close_phi_out_of_ssa.Sebastian Pop1-2/+2
2010-08-11Special case non close-phi nodes with one argument in rewrite_close_phi_out_o...Sebastian Pop1-8/+20
2010-08-11Remove uses of loop->single_iv.Sebastian Pop1-51/+11
2010-08-11Also handle GIMPLE_CALLs in rewrite_cross_bb_scalar_deps.Sebastian Pop1-3/+13
2010-08-11Remove expand_scalar_variables_ hack.Sebastian Pop1-14/+0
2010-08-11Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Rem...Andreas Simbuerger1-14/+0
2010-08-11Fix 416.gamess miscompile: special case the rewrite of degenerate phi nodes.Sebastian Pop1-1/+39
2010-08-11Fix 435.gromacs miscompile: call rewrite_close_phi_out_of_ssa from rewrite_cr...Sebastian Pop1-2/+6
2010-08-11Remove dead code.Sebastian Pop1-3/+0
2010-08-11Run rewrite_cross_bb_phi_deps before rewrite_cross_bb_scalar_deps.Sebastian Pop1-33/+63
2010-08-11Early return in rewrite_commutative_reductions_out_of_ssa when flag_associati...Sebastian Pop1-0/+3
2010-08-11Always insert out of SSA copies on edges except for loop->latch.Sebastian Pop1-49/+5
2010-08-11Split rewrite_cross_bb_scalar_deps_out_of_ssa out from rewrite_reductions_out...Sebastian Pop1-0/+11
2010-08-11Also rewrite out of SSA scalar dependences going outside the SCoP region.Sebastian Pop1-4/+9
2010-08-11Remove insert_copyout and insert_copyin.Sebastian Pop1-38/+15
2010-08-11Detect commutative reductions in all the scops before rewriting out of SSA al...Sebastian Pop1-11/+5
2010-08-11Fix invariant phi node removal.Sebastian Pop1-9/+11