aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-27c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__.Richard Henderson1-3/+214
2005-06-26defaults.h (FRAME_GROWS_DOWNWARD): Define to 0 if not defined.Jakub Jelinek1-7/+0
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-0/+7
2005-06-04cfgexpand.c (expand_one_var): Use DECL_HAS_VALUE_EXPR_P.Daniel Berlin1-1/+1
2005-05-28re PR tree-optimization/21562 (Quiet bad codegen (unrolling + tail call inter...Jan Hubicka1-13/+16
2005-05-19cfgexpand.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-28bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata1-5/+5
2005-04-21alias.c (true_dependence): Remove 'abort' from comments.Nathan Sidwell1-5/+3
2005-04-15cfgrtl.c (purge_all_dead_edge): Remove an unused argument.Kazu Hirata1-1/+1
2005-03-07cfgbuild.c (find_sub_basic_blocks): Remove.Kazu Hirata1-2/+2
2005-03-03cfgexpand.c (construct_exit_block): Use EDGE_PRED instead of EDGE_I.Kazu Hirata1-1/+1
2005-02-24ChangeLog.5: Fix log message typo(s).Volker Reichelt1-1/+1
2005-01-27c-common.def, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-24* cfgexpand.c (expand_gimple_tailcall): Fix typo.Steven Bosscher1-1/+1
2004-11-24cfgrtl.c (rtl_delete_block): Fix comment.Steven Bosscher1-2/+2
2004-10-17re PR middle-end/17925 (Gotos loses their locations)Andrew Pinski1-0/+7
2004-10-08cfgexpand.c (maybe_dump_rtl_for_tree_stmt): New function.Steven Bosscher1-13/+47
2004-09-28backport: basic-block.h: Include vec.h, errors.h.Ben Elliston1-18/+23
2004-09-23* cfgexpand.c, config/s390/tpf-eh.c: Fix comment typos.Kazu Hirata1-2/+2
2004-09-23cfgexpand.c (add_reg_br_prob_note): New function.Jan Hubicka1-3/+47
2004-09-17re PR rtl-optimization/17513 (ICE: verify_flow_info failed after gcse)Steven Bosscher1-4/+14
2004-09-11re PR middle-end/17416 (stack variable merging doesn't work)Richard Henderson1-6/+2
2004-09-07cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre...Nathan Sidwell1-4/+3
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-11/+13
2004-09-05c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-09-03re PR middle-end/9997 (Coelesce stack slots for disjoint scopes.)Richard Henderson1-5/+746
2004-08-22re PR middle-end/17075 (miscompilation with tail calls in cfgexpand)Richard Henderson1-9/+31
2004-08-04basic-block.h (profile_staus): New global variable.Jan Hubicka1-0/+2
2004-07-29rtl.c (currently_expanding_to_rtl): New.Steven Bosscher1-0/+6
2004-07-27cfgexpand.c (tree_expand_cfg): Fix comment.Steven Bosscher1-1/+1
2004-07-21gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE...Richard Henderson1-4/+17
2004-07-21cfgexpand.c (expand_gimple_tailcall): Fix case where we need to create a new ...Richard Henderson1-55/+73
2004-07-21builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal.Eric Christopher1-7/+3
2004-07-20cfgexpand.c (expand_gimple_cond_expr, [...]): Split,Richard Henderson1-147/+166
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-8/+8
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson1-29/+0
2004-07-01gimple-low.c (lower_function_body): Don't reset_block_changes here.Richard Henderson1-0/+3
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-3/+3
2004-07-01function.h (struct function): Remove x_function_call_count.Richard Henderson1-1/+1
2004-07-01function.h (struct function): Remove dont_emit_block_notes.Richard Henderson1-2/+1
2004-06-30tree.h (immediate_size_expand): Delete.Richard Henderson1-6/+0
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-0/+4
2004-06-26c-typeck.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-06-19CFG transparent RTL expansion:Jan Hubicka1-0/+480