summaryrefslogtreecommitdiff
path: root/gcc/passes.c
Commit message (Expand)AuthorAgeFilesLines
* basic-block.h (single_succ_edge): Use gcc_checking_assert.Nathan Froyd2010-10-211-3/+1
* value-prof.c (gimple_divmod_fixed_value): Work on SSA form.Richard Guenther2010-10-051-8/+1
* tree-flow.h (execute_update_addresses_taken): Adjust.Eric Botcazou2010-09-231-5/+3
* tree-inline.c (optimize_inline_calls): Schedule cleanups only if we inlined s...Richard Guenther2010-09-221-1/+0
* tree-ssanames.c (release_dead_ssa_names): Do not remove callee edges here.Richard Guenther2010-09-221-1/+0
* re PR middle-end/45569 (ICE: verify_stmts failed: statement marked for throw ...Richard Guenther2010-09-071-0/+4
* passes.c (rest_of_decl_compilation): Do not add local vars into varpol.Jan Hubicka2010-09-031-1/+2
* tree-pass.h (pass_ipa_cdtor_merge): New function.Jan Hubicka2010-08-211-0/+1
* lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of flag_wpa.Jan Hubicka2010-08-211-0/+17
* Schedule a copy_prop pass before graphite.Sebastian Pop2010-08-111-2/+5
* re PR target/44132 (emutls is broken under a range of circumstances.)Richard Henderson2010-07-261-0/+1
* passes.c (rest_of_decl_compilation): Do not callRichard Henderson2010-07-141-2/+0
* predict.c (propagate_freq): Clear EXIT_BLOCK_PTR frequency if it is unreachable.Jan Hubicka2010-06-291-16/+1
* tree-pass.h (pass_split_functions): Declare.Jan Hubicka2010-06-251-0/+4
* passes.c (execute_function_todo): Move call of statistics_fini_pass to ...Jan Hubicka2010-06-221-2/+2
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-2/+2
* passes.c (init_optimization_passes): Put ipa reference after ipa pure-const.Jan Hubicka2010-06-031-1/+1
* tree-cfg.c (verify_stmt): Do not skip could_throw test.Jan Hubicka2010-06-011-12/+0
* passes.c (ipa_write_optimization_summaries_1, [...]): Initilalize dump files.Jan Hubicka2010-05-301-0/+16
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-3/+5
* diagnostic-core.h: New.Joseph Myers2010-05-271-5/+5
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-1/+0
* diagnostic.c (FLOAT, FFS): Don't undefine.Joseph Myers2010-05-191-2/+0
* ipa-prop.c (ipa_prop_read_section): Add sanity check that node is analyzed.Jan Hubicka2010-05-151-1/+1
* ipa-reference.c: Include toplev.hJan Hubicka2010-05-151-4/+3
* implicit-zee.c: New file.Sriraman Tallam2010-05-121-0/+1
* passes.c (ipa_write_summaries_1, [...]): Allocate encoders.Jan Hubicka2010-05-101-0/+5
* re PR lto/43946 (SPEC2000 GCC fails to build with -fprofile-generate -O2 ...Richard Guenther2010-04-301-1/+1
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka2010-04-291-14/+31
* invoke.texi (-fipa-profile): Document.Jan Hubicka2010-04-271-0/+1
* cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka2010-04-261-2/+5
* re PR middle-end/29274 (not using mulsidi3)Bernd Schmidt2010-04-221-0/+1
* timevar.def (TV_WHOPR_WPA_FIXUP): Remove.Jan Hubicka2010-04-211-1/+11
* tree-pass.h (ipa_opt_pass_d): Rename function_read_summary...Jan Hubicka2010-04-211-8/+95
* cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.Jan Hubicka2010-04-201-2/+0
* Avoid calling verify_ssa twice in verify_loop_closed_ssa.Sebastian Pop2010-04-061-2/+3
* Always execute verify_loop_closed_ssa at LNO level.Sebastian Pop2010-04-061-1/+1
* re PR tree-optimization/32824 (Missed reduction vectorizer after store to glo...Changpeng Fang2010-04-061-1/+1
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* Add pass_copy_prop after Graphite.Sebastian Pop2010-03-311-0/+1
* If a pass occurs in several pass lists...Duncan Sands2010-02-221-35/+41
* re PR middle-end/42678 (ICE with lto1 in expand_mult, at expmed.c:3253)Richard Guenther2010-01-131-1/+3
* Makefile.in (PLUGIN_HEADERS): Add more headers.Joern Rennecke2009-12-191-0/+5
* IPA passes are bigger than other passes...Duncan Sands2009-12-111-2/+15
* cgraphunit.c (plugin.h): Include.Grigori Fursin2009-12-011-12/+37
* Remove trailing white spaces.H.J. Lu2009-11-251-25/+25
* passes.c (ipa_write_summaries): Call renumber_gimple_stmt_uids on all nodes w...Martin Jambor2009-11-181-1/+17
* cgraph.c (cgraph_release_function_body): Update use of ipa_transforms_to_apply.Jan Hubicka2009-11-161-16/+16
* tree-pass.h (struct ipa_opt_pass_d): Added stmt_fixup field.Martin Jambor2009-11-101-0/+44
* cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski2009-11-081-6/+16