OSDN Git Service

* c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
[pf3gnuchains/gcc-fork.git] / gcc / stmt.c
1998-02-07 law * c-common.c: Include <stdlib.h> and <string...
1998-02-05 law * stmt.c (expand_asm_operands): Correctly ident...
1998-01-20 lawRemove more bytecode stuff.
1998-01-20 law * Makefile.in: Remove all bytecode support.
1998-01-14 rth* alias.c: Change all uses of gen_rtx(FOO...) to gen_rt...
1998-01-14 lawBring in final gcc-2.8.0 changes.
1997-12-19 law * expr.c (do_tablejump): Let CASE_VECTOR_PC_REL...
1997-12-18 law * tree.c (build_range_type): Allow creation of ranges...
1997-12-15 law * stmt.c (expand_asm_operands): If an ASM has no outpu...
1997-12-11 lawAnother handful of gcc-2.8 changes (will it ever go...
1997-12-07 lawMerge from gcc-2.8
1997-12-06 law * loop.c (invariant_p): Don't test flag_rerun_l...
1997-12-03 jason * except.c (expand_fixup_region_end): New fn.
1997-12-03 jason * stmt.c (expand_decl_cleanup): Update thisblock after...
1997-11-21 jason * stmt.c (expand_end_bindings): Allow jump into block...
1997-11-10 jason * stmt.c (expand_decl_cleanup_no_eh): New fn.
1997-11-02 lawUpdate mainline egcs to gcc2 snapshot 971021.
1997-08-20 wilson * stmt.c (start_cleanup_deferal, end_cleanup_deferal...
1997-08-02 kenner(expand_computed_goto): If -fcheck-memory-usage, check...
1997-07-17 kenner(expand_decl): If stack checking, use alloca for large...
1997-06-11 mrs * stmt.c (expand_decl_cleanup): Avoid core dumping...
1997-04-29 mrs * except.c (expand_eh_region_start_tree): Add DECL...
1997-04-26 dje(pushcase_range): [try to] properly apply previous...
1997-04-24 kenner(pushcase_range): Check for null range first.
1997-04-23 mrsAdd setjmp/longjmp exception handling.
1997-02-10 law * stmt.c (group_case_nodes): Recognize more...
1996-10-30 kenner(expand_asm_operands): Disallow matching constraints...
1996-10-23 merrillreturn
1996-09-29 kenner(expand_decl): Use mark_user_reg and simplify code.
1996-09-29 kenner(expand_asm_operands): Fix errors in previous patches.
1996-09-29 kenner(fixup_gotos): When running undefined labels, if no...
1996-09-23 kenner(expand_asm_operands): Handle '+' constraint.
1996-08-14 tege(expand_return): In code for doing scc with jumps,
1996-08-12 kenner(expand_end_bindings): Add test and call for nonlocal_g...
1996-07-23 mrsinstall EH code
1996-07-03 mrsformatting tweaks
1996-06-06 wilson(expand_value_return): Handle PARALLEL return_reg.
1996-05-17 mrs * expr.c (expand_expr, cond TARGET_EXPR): Make TARGET_...
1996-05-07 kenner(expand_decl): Don't deduce alignment of SIZE from...
1996-04-20 kenner(check_for_full_enumeration_handling): Call case_tree2list
1996-04-20 kennerRevert to 1.140.
1996-04-14 kenner(expand_end_case): Move conversion of case_list before
1996-03-19 kenner(struct case_node): New member balance.
1996-02-13 kenner(expand_end_case): Don't use ADDR_DIFF_VEC for PIC if
1996-02-13 kenner(bc_pushcase): Fix precedence error.
1996-01-15 kenner(save_expr_regs): Delete declaration; unused.
1996-01-01 kenner(expand_asm_operands): Call assign_temp with extra...
1995-12-31 kenner(tail_recursion_args): Compare TYPE_MAIN_VARIANTs.
1995-12-31 kenner(fixup_gotos): Use DECL_ERROR_ISSUED instead of DECL_RE...
1995-12-29 bothner* stmt.c (expand_asm_operands): Use new assign_temp...
1995-12-27 kenner(expand_decl): Set alignment of register for pointer...
1995-12-18 wilson(expand_asm_operands): Handle numeric constraints in
1995-12-14 mrs * function.c (identify_blocks): Start with a chain...
1995-09-12 kenner(expand_start_stmt_expr): Do stack adjust in right...
1995-08-28 kennerFix spelling errors.
1995-08-15 kenner(fixup_gotos): When some fixups done, reset to point...
1995-08-13 kenner(expand_asm_operands): Type '0'..'4' operands may allow...
1995-07-26 kenner(emit_nop): Do not emit a nop if there is a single...
1995-07-14 kenner(expand_start_stmt_expr): Force stack adjust before...
1995-06-28 kennerDelete redundant forward decls.
1995-06-27 kenner(expand_asm_operands): Handle input operands that may...
1995-06-23 kenner(expand_return): Correctly handle returning BLKmode...
1995-06-15 kennerUpdate FSF address.
1995-06-11 kenner(expand_asm_operands): See if output operand permits...
1995-06-11 kenner(all_cases_count, case INTEGER_TYPE): Fix typo in check...
1995-05-28 kenner(expand_computed_goto): Call do_pending_stack_adjust.
1995-05-16 kennerFix typos in comments.
1995-04-27 wilson(expand_return): When returning BLKmode structure, use
1995-04-25 wilson(expand_return): When returning BLKmode structure in
1995-04-24 kenner(expand_end_bindings): Write a BARRIER after call to...
1995-04-24 kenner(expand_decl_init): Call preserve_temp_slots to keep...
1995-04-07 kenner(expand_computed_goto): Convert from ptr_mode to Pmode.
1995-04-01 kenner(expand_asm_operands): Properly ignore invalid reg...
1995-03-31 kenner(expand_asm_operands): Properly handle output that...
1995-03-30 kenner(make warn_if_unused_value): No longer static.
1995-03-20 kenner(fixup_gotos): Add missing call from last change.
1995-03-18 kenner(fixup_gotos): Do a cleanup for a block when it is...
1995-03-16 kenner(warn_if_unused_value, case SAVE_EXPR): New case.
1995-02-21 kenner(expand_value_return): Make function static.
1995-02-13 merrill(warn_if_unused_value): Don't warn about automatic...
1995-01-25 kenner(expand_asm, expand_asm_operands): Change error message...
1995-01-20 mrs * stmt.c (expand_cleanups): Add 4th argument...
1994-12-30 law * calls.c (expand_call): Set MEM_IN_STRUCT_P as needed...
1994-12-28 mrs * stmt.c (expand_cleanups): Add third parameter so...
1994-12-21 kenner(expand_asm_operands): Make sure input operands are...
1994-12-21 kenner(expand_expr_stmt): If want values for statements,...
1994-11-29 law * stmt.c (expand_return): For BLKmode structure return...
1994-09-29 mrs * stmt.c (expand_return): We have to be careful...
1994-09-17 bothner(mark_seen_cases): Don't call fatal if case index...
1994-09-09 wilson(check_for_full_enumeration_handling): Cast malloc...
1994-09-07 dje(expand_asm_operands): Move test for misspelled registers
1994-08-31 bothner* stmt.c (all_cases_count, mark_seen_cases): New funct...
1994-08-31 merrill(warn_if_unused_value): Extend special case for casted
1994-08-15 kenner(expand_elseif): New function.
1994-08-12 merrill(expand_anon_union_decl): Fix up the alignment and...
1994-07-10 kennerexpand_end_bindings): When adjusting FP, set it from
1994-07-07 mrs * expr.c (expand_expr, defer_cleanups_to, expan...
1994-07-06 wilson(struct nesting): Add new field alt_end_label.
1994-06-16 merrill(warn_if_unused_value): Handle TREE_NO_UNUSED_WARNING for
1994-06-14 kennerCast pointer operands to bzero, bcopy, and bcmp to...
next