re PR target/54061 (gcc.c-torture/compile/mipscop-*.c ICEs with -g)
[gcc.git] / gcc / graphite-sese-to-poly.c
2012-12-07 Richard Bienerre PR tree-optimization/54886 (FAIL: gcc.dg/graphite...
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 Lawrence CrowlThis patch normalizes more bitmap function names.
2012-10-30 Lawrence CrowlThis patch implements the unification of the *bitmap...
2012-09-11 Diego NovilloRemove unnecessary VEC function overloads.
2012-08-16 Richard Guentherre PR middle-end/54146 (Very slow compile with attribut...
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-08-14 Richard Guenthercfgexpand.c (expand_used_vars): Use virtual_operand_p.
2012-08-07 Richard Guenthertree-flow.h (copy_ssa_name_fn): New function.
2012-08-02 Richard Guenthertree-dfa.c (referenced_var_lookup): Remove.
2012-07-16 Steven Bosschergraphite-clast-to-gimple.c, [...]: Include tree-pass...
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-07-02 Richard Guenthercloog.m4: Set up to work against ISL only.
2012-06-22 Richard Guenther[multiple changes]
2012-05-29 Joseph MyersLANGUAGES: Fix typos.
2012-05-02 Michael Matzcoretypes.h (gimple_seq, [...]): Typedef as gimple.
2012-04-12 Richard Guenthercfgloop.h (estimated_loop_iterations_int): Ditch 'conse...
2011-08-23 Richard GuentherMakefile.in (tree-data-ref.o): Add tree-affine.h depend...
2011-08-17 Richard Guenthertree.h (convert_to_ptrofftype_loc): New function.
2011-06-14 Zdenek Dvorakre PR middle-end/45098 (Missed induction variable optim...
2011-04-20 Jim Meyeringremove useless if-before-free tests
2011-02-08 Sebastian PopFix PRs 46834, 46994, and 46995: only rewrite reduction...
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 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 the temporary array for reductions written to...
2011-01-03 Sebastian PopFix PR47021: ADDR_EXPRs don't contain SCoP parameters.
2010-12-28 Sebastian PopDo not include unnecessary .h files.
2010-12-23 Sebastian PopFix PR46758: Do not use int_cst_value.
2010-12-16 Sebastian PopFix PR46924: Do not detect reductions outside the curre...
2010-12-16 Jakub Jelinekre PR tree-optimization/46966 (ICE: in execute_cse_reci...
2010-12-01 Sebastian PopFix unused warnings.
2010-12-01 Sebastian PopAvoid the analysis of data references after the transla...
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 Joseph Myerscommon.opt (main_input_filename, [...]): New Variable...
2010-10-11 Nathan Froydvec.h (VEC_qsort): Define.
2010-09-30 Sebastian PopFix Graphite memory leaks.
2010-09-30 Sebastian PopFactor out is_gimple_reg calls.
2010-09-30 Sebastian PopFix PR45229: gcc.c-torture/execute/20000412-4.c ICEs...
2010-08-20 Nathan Froydvec.h (FOR_EACH_VEC_ELT): Define.
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 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 translate out-of-SSA close phi nodes that can...
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 PopSpecial case non close-phi nodes with one argument...
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 PopRemove expand_scalar_variables_ hack.
2010-08-11 Andreas SimbuergerPartially removing cloog.h and graphite-clast-to-gimple...
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 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 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 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 PopFix invariant phi node removal.
2010-06-30 Sebastian Popre PR bootstrap/44726 (Yet another broken bootstrap)
2010-06-09 Sebastian PopDo not gather loop exit conditions on the basic blocks...
2010-06-09 Sebastian PopFix comments and indentation.
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 PopCompute min and max bounds for IVs and infer types.
2010-04-06 Sebastian PopAdd extra checks for places assuming one argument loop...
2010-04-06 Sebastian PopAvoid calling verify_ssa twice in verify_loop_closed_ssa.
2010-04-05 Matthias Klosegraphite-sese-to-poly.c (translate_scalar_reduction_to_...
2010-04-02 Steven BosscherMake-lang.in, [...]: Update copyright years.
2010-03-31 Sebastian Popcanonicalize_loop_ivs should add the IV bump in loop...
2010-03-16 Aldy Hernandezgraphite-sese-to-poly.c (split_reduction_stmt): Skip...
2010-03-15 Aldy Hernandezgraphite-sese-to-poly.c (rewrite_cross_bb_scalar_deps...
2010-03-13 Sebastian PopFix PR43354: Correctly handle default definitions.
2010-03-13 Sebastian PopUse ssizetype when long_long_integer_type_node is NULL.
2010-03-13 Sebastian PopCleanup: remove FIXMEs, add new 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 Tobias GrosserFix type problems in loop ivs.
2010-03-08 Sebastian PopAdd constraints on the type of parameters to the scop...
2010-02-11 Sebastian PopFix PR42914 and PR42530.
2010-02-11 Sebastian Popre PR tree-optimization/42771 ([graphite] ICE: in graph...
2009-12-30 Robert Millanre PR other/42537 ([PATCH] misc spelling fixes)
2009-12-23 Sebastian Popre PR middle-end/42180 (compiling induct.f90 with ...
2009-12-23 Sebastian Popre PR middle-end/42180 (compiling induct.f90 with ...
2009-12-23 Sebastian Popre PR tree-optimization/42205 ([graphite] internal...
2009-12-15 Aldy Hernandezre PR tree-optimization/42185 ([graphite] expected...
next