aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-09Makefile.in (passes.o, [...]): Add dependencies.Jan Hubicka1-1/+20
2007-02-08passes.c (init_optimization_passes): Tidy comment.Diego Novillo1-2/+2
2007-02-04* passes.c (init_optimization_passes): Reindent.Jan Hubicka1-258/+262
2007-02-01lower-subreg.c: New file.Ian Lance Taylor1-1/+4
2007-01-30re PR c/30313 (sizeof of expression including bit-field)Richard Guenther1-0/+3
2007-01-27tree-sra.c (sra_walk_function): Don't rely on aliases being build.Jan Hubicka1-0/+1
2007-01-22passes.c (init_optimization_passes): Do not rerun pass_early_warn_uninitialized.Jan Hubicka1-1/+0
2007-01-22re PR tree-optimization/30038 (Call to sin(x), cos(x) should be transformed t...Richard Guenther1-0/+1
2007-01-18tree-vrp.c (finalize_jump_threads): Do not call cleanup_cfg by hand.Jan Hubicka1-3/+8
2007-01-16cgraph.h (cgraph_decide_inlining_incrementally): Kill.Jan Hubicka1-8/+65
2007-01-11re PR tree-optimization/1046 (gcc less efficient than jdk for recursion with ...Jan Hubicka1-0/+14
2007-01-08tree-pas.h (TODO_remove_function): New flag.Jan Hubicka1-0/+9
2007-01-06tree-pass.h (pass_build_cgraph_edges): Declare.Jan Hubicka1-0/+1
2007-01-03pr16194.c: We now output error on all three functions, not just first one.Jan Hubicka1-6/+12
2007-01-02tree-mudflap.c (mf_decl_cache_locals, [...]): Do not add referenced vars.Jan Hubicka1-1/+1
2006-12-30cgraph.c (cgraph_exapnd_queue): Rename to...Jan Hubicka1-0/+5
2006-12-16passes.c (verify_curr_properties): Define only for ENABLE_CHECKING.Andreas Tobler1-0/+2
2006-12-16omp-low.c (expand_omp_parallel): Set function properties.Jan Hubicka1-49/+103
2006-12-11tree-ssa-operands.h (create_ssa_artificial_load_stmt): Rename from create_ssa...Diego Novillo1-0/+1
2006-12-11Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka1-2/+2
2006-12-05tree-vrp.c (pass_vrp): Remove PROP_smt_usage.Daniel Berlin1-16/+0
2006-11-11tree-pass.h (pass_purge_lineno_notes): Remove declaration.Jan Hubicka1-1/+0
2006-11-04fwprop.c: New file.Paolo Bonzini1-0/+2
2006-09-05re PR tree-optimization/28937 (ICE in add_virtual_operand, at tree-ssa-operan...Andrew Pinski1-0/+6
2006-05-04[multiple changes]Razya Ladelsky1-0/+1
2006-03-25re PR tree-optimization/26804 (Alias Time explosion)Daniel Berlin1-0/+1
2006-03-20tree-pass.h (pass_phi_only_copy_prop): Delete.Jeff Law1-15/+18
2006-03-20function.h (struct function): Rename to x_stack_check_probe_note.Steven Bosscher1-1/+0
2006-03-14tree-pass.h (pass_cfg): Remove.Steven Bosscher1-1/+0
2006-03-12predict.c (estimate_probability): Remove.Steven Bosscher1-3/+2
2006-03-04builtins.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-2/+3
2006-03-01tree.def (SYMBOL_MEMORY_TAG): Rename from TYPE_MEMORY_TAG.Diego Novillo1-4/+4
2006-02-26common.opt (-floop-optimize, [...]): Remove.Steven Bosscher1-1/+0
2006-02-20tree.h (struct tree_memory_tag): Add is_used_alone member.Daniel Berlin1-1/+11
2006-02-19invoke.texi: Document -fipa-pta.Daniel Berlin1-0/+1
2006-02-15cfg.c (dump_flow_info): Get dump flags as an additional parameter.Paolo Bonzini1-1/+1
2006-02-14invoke.texi (-fprefetch-loop-arrays, [...]): Document.Zdenek Dvorak1-0/+1
2006-02-08passes.c (register_one_dump_file): Accept the current properties instead of p...Paolo Bonzini1-74/+85
2006-02-07tree-vrp.c (find_conditional_asserts): Update comments.Jeff Law1-2/+3
2006-01-25Makefile.in (sched-vis.o): Update dependencies.Paolo Bonzini1-6/+10
2006-01-19tree-pretty-print.c (dump_generic_node): Handle OMP_PARALLEL_FN, OMP_PARALLEL...Diego Novillo1-0/+1
2006-01-18[multiple changes]Diego Novillo1-0/+1
2006-01-16rtl-factoring.c: Add sequence abstraction algorithm.Gabor Loki1-0/+1
2006-01-11re PR tree-optimization/23109 (compiler generates wrong code leading to spuri...Paolo Bonzini1-1/+1
2006-01-05tree-pass.h (TODO_remove_unused_locals): Define.Richard Guenther1-2/+3
2005-12-30tree.h (VALUE_HANDLE_VUSES): New.Daniel Berlin1-0/+1
2005-12-24tree-pass.h (pass_eliminate_useless_stores): Remove.Daniel Berlin1-1/+0
2005-12-12tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Remove reassociation code.Jeff Law1-1/+2
2005-11-23passes.c (init_optimization_passes): Document sequencing of passes.Diego Novillo1-4/+21