aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-45/+66
2008-07-20cgraph.c (cgraph_add_new_function): Do early local passes.Jan Hubicka1-4/+8
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+3
2008-04-18except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka1-5/+5
2007-11-26tree-ssa-live.c (remove_unused_scope_block_p): Drop declarations and blocks o...Alexandre Oliva1-3/+13
2007-10-12re PR tree-optimization/33645 (undefined static variable in vortex for -fno-u...Jakub Jelinek1-14/+59
2007-10-02Revert patches that should have been installed in the vta branch only.Alexandre Oliva1-4/+35
2007-10-02tree-ssa-live.c (remove_unused_scope_block_p): Don't change generated code de...Alexandre Oliva1-35/+4
2007-09-01arm.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-28cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-07-26tree-ssa-live.c: Include debug.h and flags.h.Jan Hubicka1-1/+114
2007-05-26i386.c, [...]: Fix comment typos.Kazu Hirata1-2/+2
2007-02-08re PR tree-optimization/30562 (remove unused variable is removing a reference...Diego Novillo1-6/+8
2007-01-31cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-01-14tree-dfa.c (remove_referenced_var): New function.Jan Hubicka1-8/+17
2006-12-22cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-3/+3
2006-12-10New out of ssa Coalescer.Andrew MacLeod1-1142/+233
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-3/+3
2006-12-05darwin.h, [...]: Fix comment typos.Kazu Hirata1-2/+2
2006-12-04Switch live on entry to a per block basis from per variable.Andrew MacLeod1-264/+290
2006-12-01common.opt (ftree-combine-temps): Remove.Andrew MacLeod1-96/+9
2006-11-30Implement coalesce list with hash table instead of linked list.Andrew MacLeod1-111/+150
2006-11-28Privatize SSA variables into gimple_df.Jan Hubicka1-1/+1
2006-04-12Makefile.in (TREE_SSA_LIVE_H): Add vecprim.h.Kazu Hirata1-13/+15
2006-04-10Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata1-3/+1
2006-01-31re PR middle-end/25933 (memory leaks)Uttam Pawar1-3/+3
2006-01-05tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther1-0/+70
2005-12-18tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis1-4/+4
2005-07-30tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.Jan Hubicka1-2/+23
2005-06-30[multiple changes]Daniel Berlin1-18/+16
2005-06-30re PR testsuite/21967 (gcc.dg/tree-ssa/loop-2.c and gcc.dg/tree-ssa/loop-4.c ...Zdenek Dvorak1-0/+12
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-07sbitmap.h (sbitmap_iterator, [...]): New.Kazu Hirata1-5/+10
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+1
2005-05-27vec.h: Implement integral type vector specialization.Nathan Sidwell1-2/+2
2005-05-14tree-ssa-live.c (tpa_init, [...]): Use VEC instead of VARRAY.Kazu Hirata1-8/+10
2005-04-24tree-ssa-live.c (build_tree_conflict_graph): Change the type of tpa_to_clear ...Kazu Hirata1-6/+10
2005-04-23tree-ssa-live.c (build_tree_conflict_graph): Allocate partition_link and tpa_...Kazu Hirata1-8/+11
2005-04-23tree-ssa-live.c (live_worklist): Take a stack allocated on heap as an argument.Kazu Hirata1-9/+10
2005-04-17tree-flow-inline.h (get_stmt_operands): Remove.Kazu Hirata1-4/+0
2005-03-13tree-ssa-live.c (build_tree_conflict_graph): Remove local variable ann.Kazu Hirata1-2/+0
2005-03-12tree-ssa-live.c (create_ssa_var_map, [...]): Remove local variable snn.Kazu Hirata1-4/+0
2005-02-17bt-load.c, [...]: Update copyright.Kazu Hirata1-1/+1
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-10/+10
2004-11-29tree-if-conv.c (replace_phi_with_cond_modify_expr): Use EDGE_PRED instead of ...Kazu Hirata1-1/+1
2004-11-08tree-ssa-live.c (tpa_init, [...]): Make them static.Kazu Hirata1-2/+2
2004-11-04bitmap.c (bitmap_print): Make bitno unsigned.Nathan Sidwell1-12/+12
2004-09-28tree-ssa-live.c (calculate_live_on_entry): Fix warnings with --disable-checking.Diego Novillo1-1/+1
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-6/+8