aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-01final.c (rest_of_clean_state): If -fcompare-debug is given dump final insns w...Richard Guenther1-11/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-33/+33
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-0/+5
2009-08-27gengtype.c (main): Handle uint64_t.Richard Guenther1-0/+9
2009-07-02tree-ssa-live.c (remove_unused_locals): Do not remove heap variables.Richard Guenther1-0/+1
2009-06-05re PR middle-end/40340 (Fortification warning no longer emitted in inlines)Jakub Jelinek1-1/+19
2009-06-04tree-ssa-live.c (remove_unused_scope_block_p): Keep variables that have value...Alexandre Oliva1-0/+11
2009-05-28tree-ssa-live.c (remove_unused_locals): Skip when not optimizing.Alexandre Oliva1-4/+8
2009-05-27tree-ssa-live.c (dump_scope_block): Document arguments.Diego Novillo1-1/+17
2009-04-26Expand from SSA.Michael Matz1-66/+9
2009-04-17dbxout.c (dbxout_block): Reinstate test on TREE_USED.Eric Botcazou1-0/+2
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-2/+0
2009-03-17re PR debug/39474 (DW_AT_location missing for unused variables even at -O0)Jakub Jelinek1-3/+3
2009-03-01re PR debug/39267 (gdb testsuite regressions)Jan Hubicka1-1/+9
2009-02-27re PR debug/39267 (gdb testsuite regressions)Jan Hubicka1-21/+62
2009-02-23re PR tree-optimization/37709 (inlining causes explosion in debug info)Jan Hubicka1-13/+57
2009-02-10re PR target/39139 (ICE with stringop and register var)Jakub Jelinek1-1/+7
2008-10-09tree-ssa-live.c (remove_unused_locals): Mark all edge's goto_block as used.Jakub Jelinek1-0/+6
2008-09-06re PR tree-optimization/14703 (Inadequate optimization of inline templated fu...Jan Hubicka1-0/+7
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