aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
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
1998-10-13Warning fixes:Kaveh R. Ghazi1-2/+3
1998-10-11Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...Ken Raeburn1-4/+4
1998-10-07stmt.c (n_occurrences): New static function.Bernd Schmidt1-37/+96
1998-08-24stmt.c (emit_case_nodes): Change rtx_function to rtx_fn to avoid clash with g...Jeff Law1-5/+5
1998-08-17stmt.c (expand_end_loop): Tidy.Mark Mitchell1-33/+46
1998-07-13stmt.c (expand_expr_stmt): If not assigning fresh value to last_expr_value...Craig Burley1-1/+3
1998-07-06jump.c (duplicate_loop_exit_test): Don't refuse to copy a section of code jus...Mark Mitchell1-18/+124
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-0/+2
1998-06-22Warning fixes:Kaveh R. Ghazi1-8/+8
1998-06-19calls.c (expand_call): Initialize "src" and "dest".Jeffrey A Law1-1/+1
1998-05-13Warning fixes:Kaveh R. Ghazi1-0/+1
1998-05-06stmt.c (mark_seen_cases): Make it have external linkage again.Jeffrey A Law1-3/+1
1998-05-06typo typo fixes fixesJeff Law1-2/+2
1998-05-06c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1-3/+3
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-5/+0
1998-04-21Fix fortran failure reported by Craig Burley.Jim Wilson1-6/+8
1998-04-17stmt.c (mark_seen_cases): Make static and add prototype.Jeff Law1-2/+3
1998-04-16varasm.c (asm_output_bss): Add prototype.Jeff Law1-0/+1
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-5/+10
1998-03-27stmt.c (expand_expr_stmt): Must generate code for statements within an expres...Craig Burley1-1/+1
1998-03-23* stmt.c (unroll_block_trees): Free block_vector if needed.Jeffrey A Law1-1/+8
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-7/+1
1998-03-12c-decl (finish_struct): Change type of min_align to unsigned.Manfred Hollstein1-2/+2
1998-03-06rtl.h (addr_diff_vec_flags): New typedef.Joern Rennecke1-1/+2