summaryrefslogtreecommitdiff
path: root/gcc/tree-optimize.c
Commit message (Expand)AuthorAgeFilesLines
* tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR...Jakub Jelinek2005-04-091-0/+1
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-19/+19
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-6/+13
* [multiple changes]Jan Hubicka2005-03-301-0/+10
* In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin2005-03-131-0/+1
* Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak2005-03-101-1/+7
* cgraph.h (struct cgraph_edge): Add prev_caller and prev_callee fields.Richard Guenther2005-03-021-4/+2
* Makefile.in (tree-ssa-sink.o): New.Daniel Berlin2005-03-011-0/+1
* re PR tree-optimization/20100 (LIM is pulling out a pure function even though...Diego Novillo2005-02-231-1/+0
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-1/+1
* re PR middle-end/19865 (ice / gnat bug detected.)Diego Novillo2005-02-161-0/+4
* tree-dump.c (dump_files): Update to reflect new member of dump_file_info.Daniel Berlin2005-02-141-3/+5
* re PR rtl-optimization/19464 (gcse causes poor register allocation)Steven Bosscher2005-01-231-0/+1
* re PR tree-optimization/15349 ([tree-ssa] Merge two phi nodes.)Kazu Hirata2005-01-201-0/+1
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* Fix PR debug/17924 Fix PR debug/19191Daniel Berlin2005-01-041-0/+1
* tree-optimize.c (init_tree_optimization_passes): Run pass_late_warn_uninitial...Diego Novillo2004-12-171-1/+10
* re PR tree-optimization/18298 (bad code from lim ssa pass with strcmp)Andrew Pinski2004-11-301-0/+4
* tree-ssa-alias.c (count_calls_and_maybe_create_global_var): New.Jeff Law2004-11-281-0/+1
* bitmap.h (struct bitmap_obstack): New obstack type.Nathan Sidwell2004-11-221-2/+11
* re PR tree-optimization/18519 (ICE: Segmentation fault with optimization)Daniel Berlin2004-11-171-0/+3
* re PR tree-optimization/16447 (out of ssa generates bloated code)Andrew MacLeod2004-11-021-2/+2
* Fix PR tree-optimization/17672 Fix PR tree-optimization/18168Daniel Berlin2004-11-011-2/+2
* re PR middle-end/14521 (Inconsistent quoting in new warning)Roger Sayle2004-10-311-2/+2
* re PR tree-optimization/17133 (wrong code with -ftree-lim)Daniel Berlin2004-10-271-0/+5
* tree-optimize.c (execute_one_pass): Stop timer right after executing the pass.Diego Novillo2004-10-151-3/+5
* cfgexpand.c (maybe_dump_rtl_for_tree_stmt): New function.Steven Bosscher2004-10-081-1/+1
* c-decl.c (c_expand_body): Update call tree_rest_of_compilation.Jan Hubicka2004-10-011-11/+2
* revert: tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_...Jakub Jelinek2004-10-011-1/+0
* tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR...Jakub Jelinek2004-09-291-0/+1
* tree-optimize.c (init_tree_optimization_passes): Add pass_record_bounds.Zdenek Dvorak2004-09-251-0/+1
* cfgloop.h (update_single_exits_after_duplication): Declare.Zdenek Dvorak2004-09-231-0/+1
* re PR middle-end/17126 (ICE with -fno-unit-at-a-time and -O3)Jan Hubicka2004-09-211-9/+3
* tree-optimize.c (tree_rest_of_compilation): Kill forgotten verify_cgraph call.Jan Hubicka2004-09-181-1/+1
* alias.c, [...]: Fix comment typos.Kazu Hirata2004-09-181-1/+1
* re PR tree-optimization/17509 (ICE in verify_cgraph_node)Jan Hubicka2004-09-171-1/+23
* cgraph.h, [...]: Fix comment typos.Kazu Hirata2004-09-141-1/+1
* Makefile.def: Remove libbanshee.Daniel Berlin2004-09-091-3/+0
* targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo2004-09-091-2/+1
* Makefile.in (tree-loop-linear.o): Added.Daniel Berlin2004-09-081-0/+1
* cgraph.c (cgraph_remove_node): Free DECL_INITIAL field of node.Jan Hubicka2004-09-081-2/+11
* Unify the management of RTL and tree-level dump files.Paolo Bonzini2004-09-061-28/+83
* c-common.c, [...]: Fix comment formatting.Kazu Hirata2004-09-051-1/+1
* tree-ssa-loop-ivopts.c: New file.Zdenek Dvorak2004-09-051-0/+1
* Tree level if-conversion for vectorizer.Devang Patel2004-09-031-0/+1
* tree-ssa-loop-ivcanon.c: New file.Zdenek Dvorak2004-08-241-0/+2
* tree-vectorizer.c: New File: loop vectorization on SSAed GIMPLE trees.Dorit Naishlos2004-08-171-0/+1
* tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ...Diego Novillo2004-07-281-0/+1
* re PR tree-optimization/15077 (ICE in make_decl_rtl when inlining tail recurs...Richard Kenner2004-07-271-1/+4
* tree-optimize.c (register_one_dump_file): Update condition that uses static_p...Brian Booth2004-07-271-43/+49