aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-10/+0
2010-11-26tree-ssa-copy.c (fini_copy_prop): Don't DCE when we have loops.Michael Matz1-1/+0
2010-11-17timevar.def (TV_IPA_OPT, [...]): New.Michael Matz1-1/+5
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-1/+1
2010-11-04passes.c (init_optimization_passes): Move veclower after SSA.Artjoms Sinkarovs1-1/+1
2010-10-21basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd1-3/+1
2010-10-05value-prof.c (gimple_divmod_fixed_value): Work on SSA form.Richard Guenther1-8/+1
2010-09-23tree-flow.h (execute_update_addresses_taken): Adjust.Eric Botcazou1-5/+3
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-1/+0
2010-09-07re PR middle-end/45569 (ICE: verify_stmts failed: statement marked for throw ...Richard Guenther1-0/+4
2010-09-03passes.c (rest_of_decl_compilation): Do not add local vars into varpol.Jan Hubicka1-1/+2
2010-08-21tree-pass.h (pass_ipa_cdtor_merge): New function.Jan Hubicka1-0/+1
2010-08-21lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of flag_wpa.Jan Hubicka1-0/+17
2010-08-11Schedule a copy_prop pass before graphite.Sebastian Pop1-2/+5
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