summaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.c
Commit message (Expand)AuthorAgeFilesLines
* 2011-08-23 Richard Guenther <rguenther@suse.de>rguenth2011-08-231-5/+5
* 2011-08-17 Richard Guenther <rguenther@suse.de>rguenth2011-08-171-6/+1
* 2011-06-14 Zdenek Dvorak <ook@ucw.cz>vries2011-06-141-1/+1
* remove useless if-before-free testsmeyering2011-04-201-2/+1
* Fix PRs 46834, 46994, and 46995: only rewrite reductions not containing other...spop2011-02-081-17/+39
* Do not use a data ref with indices invalid in the loop of the close_phi.spop2011-01-251-8/+56
* Only copy PBB_DOMAIN when it is initialized.spop2011-01-251-2/+4
* Pass to dr_analyze_indices the analysis loop for subscripts.spop2011-01-251-7/+53
* Move rewrite_commutative_reductions_out_of_ssa before find_scop_parameters.spop2011-01-251-2/+3
* Do not create the temporary array for reductions into VAR_DECL, PARM_DECL, an...spop2011-01-251-1/+4
* Allow several reductions in a reduction PBB.spop2011-01-251-1/+3
* Remove the temporary array for reductions written to memory.spop2011-01-251-9/+34
* Fix PR47021: ADDR_EXPRs don't contain SCoP parameters.spop2011-01-031-1/+4
* Do not include unnecessary .h files.spop2010-12-281-13/+0
* Fix PR46758: Do not use int_cst_value.spop2010-12-231-11/+11
* Fix PR46924: Do not detect reductions outside the current SESE region.spop2010-12-161-6/+9
* PR tree-optimization/46966jakub2010-12-161-0/+1
* Fix unused warnings.spop2010-12-011-4/+1
* Avoid the analysis of data references after the translation out of SSA.spop2010-12-011-66/+105
* Postpone the rewrite out of SSA to the end of the translation to polyhedral r...spop2010-12-011-167/+180
* Do not rewrite out of SSA scalar dependences crossing the limits of the scop.spop2010-12-011-2/+52
* * common.opt (main_input_filename, main_input_basename,jsm282010-12-011-1/+0
* gcc/froydnj2010-10-111-4/+1
* Fix Graphite memory leaks.spop2010-09-301-1/+0
* Factor out is_gimple_reg calls.spop2010-09-301-12/+6
* Fix PR45229: gcc.c-torture/execute/20000412-4.c ICEs with -fgraphite-identity.spop2010-09-301-1/+2
* gcc/froydnj2010-08-201-28/+28
* Fix miscompile of 416.gamess.spop2010-08-111-0/+10
* Fix gamess: the only constant phi nodes with one argument are is_gimple_min_i...spop2010-08-111-3/+2
* Call scev_reset_htab when Graphite out-of-SSA has changed something.spop2010-08-111-24/+51
* Fix tonto: call propagate_expr_outside_region.spop2010-08-111-43/+21
* Call scev_analyzable_p only on is_gimple_reg.spop2010-08-111-1/+4
* Propagate constant values or parametric expressions outside the scop region.spop2010-08-111-10/+75
* Use SSA_NAME_DEF_STMT only on SSA_NAMEs.spop2010-08-111-1/+2
* Do not translate out-of-SSA close phi nodes that can be analyzed with scev.spop2010-08-111-7/+17
* Do not rewrite out of SSA scalar phi nodes that can be scev_analyzable_p.spop2010-08-111-16/+4
* Correctly handle SSA_NAME_IS_DEFAULT_DEF in rewrite_close_phi_out_of_ssa.spop2010-08-111-2/+2
* Special case non close-phi nodes with one argument in rewrite_close_phi_out_o...spop2010-08-111-8/+20
* Remove uses of loop->single_iv.spop2010-08-111-51/+11
* Also handle GIMPLE_CALLs in rewrite_cross_bb_scalar_deps.spop2010-08-111-3/+13
* Remove expand_scalar_variables_ hack.spop2010-08-111-14/+0
* Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Rem...spop2010-08-111-14/+0
* Fix 416.gamess miscompile: special case the rewrite of degenerate phi nodes.spop2010-08-111-1/+39
* Fix 435.gromacs miscompile: call rewrite_close_phi_out_of_ssa from rewrite_cr...spop2010-08-111-2/+6
* Remove dead code.spop2010-08-111-3/+0
* Run rewrite_cross_bb_phi_deps before rewrite_cross_bb_scalar_deps.spop2010-08-111-33/+63
* Early return in rewrite_commutative_reductions_out_of_ssa when flag_associati...spop2010-08-111-0/+3
* Always insert out of SSA copies on edges except for loop->latch.spop2010-08-111-49/+5
* Split rewrite_cross_bb_scalar_deps_out_of_ssa out from rewrite_reductions_out...spop2010-08-111-0/+11
* Also rewrite out of SSA scalar dependences going outside the SCoP region.spop2010-08-111-4/+9