summaryrefslogtreecommitdiff
path: root/gcc/graphite-sese-to-poly.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove insert_copyout and insert_copyin.spop2010-08-111-38/+15
* Detect commutative reductions in all the scops before rewriting out of SSA al...spop2010-08-111-11/+5
* Fix invariant phi node removal.spop2010-08-111-9/+11
* 2010-06-30 Sebastian Pop <sebastian.pop@amd.com>rguenth2010-06-301-7/+8
* Do not gather loop exit conditions on the basic blocks outside the loop.spop2010-06-091-6/+13
* Fix comments and indentation.spop2010-06-091-9/+12
* Replace Value with mpz_tspop2010-05-061-18/+18
* Resolve CLooG's value_* macros to their respective mpz_* counterparts.spop2010-05-061-57/+57
* Compute min and max bounds for IVs and infer types.spop2010-04-061-4/+0
* Add extra checks for places assuming one argument loop close SSA form.spop2010-04-061-0/+13
* Avoid calling verify_ssa twice in verify_loop_closed_ssa.spop2010-04-061-6/+3
* 2010-04-04 Matthias Klose <doko@ubuntu.com>doko2010-04-051-1/+1
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+1
* canonicalize_loop_ivs should add the IV bump in loop->header.spop2010-03-311-2/+2
* * graphite-sese-to-poly.c (split_reduction_stmt): Skip debugaldyh2010-03-161-1/+1
* * graphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps): Skipaldyh2010-03-151-1/+2
* Fix PR43354: Correctly handle default definitions.spop2010-03-131-1/+2
* Use ssizetype when long_long_integer_type_node is NULL.spop2010-03-131-1/+5
* Cleanup: remove FIXMEs, add new function.spop2010-03-131-58/+70
* Make build_poly_scop not return a bool.spop2010-03-131-7/+7
* Limit the number of parameters per SCoP.spop2010-03-131-0/+5
* Use {lower,upper}_bound_in_type.spop2010-03-081-10/+9