aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-4/+2
2009-07-07Give names to some currently nameless passes (thisDuncan Sands1-1/+1
2009-07-03loop-24.c: Update dump file matching; enable -O2.Jan Hubicka1-1/+0
2009-06-27passes.c (execute_one_pass): Fix unintentional commit.Paolo Bonzini1-1/+1
2009-06-27domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil...Paolo Bonzini1-1/+1
2009-06-18see removalSergei Dyshel1-1/+0
2009-06-14passes.c: Add bswap pass.Andreas Krebbel1-0/+1
2009-06-10Reschedule predictive-commoning passRevital Eres1-1/+1
2009-06-08re PR middle-end/39834 (verify_cgraph_node failed with -O3 -Winline)Jan Hubicka1-1/+2
2009-05-25tree-ssa-alias.h (dump_points_to_solution): Declare.Richard Guenther1-1/+5
2009-05-24passes.texi (Tree-SSA passes): Document SLP pass.Ira Rosen1-0/+1
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-5/+5
2009-05-14passes.c (finish_optimization_passes): Change i to int.Ian Lance Taylor1-1/+1
2009-05-11passes.c (init_optimization_passes): Strip now incorrect comment.Richard Guenther1-8/+0
2009-05-08cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...Jan Hubicka1-1/+1
2009-04-27dbgcnt.def (cprop1, [...]): RemoveSteven Bosscher1-2/+7
2009-04-26tree-pass.h (pass_del_ssa, [...]): Remove decls.Michael Matz1-4/+0
2009-04-26Expand from SSA.Michael Matz1-5/+5
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-5/+5
2009-04-14[multiple changes]Diego Novillo1-1/+1
2009-04-08tree-eh.c (cleanup_eh): When not optimizing, do not try EH merging.Jan Hubicka1-0/+1
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-6/+10
2009-04-02passes.c (init_optimization_passes): Remove two copies of ehcleanup pass.Jan Hubicka1-2/+0
2009-03-31common.opt (frtl-abstract-sequences): Delete.Ramana Radhakrishnan1-1/+0
2009-03-30ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN...Martin Jambor1-0/+2
2009-03-30bb-reorder.c (partition_hot_cold_basic_blocks): Do not enter/exit cfglayout m...Paolo Bonzini1-1/+1
2009-03-29re PR tree-optimization/28850 (missed call -> jmp transformation; redundant u...Jan Hubicka1-0/+3
2009-03-28attr-noinline.c: Avoid pure-const optimization.Jan Hubicka1-0/+28
2009-03-28tree-pass.h (pass_fixup_cfg): New pass.Jan Hubicka1-0/+1
2009-03-28cgraph.c (dump_cgraph_node): Add replace output flag by process.Jan Hubicka1-0/+3
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+1
2009-01-29tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov1-3/+1
2008-11-03re PR middle-end/37858 (ICE when "-fdump-ipa-all -dv" is used)Jakub Jelinek1-0/+1
2008-09-06re PR tree-optimization/14703 (Inadequate optimization of inline templated fu...Jan Hubicka1-0/+1
2008-09-02backport: configure: Regenerate.Sebastian Pop1-0/+1
2008-08-29cp-gimplify.c (cp_gimplify_expr): Add PRED_CONTINUE heuristic.Jan Hubicka1-0/+1
2008-08-26[multiple changes]Vladimir Makarov1-0/+1
2008-08-20passes.c (init_optimization_passes): Move the second forwprop pass before ali...Richard Guenther1-9/+1
2008-08-19passes.c (init_optimization_passes): Exchange store-ccp with a ccp pass.Richard Guenther1-1/+1
2008-08-18passes.c (init_optimization_passes): Remove cleanup_cfg1, sdse1 and addressab...Richard Guenther1-17/+18
2008-08-13re PR tree-optimization/15255 ([tree-ssa] a * 2 + a * 2 is not converted to a...Richard Guenther1-1/+1
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-7/+7
2008-08-01tree-pass.h: Added comment about not dumping passes with name starting with s...Basile Starynkevitch1-1/+1
2008-07-31passes.c (init_optimization_passes): Always call pass_early_warn_uninitialized.Richard Guenther1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-15/+7
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-9/+2
2008-07-20cgraph.c (cgraph_add_new_function): Do early local passes.Jan Hubicka1-8/+10
2008-07-01Makefile.in (tree-switch-conversion.o): Add.Martin Jambor1-0/+1
2008-06-26driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi1-4/+4
2008-06-06* passes.c (execute_ipa_pass_list): Do not regenerate summaries.Jan Hubicka1-2/+0