]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/ChangeLog.graphite
Remove spaces from matrix lines.
[thirdparty/gcc.git] / gcc / ChangeLog.graphite
2010-09-30  Riyadh BaghdadiRemove spaces from matrix lines.
2010-09-30  Riyadh BaghdadiFix columns order in openscop.
2010-09-30  Sebastian PopAdd testcase for PR43423.
2010-09-30  Sebastian PopGenerate in priority signed types for integer constants.
2010-09-30  Sebastian PopAvoid lang_hooks, call build_nonstandard_integer_type.
2010-09-30  Riyadh BaghdadiWrite OpenScop format.
2010-08-11  Sebastian PopFix miscompile of 416.gamess.
2010-08-11  Sebastian PopFix gamess: the only constant phi nodes with one argume...
2010-08-11  Sebastian PopFix typos.
2010-08-11  Andreas SimbuergerRemove cloog_initialize and cloog_finalize when using...
2010-08-11  Andreas SimbuergerAdapt to new CloogScattering abstraction, introduced...
2010-08-11  Andreas SimbuergerIntroduce compatibility to newer CLooG's CloogState...
2010-08-11  Andreas SimbuergerAdapt to new CLAST structure within upstream CLooG...
2010-08-11  Andreas SimbuergerMake CLooG options compatible to newer CLooG releases...
2010-08-11  Andreas SimbuergerReintroduce necessary CLooG accessors to graphite....
2010-08-11  Sebastian PopCall scev_reset_htab when Graphite out-of-SSA has chang...
2010-08-11  Sebastian PopFix tonto: call propagate_expr_outside_region.
2010-08-11  Sebastian PopCall scev_analyzable_p only on is_gimple_reg.
2010-08-11  Sebastian PopPropagate constant values or parametric expressions...
2010-08-11  Sebastian PopUse SSA_NAME_DEF_STMT only on SSA_NAMEs.
2010-08-11  Sebastian PopDo not instantiate default definitions in instantiate_s...
2010-08-11  Vladimir KargovEnhance region checks.
2010-08-11  Vladimir KargovAdd loop_exits_from_bb_p.
2010-08-11  Vladimir KargovDot refined regions.
2010-08-11  Sebastian PopDo not translate out-of-SSA close phi nodes that can...
2010-08-11  Sebastian PopAdd testcase for PR20742.
2010-08-11  Sebastian PopUnshare the scev before code generating it.
2010-08-11  Sebastian PopDo not rewrite out of SSA scalar phi nodes that can...
2010-08-11  Sebastian PopCorrectly handle SSA_NAME_IS_DEFAULT_DEF in rewrite_clo...
2010-08-11  Sebastian PopAdd testcase for PR42729 and fix handling of gimple_deb...
2010-08-11  Sebastian PopSpecial case non close-phi nodes with one argument...
2010-08-11  Sebastian PopScevs could be expressions without chrecs and still...
2010-08-11  Sebastian PopBump the size of scevs.
2010-08-11  Sebastian PopRemove uses of loop->single_iv.
2010-08-11  Sebastian PopAlso handle GIMPLE_CALLs in rewrite_cross_bb_scalar_deps.
2010-08-11  Sebastian Popchrec_apply should only apply to the specified variable.
2010-08-11  Sebastian PopRemove expand_scalar_variables_ hack.
2010-08-11  Sebastian PopRemove insert_loop_close_phis.
2010-08-11  Andreas SimbuergerFix flipped condition using mpz_sgn.
2010-08-11  Sebastian PopAdd testcase for miscompile in gamess.
2010-08-11  Andreas SimbuergerPartially removing cloog.h and graphite-clast-to-gimple...
2010-08-11  Andreas SimbuergerMove cloog-related functions from graphite-ppl.{c,h...
2010-08-11  Andreas SimbuergerResolve CLooG's value_* macros to their respective...
2010-08-11  Vladimir KargovPrint bbs in refined region tree.
2010-08-11  Sebastian PopFix 416.gamess miscompile: special case the rewrite...
2010-08-11  Sebastian PopFix 435.gromacs miscompile: call rewrite_close_phi_out_...
2010-08-11  Sebastian PopRemove dead code.
2010-08-11  Sebastian PopReplace map with rename_map.
2010-08-11  Sebastian PopRemove copy_renames.
2010-08-11  Sebastian PopRun rewrite_cross_bb_phi_deps before rewrite_cross_bb_s...
2010-08-11  Sebastian PopEarly return in rewrite_commutative_reductions_out_of_s...
2010-08-11  Sebastian PopFix testcase: call abort.
2010-08-11  Sebastian PopAlways insert out of SSA copies on edges except for...
2010-08-11  Sebastian PopSplit rewrite_cross_bb_scalar_deps_out_of_ssa out from...
2010-08-11  Sebastian PopAdd more debug counter guards.
2010-08-11  Sebastian PopSchedule a copy_prop pass before graphite.
2010-08-11  Sebastian PopRemove rename_nb_iterations and rename_sese_parameters
2010-08-11  Sebastian PopAlso rewrite out of SSA scalar dependences going outsid...
2010-08-11  Sebastian PopRemove insert_copyout and insert_copyin.
2010-08-11  Sebastian PopDetect commutative reductions in all the scops before...
2010-08-11  Sebastian PopLaunch dotty in background.
2010-08-11  Sebastian PopDon't call pbb_to_depth_to_oldiv from compute_type_for_...
2010-08-11  Sebastian PopCall compute_overall_effect_of_inner_loop from instanti...
2010-08-11  Sebastian PopDo not gather loop exit conditions on the basic blocks...
2010-08-11  Sebastian PopFix comments and indentation.
2010-08-11  Tobias GrosserFix refined region tree nesting.
2010-08-11  Tobias GrosserSkeleton for the new SCoP detection.
2010-08-11  Tobias GrosserAdd analysis pass to build the refined program structur...
2010-08-11  Sebastian PopUse size_one_node.
2010-08-11  Sebastian PopFix type of integer_one_node for fold_build of POINTER_...
2010-08-11  Sebastian PopFix invariant phi node removal.
2010-05-06  Andreas SimbuergerReplace Value with mpz_t
2010-05-06  Andreas SimbuergerResolve CLooG's value_* macros to their respective...
2010-04-06  Sebastian PopFix 473.astar miscompile.
2010-04-06  Sebastian PopUse POINTER_PLUS_EXPR for pointer types.
2010-04-06  Sebastian PopCompute min and max bounds for IVs and infer types.
2010-04-06  Sebastian PopAdd extra checks for places assuming one argument loop...
2010-03-31  Richard GuentherFix PR43464: copyprop should maintain loop close phi...
2010-03-31  Sebastian PopAdd a verbosity parameter to clean up the comments...
2010-03-31  Sebastian PopPrint SCoPs under CLooG format.
2010-03-31  Sebastian PopAdd testcases for PR43464.
2010-03-31  Sebastian Popcanonicalize_loop_ivs should add the IV bump in loop...
2010-03-31  Sebastian PopAdd pass_copy_prop after Graphite.
2010-03-31  Sebastian PopMake print_scop output the scoplib format.
2010-03-31  Sebastian PopAdd testcase for PR43351.
2010-03-13  Sebastian PopFix PR43354: Correctly handle default definitions.
2010-03-13  Sebastian PopAdd testcase from PR43349.
2010-03-13  Sebastian PopUse ssizetype when long_long_integer_type_node is NULL.
2010-03-13  Sebastian PopFix documentation of the new parameters.
2010-03-13  Sebastian PopCleanup: remove FIXMEs, add new function.
2010-03-13  Sebastian PopDocument PARAM_LOOP_BLOCK_TILE_SIZE.
2010-03-13  Sebastian PopFix PR43306: correct evolution_function_right_is_intege...
2010-03-13  Sebastian PopAdd PARAM_GRAPHITE_MAX_BBS_PER_FUNCTION.
2010-03-13  Sebastian PopMake build_poly_scop not return a bool.
2010-03-13  Sebastian PopLimit the number of parameters per SCoP.
2010-03-08  Sebastian PopUse {lower,upper}_bound_in_type.
2010-03-08  Sebastian PopUse sizetype instead of unsigned_type_node.
2010-03-08  Sebastian PopFix PR43065: Insert bounds on pointer type parameters.
2010-03-08  Sebastian PopAdd testcase from PR43065.
2010-03-08  Tobias GrosserAdd forgotten ChangeLog entries.
next