aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-outof-ssa.c
AgeCommit message (Expand)AuthorFilesLines
2006-05-28cfgcleanup.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-05-23re PR c++/26757 (C++ front-end producing two DECLs with the same UID)Andrew MacLeod1-2/+2
2006-04-22decl.c: Fix typo in function name.Eric Christopher1-3/+3
2006-04-10Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata1-3/+1
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-1/+1
2006-02-14invoke.texi (-fprefetch-loop-arrays, [...]): Document.Zdenek Dvorak1-14/+34
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-27/+19
2006-01-19tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove.Daniel Berlin1-1/+1
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-1/+1
2006-01-05tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther1-1/+3
2005-12-30tree-outof-ssa.c (_elim_graph): Change the type of STACK to VEC(int,heap).Kazu Hirata1-7/+7
2005-12-18tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis1-4/+4
2005-12-02tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther1-3/+3
2005-10-19cfgexpand.c (discover_nonconstant_array_refs_r, [...]): Move here from tree-o...Ulrich Weigand1-66/+0
2005-08-04re PR middle-end/21291 (can't find a register in class 'GENERAL_REGS' while r...Richard Henderson1-41/+118
2005-07-30tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.Jan Hubicka1-3/+19
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata1-2/+3
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+1
2005-06-01c-objc-common.c (c_tree_printer): Check flag before hashtable.Daniel Berlin1-3/+3
2005-05-30tree-outof-ssa.c (_elim_graph): Change the type of edge_list to VEC(int,heap)*.Kazu Hirata1-16/+20
2005-05-10tree-outof-ssa.c (_elim_graph): Change the type of nodes and const_copies to ...Kazu Hirata1-19/+22
2005-05-04tree-outof-ssa.c (edge_leader, [...]): Use VEC instead of VARRAY.Kazu Hirata1-39/+55
2005-05-03lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod1-67/+39
2005-04-22Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak1-0/+2
2005-04-21lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell1-2/+1
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-1/+0
2005-04-12Makefile.in (OBJS-common): Add tree-ssa-uncprop.o.Jeff Law1-4/+0
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-3/+3
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