* jvspec.c (jvgenmain_spec): Don't handle -fnew-verifier.
[gcc.git] / gcc / graphite-sese-to-poly.c
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...
2009-12-14 Sebastian Popre PR tree-optimization/42284 (failing tree check in...
2009-11-30 Tobias GrosserDo not abuse sese for codegeneration
2009-11-25 Sebastian Popgraphite-clast-to-gimple.c (gloog): Do not call sese_re...
2009-11-25 Sebastian Popcfgloop.c (alloc_loop): Initialize loop->single_iv.
2009-11-25 Sebastian Popgraphite-sese-to-poly.c (create_zero_dim_array): Pass...
2009-11-25 Sebastian Popgraphite-sese-to-poly.c (dump_alias_graphs): New.
2009-11-25 Sebastian Popgraphite-sese-to-poly.c (free_data_refs_aux): Fix forma...
2009-11-25 Sebastian Popgraphite-sese-to-poly.c (build_alias_set_optimal_p...
2009-11-25 Li Fenggraphite-sese-to-poly.c (free_data_refs_aux): Update...
2009-11-25 Sebastian Popgraphite-sese-to-poly.c (pdr_add_data_dimensions):...
2009-11-25 Alexander Monakovgraphite-sese-to-poly.c (build_loop_iteration_domains...
2009-11-25 Sebastian Popgraphite-sese-to-poly.c (find_scop_parameters): Initial...
2009-11-25 Sebastian Popre PR middle-end/41193 (slow compilation with graphite...
2009-11-25 Ramakrishna Upadrastagraphite-sese-to-poly.c (write_alias_graph_to_ascii_dim...
2009-11-25 Sebastian Popgraphite-sese-to-poly.c (rewrite_cross_bb_scalar_depend...
2009-11-25 Sebastian Popgraphite-poly.h (lst_find_pbb): New.
2009-11-25 Sebastian Popgraphite-sese-to-poly.c (reduction_phi_p): Call remove_...
2009-11-25 Sebastian Popgraphite-dependences.c (reduction_dr_1): New.
2009-11-25 Sebastian Popgraphite-poly.c (print_scop): Print SCOP_ORIGINAL_SCHED...
2009-11-25 Sebastian Popgraphite-dependences.c (reduction_ddr): New.
2009-11-25 Sebastian Popgraphite-sese-to-poly.c (insert_out_of_ssa_copy): Remov...
2009-11-25 Sebastian Popgraphite-sese-to-poly.c (scev_analyzable_p): New.
2009-11-25 Sebastian Popgraphite-sese-to-poly.c (gsi_for_ssa_name_def): Removed.
2009-11-25 Sebastian Popgraphite-clast-to-gimple.c (build_cloog_prog): Use...
2009-11-25 Sebastian Popgraphite-sese-to-poly.c (partition_drs_to_sets): Drs...
2009-11-25 Li Fenggraphite-sese-to-poly.c (build_scop_drs): Disable writi...
2009-11-25 Li Fenggraphite-sese-to-poly.c (write_alias_graph_to_ascii_dim...
2009-11-25 Li Fengre PR tree-optimization/41118 (Wrong dependence analysi...
2009-11-25 Sebastian Popgraphite-sese-to-poly.c (struct irp_data): Removed.
2009-11-18 Alexandre Olivare PR debug/41888 (ICE from '-O -ftree-loop-distributio...
2009-10-26 Richard Guenthergraphite-sese-to-poly.c (check_poly_representation...
2009-09-17 Alexander Monakovgraphite-sese-to-poly.c (pdr_add_data_dimensions):...
2009-08-12 Sebastian PopDont add unknown subscript upper bounds.
2009-08-12 Sebastian PopAdd PDR->nb_subscripts.
2009-08-12 Sebastian PopUndo changes to the PDR representation.
2009-08-12 Sebastian PopRestore original scattering when the transform is not...
2009-08-05 Li Fengbuild alias set for drs in SCoP instead of in pbb.
2009-07-31 Sebastian PopNew Graphite files.