aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-optimize.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-0/+4
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-14/+8
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-26invoke.texi: Remove -dv documentation.Steven Bosscher1-1/+0
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-4/+1
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-10-26re PR tree-optimization/54824 (ICE in verify_loop_structure)Richard Biener1-0/+19
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-2/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-04-12Makefile.in (cgraphunit.o): Add $(EXCEPT_H) dependency.Richard Guenther1-146/+0
2012-04-10toplev.h (tree_rest_of_compilation): Remove.Richard Guenther1-88/+0
2012-04-10tree-pass.h (tree_lowering_passes): Remove.Richard Guenther1-20/+0
2012-01-30re PR middle-end/52045 (ICE: in execute_todo, at passes.c:1748 with -O3 -ftra...Richard Guenther1-2/+4
2012-01-13c-decl.c: Do not include tree-mudflap.hSteven Bosscher1-1/+0
2011-11-28re PR tree-optimization/50682 (ICE: SIGSEGV in main_block_label with -O2 -fno...Jakub Jelinek1-0/+1
2011-08-04Fix a bug in cfg fixupDavid Li1-0/+4
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+1
2011-05-05tree.h (get_pending_sizes): Remove prototype.Eric Botcazou1-6/+0
2011-04-11except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor1-4/+5
2010-11-17timevar.def (TV_IPA_OPT, [...]): New.Michael Matz1-5/+5
2010-10-20tree-optimize.c (execute_fixup_cfg): Purge dead abnormal call edges if there ...Eric Botcazou1-1/+4
2010-09-22tree-inline.c (optimize_inline_calls): Schedule cleanups only if we inlined s...Richard Guenther1-1/+0
2010-09-22tree-ssanames.c (release_dead_ssa_names): Do not remove callee edges here.Richard Guenther1-36/+4
2010-09-02re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers1-2/+2
2010-07-19Reliably change cgraph_state to SSA form.Richard Henderson1-14/+16
2010-07-13re PR other/44874 (TDF_NOUID dumps miss information about DECL_UID ordering)Joern Rennecke1-0/+29
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-01gimplify.c: Do not include except.h and optabs.h.Steven Bosscher1-2/+0
2010-06-01tree-cfgcleanup.c (fixup_noreturn_call): Break out from ...; remove return va...Jan Hubicka1-11/+23
2010-05-27diagnostic-core.h: New.Joseph Myers1-4/+4
2010-05-22coretypes.h (struct simple_bitmap_def, [...]): New core types.Steven Bosscher1-1/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-3/+0
2009-12-01cgraphunit.c (plugin.h): Include.Grigori Fursin1-0/+8
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-3/+0
2009-11-25Remove trailing white spaces.H.J. Lu1-5/+5
2009-11-23ipa-cp.c (ipcp_compute_node_scale): Work around completely wrong profile upda...Jan Hubicka1-0/+4
2009-11-18predict.c (compute_function_frequency): Export.Jan Hubicka1-29/+44
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski1-4/+4
2009-10-03Merge lto branch into trunk.Diego Novillo1-1/+4
2009-09-14Squash commit of EH in gimpleRichard Henderson1-2/+1
2009-07-14tree-ssa-alias.h (refs_may_alias_p_1): Declare.Richard Guenther1-4/+0
2009-07-07Give names to some currently nameless passes (thisDuncan Sands1-1/+1
2009-04-26tree-pass.h (pass_del_ssa, [...]): Remove decls.Michael Matz1-45/+0
2009-04-26Expand from SSA.Michael Matz1-5/+7
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-10/+10
2009-03-28attr-noinline.c: Avoid pure-const optimization.Jan Hubicka1-0/+1
2009-03-28tree-pass.h (pass_fixup_cfg): New pass.Jan Hubicka1-3/+19
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-12-10re PR middle-end/38454 (memcpy folding breaks -D_FORTIFY_SOURCE=2 protection)Jakub Jelinek1-0/+1