summaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.c
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in, cfgexpand.c, cfgloop.h, cfgloopmanip.c,kazu2005-08-061-2/+2
* * cfgexpand.c (expand_one_stack_var): Do not expand variables when wehubicka2005-07-121-0/+4
* * cfgexpand.c (stack_protect_classify_type): Use TYPE_SIZE_UNIT (type)jakub2005-07-111-7/+6
* * cfgexpand.c (tree_expand_cfg): Don't use FINALIZE_PIC.kazu2005-07-081-5/+0
* 2005-07-05 Paolo Bonzini <bonzini@gnu.org>bonzini2005-07-051-2/+26
* * c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__.jakub2005-06-271-3/+214
* * defaults.h (FRAME_GROWS_DOWNWARD): Define to 0 if not defined.jakub2005-06-261-7/+0
* Update FSF address.kcook2005-06-251-2/+2
* * basic-block.h (rtl_bb_info): Break out head_, end_,hubicka2005-06-161-0/+7
* 2005-06-01 Daniel Berlin <dberlin@dberlin.org>dberlin2005-06-041-1/+1
* PR tree-optimization/21562hubicka2005-05-281-13/+16
* gcc/kazu2005-05-191-1/+1
* * bt-load.c, cfgexpand.c, dwarf2out.c, emit-rtl.c, expr.c,kazu2005-04-281-5/+5
* * alias.c (true_dependence): Remove 'abort' from comments. Usenathan2005-04-211-5/+3
* * cfgrtl.c (purge_all_dead_edge): Remove an unused argument.kazu2005-04-151-1/+1
* * cfgbuild.c (find_sub_basic_blocks): Remove.kazu2005-03-071-2/+2
* * cfgexpand.c (construct_exit_block): Use EDGE_PRED instead ofkazu2005-03-031-1/+1
* * ChangeLog.5: Fix log message typo(s).reichelt2005-02-241-1/+1
* * c-common.def, c-dump.c, c-gimplify.c, c-objc-common.c,kazu2005-01-271-1/+1
* * cfgexpand.c (expand_gimple_tailcall): Fix typo.steven2005-01-241-1/+1
* * cfgrtl.c (rtl_delete_block): Fix comment.steven2004-11-241-2/+2
* 2004-10-17 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-10-171-0/+7
* * cfgexpand.c (maybe_dump_rtl_for_tree_stmt): New function.steven2004-10-081-13/+47
* 2004-09-24 Ben Elliston <bje@au.ibm.com>bje2004-09-281-18/+23
* * cfgexpand.c, config/s390/tpf-eh.c: Fix comment typos.kazu2004-09-231-2/+2
* * cfgexpand.c (add_reg_br_prob_note): New function.hubicka2004-09-231-3/+47
* PR tree-optimization/17513steven2004-09-171-4/+14
* PR middle-end/17416rth2004-09-111-6/+2
* * cfganal.c (flow_depth_first_order_compute, dfs_enumerate_from,nathan2004-09-071-4/+3
* 2004-09-06 Paolo Bonzini <bonzini@gnu.org>bonzini2004-09-061-11/+13
* * c-common.c, cfgexpand.c, cgraphunit.c, defaults.h,kazu2004-09-051-1/+1
* PR middle-end/9997rth2004-09-031-5/+746
* 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