aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01stmt.c (expand_case): Use build_int_cst.Richard Guenther1-4/+6
2005-06-01common.opt (fjump-tables): New.Joseph Myers1-0/+1
2005-05-09re PR inline-asm/8788 (ICE in emit_move_insn, at expr.c:3089)Roger Sayle1-1/+1
2005-04-27dojump.c: Fix comment typos.Kazu Hirata1-18/+18
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-5/+5
2005-03-23tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not imply that this is ca...Hans-Peter Nilsson1-20/+33
2005-03-10re PR tree-optimization/15784 (fold misses binary optimization)Jeff Law1-3/+2
2005-03-10re PR inline-asm/20314 (Bogus differ in number of alternatives error)Jakub Jelinek1-1/+1
2005-02-18re PR c++/20008 (internal compiler error: in expand_case, at stmt.c:2397)Alexandre Oliva1-2/+8
2005-02-18stmt.c (emit_case_bit_tests): Call fold_convert instead of convert.James A. Morrison1-4/+3
2005-02-17bt-load.c, [...]: Update copyright.Kazu Hirata1-1/+2
2005-02-17bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell1-2/+2
2004-12-13defaults.h, [...]: Fix comment typos.Kazu Hirata1-3/+4
2004-11-29cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,...Steven Bosscher1-7/+1
2004-11-24optabs.h (force_expand_binop): Declare.Richard Sandiford1-29/+1
2004-11-11function.c (expand_function_end): Remove an "if" statement that always trigger.Kazu Hirata1-7/+1
2004-11-04stmt.c (expand_asm, [...]): Make them static.Kazu Hirata1-2/+2
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