Daily bump.
[gcc.git] / gcc / ChangeLog.graphite
2011-07-08 Sebastian PopOnly update ChangeLog.graphite.
2011-07-08 Sebastian PopRemove continue from loop, add one more assert.
2011-07-08 Sebastian PopOnly update ChangeLog.graphite.
2011-01-25 Sebastian PopAdd testcase for PR43567.
2011-01-25 Sebastian PopDo not use a data ref with indices invalid in the loop...
2011-01-25 Sebastian PopOnly copy PBB_DOMAIN when it is initialized.
2011-01-25 Sebastian PopPass to dr_analyze_indices the analysis loop for subscr...
2011-01-25 Sebastian PopMove rewrite_commutative_reductions_out_of_ssa before...
2011-01-25 Sebastian PopPatch not merged, update ChangeLog.graphite.
2011-01-25 Sebastian PopPatch not merged, update ChangeLog.graphite.
2011-01-25 Sebastian PopDo not create the temporary array for reductions into...
2011-01-25 Sebastian PopAllow several reductions in a reduction PBB.
2011-01-25 Sebastian PopRemove duplicate close phi nodes in the canonical close...
2011-01-25 Sebastian PopRelax the definition of same_pdr_p.
2011-01-25 Sebastian PopPass 0 as the number of parameters to PIP when testing...
2011-01-25 Sebastian PopRemove the temporary array for reductions written to...
2011-01-25 Sebastian PopExpect at least the version 0.11 of PPL.
2011-01-25 Sebastian PopMinimize the number of expensive calls to ppl_powerset_...
2011-01-25 Sebastian PopUse PIP to determine the integer feasibility of a const...
2011-01-25 Sebastian PopCorrect the precedence relation.
2011-01-25 Sebastian Popspeedup compilation
2011-01-25 Sebastian PopFix pbb_remove_duplicate_pdrs.
2011-01-25 Sebastian PopTest the profitability of interchange on the perfect...
2011-01-25 Sebastian PopPrint the data dependence polyhedron in the PPL format.
2011-01-25 Sebastian PopAdd debug_gmp_value.
2011-01-25 Tobias GrosserDocument availability of cloog-0.16
2011-01-25 Vladimir KargovPatch not merged, update ChangeLog.graphite.
2011-01-25 Vladimir KargovPatch not merged, update ChangeLog.graphite.
2011-01-25 Sebastian PopFree invalid postdominance info.
2011-01-25 Sebastian PopAdd changelogs of patches that will not be merged to...
2011-01-03 Sebastian PopFix PR47021: ADDR_EXPRs don't contain SCoP parameters.
2010-12-01 Sebastian PopFix unused warnings.
2010-12-01 Sebastian PopAvoid the analysis of data references after the transla...
2010-12-01 Sebastian PopLHS cannot be an ADDR_EXPR.
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.
next