aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-optimize.c
AgeCommit message (Expand)AuthorFilesLines
2005-10-15re PR middle-end/23714 (ICE in expand_assignment)Richard Henderson1-1/+0
2005-10-05re PR middle-end/23714 (ICE in expand_assignment)Richard Henderson1-0/+1
2005-09-24cgraph.c (cgraph_clone_edge): Make the scale gcov_type.Jan Hubicka1-1/+1
2005-08-10bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini1-2/+2
2005-07-28cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.Jan Hubicka1-1/+1
2005-07-17tree-optimize.c (init_tree_optimization_passes): Add pass_eliminate_useless_s...Daniel Berlin1-1/+0
2005-07-08re PR regression/20139 (cris-elf testsuite: gcc.c-torture/execute/20020720-1.c)Kazu Hirata1-0/+1
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-504/+9
2005-07-02toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers1-4/+4
2005-06-30function.h (struct function): Add saved blocks/unexpanded var list.Jan Hubicka1-0/+4
2005-06-28* tree-optimize.c (init_tree_optimization_passes): Fix typo.Diego Novillo1-1/+1
2005-06-28cgraph.c (cgraph_remove_node): Do not release function bodies until full cgra...Jan Hubicka1-3/+57
2005-06-27tree-optimize.c (exercute_free_datastructures): Do not disband implicit edges...Jan Hubicka1-11/+40
2005-06-27builtin-attrs.def (DEF_ATTR_FOR_INT): Add for 5 and 6.Jakub Jelinek1-0/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-23tree-optimize.c (init_tree_optimization_passes): Move copy prop pass to run j...Jeff Law1-1/+1
2005-06-23re PR c++/19317 (removing a temporary return value when we cannot)Jason Merrill1-0/+1
2005-06-17tree-optimize.c (execute_ipa_pass_list): New.Jan Hubicka1-3/+32
2005-06-09Makefile.in (OBJS-common): Add tree-ssa-structalias.o.Daniel Berlin1-0/+4
2005-06-09re PR tree-optimization/20610 (Real by complex multiplications perform unnece...Richard Henderson1-1/+2
2005-06-06tree-ssa-reassoc.o: New.Daniel Berlin1-0/+1
2005-06-02Makefile.in (tree-vect-generic.o): New.Richard Henderson1-1/+2
2005-05-29tree-ssa-alias.c (new_type_alias): New procedure to create a type memory tag ...Keith Besaw1-0/+3
2005-05-25Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.Jan Hubicka1-2/+4
2005-05-19basic-block.h (REG_BR_PROB_BASE): Define.Jan Hubicka1-1/+1
2005-05-19cfgexpand.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-05-18tree-cfg.c (pass_remove_useless): Revert last change.Richard Henderson1-1/+1
2005-05-17timevar.def (TV_SCEV_CONST): New timevar.Zdenek Dvorak1-0/+1
2005-05-17cgraph.h (cgraph_node): Add 'lowered' state.Steven Bosscher1-10/+86
2005-05-17Makefile.in: Add tree-ssa-math-opts.c.Paolo Bonzini1-0/+1
2005-05-14tree-optimize.c (init_tree_optimization_passes): Move pass_cd_dce in place of...Kazu Hirata1-2/+1
2005-05-14tree-cfg.c (execute_warn_function_return): Break out noreturn warning too..Jan Hubicka1-1/+2
2005-05-14tree-optimize.c (init_tree_optimization_passes): Move pass_merge_phi before t...Kazu Hirata1-1/+1
2005-05-13builtins-43.c: Use gimple dump instead of generic.Jan Hubicka1-20/+0
2005-05-12except.c (duplicate_eh_region_1, [...]): New functions, based on old implemen...Steven Bosscher1-0/+1
2005-05-10tree-optimize.c (init_tree_optimization_passes): Re-organize optimization pas...Diego Novillo1-3/+9
2005-05-10tree-cfg.c (tree_duplicate_sese_region): Update profile.Zdenek Dvorak1-1/+1
2005-04-27tree-complex.c (expand_vector_operation): New, extracted from expand_vector_o...Paolo Bonzini1-0/+1
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-2/+2
2005-04-21lambda.h (lambda_vector_min_nz): Likewise.Nathan Sidwell1-1/+1
2005-04-21cgraphunit.c: Include tree-pass.h (cgraph_decide_recursive_inlining...Jan Hubicka1-18/+50
2005-04-18re PR tree-optimization/21001 (VRP is weak when the tested variable in a COND...Kazu Hirata1-1/+1
2005-04-12Makefile.in (OBJS-common): Add tree-ssa-uncprop.o.Jeff Law1-0/+1
2005-04-09tree.h (enum tree_index): Add TI_VA_LIST_GPR_COUNTER_FIELD and TI_VA_LIST_FPR...Jakub Jelinek1-0/+1
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-19/+19
2005-04-05lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod1-6/+13
2005-03-30[multiple changes]Jan Hubicka1-0/+10
2005-03-13In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin1-0/+1
2005-03-10Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak1-1/+7
2005-03-02cgraph.h (struct cgraph_edge): Add prev_caller and prev_callee fields.Richard Guenther1-4/+2