aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-outof-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-10* tree-outof-ssa.c (analyze_edges_for_bb): Update a comment.Kazu Hirata1-2/+1
2005-03-10tree-outof-ssa.c (analyze_edges_for_bb): Make the return type void.Kazu Hirata1-15/+13
2005-03-09* tree-outof-ssa.c (num_nodes): Remove num_nodes.Kazu Hirata1-2/+0
2005-03-05tree-phinodes.c (remove_phi_node): Drop the last argument.Kazu Hirata1-2/+2
2005-02-22tree-outof-ssa.c (SSANORM_USE_COALESCE_LIST): Remove.Kazu Hirata1-49/+39
2005-02-21tree-outof-ssa.c (SSANORM_REMOVE_ALL_PHIS): Remove.Kazu Hirata1-7/+4
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-6/+6
2005-02-10re PR tree-optimization/17549 (10% increase in codesize with C code compared ...Steven Bosscher1-2/+17
2005-01-27re PR c++/14329 ([4.1 only] badly formatted warnings for SRA replacements use...Richard Henderson1-3/+9
2005-01-26re PR tree-optimization/19633 (local address incorrectly thought to escape)Diego Novillo1-0/+10
2005-01-23alias.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2004-12-31re PR middle-end/17799 (Non-optimizing compile loses 'this')Richard Henderson1-0/+1
2004-12-29tree-outof-ssa.c (insert_backedge_copies): New function.Jeff Law1-0/+97
2004-12-24re PR tree-optimization/14638 (Variables disappear from debug info at -O1)Daniel Berlin1-0/+5
2004-12-14tree-outof-ssa.c (coalesce_abnormal_edges): Pass the correct target partition...Jeff Law1-4/+9
2004-11-25tree-outof-ssa.c (coalesce_abnormal_edges): Use e->dest_idx instead of callin...Kazu Hirata1-4/+1
2004-11-24tree-outof-ssa.c (eliminate_build): Use g->e->dest_idx instead to find the PH...Kazu Hirata1-21/+10
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-5/+1
2004-11-19* tree-outof-ssa.c: Fix a comment typo.Kazu Hirata1-1/+1
2004-11-11bitmap.h (nBITMAP_WORD_BITS): Remove.Nathan Sidwell1-1/+1
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-9/+10
2004-11-03re PR tree-optimization/18270 (internal compiler error: in tree_redirect_edge...Andrew MacLeod1-0/+19
2004-11-02re PR tree-optimization/16447 (out of ssa generates bloated code)Andrew MacLeod1-2/+327
2004-10-12Restored acciddental check-in.Fariborz Jahanian1-8/+0
2004-10-12re PR tree-optimization/17892 (gcc-4.0 should not reassociate floating point ...Fariborz Jahanian1-0/+8
2004-09-29re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ...Richard Henderson1-5/+0
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-2/+4
2004-09-26bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.Zdenek Dvorak1-2/+4
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-1/+1
2004-09-09Makefile.def: Remove libbanshee.Daniel Berlin1-1/+0
2004-09-09tree-outof-ssa.c (coalesce_abnormal_edges): Fix typo in calling phi_ssa_name_p.Diego Novillo1-1/+1
2004-09-09tree-outof-ssa.c (free_temp_expr_table): Add missed assert.Nathan Sidwell1-2/+1
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-66/+56
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-1/+2
2004-08-25tree-ssa-operands.h (struct ssa_operand_iterator_d): New.Andrew MacLeod1-21/+12
2004-08-10tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in...Andrew MacLeod1-1/+1
2004-08-09Makefile.in (OBJC-common): Add tree-ssa-threadupdate.cJeff Law1-117/+9
2004-07-28tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo1-1/+1
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-1/+1
2004-06-26c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-10/+10
2004-06-25tree-nested.c (build_addr): Merge real/imagpart with handled_component_p.Richard Kenner1-8/+12
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-4/+7
2004-06-17tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT.Andrew MacLeod1-17/+52
2004-06-16tree.h (PHI_CHAIN): New.Steven Bosscher1-8/+8
2004-06-10Makefile.in (tree-ssanames.o): Depend on TREE_FLOW_H.Diego Novillo1-3/+3
2004-06-10tree-ssa.texi: Remove references to VDEF and add descriptions of V_MAY_DEF an...Brian Booth1-7/+15
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-2/+2
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13tree-outof-ssa.c (rewrite_vars_out_of_ssa): Free map at the end of the block.Andrew Pinski1-0/+3