summaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix tonto: call propagate_expr_outside_region.Sebastian Pop2010-08-111-43/+21
* Call scev_analyzable_p only on is_gimple_reg.Sebastian Pop2010-08-111-1/+4
* Propagate constant values or parametric expressions outside the scop region.Sebastian Pop2010-08-111-10/+75
* Use SSA_NAME_DEF_STMT only on SSA_NAMEs.Sebastian Pop2010-08-111-1/+2
* Do not translate out-of-SSA close phi nodes that can be analyzed with scev.Sebastian Pop2010-08-111-7/+17
* Do not rewrite out of SSA scalar phi nodes that can be scev_analyzable_p.Sebastian Pop2010-08-111-16/+4
* Correctly handle SSA_NAME_IS_DEFAULT_DEF in rewrite_close_phi_out_of_ssa.Sebastian Pop2010-08-111-2/+2
* Special case non close-phi nodes with one argument in rewrite_close_phi_out_o...Sebastian Pop2010-08-111-8/+20
* Remove uses of loop->single_iv.Sebastian Pop2010-08-111-51/+11
* Also handle GIMPLE_CALLs in rewrite_cross_bb_scalar_deps.Sebastian Pop2010-08-111-3/+13
* Remove expand_scalar_variables_ hack.Sebastian Pop2010-08-111-14/+0
* Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Rem...Andreas Simbuerger2010-08-111-14/+0
* Fix 416.gamess miscompile: special case the rewrite of degenerate phi nodes.Sebastian Pop2010-08-111-1/+39
* Fix 435.gromacs miscompile: call rewrite_close_phi_out_of_ssa from rewrite_cr...Sebastian Pop2010-08-111-2/+6
* Remove dead code.Sebastian Pop2010-08-111-3/+0
* Run rewrite_cross_bb_phi_deps before rewrite_cross_bb_scalar_deps.Sebastian Pop2010-08-111-33/+63
* Early return in rewrite_commutative_reductions_out_of_ssa when flag_associati...Sebastian Pop2010-08-111-0/+3
* Always insert out of SSA copies on edges except for loop->latch.Sebastian Pop2010-08-111-49/+5
* Split rewrite_cross_bb_scalar_deps_out_of_ssa out from rewrite_reductions_out...Sebastian Pop2010-08-111-0/+11
* Also rewrite out of SSA scalar dependences going outside the SCoP region.Sebastian Pop2010-08-111-4/+9
* Remove insert_copyout and insert_copyin.Sebastian Pop2010-08-111-38/+15
* Detect commutative reductions in all the scops before rewriting out of SSA al...Sebastian Pop2010-08-111-11/+5
* Fix invariant phi node removal.Sebastian Pop2010-08-111-9/+11
* re PR bootstrap/44726 (Yet another broken bootstrap)Sebastian Pop2010-06-301-7/+8
* Do not gather loop exit conditions on the basic blocks outside the loop.Sebastian Pop2010-06-091-6/+13
* Fix comments and indentation.Sebastian Pop2010-06-091-9/+12
* Replace Value with mpz_tAndreas Simbuerger2010-05-061-18/+18
* Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger2010-05-061-57/+57
* Compute min and max bounds for IVs and infer types.Sebastian Pop2010-04-061-4/+0
* Add extra checks for places assuming one argument loop close SSA form.Sebastian Pop2010-04-061-0/+13
* Avoid calling verify_ssa twice in verify_loop_closed_ssa.Sebastian Pop2010-04-061-6/+3
* graphite-sese-to-poly.c (translate_scalar_reduction_to_array): Initialize var...Matthias Klose2010-04-051-1/+1
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* canonicalize_loop_ivs should add the IV bump in loop->header.Sebastian Pop2010-03-311-2/+2
* graphite-sese-to-poly.c (split_reduction_stmt): Skip debug statements before ...Aldy Hernandez2010-03-161-1/+1
* graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skip debug statements.Aldy Hernandez2010-03-151-1/+2
* Fix PR43354: Correctly handle default definitions.Sebastian Pop2010-03-131-1/+2
* Use ssizetype when long_long_integer_type_node is NULL.Sebastian Pop2010-03-131-1/+5
* Cleanup: remove FIXMEs, add new function.Sebastian Pop2010-03-131-58/+70
* Make build_poly_scop not return a bool.Sebastian Pop2010-03-131-7/+7
* Limit the number of parameters per SCoP.Sebastian Pop2010-03-131-0/+5
* Use {lower,upper}_bound_in_type.Sebastian Pop2010-03-081-10/+9
* Use sizetype instead of unsigned_type_node.Sebastian Pop2010-03-081-2/+2
* Fix PR43065: Insert bounds on pointer type parameters.Sebastian Pop2010-03-081-6/+12
* Fix type problems in loop ivs.Tobias Grosser2010-03-081-0/+36
* Add constraints on the type of parameters to the scop context.Sebastian Pop2010-03-081-3/+0
* Fix PR42914 and PR42530.Sebastian Pop2010-02-111-6/+37
* re PR tree-optimization/42771 ([graphite] ICE: in graphite_loop_normal_form, ...Sebastian Pop2010-02-111-0/+1
* re PR other/42537 ([PATCH] misc spelling fixes)Robert Millan2009-12-301-1/+1
* re PR middle-end/42180 (compiling induct.f90 with -ffast-math -O2 -fgraphite...Sebastian Pop2009-12-231-1/+2