summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
* * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.ghazi2000-02-211-5/+5
* * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.kenner2000-02-201-9/+7
* * stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmtmmitchel2000-02-171-2/+8
* * flow.c (mark_regs_live_at_end): Delete unused variables.ghazi2000-02-101-1/+0
* * stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.kenner2000-02-081-7/+1
* * function.c (diddle_return_value): Rework to use a callback function.rth2000-02-041-3/+1
* * stupid.c: Die die die.rth2000-01-191-19/+1
* * reload.c: PROTO -> PARAMS.ghazi2000-01-171-30/+30
* Update copyrights for last checkin.ghazi2000-01-111-1/+1
* * Makefile.in (optabs.o): Depend on real.hghazi2000-01-101-0/+2
* 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