summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
* re PR inline-asm/8788 (ICE in emit_move_insn, at expr.c:3089)Roger Sayle2005-05-091-1/+1
* dojump.c: Fix comment typos.Kazu Hirata2005-04-271-18/+18
* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie2005-04-231-5/+5
* tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to not imply that this is ca...Hans-Peter Nilsson2005-03-231-20/+33
* re PR tree-optimization/15784 (fold misses binary optimization)Jeff Law2005-03-101-3/+2
* re PR inline-asm/20314 (Bogus differ in number of alternatives error)Jakub Jelinek2005-03-101-1/+1
* re PR c++/20008 (internal compiler error: in expand_case, at stmt.c:2397)Alexandre Oliva2005-02-181-2/+8
* stmt.c (emit_case_bit_tests): Call fold_convert instead of convert.James A. Morrison2005-02-181-4/+3
* bt-load.c, [...]: Update copyright.Kazu Hirata2005-02-171-1/+2
* bitmap.h (BITMAP_XMALLOC, [...]): Remove.Nathan Sidwell2005-02-171-2/+2
* defaults.h, [...]: Fix comment typos.Kazu Hirata2004-12-131-3/+4
* cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,...Steven Bosscher2004-11-291-7/+1
* optabs.h (force_expand_binop): Declare.Richard Sandiford2004-11-241-29/+1
* function.c (expand_function_end): Remove an "if" statement that always trigger.Kazu Hirata2004-11-111-7/+1
* stmt.c (expand_asm, [...]): Make them static.Kazu Hirata2004-11-041-2/+2
* stmt.c (expand_case): Speed up code to detect duplicate case label targets an...Jeff Law2004-11-031-9/+12
* * stmt.c (expand_case): Update a comment.Kazu Hirata2004-10-261-3/+2
* stmt.c (expand_case): Put an assertion that index_expr is never INTEGER_CST.Kazu Hirata2004-10-261-47/+20
* stmt.c (expand_case): Remove code to handle SWITCH_EXPR with a default case o...Kazu Hirata2004-10-261-16/+13
* * stmt.c (expand_case): Remove an obsolete comment.Kazu Hirata2004-10-251-2/+1
* stmt.c (expand_case): Handle the default label outside of the for loop.Kazu Hirata2004-10-241-22/+15
* stmt.c (asm_op_is_mem_input): Remove.Kazu Hirata2004-10-221-27/+0
* expr.c (expand_assignment): Remove the last argument.Kazu Hirata2004-10-191-1/+1
* stmt.c (add_case_node): Make sure that we have integer constant before callin...Andrew Pinski2004-10-141-6/+12
* re PR middle-end/17657 (ICE in expand_case)Roger Sayle2004-10-111-36/+68
* stmt.c (expand_decl_init): Remove.Kazu Hirata2004-10-081-42/+0
* c-typeck.c, [...]: Fix comment formatting.Kazu Hirata2004-09-251-1/+1
* re PR pch/13361 (const wchar_t * strings not stored in pch)Geoffrey Keating2004-09-181-7/+9
* alias.c (find_base_decl): Remove unreachable case '3' block.Jeffrey D. Oldham2004-09-171-4/+2
* attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers2004-09-151-16/+20
* unroll.c: Removed.Zdenek Dvorak2004-09-141-1/+0
* ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o...Nathan Sidwell2004-09-091-57/+45
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-4/+5
* rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson2004-08-181-2/+0
* Makefile.in: Regenerate.Paolo Bonzini2004-08-171-10/+0
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-3/+4
* stmt.c (expand_return): If asked to return the RESULT_DECL, just call expand_...Zack Weinberg2004-08-111-5/+8
* builtins.def (BUILT_IN_STACK_ALLOC): Remove.Richard Henderson2004-08-101-34/+0
* Makefile.in (GTFILES): Remove stmt.cPaolo Bonzini2004-08-091-364/+70
* cfgexpand.c (tree_expand_cfg): Fix comment.Steven Bosscher2004-07-271-21/+0
* convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN.Roger Sayle2004-07-251-18/+18
* builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal.Eric Christopher2004-07-211-174/+3
* rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.Steven Bosscher2004-07-211-47/+1
* c-common.h (check_case_value): Remove prototype.Steven Bosscher2004-07-201-254/+31
* cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher2004-07-171-287/+13
* c-typeck.c (emit_side_effect_warnings): Use EXPR_HAS_LOCATION instead of EXPR...Per Bothner2004-07-141-2/+2
* expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini2004-07-141-26/+1
* expr.h (store_bit_field, [...]): Remove last argument.Jakub Jelinek2004-07-101-3/+1
* md.texi (Processor pipeline description): Mention that the old pipeline descr...Steven Bosscher2004-07-091-10/+0
* alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn2004-07-091-4/+4