summaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.c
Commit message (Expand)AuthorAgeFilesLines
* final.c (rest_of_clean_state): If -fcompare-debug is given dump final insns w...Richard Guenther2009-12-011-11/+1
* Remove trailing white spaces.H.J. Lu2009-11-251-33/+33
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-0/+5
* gengtype.c (main): Handle uint64_t.Richard Guenther2009-08-271-0/+9
* tree-ssa-live.c (remove_unused_locals): Do not remove heap variables.Richard Guenther2009-07-021-0/+1
* re PR middle-end/40340 (Fortification warning no longer emitted in inlines)Jakub Jelinek2009-06-051-1/+19
* tree-ssa-live.c (remove_unused_scope_block_p): Keep variables that have value...Alexandre Oliva2009-06-041-0/+11
* tree-ssa-live.c (remove_unused_locals): Skip when not optimizing.Alexandre Oliva2009-05-281-4/+8
* tree-ssa-live.c (dump_scope_block): Document arguments.Diego Novillo2009-05-271-1/+17
* Expand from SSA.Michael Matz2009-04-261-66/+9
* dbxout.c (dbxout_block): Reinstate test on TREE_USED.Eric Botcazou2009-04-171-0/+2
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-2/+0
* re PR debug/39474 (DW_AT_location missing for unused variables even at -O0)Jakub Jelinek2009-03-171-3/+3
* re PR debug/39267 (gdb testsuite regressions)Jan Hubicka2009-03-011-1/+9
* re PR debug/39267 (gdb testsuite regressions)Jan Hubicka2009-02-271-21/+62
* re PR tree-optimization/37709 (inlining causes explosion in debug info)Jan Hubicka2009-02-231-13/+57
* re PR target/39139 (ICE with stringop and register var)Jakub Jelinek2009-02-101-1/+7
* tree-ssa-live.c (remove_unused_locals): Mark all edge's goto_block as used.Jakub Jelinek2008-10-091-0/+6
* re PR tree-optimization/14703 (Inadequate optimization of inline templated fu...Jan Hubicka2008-09-061-0/+7
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-45/+66
* cgraph.c (cgraph_add_new_function): Do early local passes.Jan Hubicka2008-07-201-4/+8
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+3
* except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka2008-04-181-5/+5
* tree-ssa-live.c (remove_unused_scope_block_p): Drop declarations and blocks o...Alexandre Oliva2007-11-261-3/+13
* re PR tree-optimization/33645 (undefined static variable in vortex for -fno-u...Jakub Jelinek2007-10-121-14/+59
* Revert patches that should have been installed in the vta branch only.Alexandre Oliva2007-10-021-4/+35
* tree-ssa-live.c (remove_unused_scope_block_p): Don't change generated code de...Alexandre Oliva2007-10-021-35/+4
* arm.c, [...]: Fix comment typos.Kazu Hirata2007-09-011-1/+1
* cfglayout.c, [...]: Fix comment typos.Kazu Hirata2007-07-281-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* tree-ssa-live.c: Include debug.h and flags.h.Jan Hubicka2007-07-261-1/+114
* i386.c, [...]: Fix comment typos.Kazu Hirata2007-05-261-2/+2
* re PR tree-optimization/30562 (remove unused variable is removing a reference...Diego Novillo2007-02-081-6/+8
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2007-01-311-1/+1
* tree-dfa.c (remove_referenced_var): New function.Jan Hubicka2007-01-141-8/+17
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2006-12-221-3/+3
* New out of ssa Coalescer.Andrew MacLeod2006-12-101-1142/+233
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-3/+3
* darwin.h, [...]: Fix comment typos.Kazu Hirata2006-12-051-2/+2
* Switch live on entry to a per block basis from per variable.Andrew MacLeod2006-12-041-264/+290
* common.opt (ftree-combine-temps): Remove.Andrew MacLeod2006-12-011-96/+9
* Implement coalesce list with hash table instead of linked list.Andrew MacLeod2006-11-301-111/+150
* Privatize SSA variables into gimple_df.Jan Hubicka2006-11-281-1/+1
* Makefile.in (TREE_SSA_LIVE_H): Add vecprim.h.Kazu Hirata2006-04-121-13/+15
* Makefile.in (tree-into-ssa.o, [...]): Depend on vecprim.h.Kazu Hirata2006-04-101-3/+1
* re PR middle-end/25933 (memory leaks)Uttam Pawar2006-01-311-3/+3
* tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther2006-01-051-0/+70
* tree-tailcall.c (find_tail_calls): Use XNEW.Gabriel Dos Reis2005-12-181-4/+4
* tree-outof-ssa.c (coalesce_ssa_name): Use coalesce_cost.Jan Hubicka2005-07-301-2/+23
* [multiple changes]Daniel Berlin2005-06-301-18/+16