aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-30function.h (struct function): Add saved blocks/unexpanded var list.Jan Hubicka1-2/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-03-08gimple-low.c (lower_stmt_body): Make it static.Kazu Hirata1-1/+1
2005-02-09re PR middle-end/19583 (Incorrect diagnostic: control may reach end of non-vo...Ian Lance Taylor1-9/+10
2005-01-28re PR middle-end/16558 (bogus missing-return warning)Ian Lance Taylor1-1/+9
2005-01-27re PR middle-end/19583 (Incorrect diagnostic: control may reach end of non-vo...Ian Lance Taylor1-0/+50
2005-01-26gimple-low.c (block_may_fallthru): Correct handling of SWITCH_EXPR--may fall ...Ian Lance Taylor1-1/+1
2005-01-21re PR tree-optimization/13000 ([unit-at-a-time] Using -O2 cannot detect missi...Ian Lance Taylor1-1/+7
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-06Fix PR middle-end/19286 Fix PR debug/19267Daniel Berlin1-32/+2
2005-01-04Fix PR debug/17924 Fix PR debug/19191Daniel Berlin1-0/+84
2004-09-09gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.Nathan Sidwell1-11/+9
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-2/+4
2004-07-21gimple-low.c (expand_var_p): Don't look at TREE_ADDRESSABLE...Richard Henderson1-22/+22
2004-07-16builtins.c (std_expand_builtin_va_arg): Remove.Richard Henderson1-1/+0
2004-07-16tree-flow.h (struct var_ann_d): Remove has_hidden_use.Richard Henderson1-1/+0
2004-07-01gimple-low.c (lower_function_body): Don't reset_block_changes here.Richard Henderson1-2/+0
2004-07-01function.h (struct function): Remove dont_emit_block_notes.Richard Henderson1-2/+0
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-1/+5
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-2/+0
2004-06-18re PR c++/16036 (Spurious "may be used uninitialized in this function" warning)Richard Henderson1-17/+26
2004-06-08gimple-low.c (struct lower_data): Replace the_return_label and one_return_stm...Richard Henderson1-16/+46
2004-06-07gimple-low.c (struct lower_data): Add the_return_label and one_return_stmt.Richard Henderson1-3/+38
2004-05-13tree-gimple.c: Rename from tree-simple.c.Diego Novillo1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+472