summaryrefslogtreecommitdiff
path: root/gcc/tree-outof-ssa.c
Commit message (Expand)AuthorAgeFilesLines
* tree-ssa-operands.h (ssa_call_clobbered_cache_valid): Remove.Daniel Berlin2006-01-191-1/+1
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-1/+1
* tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther2006-01-051-1/+3
* tree-outof-ssa.c (_elim_graph): Change the type of STACK to VEC(int,heap).Kazu Hirata2005-12-301-7/+7
* tree-vn.c (vn_add): Use XNEW.Gabriel Dos Reis2005-12-181-4/+4
* tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build.Richard Guenther2005-12-021-3/+3
* cfgexpand.c (discover_nonconstant_array_refs_r, [...]): Move here from tree-o...Ulrich Weigand2005-10-191-66/+0
* re PR middle-end/21291 (can't find a register in class 'GENERAL_REGS' while r...Richard Henderson2005-08-041-41/+118
* tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.Jan Hubicka2005-07-301-3/+19
* Update FSF address.Kelley Cook2005-06-251-2/+2
* sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata2005-06-071-2/+3
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+1
* c-objc-common.c (c_tree_printer): Check flag before hashtable.Daniel Berlin2005-06-011-3/+3
* tree-outof-ssa.c (_elim_graph): Change the type of edge_list to VEC(int,heap)*.Kazu Hirata2005-05-301-16/+20
* tree-outof-ssa.c (_elim_graph): Change the type of nodes and const_copies to ...Kazu Hirata2005-05-101-19/+22
* tree-outof-ssa.c (edge_leader, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-05-041-39/+55
* lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface.Andrew MacLeod2005-05-031-67/+39
* Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _...Zdenek Dvorak2005-04-221-0/+2
* lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell2005-04-211-2/+1
* tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata2005-04-171-1/+0
* Makefile.in (OBJS-common): Add tree-ssa-uncprop.o.Jeff Law2005-04-121-4/+0
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-3/+3
* * tree-outof-ssa.c (analyze_edges_for_bb): Update a comment.Kazu Hirata2005-03-101-2/+1
* tree-outof-ssa.c (analyze_edges_for_bb): Make the return type void.Kazu Hirata2005-03-101-15/+13
* * tree-outof-ssa.c (num_nodes): Remove num_nodes.Kazu Hirata2005-03-091-2/+0
* tree-phinodes.c (remove_phi_node): Drop the last argument.Kazu Hirata2005-03-051-2/+2
* tree-outof-ssa.c (SSANORM_USE_COALESCE_LIST): Remove.Kazu Hirata2005-02-221-49/+39
* tree-outof-ssa.c (SSANORM_REMOVE_ALL_PHIS): Remove.Kazu Hirata2005-02-211-7/+4
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-6/+6
* re PR tree-optimization/17549 (10% increase in codesize with C code compared ...Steven Bosscher2005-02-101-2/+17
* re PR c++/14329 ([4.1 only] badly formatted warnings for SRA replacements use...Richard Henderson2005-01-271-3/+9
* re PR tree-optimization/19633 (local address incorrectly thought to escape)Diego Novillo2005-01-261-0/+10
* alias.c, [...]: Fix comment typos.Kazu Hirata2005-01-231-1/+1
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* re PR middle-end/17799 (Non-optimizing compile loses 'this')Richard Henderson2004-12-311-0/+1
* tree-outof-ssa.c (insert_backedge_copies): New function.Jeff Law2004-12-291-0/+97
* re PR tree-optimization/14638 (Variables disappear from debug info at -O1)Daniel Berlin2004-12-241-0/+5
* tree-outof-ssa.c (coalesce_abnormal_edges): Pass the correct target partition...Jeff Law2004-12-141-4/+9
* tree-outof-ssa.c (coalesce_abnormal_edges): Use e->dest_idx instead of callin...Kazu Hirata2004-11-251-4/+1
* tree-outof-ssa.c (eliminate_build): Use g->e->dest_idx instead to find the PH...Kazu Hirata2004-11-241-21/+10
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-5/+1
* * tree-outof-ssa.c: Fix a comment typo.Kazu Hirata2004-11-191-1/+1
* bitmap.h (nBITMAP_WORD_BITS): Remove.Nathan Sidwell2004-11-111-1/+1
* bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell2004-11-041-9/+10
* re PR tree-optimization/18270 (internal compiler error: in tree_redirect_edge...Andrew MacLeod2004-11-031-0/+19
* re PR tree-optimization/16447 (out of ssa generates bloated code)Andrew MacLeod2004-11-021-2/+327
* Restored acciddental check-in.Fariborz Jahanian2004-10-121-8/+0
* re PR tree-optimization/17892 (gcc-4.0 should not reassociate floating point ...Fariborz Jahanian2004-10-121-0/+8
* re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard ...Richard Henderson2004-09-291-5/+0
* backport: basic-block.h: Include vec.h, errors.h.Ben Elliston2004-09-281-2/+4