aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
2000-03-23builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.Theodore Papadopoulo1-2/+2
2000-03-19emit-rtl.c (remove_unncessary_notes): Check that all NOTE_INSN_BLOCK_BEG and ...Mark Mitchell1-16/+0
2000-03-13Fix recently introduced error in expand_end_case.Bernd Schmidt1-0/+3
2000-03-07tree.h (INT_CST_LT, [...]): Remove unneeded casts.Richard Kenner1-12/+9
2000-03-05Revert this patch:Mark Mitchell1-1/+1
2000-03-05function.h (struct sequence_stack): Remove rtl_expr.Mark Mitchell1-1/+1
2000-03-04stmt.c (is_body_block): Move...Jason Merrill1-0/+30
2000-02-21defaults.h (ASM_OUTPUT_ASCII): Constify a char*.Kaveh R. Ghazi1-5/+5
2000-02-19c-common.c (decl_attributes): Set DECL_SIZE_UNIT.Richard Kenner1-9/+7
2000-02-17stmt.c (set_file_and_line_for_stmt): Don't crash if cfun->stmt isn't set.Mark Mitchell1-2/+8
2000-02-10flow.c (mark_regs_live_at_end): Delete unused variables.Kaveh R. Ghazi1-1/+0
2000-02-08* stmt.c (expand_decl): Do set RTX_UNCHANGING_P for TREE_READONLY.Richard Kenner1-7/+1
2000-02-04function.c (diddle_return_value): Rework to use a callback function.Richard Henderson1-3/+1
2000-01-19stupid.c: Die die die.Richard Henderson1-19/+1
2000-01-17reload.c: PROTO -> PARAMS.Kaveh R. Ghazi1-30/+30
2000-01-11Update copyrights for last checkin.Kaveh Ghazi1-1/+1
2000-01-10Makefile.in (optabs.o): Depend on real.hKaveh R. Ghazi1-0/+2
1999-12-20current_function -> cfunBernd Schmidt1-29/+25
1999-12-16Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.Mark Mitchell1-12/+38
1999-12-15* stmt.c (expand_decl): Expand upper bound of a dynamic array.Jason Merrill1-0/+6
1999-12-12except.h (struct eh_queue): Add `next' pointer.Mark Mitchell1-0/+4
1999-12-05* stmt.c (expand_fixup): Fix typo in comment.Mark Mitchell1-1/+1
1999-11-12Fix another gcc2 merge problem: fix switch statement ISO C conformancs bugJim Wilson1-7/+7
1999-11-04bitmap.h (BITMAP_XFREE): New.Richard Henderson1-1/+2
1999-11-04function.c (diddle_return_value): New.Richard Henderson1-20/+8
1999-11-01stmt.c (expand_value_return): Fix typo in this change:Mark Mitchell1-1/+1
1999-10-31[multiple changes]Richard Kenner1-41/+56
1999-10-29except.c (free_eh_nesting_info): Free the info itself.Mark Mitchell1-2/+2
1999-10-26c-typeck.c (build_function_call): Check that the built-in function is of clas...Jeffrey A Law1-0/+1
1999-10-26tree.h (BLOCK_TYPE_TAGS): Remove.Mark Mitchell1-21/+2
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