aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-03-29* stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.Jeffrey A Law1-1/+4
2000-03-29flags.h (flag_optimize_sibling_calls): Declare.Jan Hubicka1-1/+1
2000-03-26calls.c (expand_call): Pass parms not original exp to optimize_tail_recursion.Richard Henderson1-25/+18
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-62/+54
2000-03-22* stmt.c (expand_asm_operands): Don't promote the temporary.Richard Henderson1-1/+1
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-2/+2
2000-03-19emit-rtl.c (remove_unncessary_notes): Check that all NOTE_INSN_BLOCK_BEG and ...Mark Mitchell1-16/+0
2000-03-13Fix recently introduced error in expand_end_case.Bernd Schmidt1-0/+3
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-12/+9
2000-03-05Revert this patch:Mark Mitchell1-1/+1
2000-03-05function.h (struct sequence_stack): Remove rtl_expr.Mark Mitchell1-1/+1
2000-03-04stmt.c (is_body_block): Move...Jason Merrill1-0/+30
2000-02-21defaults.h (ASM_OUTPUT_ASCII): Constify a char*.Kaveh R. Ghazi1-5/+5
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-9/+7
2000-02-17stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt isn't set.Mark Mitchell1-2/+8
2000-02-10flow.c (mark_regs_live_at_end): Delete unused variables.Kaveh R. Ghazi1-1/+0