aboutsummaryrefslogtreecommitdiff
path: root/gcc/sese.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-20remove useless if-before-free testsJim Meyering1-4/+2
2010-12-28Do not include unnecessary .h files.Sebastian Pop1-11/+0
2010-12-15Fix PR46845: handle scop parameters before scev analysis.Sebastian Pop1-3/+5
2010-12-08Fix PR45230, PR45231, and PR45370: fold_stmt_inplace after replace_exp.Richard Guenther1-6/+11
2010-12-01LHS cannot be an ADDR_EXPR.Sebastian Pop1-3/+0
2010-12-01Call recompute_tree_invariant_for_addr_expr when replacing a constant in an A...Sebastian Pop1-0/+13
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-08-11Propagate constant values or parametric expressions outside the scop region.Sebastian Pop1-1/+1
2010-08-11Unshare the scev before code generating it.Sebastian Pop1-1/+2
2010-08-11Add testcase for PR42729 and fix handling of gimple_debug info.Sebastian Pop1-13/+11
2010-08-11Remove expand_scalar_variables_ hack.Sebastian Pop1-553/+122
2010-08-11Remove insert_loop_close_phis.Sebastian Pop1-167/+0
2010-08-11Replace map with rename_map.Sebastian Pop1-48/+48
2010-08-11Remove rename_nb_iterations and rename_sese_parametersSebastian Pop1-56/+0
2010-08-11Also rewrite out of SSA scalar dependences going outside the SCoP region.Sebastian Pop1-159/+0
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-2/+2
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+1
2010-04-23sese.h (create_if_region_on_edge): Remove.Laurynas Biveinis1-1/+1
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-03-08Fold convert SSA_NAMEs in the scalar expander.Sebastian Pop1-7/+7
2010-03-08Fix PR42326: handle default definitions.Sebastian Pop1-3/+2
2010-02-23Fix PR43097: rename only SSA_NAMEs.Sebastian Pop1-3/+9
2010-02-23Fix PR43026: handle COMPONENT_REFs in expand scalar expressions.Sebastian Pop1-0/+3
2010-02-11re PR tree-optimization/42771 ([graphite] ICE: in graphite_loop_normal_form, ...Sebastian Pop1-32/+27
2010-01-14re PR tree-optimization/42681 (ICE: in build2_stat, at tree.c:3664 with "-O1 ...Sebastian Pop1-0/+28
2010-01-14re PR tree-optimization/42732 ([graphite] ICE: verify_ssa failed)Sebastian Pop1-3/+66
2010-01-10re PR middle-end/42393 ([graphite] internal compiler error: in check_loop_cl...Sebastian Pop1-15/+44
2010-01-08re PR tree-optimization/42221 (ICE from '-Os -fgraphite-identity')Sebastian Pop1-1/+14
2010-01-07re PR tree-optimization/42641 (Random code-generation differences with GRAPHITE)Richard Guenther1-1/+1
2009-11-30Do not abuse sese for codegenerationTobias Grosser1-8/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-17/+17
2009-11-25graphite-clast-to-gimple.c (gloog): Free if_region, if_region->true_region, a...Sebastian Pop1-5/+8
2009-11-25graphite-clast-to-gimple.c (gloog): Do not call sese_reset_aux_in_loops.Sebastian Pop1-12/+0
2009-11-25sese.c (get_vdef_before_sese): Handle GIMPLE_ASSIGN and GIMPLE_CALL.Sebastian Pop1-6/+24
2009-11-18re PR debug/41888 (ICE from '-O -ftree-loop-distribution -fgraphite-identity ...Alexandre Oliva1-3/+93
2009-09-14Squash commit of EH in gimpleRichard Henderson1-4/+1
2009-08-12Prepare expressions to be good phi arguments.Sebastian Pop1-19/+31
2009-07-31New Graphite files.Sebastian Pop1-0/+1386