aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-live.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-27Makefile.in (tree-ssa-structalias.o): Remove gt-tree-ssa-structalias.h depend...Richard Guenther1-2/+1
2011-04-20remove useless if-before-free testsJim Meyering1-4/+2
2011-03-24tree-ssa-live.c (remove_unused_scope_block_p): Remove set but unused variable...Jeff Law1-6/+3
2011-02-15re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-2/+2
2011-02-02re PR debug/47106 (-fcompare-debug failure (length) with -fpartial-inlining ...Alexandre Oliva1-11/+9
2011-01-21tree-ssa-live.c (remove_unused_scope_block_p): Don't remove DECL_IGNORED_P no...Jakub Jelinek1-2/+5
2011-01-20re PR tree-optimization/46583 (-fcompare-debug failure with -O -fno-inline -f...Alexandre Oliva1-5/+10
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-17timevar.def (TV_IPA_OPT, [...]): New.Michael Matz1-0/+4
2010-10-11vec.h (VEC_qsort): Define.Nathan Froyd1-3/+1
2010-09-03tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE.Richard Guenther1-3/+3
2010-08-30re PR debug/45419 (-fcompare-debug failure at -O3)Jakub Jelinek1-1/+1
2010-08-30re PR tree-optimization/45449 (-fcompare-debug failure with -O2 -fno-tree-pre...Richard Guenther1-7/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-5/+2
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-4/+4
2010-07-13re PR other/44874 (TDF_NOUID dumps miss information about DECL_UID ordering)Joern Rennecke1-0/+91
2010-07-13re PR debug/44901 (-fcompare-debug failure for tree-predcom.c)Jakub Jelinek1-14/+25
2010-07-10re PR debug/44832 (-fcompare-debug failure for C++ i386.c)Richard Guenther1-0/+21
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-28/+22
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-1/+0
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-2/+2
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-2/+4
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