summaryrefslogtreecommitdiff
path: root/gcc/tree-optimize.c
Commit message (Expand)AuthorAgeFilesLines
* Merge lto branch into trunk.Diego Novillo2009-10-031-1/+4
* Squash commit of EH in gimpleRichard Henderson2009-09-141-2/+1
* tree-ssa-alias.h (refs_may_alias_p_1): Declare.Richard Guenther2009-07-141-4/+0
* Give names to some currently nameless passes (thisDuncan Sands2009-07-071-1/+1
* tree-pass.h (pass_del_ssa, [...]): Remove decls.Michael Matz2009-04-261-45/+0
* Expand from SSA.Michael Matz2009-04-261-5/+7
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-10/+10
* attr-noinline.c: Avoid pure-const optimization.Jan Hubicka2009-03-281-0/+1
* tree-pass.h (pass_fixup_cfg): New pass.Jan Hubicka2009-03-281-3/+19
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* re PR middle-end/38454 (memcpy folding breaks -D_FORTIFY_SOURCE=2 protection)Jakub Jelinek2008-12-101-0/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-19/+19
* cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka2008-07-251-15/+12
* cgraph.c (cgraph_add_new_function): Do early local passes.Jan Hubicka2008-07-201-9/+1
* tree-optimize.c (execute_early_local_optimizations): Set cgraph_state only at...Jan Hubicka2008-06-191-1/+5
* tree.h (init_phinodes, [...]): Move ...Diego Novillo2008-05-131-1/+1
* [multiple changes]Kenneth Zadeck2008-05-071-1/+2
* re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka2008-04-251-1/+1
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-25/+41
* common.opt (Wlarger-than=): New.Manuel López-Ibáñez2008-02-261-2/+2
* builtins.c (gimplify_va_arg_expr): Use inform for help message.Manuel López-Ibáñez2007-10-171-2/+2
* Add target hook invoked when cfun changes.Sandra Loosemore2007-09-051-2/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak2007-04-271-7/+1
* tree-optimize.c (has_abnormal_outgoing_edge_p): Move to tree-inline.Jan Hubicka2007-02-041-65/+2
* tree-optimize.c (update_inlined_to_pointers): Delete unused function.Manuel López-Ibáñez2007-01-291-18/+0
* 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