summaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
Commit message (Expand)AuthorAgeFilesLines
* PR 17075rth2004-08-231-9/+31
* * basic-block.h (profile_staus): New global variable.hubicka2004-08-041-0/+2
* * rtl.c (currently_expanding_to_rtl): New.steven2004-07-291-0/+6
* * cfgexpand.c (tree_expand_cfg): Fix comment.steven2004-07-271-1/+1
* * gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE,rth2004-07-221-4/+17
* * cfgexpand.c (expand_gimple_tailcall): Fix case where we needrth2004-07-221-55/+73
* 2004-07-21 Eric Christopher <echristo@redhat.com>echristo2004-07-211-7/+3
* * cfgexpand.c (expand_gimple_cond_expr, expand_gimple_tailcall): Split,rth2004-07-211-147/+166
* 2004-07-08 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-07-091-8/+8
* * c-decl.c (grokdeclarator): Don't frob current_function_declrth2004-07-031-29/+0
* * gimple-low.c (lower_function_body): Don't reset_block_changes here.rth2004-07-021-0/+3
* * tree.def (RTL_EXPR): Remove.rth2004-07-021-3/+3
* * function.h (struct function): Remove x_function_call_count.rth2004-07-011-1/+1
* * function.h (struct function): Remove dont_emit_block_notes.rth2004-07-011-2/+1
* * tree.h (immediate_size_expand): Delete.rth2004-07-011-6/+0
* Conditionally compile support for --enable-mapped_location.bothner2004-06-301-0/+4
* * c-typeck.c, cfgexpand.c, ddg.c, ddg.h, df.c, fold-const.c,kazu2004-06-261-1/+1
* CFG transparent RTL expansion:hubicka2004-06-191-0/+480