aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-26re PR target/44132 (emutls is broken under a range of circumstances.)Richard Henderson1-0/+1
2010-07-14passes.c (rest_of_decl_compilation): Do not callRichard Henderson1-2/+0
2010-06-29predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is unreachable.Jan Hubicka1-16/+1
2010-06-25tree-pass.h (pass_split_functions): Declare.Jan Hubicka1-0/+4
2010-06-22passes.c (execute_function_todo): Move call of statistics_fini_pass to ...Jan Hubicka1-2/+2
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-2/+2
2010-06-03passes.c (init_optimization_passes): Put ipa reference after ipa pure-const.Jan Hubicka1-1/+1
2010-06-01tree-cfg.c (verify_stmt): Do not skip could_throw test.Jan Hubicka1-12/+0
2010-05-30passes.c (ipa_write_optimization_summaries_1, [...]): Initilalize dump files.Jan Hubicka1-0/+16
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-3/+5
2010-05-27diagnostic-core.h: New.Joseph Myers1-5/+5
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-19diagnostic.c (FLOAT, FFS): Don't undefine.Joseph Myers1-2/+0
2010-05-15ipa-prop.c (ipa_prop_read_section): Add sanity check that node is analyzed.Jan Hubicka1-1/+1
2010-05-15ipa-reference.c: Include toplev.hJan Hubicka1-4/+3
2010-05-12implicit-zee.c: New file.Sriraman Tallam1-0/+1
2010-05-10passes.c (ipa_write_summaries_1, [...]): Allocate encoders.Jan Hubicka1-0/+5
2010-04-30re PR lto/43946 (SPEC2000 GCC fails to build with -fprofile-generate -O2 ...Richard Guenther1-1/+1
2010-04-29* lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka1-14/+31
2010-04-27invoke.texi (-fipa-profile): Document.Jan Hubicka1-0/+1
2010-04-26cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka1-2/+5
2010-04-22re PR middle-end/29274 (not using mulsidi3)Bernd Schmidt1-0/+1
2010-04-21timevar.def (TV_WHOPR_WPA_FIXUP): Remove.Jan Hubicka1-1/+11
2010-04-21tree-pass.h (ipa_opt_pass_d): Rename function_read_summary...Jan Hubicka1-8/+95
2010-04-20cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.Jan Hubicka1-2/+0
2010-04-06Avoid calling verify_ssa twice in verify_loop_closed_ssa.Sebastian Pop1-2/+3
2010-04-06Always execute verify_loop_closed_ssa at LNO level.Sebastian Pop1-1/+1
2010-04-06re PR tree-optimization/32824 (Missed reduction vectorizer after store to glo...Changpeng Fang1-1/+1
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-31Add pass_copy_prop after Graphite.Sebastian Pop1-0/+1
2010-02-22If a pass occurs in several pass lists...Duncan Sands1-35/+41
2010-01-13re PR middle-end/42678 (ICE with lto1 in expand_mult, at expmed.c:3253)Richard Guenther1-1/+3
2009-12-19Makefile.in (PLUGIN_HEADERS): Add more headers.Joern Rennecke1-0/+5
2009-12-11IPA passes are bigger than other passes...Duncan Sands1-2/+15
2009-12-01cgraphunit.c (plugin.h): Include.Grigori Fursin1-12/+37
2009-11-25Remove trailing white spaces.H.J. Lu1-25/+25
2009-11-18passes.c (ipa_write_summaries): Call renumber_gimple_stmt_uids on all nodes w...Martin Jambor1-1/+17
2009-11-16cgraph.c (cgraph_release_function_body): Update use of ipa_transforms_to_apply.Jan Hubicka1-16/+16
2009-11-10tree-pass.h (struct ipa_opt_pass_d): Added stmt_fixup field.Martin Jambor1-0/+44
2009-11-08cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski1-6/+16
2009-10-29tree-ssa-math-opts.c (execute_convert_to_rsqrt): Remove.Michael Matz1-1/+0
2009-10-22ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka1-2/+4
2009-10-14params.def (PARAM_IRA_LOOP_RESERVED_REGS): New.Vladimir Makarov1-3/+1
2009-10-13passes.c (register_pass): Replaced gcc_unreachable by fatal_error on failure.Basile Starynkevitch1-9/+16
2009-10-08re PR middle-end/41573 (segfault in trunk related to strings)Michael Matz1-1/+0
2009-10-07lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka1-2/+3
2009-10-03Merge lto branch into trunk.Diego Novillo1-37/+249
2009-09-28tree-pass.h (register_pass_info): New structure.Sriraman Tallam1-10/+178
2009-09-28builtins.c (interclass_mathfn_icode): New helper.Michael Matz1-1/+6
2009-09-17common.opt (fipa-sra): New switch.Martin Jambor1-0/+1