| Commit message (Expand) | Author | Age | Files | Lines |
* | cfgbuild.c (find_sub_basic_blocks): Remove. | Kazu Hirata | 2005-03-07 | 1 | -2/+2 |
* | cfgexpand.c (construct_exit_block): Use EDGE_PRED instead of EDGE_I. | Kazu Hirata | 2005-03-03 | 1 | -1/+1 |
* | ChangeLog.5: Fix log message typo(s). | Volker Reichelt | 2005-02-24 | 1 | -1/+1 |
* | c-common.def, [...]: Update copyright. | Kazu Hirata | 2005-01-27 | 1 | -1/+1 |
* | * cfgexpand.c (expand_gimple_tailcall): Fix typo. | Steven Bosscher | 2005-01-24 | 1 | -1/+1 |
* | cfgrtl.c (rtl_delete_block): Fix comment. | Steven Bosscher | 2004-11-24 | 1 | -2/+2 |
* | re PR middle-end/17925 (Gotos loses their locations) | Andrew Pinski | 2004-10-17 | 1 | -0/+7 |
* | cfgexpand.c (maybe_dump_rtl_for_tree_stmt): New function. | Steven Bosscher | 2004-10-08 | 1 | -13/+47 |
* | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 2004-09-28 | 1 | -18/+23 |
* | * cfgexpand.c, config/s390/tpf-eh.c: Fix comment typos. | Kazu Hirata | 2004-09-23 | 1 | -2/+2 |
* | cfgexpand.c (add_reg_br_prob_note): New function. | Jan Hubicka | 2004-09-23 | 1 | -3/+47 |
* | re PR rtl-optimization/17513 (ICE: verify_flow_info failed after gcse) | Steven Bosscher | 2004-09-17 | 1 | -4/+14 |
* | re PR middle-end/17416 (stack variable merging doesn't work) | Richard Henderson | 2004-09-11 | 1 | -6/+2 |
* | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 2004-09-07 | 1 | -4/+3 |
* | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 2004-09-06 | 1 | -11/+13 |
* | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 2004-09-05 | 1 | -1/+1 |
* | re PR middle-end/9997 (Coelesce stack slots for disjoint scopes.) | Richard Henderson | 2004-09-03 | 1 | -5/+746 |
* | re PR middle-end/17075 (miscompilation with tail calls in cfgexpand) | Richard Henderson | 2004-08-22 | 1 | -9/+31 |
* | basic-block.h (profile_staus): New global variable. | Jan Hubicka | 2004-08-04 | 1 | -0/+2 |
* | rtl.c (currently_expanding_to_rtl): New. | Steven Bosscher | 2004-07-29 | 1 | -0/+6 |
* | cfgexpand.c (tree_expand_cfg): Fix comment. | Steven Bosscher | 2004-07-27 | 1 | -1/+1 |
* | gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE... | Richard Henderson | 2004-07-21 | 1 | -4/+17 |
* | cfgexpand.c (expand_gimple_tailcall): Fix case where we need to create a new ... | Richard Henderson | 2004-07-21 | 1 | -55/+73 |
* | builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal. | Eric Christopher | 2004-07-21 | 1 | -7/+3 |
* | cfgexpand.c (expand_gimple_cond_expr, [...]): Split, | Richard Henderson | 2004-07-20 | 1 | -147/+166 |
* | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 2004-07-09 | 1 | -8/+8 |
* | c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s... | Richard Henderson | 2004-07-02 | 1 | -29/+0 |
* | gimple-low.c (lower_function_body): Don't reset_block_changes here. | Richard Henderson | 2004-07-01 | 1 | -0/+3 |
* | tree.def (RTL_EXPR): Remove. | Richard Henderson | 2004-07-01 | 1 | -3/+3 |
* | function.h (struct function): Remove x_function_call_count. | Richard Henderson | 2004-07-01 | 1 | -1/+1 |
* | function.h (struct function): Remove dont_emit_block_notes. | Richard Henderson | 2004-07-01 | 1 | -2/+1 |
* | tree.h (immediate_size_expand): Delete. | Richard Henderson | 2004-06-30 | 1 | -6/+0 |
* | Conditionally compile support for --enable-mapped_location. | Per Bothner | 2004-06-30 | 1 | -0/+4 |
* | c-typeck.c, [...]: Fix comment typos. | Kazu Hirata | 2004-06-26 | 1 | -1/+1 |
* | CFG transparent RTL expansion: | Jan Hubicka | 2004-06-19 | 1 | -0/+480 |