aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-optimize.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-14tree-ssa-alias.h (refs_may_alias_p_1): Declare.Richard Guenther1-4/+0
2009-07-07Give names to some currently nameless passes (thisDuncan Sands1-1/+1
2009-04-26tree-pass.h (pass_del_ssa, [...]): Remove decls.Michael Matz1-45/+0
2009-04-26Expand from SSA.Michael Matz1-5/+7
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-10/+10
2009-03-28attr-noinline.c: Avoid pure-const optimization.Jan Hubicka1-0/+1
2009-03-28tree-pass.h (pass_fixup_cfg): New pass.Jan Hubicka1-3/+19
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-12-10re PR middle-end/38454 (memcpy folding breaks -D_FORTIFY_SOURCE=2 protection)Jakub Jelinek1-0/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-19/+19
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-15/+12
2008-07-20cgraph.c (cgraph_add_new_function): Do early local passes.Jan Hubicka1-9/+1
2008-06-19tree-optimize.c (execute_early_local_optimizations): Set cgraph_state only at...Jan Hubicka1-1/+5
2008-05-13tree.h (init_phinodes, [...]): Move ...Diego Novillo1-1/+1
2008-05-07[multiple changes]Kenneth Zadeck1-1/+2
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-1/+1
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-25/+41
2008-02-26common.opt (Wlarger-than=): New.Manuel López-Ibáñez1-2/+2
2007-10-17builtins.c (gimplify_va_arg_expr): Use inform for help message.Manuel López-Ibáñez1-2/+2
2007-09-05Add target hook invoked when cfun changes.Sandra Loosemore1-2/+1
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2007-04-27tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak1-7/+1
2007-02-04tree-optimize.c (has_abnormal_outgoing_edge_p): Move to tree-inline.Jan Hubicka1-65/+2
2007-01-29tree-optimize.c (update_inlined_to_pointers): Delete unused function.Manuel López-Ibáñez1-18/+0
2007-01-16cgraph.h (cgraph_decide_inlining_incrementally): Kill.Jan Hubicka1-55/+10
2007-01-14tree-eh.c (add_stmt_to_eh_region_fn): Do not add call_exprs separately.Jan Hubicka1-5/+0
2007-01-08tree-pas.h (TODO_remove_function): New flag.Jan Hubicka1-1/+1
2007-01-05tree-optimize.c (execute_fixup_cfg): Correct previously mistakely comitted ol...Jan Hubicka1-12/+13
2007-01-04cgraph.c (cgraph_release_function_body): New function.Jan Hubicka1-12/+0
2007-01-03pr16194.c: We now output error on all three functions, not just first one.Jan Hubicka1-6/+63
2007-01-02tree-optimize (execute_fixup_cfg): Set after_inlining flag.Jan Hubicka1-29/+63
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-2/+2
2006-09-29builtins.c (expand_builtin_setjmp): Delete.Eric Botcazou1-5/+51
2006-08-21re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Jan Hubicka1-8/+7
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-6/+12
2006-01-11cgraph.c (cgraph_insert_node_to_hashtable): New function.Jan Hubicka1-55/+9
2006-01-06tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA...Jeff Law1-0/+6
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