summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
* * stmt.c (warn_if_unused_value): Move side effects test earlier.rth2000-12-051-4/+4
* * ggc.h: Delete ggc_add_string_root and ggc_mark_string. Addzack2000-11-171-15/+1
* * stringpool.c: New file.zack2000-11-171-17/+25
* * stmt.c (warn_if_unused_value): Don't warn if the expressionrth2000-11-141-3/+4
* * function.c (assign_parms): If TREE_ADDRESSABLE is set, try tojason2000-11-121-1/+4
* * alias.c (init_alias_analysis), calls.c (expand_call,jsm282000-11-071-1/+1
* * stmt.c (expand_start_null_loop): Set continue_label.rth2000-11-011-1/+1
* * stmt.c (expand_start_null_loop): New.rth2000-11-011-0/+37
* Remove obstacks.mmitchel2000-10-131-31/+28
* In gcc/ChangeLog:geoffk2000-09-221-2/+2
* * stmt.c (expand_expr_stmt): Only call warn_if_unused_valuerth2000-09-191-9/+14
* Bring back equal forms for libcallscrux2000-09-171-1/+1
* * splay-tree.c (splay_tree_predecessor): Fix typo in comment.mmitchel2000-09-171-1/+4
* * c-common.h (add_stmt): Change prototype.mmitchel2000-09-101-26/+22
* * rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.aoliva2000-09-021-8/+12
* * stmt.c (expand_asm_operands): Twiddle generating_concat_pgeoffk2000-09-011-1/+17
* * reload.c: Fix formatting.law2000-08-291-106/+105
* * local-alloc.c (requires_inout): Don't use reserved range forrth2000-08-291-9/+42
* * stmt.c (expand_asm_operands): Treat EXTRA_CONSTRAINT like g or X.rth2000-08-241-8/+9
* * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,gkm2000-08-241-2/+2
* * stmt.c (expand_goto_internal, fixup_gotos): Only checkkenner2000-08-221-4/+8
* * calls.c (ECF_SP_DEPRESSED): New macro.kenner2000-08-161-10/+32
* * sibcall.c (uses_addressof): Accept both addressof andrth2000-08-121-79/+0
* * stmt.c (expand_goto): Do virtual_stack_vars_rtx replacement forrth2000-08-061-31/+22
* * stmt.c (expand_decl_cleanup): Emit a dummy insn afterjakub2000-06-241-0/+7
* * tree.h (TYPE_USER_ALIGN, DECL_USER_ALIGN): Define.jakub2000-06-141-0/+3
* toplevel:zack2000-06-091-1/+1
* * timevar.def: Add TV_EXPAND.jason2000-06-091-1/+3
* * explow.c (maybe_set_unchanging): New function, broken out from...jason2000-06-061-3/+2
* * tree.h (VOID_TYPE_P): New macro.nathan2000-06-051-4/+4
* * Makefile.in (c-decl.o): Depend on rtl.h and expr.h.kenner2000-05-311-27/+5
* * stmt (expand_end_case): Reorder conversion sequence for jumpnathan2000-05-311-4/+4
* * tree.h (TREE_CODE_LENGTH): New macro.kenner2000-05-271-0/+8
* * stmt.c (expand_end_bindings): Fix thinko last change.rth2000-05-251-1/+1
* * stmt.c (expand_end_bindings): Look through NOTEs to find ajason2000-05-251-2/+8
* Add options -Wunused-variable, -Wunused-function, -Wunused-label,cagney2000-05-171-3/+4
* top level:zack2000-05-091-1/+1
* * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P andkenner2000-05-041-1/+0
* * stmt.c (mark_case_node): New function.kenner2000-04-181-11/+19
* * final.c (final): Use xcalloc to allocate line_note_exists.mmitchel2000-04-061-1/+2
* * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.kenner2000-03-301-2/+2
* * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.kenner2000-03-301-6/+4
* * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.law2000-03-291-1/+1
* * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.law2000-03-291-1/+4
* * flags.h (flag_optimize_sibling_calls): Declare.hubicka2000-03-291-1/+1
* * calls.c (expand_call): Pass parms not original exp torth2000-03-271-25/+18
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-62/+54
* * stmt.c (expand_asm_operands): Don't promote the temporary.rth2000-03-231-1/+1
* * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.mmitchel2000-03-231-2/+2
* * emit-rtl.c (remove_unncessary_notes): Check that allmmitchel2000-03-191-16/+0