aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-06-01stmt.c (expand_decl): Be more selective about calling mark_reg_pointer.Jeff Law1-5/+14
2004-05-26gimplify.c (compare_case_labels): New function.Steven Bosscher1-2/+2
2004-05-19Expanders cleanups after tree-ssa merge, part 1.Steven Bosscher1-395/+6
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-600/+215
2004-04-12c-decl.c (finish_decl): Make a decl_stmt for a variable-sized TYPE_DECL.Richard Kenner1-7/+2
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-5/+5
2004-03-25re PR middle-end/9707 (Unnecessary range test in switches with less than 4 ca...Kazu Hirata1-0/+36
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-12/+12
2004-03-03hooks.c (hook_tree_tree_identity): New.Kazu Hirata1-3/+1
2004-03-02re PR middle-end/14327 (-O0 -fdefer-pop generates wrong code)Richard Henderson1-1/+1
2004-02-26stmt.c (expand_start_case_dummy): Remove.Kazu Hirata1-28/+1
2004-02-05re PR target/13750 (Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o compari...Rainer Orth1-9/+6
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-1/+2
2004-01-19defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default.Kazu Hirata1-5/+0
2004-01-18stmt.c (HAVE_casesi): Define it not already defined.Kazu Hirata1-1/+12
2004-01-16Index: ChangeLogGeoffrey Keating1-7/+10