summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
* * stmt.c (expand_start_bindings): Don't allow cleanup isntructionsmmitchel1999-09-241-0/+7
* Various fixes for problems discovered stress-testing GC.samuel1999-09-221-6/+17
* * stmt.c (any_pending_cleanups): Don't crash whenlaw1999-09-211-1/+2
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-0/+1
* * functiion.h (struct function): Add x_whole_function_mode_p.mmitchel1999-09-171-2/+13
* * tree.h (warn_about_unused_variables): Declare.mmitchel1999-09-171-7/+22
* * stmt.c (preserve_subexpressions_p): Don't crash whenmmitchel1999-09-171-1/+2
* * stmt.c (expand_start_bindings): Allow callers to pass a flagmmitchel1999-09-171-6/+21
* * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.rth1999-09-161-5/+4
* * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...mmitchel1999-09-151-15/+2
* * stmt.c (expand_end_case): Return right away if the case stack isschwab1999-09-141-0/+4
* Replace insn_foo with insn_data.foo.rth1999-09-121-6/+6
* * function.h (free_after_compilation): Remove decl parameter.mmitchel1999-09-091-4/+2
* * emit-rtl.c (free_emit_status): Take decl as a parameter.mmitchel1999-09-071-0/+17
* Merge in gcc2-ss-010999law1999-09-071-9/+20
* * Makefile.in (tree.o): Depend on ggc.h.mmitchel1999-09-051-0/+140
* * dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.mmitchel1999-09-031-5/+3
* * stmt.c (expand_asm_operands): Fix index into inout_mode whenamylaar1999-09-021-1/+1
* * stmt.c (expand_asm_operands): Invoke MD_ASM_CLOBBERS if present.rth1999-09-021-0/+8
* 1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-191-1/+1
* Fix misuses of MAX_MACHINE_MODE that can result in an infinite loop.wilson1999-08-151-2/+2
* Include function.h in most files. Remove most of the global variablescrux1999-08-091-4/+4
* * print-tree.c (print_node): Print base for OFFSET_TYPEs.jason1999-08-091-1/+2
* Backport of GC branch patches part 2: kill stmt status saving.crux1999-08-011-100/+101
* Backport of GC branch patches part 1: kill eh status saving.crux1999-07-311-2/+0
* Sun May 30 14:29:17 1999 Eric Raskin (ehr@listworks.com)law1999-05-301-39/+0
* * stmt.c (expand_end_bindings): Ignore any elements of VARS thatmmitchel1999-05-241-8/+9
* * stmt.c (expand_return): Call start_cleanup_deferral andmmitchel1999-05-191-0/+2
* * fold-const.c (make_range): Always initialize arg0 and arg1.law1999-04-261-1/+1
* * stmt.c (expand_asm_operands): Reload in-out reg-only memory operands.rth1999-04-251-1/+14
* * stmt.c (expand_loop_end): When copying the loop exit test,law1999-04-041-0/+4
* * c-aux-info.c (data_type, affix_data_type, gen_decl,ghazi1999-03-061-4/+4
* Flow rewrite to use basic block structures and edge lists.rth1999-02-251-6/+16
* * stmt.c (expand_end_loop): Grok code emitted byamylaar1999-02-251-5/+78
* reduce spurious warnings using -fsyntax-onlyburley1999-02-221-7/+4
* * except.c (start_catch_handler): Use emit_cmp_and_jump_insns.law1999-02-141-66/+68
* Fix linux-x-cygwin build failure with readline.wilson1999-02-121-3/+8
* * function.c (assign_stack_temp_for_type): Clear best_plaw1999-02-101-6/+1
* * output.h (current_function_has_computed_jump): Rename fromrth1999-02-081-0/+2
* * recog.c (check_asm_operands): Treat indeterminate operand okrth1999-02-011-6/+27
* * stmt.c (stmt_loop_nest_empty): New function.law1999-01-241-0/+8
* * rtl.h (rtx_def): Update documentation.mmitchel1999-01-191-5/+8
* * expr.c (queued_subexp_p): Make public.rth1999-01-151-32/+68
* * stmt.c (optimize_tail_recursion): New function, extracted from ...law1999-01-081-27/+43
* * final.c (cleanup_subreg_operands): Delete some unused code.crux1998-12-041-0/+6
* * function.c (nonlocal_goto_handler_slots): Renamed fromlaw1998-11-201-126/+177
* * stmt.c (expand_asm_operands): Accept `=' or `+' at any position.rth1998-10-261-2/+21
* 8law1998-10-251-3/+9
* Warning fixes:ghazi1998-10-131-2/+3
* Fine-grained control of -fcheck-memory-usage with new no_check_memory_usageraeburn1998-10-111-4/+4