summaryrefslogtreecommitdiff
path: root/gcc/passes.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-ssa-math-opts.c (execute_convert_to_rsqrt): Remove.Michael Matz2009-10-291-1/+0
* ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka2009-10-221-2/+4
* params.def (PARAM_IRA_LOOP_RESERVED_REGS): New.Vladimir Makarov2009-10-141-3/+1
* passes.c (register_pass): Replaced gcc_unreachable by fatal_error on failure.Basile Starynkevitch2009-10-131-9/+16
* re PR middle-end/41573 (segfault in trunk related to strings)Michael Matz2009-10-081-1/+0
* lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka2009-10-071-2/+3
* Merge lto branch into trunk.Diego Novillo2009-10-031-37/+249
* tree-pass.h (register_pass_info): New structure.Sriraman Tallam2009-09-281-10/+178
* builtins.c (interclass_mathfn_icode): New helper.Michael Matz2009-09-281-1/+6
* common.opt (fipa-sra): New switch.Martin Jambor2009-09-171-0/+1
* Squash commit of EH in gimpleRichard Henderson2009-09-141-0/+2
* [multiple changes]Diego Novillo2009-09-031-0/+1
* invoke.texi (-fsched-pressure): Document it.Vladimir Makarov2009-09-021-1/+1
* New implementation of Graphite.Sebastian Pop2009-07-311-0/+5
* re PR c/40401 (ICE: verify_gimple failed)Richard Guenther2009-07-171-4/+2
* Give names to some currently nameless passes (thisDuncan Sands2009-07-071-1/+1
* loop-24.c: Update dump file matching; enable -O2.Jan Hubicka2009-07-031-1/+0
* passes.c (execute_one_pass): Fix unintentional commit.Paolo Bonzini2009-06-271-1/+1
* domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini2009-06-271-1/+1
* see removalSergei Dyshel2009-06-181-1/+0
* passes.c: Add bswap pass.Andreas Krebbel2009-06-141-0/+1
* Reschedule predictive-commoning passRevital Eres2009-06-101-1/+1
* re PR middle-end/39834 (verify_cgraph_node failed with -O3 -Winline)Jan Hubicka2009-06-081-1/+2
* tree-ssa-alias.h (dump_points_to_solution): Declare.Richard Guenther2009-05-251-1/+5
* passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen2009-05-241-0/+1
* alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor2009-05-161-5/+5
* passes.c (finish_optimization_passes): Change i to int.Ian Lance Taylor2009-05-141-1/+1