aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-optimize.c
AgeCommit message (Expand)AuthorFilesLines
2005-02-23re PR tree-optimization/20100 (LIM is pulling out a pure function even though...Diego Novillo1-1/+0
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-1/+1
2005-02-16re PR middle-end/19865 (ice / gnat bug detected.)Diego Novillo1-0/+4
2005-02-14tree-dump.c (dump_files): Update to reflect new member of dump_file_info.Daniel Berlin1-3/+5
2005-01-23re PR rtl-optimization/19464 (gcse causes poor register allocation)Steven Bosscher1-0/+1
2005-01-20re PR tree-optimization/15349 ([tree-ssa] Merge two phi nodes.)Kazu Hirata1-0/+1
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-04Fix PR debug/17924 Fix PR debug/19191Daniel Berlin1-0/+1
2004-12-17tree-optimize.c (init_tree_optimization_passes): Run pass_late_warn_uninitial...Diego Novillo1-1/+10
2004-11-30re PR tree-optimization/18298 (bad code from lim ssa pass with strcmp)Andrew Pinski1-0/+4
2004-11-28tree-ssa-alias.c (count_calls_and_maybe_create_global_var): New.Jeff Law1-0/+1
2004-11-22bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell1-2/+11
2004-11-17re PR tree-optimization/18519 (ICE: Segmentation fault with optimization)Daniel Berlin1-0/+3
2004-11-02re PR tree-optimization/16447 (out of ssa generates bloated code)Andrew MacLeod1-2/+2
2004-11-01Fix PR tree-optimization/17672 Fix PR tree-optimization/18168Daniel Berlin1-2/+2
2004-10-31re PR middle-end/14521 (Inconsistent quoting in new warning)Roger Sayle1-2/+2
2004-10-27re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin1-0/+5
2004-10-15tree-optimize.c (execute_one_pass): Stop timer right after executing the pass.Diego Novillo1-3/+5
2004-10-08cfgexpand.c (maybe_dump_rtl_for_tree_stmt): New function.Steven Bosscher1-1/+1
2004-10-01c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka1-11/+2
2004-10-01revert: tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_...Jakub Jelinek1-1/+0
2004-09-29tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR...Jakub Jelinek1-0/+1
2004-09-25tree-optimize.c (init_tree_optimization_passes): Add pass_record_bounds.Zdenek Dvorak1-0/+1
2004-09-23cfgloop.h (update_single_exits_after_duplication): Declare.Zdenek Dvorak1-0/+1
2004-09-21re PR middle-end/17126 (ICE with -fno-unit-at-a-time and -O3)Jan Hubicka1-9/+3
2004-09-18tree-optimize.c (tree_rest_of_compilation): Kill forgotten verify_cgraph call.Jan Hubicka1-1/+1
2004-09-18alias.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-17re PR tree-optimization/17509 (ICE in verify_cgraph_node)Jan Hubicka1-1/+23
2004-09-14cgraph.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-09Makefile.def: Remove libbanshee.Daniel Berlin1-3/+0
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-2/+1
2004-09-08Makefile.in (tree-loop-linear.o): Added.Daniel Berlin1-0/+1
2004-09-08cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node.Jan Hubicka1-2/+11
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-28/+83
2004-09-05c-common.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-05tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak1-0/+1
2004-09-03Tree level if-conversion for vectorizer.Devang Patel1-0/+1
2004-08-24tree-ssa-loop-ivcanon.c: New file.Zdenek Dvorak1-0/+2
2004-08-17tree-vectorizer.c: New File: loop vectorization on SSAed GIMPLE trees.Dorit Naishlos1-0/+1
2004-07-28tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo1-0/+1
2004-07-27re PR tree-optimization/15077 (ICE in make_decl_rtl when inlining tail recurs...Richard Kenner1-1/+4
2004-07-27tree-optimize.c (register_one_dump_file): Update condition that uses static_p...Brian Booth1-43/+49
2004-07-22tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini1-1/+1
2004-07-17cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher1-0/+30
2004-07-13tree-optimize.c (execute_todo): Flush DUMP_FILE before verification.Diego Novillo1-2/+8
2004-07-12re PR tree-optimization/14107 (Return warnings don't work without optimizatio...Paolo Bonzini1-1/+1
2004-07-10tree-ssa-loop-im.c: New file.Zdenek Dvorak1-0/+1
2004-07-09tree-dfa.c (dump_variable): If the variable is a pointer SSA_NAME, also dump ...Diego Novillo1-1/+2
2004-07-06langhooks-def.h (LANG_HOOKS_GIMPLE_BEFORE_INLINING): Remove.Richard Henderson1-11/+2
2004-06-30function.h (struct function): Remove x_whole_function_mode_p.Richard Henderson1-3/+0