cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.
[gcc.git] / gcc / cfgexpand.c
2005-06-04 Daniel Berlincfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.
2005-05-28 Jan Hubickare PR tree-optimization/21562 (Quiet bad codegen (unrol...
2005-05-19 Kazu Hiratacfgexpand.c, [...]: Fix comment typos.
2005-04-28 Kazu Hiratabt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P...
2005-04-21 Nathan Sidwellalias.c (true_dependence): Remove 'abort' from comments.
2005-04-15 Kazu Hiratacfgrtl.c (purge_all_dead_edge): Remove an unused argument.
2005-03-07 Kazu Hiratacfgbuild.c (find_sub_basic_blocks): Remove.
2005-03-03 Kazu Hiratacfgexpand.c (construct_exit_block): Use EDGE_PRED inste...
2005-02-24 Volker ReicheltChangeLog.5: Fix log message typo(s).
2005-01-27 Kazu Hiratac-common.def, [...]: Update copyright.
2005-01-24 Steven Bosscher* cfgexpand.c (expand_gimple_tailcall): Fix typo.
2004-11-24 Steven Bosschercfgrtl.c (rtl_delete_block): Fix comment.
2004-10-17 Andrew Pinskire PR middle-end/17925 (Gotos loses their locations)
2004-10-08 Steven Bosschercfgexpand.c (maybe_dump_rtl_for_tree_stmt): New function.
2004-09-28 Ben Ellistonbackport: basic-block.h: Include vec.h, errors.h.
2004-09-23 Kazu Hirata* cfgexpand.c, config/s390/tpf-eh.c: Fix comment typos.
2004-09-23 Jan Hubickacfgexpand.c (add_reg_br_prob_note): New function.
2004-09-17 Steven Bosscherre PR rtl-optimization/17513 (ICE: verify_flow_info...
2004-09-11 Richard Hendersonre PR middle-end/17416 (stack variable merging doesn...
2004-09-07 Nathan Sidwellcfganal.c (flow_depth_first_order_compute, [...]):...
2004-09-06 Paolo BonziniUnify the management of RTL and tree-level dump files.
2004-09-05 Kazu Hiratac-common.c, [...]: Fix comment typos.
2004-09-03 Richard Hendersonre PR middle-end/9997 (Coelesce stack slots for disjoin...
2004-08-23 Richard Hendersonre PR middle-end/17075 (miscompilation with tail calls...
2004-08-04 Jan Hubickabasic-block.h (profile_staus): New global variable.
2004-07-29 Steven Bosscherrtl.c (currently_expanding_to_rtl): New.
2004-07-27 Steven Bosschercfgexpand.c (tree_expand_cfg): Fix comment.
2004-07-22 Richard Hendersongimple-low.c (expand_var_p): Don't look at TREE_ADDRESS...
2004-07-22 Richard Hendersoncfgexpand.c (expand_gimple_tailcall): Fix case where...
2004-07-21 Eric Christopherbuiltins.c (expand_builtin_setjmp_receiver): Fix commen...
2004-07-21 Richard Hendersoncfgexpand.c (expand_gimple_cond_expr, [...]): Split,
2004-07-09 Jerry Quinnalias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P...
2004-07-03 Richard Hendersonc-decl.c (grokdeclarator): Don't frob current_function_...
2004-07-02 Richard Hendersongimple-low.c (lower_function_body): Don't reset_block_c...
2004-07-02 Richard Hendersontree.def (RTL_EXPR): Remove.
2004-07-01 Richard Hendersonfunction.h (struct function): Remove x_function_call_count.
2004-07-01 Richard Hendersonfunction.h (struct function): Remove dont_emit_block_notes.
2004-07-01 Richard Hendersontree.h (immediate_size_expand): Delete.
2004-06-30 Per BothnerConditionally compile support for --enable-mapped_location.
2004-06-26 Kazu Hiratac-typeck.c, [...]: Fix comment typos.
2004-06-19 Jan HubickaCFG transparent RTL expansion: