summaryrefslogtreecommitdiff
path: root/gcc/tree-optimize.c
Commit message (Expand)AuthorAgeFilesLines
* cgraph.h (cgraph_decide_inlining_incrementally): Kill.Jan Hubicka2007-01-161-55/+10
* tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs separately.Jan Hubicka2007-01-141-5/+0
* tree-pas.h (TODO_remove_function): New flag.Jan Hubicka2007-01-081-1/+1
* tree-optimize.c (execute_fixup_cfg): Correct previously mistakely comitted ol...Jan Hubicka2007-01-051-12/+13
* cgraph.c (cgraph_release_function_body): New function.Jan Hubicka2007-01-041-12/+0
* pr16194.c: We now output error on all three functions, not just first one.Jan Hubicka2007-01-031-6/+63
* tree-optimize (execute_fixup_cfg): Set after_inlining flag.Jan Hubicka2007-01-021-29/+63
* Merge gimple-tuples-branch into mainline.Aldy Hernandez2006-12-051-2/+2
* builtins.c (expand_builtin_setjmp): Delete.Eric Botcazou2006-09-291-5/+51
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka2006-08-211-8/+7
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-6/+12
* cgraph.c (cgraph_insert_node_to_hashtable): New function.Jan Hubicka2006-01-111-55/+9
* tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law2006-01-061-0/+6
* re PR middle-end/23714 (ICE in expand_assignment)Richard Henderson2005-10-151-1/+0
* re PR middle-end/23714 (ICE in expand_assignment)Richard Henderson2005-10-051-0/+1
* cgraph.c (cgraph_clone_edge): Make the scale gcov_type.Jan Hubicka2005-09-241-1/+1
* bb-reorder.c (pass_duplicate_computed_gotos, [...]): Add dump.Paolo Bonzini2005-08-101-2/+2
* cgraph.c (cgraph_clone_edge): New UPDATE_ORIGINAL argument.Jan Hubicka2005-07-281-1/+1
* tree-optimize.c (init_tree_optimization_passes): Add pass_eliminate_useless_s...Daniel Berlin2005-07-171-1/+0
* re PR regression/20139 (cris-elf testsuite: gcc.c-torture/execute/20020720-1.c)Kazu Hirata2005-07-081-0/+1
* Makefile.in: Adjust dependencies.Paolo Bonzini2005-07-051-504/+9
* toplev.c (default_tree_printer): Handle setting location with '+' flag.Joseph Myers2005-07-021-4/+4
* function.h (struct function): Add saved blocks/unexpanded var list.Jan Hubicka2005-06-301-0/+4
* * tree-optimize.c (init_tree_optimization_passes): Fix typo.Diego Novillo2005-06-281-1/+1
* cgraph.c (cgraph_remove_node): Do not release function bodies until full cgra...Jan Hubicka2005-06-281-3/+57
* tree-optimize.c (exercute_free_datastructures): Do not disband implicit edges...Jan Hubicka2005-06-271-11/+40
* builtin-attrs.def (DEF_ATTR_FOR_INT): Add for 5 and 6.Jakub Jelinek2005-06-271-0/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* tree-optimize.c (init_tree_optimization_passes): Move copy prop pass to run j...Jeff Law2005-06-231-1/+1
* re PR c++/19317 (removing a temporary return value when we cannot)Jason Merrill2005-06-231-0/+1
* tree-optimize.c (execute_ipa_pass_list): New.Jan Hubicka2005-06-171-3/+32
* Makefile.in (OBJS-common): Add tree-ssa-structalias.o.Daniel Berlin2005-06-091-0/+4
* re PR tree-optimization/20610 (Real by complex multiplications perform unnece...Richard Henderson2005-06-091-1/+2
* tree-ssa-reassoc.o: New.Daniel Berlin2005-06-061-0/+1
* Makefile.in (tree-vect-generic.o): New.Richard Henderson2005-06-021-1/+2
* tree-ssa-alias.c (new_type_alias): New procedure to create a type memory tag ...Keith Besaw2005-05-291-0/+3
* Makefile.in (ipa-inline.o): Add COEVERAGE_H dependency.Jan Hubicka2005-05-251-2/+4
* basic-block.h (REG_BR_PROB_BASE): Define.Jan Hubicka2005-05-191-1/+1
* cfgexpand.c, [...]: Fix comment typos.Kazu Hirata2005-05-191-1/+1
* tree-cfg.c (pass_remove_useless): Revert last change.Richard Henderson2005-05-181-1/+1
* timevar.def (TV_SCEV_CONST): New timevar.Zdenek Dvorak2005-05-171-0/+1
* cgraph.h (cgraph_node): Add 'lowered' state.Steven Bosscher2005-05-171-10/+86
* Makefile.in: Add tree-ssa-math-opts.c.Paolo Bonzini2005-05-171-0/+1
* tree-optimize.c (init_tree_optimization_passes): Move pass_cd_dce in place of...Kazu Hirata2005-05-141-2/+1
* tree-cfg.c (execute_warn_function_return): Break out noreturn warning too..Jan Hubicka2005-05-141-1/+2
* tree-optimize.c (init_tree_optimization_passes): Move pass_merge_phi before t...Kazu Hirata2005-05-141-1/+1
* builtins-43.c: Use gimple dump instead of generic.Jan Hubicka2005-05-131-20/+0
* except.c (duplicate_eh_region_1, [...]): New functions, based on old implemen...Steven Bosscher2005-05-121-0/+1
* tree-optimize.c (init_tree_optimization_passes): Re-organize optimization pas...Diego Novillo2005-05-101-3/+9
* tree-cfg.c (tree_duplicate_sese_region): Update profile.Zdenek Dvorak2005-05-101-1/+1