aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-10server.c (load_data, run_shell): Use xmalloc, xrealloc & xcalloc in lieu of m...Kaveh R. Ghazi1-1/+2
2001-02-20stmt.c (expand_return): If an attempt is made to return the error_mar_node...Mark Mitchell1-1/+6
2001-01-29stmt.c (estimate_case_costs): Use integer_minus_one_node.Kaveh R. Ghazi1-1/+1
2001-01-26stmt.c (cost_table): Remove.Richard Henderson1-19/+23
2001-01-20stmt.c (expand_return): Don't return anything if size is zero.Richard Kenner1-6/+9
2000-12-30alias.c (alias_sets_conflict_p): New function.Richard Kenner1-9/+13
2000-12-20rtl.h (REG_NON_LOCAL_GOTO): New.Richard Henderson1-1/+10
2000-12-05* stmt.c (warn_if_unused_value): Move side effects test earlier.Richard Henderson1-4/+4
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg1-15/+1
2000-11-17stringpool.c: New file.Zack Weinberg1-17/+25
2000-11-14stmt.c (warn_if_unused_value): Don't warn if the expression has side effects.Richard Henderson1-3/+4
2000-11-11function.c (assign_parms): If TREE_ADDRESSABLE is set...Jason Merrill1-1/+4
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-1/+1
2000-11-01* stmt.c (expand_start_null_loop): Set continue_label.Richard Henderson1-1/+1
2000-11-01stmt.c (expand_start_null_loop): New.Richard Henderson1-0/+37
2000-10-13Remove obstacks.Mark Mitchell1-31/+28
2000-09-22In gcc/ChangeLog:Geoff Keating1-2/+2
2000-09-19stmt.c (expand_expr_stmt): Only call warn_if_unused_value if the tree has sid...Richard Henderson1-9/+14
2000-09-17Bring back equal forms for libcallsBernd Schmidt1-1/+1
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-1/+4
2000-09-10c-common.h (add_stmt): Change prototype.Mark Mitchell1-26/+22
2000-09-02rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.Alexandre Oliva1-8/+12
2000-09-01stmt.c (expand_asm_operands): Twiddle generating_concat_p so that CONCATs are...Geoff Keating1-1/+17
2000-08-29reload.c: Fix formatting.Kazu Hirata1-106/+105
2000-08-28local-alloc.c (requires_inout): Don't use reserved range for EXTRA_CONSTRAINT...Richard Henderson1-9/+42
2000-08-24stmt.c (expand_asm_operands): Treat EXTRA_CONSTRAINT like g or X.Richard Henderson1-8/+9
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-2/+2
2000-08-22stmt.c (expand_goto_internal, [...]): Only check TYPE_RETURNS_STACK_DEPRESSED...Richard Kenner1-4/+8
2000-08-15calls.c (ECF_SP_DEPRESSED): New macro.Richard Kenner1-10/+32
2000-08-12sibcall.c (uses_addressof): Accept both addressof and current_function_intern...Richard Henderson1-79/+0
2000-08-06stmt.c (expand_goto): Do virtual_stack_vars_rtx replacement for HAVE_nonlocal...Richard Henderson1-31/+22
2000-06-24stmt.c (expand_decl_cleanup): Emit a dummy insn after last_unconditional_clea...Jakub Jelinek1-0/+7
2000-06-14tree.h (TYPE_USER_ALIGN, [...]): Define.Jakub Jelinek1-0/+3
2000-06-09ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg1-1/+1
2000-06-09timevar.def: Add TV_EXPAND.Jason Merrill1-1/+3
2000-06-05explow.c (maybe_set_unchanging): New function, broken out from...Jason Merrill1-3/+2
2000-06-05tree.h (VOID_TYPE_P): New macro.Nathan Sidwell1-4/+4
2000-05-31Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner1-27/+5
2000-05-31stmt (expand_end_case): Reorder conversion sequence for jump table to avoid e...Nathan Sidwell1-4/+4
2000-05-27tree.h (TREE_CODE_LENGTH): New macro.Richard Kenner1-0/+8
2000-05-25* stmt.c (expand_end_bindings): Fix thinko last change.Richard Henderson1-1/+1
2000-05-24stmt.c (expand_end_bindings): Look through NOTEs to find a BARRIER.Jason Merrill1-2/+8
2000-05-17Add options -Wunused-variable, -Wunused-function, -Wunused-label,Andrew Cagney1-3/+4
2000-05-09top level:Zack Weinberg1-1/+1
2000-05-04rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P and MEM_ALIAS_SET.Richard Kenner1-1/+0
2000-04-18stmt.c (mark_case_node): New function.Richard Kenner1-11/+19
2000-04-06final.c (final): Use xcalloc to allocate line_note_exists.Mark Mitchell1-1/+2
2000-03-30calls.c (expand_call): Pass bit alignment to mark_reg_pointer.Richard Kenner1-2/+2
2000-03-30builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.Richard Kenner1-6/+4
2000-03-29* stmt.c (stmt_loop_nest_empty): Fix thinko in last change.Jeffrey A Law1-1/+1