aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-03stmt.c (expand_case): Speed up code to detect duplicate case label targets an...Jeff Law1-9/+12
2004-10-26* stmt.c (expand_case): Update a comment.Kazu Hirata1-3/+2
2004-10-26stmt.c (expand_case): Put an assertion that index_expr is never INTEGER_CST.Kazu Hirata1-47/+20
2004-10-26stmt.c (expand_case): Remove code to handle SWITCH_EXPR with a default case o...Kazu Hirata1-16/+13
2004-10-25* stmt.c (expand_case): Remove an obsolete comment.Kazu Hirata1-2/+1
2004-10-24stmt.c (expand_case): Handle the default label outside of the for loop.Kazu Hirata1-22/+15
2004-10-22stmt.c (asm_op_is_mem_input): Remove.Kazu Hirata1-27/+0
2004-10-19expr.c (expand_assignment): Remove the last argument.Kazu Hirata1-1/+1
2004-10-14stmt.c (add_case_node): Make sure that we have integer constant before callin...Andrew Pinski1-6/+12
2004-10-11re PR middle-end/17657 (ICE in expand_case)Roger Sayle1-36/+68
2004-10-08stmt.c (expand_decl_init): Remove.Kazu Hirata1-42/+0
2004-09-25c-typeck.c, [...]: Fix comment formatting.Kazu Hirata1-1/+1
2004-09-18re PR pch/13361 (const wchar_t * strings not stored in pch)Geoffrey Keating1-7/+9
2004-09-17alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham1-4/+2
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-16/+20
2004-09-14unroll.c: Removed.Zdenek Dvorak1-1/+0
2004-09-09ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell1-57/+45
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-4/+5
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson1-2/+0
2004-08-17Makefile.in: Regenerate.Paolo Bonzini1-10/+0
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-3/+4
2004-08-11stmt.c (expand_return): If asked to return the RESULT_DECL, just call expand_...Zack Weinberg1-5/+8
2004-08-10builtins.def (BUILT_IN_STACK_ALLOC): Remove.Richard Henderson1-34/+0
2004-08-09Makefile.in (GTFILES): Remove stmt.cPaolo Bonzini1-364/+70
2004-07-27cfgexpand.c (tree_expand_cfg): Fix comment.Steven Bosscher1-21/+0
2004-07-25convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle1-18/+18
2004-07-21builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal.Eric Christopher1-174/+3
2004-07-21rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.Steven Bosscher1-47/+1
2004-07-20c-common.h (check_case_value): Remove prototype.Steven Bosscher1-254/+31
2004-07-17cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher1-287/+13
2004-07-14c-typeck.c (emit_side_effect_warnings): Use EXPR_HAS_LOCATION instead of EXPR...Per Bothner1-2/+2
2004-07-14expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini1-26/+1
2004-07-10expr.h (store_bit_field, [...]): Remove last argument.Jakub Jelinek1-3/+1
2004-07-09md.texi (Processor pipeline description): Mention that the old pipeline descr...Steven Bosscher1-10/+0
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-4/+4
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-851/+22
2004-07-05calls.c (load_register_parameters): Call expand_shift instead of expand_binop...Roger Sayle1-2/+2
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-13/+1
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-175/+3
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-9/+9
2004-07-01stmt.c (check_seenlabel): Remove.Steven Bosscher1-58/+0
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-16/+5
2004-06-30function.h (struct function): Remove x_whole_function_mode_p.Richard Henderson1-13/+6
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-2/+6
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-6/+0
2004-06-20stmt.c (warn_if_unused_value): Add locus argument.Richard Henderson1-10/+22
2004-06-19function.c (free_after_compilation): Do not free computed_goto_common*.Jan Hubicka1-17/+2
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-9/+9
2004-06-03basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher1-142/+0