Postpone the rewrite out of SSA to the end of the translation to polyhedral represent...
[gcc.git] / gcc / ChangeLog.graphite
2010-12-01 Sebastian PopPostpone the rewrite out of SSA to the end of the trans...
2010-12-01 Sebastian PopDo not rewrite out of SSA scalar dependences crossing...
2010-12-01 Sebastian PopCall recompute_tree_invariant_for_addr_expr when replac...
2010-12-01 Sebastian PopAdd a stride parameter to scop_do_strip_mine.
2010-09-30 Sebastian PopFix PR45758: reset scevs before Graphite.
2010-09-30 Sebastian PopFix miscompilation of 416.gamess.
2010-09-30 Sebastian PopAdd testcase for PR45758.
2010-09-30 Sebastian PopFix memory leaks in new scop detection.
2010-09-30 Sebastian PopFix Graphite memory leaks.
2010-09-30 Sebastian PopNew flag: -fgraphite-dump-cloog.
2010-09-30 Sebastian PopCDI_POST_DOMINATORS are not used in Graphite.
2010-09-30 Sebastian PopOnly iterate over pbb_dim_iter_domain.
2010-09-30 Sebastian PopFix comments.
2010-09-30 Sebastian PopNew pass: loop flattening.
2010-09-30 Sebastian PopAdd cloog_checksum.
2010-09-30 Sebastian PopFix pbb_number_of_iterations_at_time.
2010-09-30 Sebastian PopFix lst_update_scattering.
2010-09-30 Sebastian PopOutline lst_niter_for_loop.
2010-09-30 Sebastian PopCall fatal_error when the transform read from file...
2010-09-30 Sebastian PopFix pretty printers.
2010-09-30 Sebastian PopUse FOR_EACH_VEC_ELT.
2010-09-30 Vladimir KargovNew SCoPDetection detects first SCoPs.
2010-09-30 Sebastian PopFix uninitialize warning.
2010-09-30 Sebastian PopAvoid set but not used warning.
2010-09-30 Sebastian PopSpeed-up loop blocking: strip-mining is always legal.
2010-09-30 Vladimir KargovFix the description of graphite_can_represent_loop.
2010-09-30 Sebastian PopAdd testcase for PR45230.
2010-09-30 Sebastian PopAlso handle ARRAY_REFs in instantiate_scev_r.
2010-09-30 Sebastian PopFix chrec_contains_symbols_defined_in_loop.
2010-09-30 Sebastian PopA function is affine when CHREC_RIGHT is invariant.
2010-09-30 Sebastian PopFactor out is_gimple_reg calls.
2010-09-30 Vladimir KargovRemove outermost loop parameter.
2010-09-30 Sebastian PopFix PR45229: gcc.c-torture/execute/20000412-4.c ICEs...
2010-09-30 Riyadh BaghdadiIntegrate openscop tests in graphite testsuite.
2010-09-30 Riyadh BaghdadiAdd documentation for -fgraphite-read and -fgraphite...
2010-09-30 Riyadh BaghdadiDisable graphite loop optimizations with fgraphite...
2010-09-30 Riyadh BaghdadiDump each scop in a separate file.
2010-09-30 Sebastian PopRemove redundant checks in graphite_can_represent_scev.
2010-09-30 Sebastian PopFix 435.gromacs miscompile.
2010-09-30 Riyadh BaghdadiEnable graphite to read an OpenScop file.
2010-09-30 Andreas SimbuergerFix include order to avoid failed compilation on CLOOG_ORG.
2010-09-30 Andreas SimbuergerAdd necessary accessors for CloogMatrix (CLOOG_ORG).
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...
next