aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
1999-10-04stmt.c (expand_anon_union_decl): When any of the elements of the union is add...Mark Mitchell1-5/+13
1999-10-03print-tree.c (print_node, indent_to): Remove redundant prototypes.Kaveh R. Ghazi1-2/+3
1999-09-24stmt.c (expand_start_bindings): Don't allow cleanup isntructions to disappear.Mark Mitchell1-0/+7
1999-09-22Various fixes for problems discovered stress-testing GC.Alex Samuel1-6/+17
1999-09-21stmt.c (any_pending_cleanups): Don't crash when current_function->stmt is unset.Richard Earnshaw1-1/+2
1999-09-20Make it possible to prototype port-specific functions (and convert i386 to us...Bernd Schmidt1-0/+1
1999-09-17functiion.h (struct function): Add x_whole_function_mode_p.Mark Mitchell1-2/+13
1999-09-17tree.h (warn_about_unused_variables): Declare.Mark Mitchell1-7/+22
1999-09-17stmt.c (preserve_subexpressions_p): Don't crash when current_function->stmt i...Mark Mitchell1-1/+2
1999-09-17stmt.c (expand_start_bindings): Allow callers to pass a flag indicating that ...Mark Mitchell1-6/+21
1999-09-15emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.Richard Henderson1-5/+4
1999-09-15rtl.h (NOTE_BLOCK_NUMBER): Replace with ...Mark Mitchell1-15/+2
1999-09-14stmt.c (expand_end_case): Return right away if the case stack is empty.Andreas Schwab1-0/+4
1999-09-12Replace insn_foo with insn_data.foo.Richard Henderson1-6/+6
1999-09-09function.h (free_after_compilation): Remove decl parameter.Mark Mitchell1-4/+2
1999-09-07emit-rtl.c (free_emit_status): Take decl as a parameter.Mark Mitchell1-0/+17
1999-09-06Merge in gcc2-ss-010999Jeff Law1-9/+20
1999-09-05Makefile.in (tree.o): Depend on ggc.h.Richard Henderson1-0/+140
1999-09-03dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.Richard Henderson1-5/+3
1999-09-02stmt.c (expand_asm_operands): Fix index into inout_mode when reading it.J"orn Rennecke1-1/+1
1999-09-02stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.Richard Henderson1-0/+8
1999-08-19rtl.def (NOTE): Change format to "iuu0n".Zack Weinberg1-1/+1
1999-08-15Fix misuses of MAX_MACHINE_MODE that can result in an infinite loop.Jim Wilson1-2/+2
1999-08-09Include function.h in most files.Bernd Schmidt1-4/+4
1999-08-09print-tree.c (print_node): Print base for OFFSET_TYPEs.Jason Merrill1-1/+2
1999-08-01Backport of GC branch patches part 2: kill stmt status saving.Bernd Schmidt1-100/+101
1999-07-31Backport of GC branch patches part 1: kill eh status saving.Bernd Schmidt1-2/+0
1999-05-30[multiple changes]Jeff Law1-39/+0
1999-05-24stmt.c (expand_end_bindings): Ignore any elements of VARS that are not VAR_DE...Mark Mitchell1-8/+9
1999-05-19stmt.c (expand_return): Call start_cleanup_deferral and end_cleanup_deferral ...Mark Mitchell1-0/+2
1999-04-25fold-const.c (make_range): Always initialize arg0 and arg1.Toshiyasu Morita1-1/+1
1999-04-25* stmt.c (expand_asm_operands): Reload in-out reg-only memory operands.Richard Henderson1-1/+14
1999-04-03stmt.c (expand_loop_end): When copying the loop exit test, do not walk into a...Jeffrey A Law1-0/+4
1999-03-06c-aux-info.c (data_type, [...]): Qualify a char* with the `const' keyword.Kaveh R. Ghazi1-4/+4
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-6/+16
1999-02-25stmt.c (expand_end_loop): Grok code emitted by expand_exit_loop_if_false.J"orn Rennecke1-5/+78
1999-02-22reduce spurious warnings using -fsyntax-onlyCraig Burley1-7/+4
1999-02-14except.c (start_catch_handler): Use emit_cmp_and_jump_insns.Jeffrey A Law1-66/+68
1999-02-12Fix linux-x-cygwin build failure with readline.Jim Wilson1-3/+8
1999-02-10function.c (assign_stack_temp_for_type): Clear best_p when an exact match is ...John Wehle1-6/+1
1999-02-08output.h (current_function_has_computed_jump): Rename from current_function_a...Richard Henderson1-0/+2
1999-02-01recog.c (check_asm_operands): Treat indeterminate operand ok results as success.Richard Henderson1-6/+27
1999-01-24stmt.c (stmt_loop_nest_empty): New function.Jeffrey A Law1-0/+8
1999-01-19rtl.h (rtx_def): Update documentation.Mark Mitchell1-5/+8
1999-01-15expr.c (queued_subexp_p): Make public.Richard Henderson1-32/+68
1999-01-08stmt.c (optimize_tail_recursion): New function, extracted from ...Jeffrey A Law1-27/+43
1998-12-04final.c (cleanup_subreg_operands): Delete some unused code.Bernd Schmidt1-0/+6
1998-11-20function.c (nonlocal_goto_handler_slots): Renamed from nonlocal_goto_handler_...Bernd Schmidt1-126/+177
1998-10-26* stmt.c (expand_asm_operands): Accept `=' or `+' at any position.Richard Henderson1-2/+21
1998-10-25stmt.c (expand_fixup): Set fixup->before_jump to a NOTE_INSN_DELETED instead ...Jason Merrill1-3/+9