OSDN Git Service

Fix 435.gromacs miscompile.
[pf3gnuchains/gcc-fork.git] / gcc / ChangeLog.graphite
2010-09-30 spopFix 435.gromacs miscompile.
2010-09-30 spopEnable graphite to read an OpenScop file.
2010-09-30 spopFix include order to avoid failed compilation on CLOOG_ORG.
2010-09-30 spopAdd necessary accessors for CloogMatrix (CLOOG_ORG).
2010-09-30 spopRemove spaces from matrix lines.
2010-09-30 spopFix columns order in openscop.
2010-09-30 spopAdd testcase for PR43423.
2010-09-30 spopGenerate in priority signed types for integer constants.
2010-09-30 spopAvoid lang_hooks, call build_nonstandard_integer_type.
2010-09-30 spopWrite OpenScop format.
2010-08-11 spopFix miscompile of 416.gamess.
2010-08-11 spopFix gamess: the only constant phi nodes with one argume...
2010-08-11 spopFix typos.
2010-08-11 spopRemove cloog_initialize and cloog_finalize when using...
2010-08-11 spopAdapt to new CloogScattering abstraction, introduced...
2010-08-11 spopIntroduce compatibility to newer CLooG's CloogState...
2010-08-11 spopAdapt to new CLAST structure within upstream CLooG...
2010-08-11 spopMake CLooG options compatible to newer CLooG releases...
2010-08-11 spopReintroduce necessary CLooG accessors to graphite....
2010-08-11 spopCall scev_reset_htab when Graphite out-of-SSA has chang...
2010-08-11 spopFix tonto: call propagate_expr_outside_region.
2010-08-11 spopCall scev_analyzable_p only on is_gimple_reg.
2010-08-11 spopPropagate constant values or parametric expressions...
2010-08-11 spopUse SSA_NAME_DEF_STMT only on SSA_NAMEs.
2010-08-11 spopDo not instantiate default definitions in instantiate_s...
2010-08-11 spopEnhance region checks.
2010-08-11 spopAdd loop_exits_from_bb_p.
2010-08-11 spopDot refined regions.
2010-08-11 spopDo not translate out-of-SSA close phi nodes that can...
2010-08-11 spopAdd testcase for PR20742.
2010-08-11 spopUnshare the scev before code generating it.
2010-08-11 spopDo not rewrite out of SSA scalar phi nodes that can...
2010-08-11 spopCorrectly handle SSA_NAME_IS_DEFAULT_DEF in rewrite_clo...
2010-08-11 spopAdd testcase for PR42729 and fix handling of gimple_deb...
2010-08-11 spopSpecial case non close-phi nodes with one argument...
2010-08-11 spopScevs could be expressions without chrecs and still...
2010-08-11 spopBump the size of scevs.
2010-08-11 spopRemove uses of loop->single_iv.
2010-08-11 spopAlso handle GIMPLE_CALLs in rewrite_cross_bb_scalar_deps.
2010-08-11 spopchrec_apply should only apply to the specified variable.
2010-08-11 spopRemove expand_scalar_variables_ hack.
2010-08-11 spopRemove insert_loop_close_phis.
2010-08-11 spopFix flipped condition using mpz_sgn.
2010-08-11 spopAdd testcase for miscompile in gamess.
2010-08-11 spopPartially removing cloog.h and graphite-clast-to-gimple...
2010-08-11 spopMove cloog-related functions from graphite-ppl.{c,h...
2010-08-11 spopResolve CLooG's value_* macros to their respective...
2010-08-11 spopPrint bbs in refined region tree.
2010-08-11 spopFix 416.gamess miscompile: special case the rewrite...
2010-08-11 spopFix 435.gromacs miscompile: call rewrite_close_phi_out_...
2010-08-11 spopRemove dead code.
2010-08-11 spopReplace map with rename_map.
2010-08-11 spopRemove copy_renames.
2010-08-11 spopRun rewrite_cross_bb_phi_deps before rewrite_cross_bb_s...
2010-08-11 spopEarly return in rewrite_commutative_reductions_out_of_s...
2010-08-11 spopFix testcase: call abort.
2010-08-11 spopAlways insert out of SSA copies on edges except for...
2010-08-11 spopSplit rewrite_cross_bb_scalar_deps_out_of_ssa out from...
2010-08-11 spopAdd more debug counter guards.
2010-08-11 spopSchedule a copy_prop pass before graphite.
2010-08-11 spopRemove rename_nb_iterations and rename_sese_parameters
2010-08-11 spopAlso rewrite out of SSA scalar dependences going outsid...
2010-08-11 spopRemove insert_copyout and insert_copyin.
2010-08-11 spopDetect commutative reductions in all the scops before...
2010-08-11 spopLaunch dotty in background.
2010-08-11 spopDon't call pbb_to_depth_to_oldiv from compute_type_for_...
2010-08-11 spopCall compute_overall_effect_of_inner_loop from instanti...
2010-08-11 spopDo not gather loop exit conditions on the basic blocks...
2010-08-11 spopFix comments and indentation.
2010-08-11 spopFix refined region tree nesting.
2010-08-11 spopSkeleton for the new SCoP detection.
2010-08-11 spopAdd analysis pass to build the refined program structur...
2010-08-11 spopUse size_one_node.
2010-08-11 spopFix type of integer_one_node for fold_build of POINTER_...
2010-08-11 spopFix invariant phi node removal.
2010-05-06 spopReplace Value with mpz_t
2010-05-06 spopResolve CLooG's value_* macros to their respective...
2010-04-06 spopFix 473.astar miscompile.
2010-04-06 spopUse POINTER_PLUS_EXPR for pointer types.
2010-04-06 spopCompute min and max bounds for IVs and infer types.
2010-04-06 spopAdd extra checks for places assuming one argument loop...
2010-03-31 spopFix PR43464: copyprop should maintain loop close phi...
2010-03-31 spopAdd a verbosity parameter to clean up the comments...
2010-03-31 spopPrint SCoPs under CLooG format.
2010-03-31 spopAdd testcases for PR43464.
2010-03-31 spopcanonicalize_loop_ivs should add the IV bump in loop...
2010-03-31 spopAdd pass_copy_prop after Graphite.
2010-03-31 spopMake print_scop output the scoplib format.
2010-03-31 spopAdd testcase for PR43351.
2010-03-13 spopFix PR43354: Correctly handle default definitions.
2010-03-13 spopAdd testcase from PR43349.
2010-03-13 spopUse ssizetype when long_long_integer_type_node is NULL.
2010-03-13 spopFix documentation of the new parameters.
2010-03-13 spopCleanup: remove FIXMEs, add new function.
2010-03-13 spopDocument PARAM_LOOP_BLOCK_TILE_SIZE.
2010-03-13 spopFix PR43306: correct evolution_function_right_is_intege...
2010-03-13 spopAdd PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
2010-03-13 spopMake build_poly_scop not return a bool.
2010-03-13 spopLimit the number of parameters per SCoP.
2010-03-08 spopUse {lower,upper}_bound_in_type.
next