summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
* Add options -Wunused-variable, -Wunused-function, -Wunused-label,cagney2000-05-171-3/+4
* top level:zack2000-05-091-1/+1
* * rtl.h (MEM_COPY_ATTRIBUTES): Also copy RTX_UNCHANGING_P andkenner2000-05-041-1/+0
* * stmt.c (mark_case_node): New function.kenner2000-04-181-11/+19
* * final.c (final): Use xcalloc to allocate line_note_exists.mmitchel2000-04-061-1/+2
* * calls.c (expand_call): Pass bit alignment to mark_reg_pointer.kenner2000-03-301-2/+2
* * builtins.c (get_pointer_alignment): Use host_integerp & tree_low_cst.kenner2000-03-301-6/+4
* * stmt.c (stmt_loop_nest_empty): Fix thinko in last change.law2000-03-291-1/+1
* * stmt.c (stmt_loop_nest_empty): Allow cfun->stmt to be NULL.law2000-03-291-1/+4
* * flags.h (flag_optimize_sibling_calls): Declare.hubicka2000-03-291-1/+1
* * calls.c (expand_call): Pass parms not original exp torth2000-03-271-25/+18
* * Rework fields used to describe positions of bitfields andkenner2000-03-251-62/+54
* * stmt.c (expand_asm_operands): Don't promote the temporary.rth2000-03-231-1/+1
* * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros.mmitchel2000-03-231-2/+2
* * emit-rtl.c (remove_unncessary_notes): Check that allmmitchel2000-03-191-16/+0
* Fix recently introduced error in expand_end_case.crux2000-03-131-0/+3
* * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts.kenner2000-03-071-12/+9
* Revert this patch:mmitchel2000-03-051-1/+1
* * function.h (struct sequence_stack): Remove rtl_expr.mmitchel2000-03-051-1/+1
* * stmt.c (is_body_block): Move...jason2000-03-041-0/+30
* * 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