OSDN Git Service

Fix grammar/spelling.
[pf3gnuchains/gcc-fork.git] / gcc / graphite-sese-to-poly.c
2012-08-21 rguenth2012-08-21 Richard Guenther <rguenther@suse.de>
2011-08-23 rguenth2011-08-23 Richard Guenther <rguenther@suse.de>
2011-08-17 rguenth2011-08-17 Richard Guenther <rguenther@suse.de>
2011-06-14 vries2011-06-14 Zdenek Dvorak <ook@ucw.cz>
2011-04-20 meyeringremove useless if-before-free tests
2011-02-08 spopFix PRs 46834, 46994, and 46995: only rewrite reduction...
2011-01-25 spopDo not use a data ref with indices invalid in the loop...
2011-01-25 spopOnly copy PBB_DOMAIN when it is initialized.
2011-01-25 spopPass to dr_analyze_indices the analysis loop for subscr...
2011-01-25 spopMove rewrite_commutative_reductions_out_of_ssa before...
2011-01-25 spopDo not create the temporary array for reductions into...
2011-01-25 spopAllow several reductions in a reduction PBB.
2011-01-25 spopRemove the temporary array for reductions written to...
2011-01-03 spopFix PR47021: ADDR_EXPRs don't contain SCoP parameters.
2010-12-28 spopDo not include unnecessary .h files.
2010-12-23 spopFix PR46758: Do not use int_cst_value.
2010-12-16 spopFix PR46924: Do not detect reductions outside the curre...
2010-12-16 jakub PR tree-optimization/46966
2010-12-01 spopFix unused warnings.
2010-12-01 spopAvoid the analysis of data references after the transla...
2010-12-01 spopPostpone the rewrite out of SSA to the end of the trans...
2010-12-01 spopDo not rewrite out of SSA scalar dependences crossing...
2010-12-01 jsm28 * common.opt (main_input_filename, main_input_basename,
2010-10-11 froydnjgcc/
2010-09-30 spopFix Graphite memory leaks.
2010-09-30 spopFactor out is_gimple_reg calls.
2010-09-30 spopFix PR45229: gcc.c-torture/execute/20000412-4.c ICEs...
2010-08-20 froydnjgcc/
2010-08-11 spopFix miscompile of 416.gamess.
2010-08-11 spopFix gamess: the only constant phi nodes with one argume...
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 translate out-of-SSA close phi nodes that can...
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 spopSpecial case non close-phi nodes with one argument...
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 spopRemove expand_scalar_variables_ hack.
2010-08-11 spopPartially removing cloog.h and graphite-clast-to-gimple...
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 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 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 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 spopFix invariant phi node removal.
2010-06-30 rguenth2010-06-30 Sebastian Pop <sebastian.pop@amd.com>
2010-06-09 spopDo not gather loop exit conditions on the basic blocks...
2010-06-09 spopFix comments and indentation.
2010-05-06 spopReplace Value with mpz_t
2010-05-06 spopResolve CLooG's value_* macros to their respective...
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-04-06 spopAvoid calling verify_ssa twice in verify_loop_closed_ssa.
2010-04-05 doko2010-04-04 Matthias Klose <doko@ubuntu.com>
2010-04-02 steven * ada/gcc-interface/Make-lang.in, alias.c, attribs...
2010-03-31 spopcanonicalize_loop_ivs should add the IV bump in loop...
2010-03-16 aldyh * graphite-sese-to-poly.c (split_reduction_stmt...
2010-03-15 aldyh * graphite-sese-to-poly.c (rewrite_cross_bb_sca...
2010-03-13 spopFix PR43354: Correctly handle default definitions.
2010-03-13 spopUse ssizetype when long_long_integer_type_node is NULL.
2010-03-13 spopCleanup: remove FIXMEs, add new 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.
2010-03-08 spopUse sizetype instead of unsigned_type_node.
2010-03-08 spopFix PR43065: Insert bounds on pointer type parameters.
2010-03-08 spopFix type problems in loop ivs.
2010-03-08 spopAdd constraints on the type of parameters to the scop...
2010-02-11 spopFix PR42914 and PR42530.
2010-02-11 spopFix PR42771.
2009-12-30 paolo/gcc
2009-12-23 spopFix PR42180.
2009-12-23 spopFix PR42180.
2009-12-23 spopFix PR42205.
2009-12-15 aldyh PR graphite/42185
2009-12-14 spopFix PR42284.
2009-11-30 grosserDo not abuse sese for codegeneration
2009-11-25 spop2009-10-26 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25 spop2009-10-22 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25 spop2009-10-22 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25 spop2009-10-22 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25 spop2009-10-20 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25 spop2009-10-20 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25 spop2009-10-20 Li Feng <nemokingdom@gmail.com>
2009-11-25 spop2009-10-20 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25 spop2009-10-20 Alexander Monakov <amonakov@ispras.ru>
2009-11-25 spop2009-10-17 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25 spop2009-10-15 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25 spop2009-10-14 Ramakrishna Upadrasta <Ramakrishna.Upadrast...
2009-11-25 spop2009-10-09 Sebastian Pop <sebastian.pop@amd.com>
2009-11-25 spop2009-10-09 Sebastian Pop <sebastian.pop@amd.com>
next