summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
* current_function -> cfuncrux1999-12-201-29/+25
* * Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.mmitchel1999-12-161-12/+38
* * stmt.c (expand_decl): Expand upper bound of a dynamic array.jason1999-12-151-0/+6
* * except.h (struct eh_queue): Add `next' pointer.mmitchel1999-12-121-0/+4
* * stmt.c (expand_fixup): Fix typo in comment.mmitchel1999-12-051-1/+1
* Fix another gcc2 merge problem: fix switch statement ISO C conformancs bugwilson1999-11-131-7/+7
* * bitmap.h (BITMAP_XFREE): New.rth1999-11-051-1/+2
* * function.c (diddle_return_value): New.rth1999-11-051-20/+8
* * stmt.c (expand_value_return): Fix typo in this change:mmitchel1999-11-011-1/+1
* Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR>kenner1999-11-011-41/+56
* * except.c (free_eh_nesting_info): Free the info itself.mmitchel1999-10-291-2/+2
* * c-typeck.c (build_function_call): Check that the built-inlaw1999-10-271-0/+1
* * tree.h (BLOCK_TYPE_TAGS): Remove.mmitchel1999-10-261-21/+2
* * stmt.c (expand_anon_union_decl): When any of the elements of themmitchel1999-10-041-5/+13
* * print-tree.c (print_node, indent_to): Remove redundant prototypes.ghazi1999-10-031-2/+3
* * 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