aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
1996-04-14(expand_end_case): Move conversion of case_list beforeRichard Kenner1-4/+4
1996-03-19(struct case_node): New member balance.Richard Kenner1-61/+248
1996-02-13(expand_end_case): Don't use ADDR_DIFF_VEC for PIC ifRichard Kenner1-0/+3
1996-02-13(bc_pushcase): Fix precedence error.Richard Kenner1-1/+1
1996-01-15(save_expr_regs): Delete declaration; unused.Richard Kenner1-5/+1
1995-12-31(expand_asm_operands): Call assign_temp with extra arg.Richard Kenner1-2/+2
1995-12-31(tail_recursion_args): Compare TYPE_MAIN_VARIANTs.Richard Kenner1-1/+2
1995-12-31(fixup_gotos): Use DECL_ERROR_ISSUED instead of DECL_REGISTER.Richard Kenner1-2/+2
1995-12-29* stmt.c (expand_asm_operands): Use new assign_temp function.Per Bothner1-12/+2
1995-12-27(expand_decl): Set alignment of register for pointer variable.Richard Kenner1-1/+3
1995-12-18(expand_asm_operands): Handle numeric constraints inJim Wilson1-2/+12
1995-12-14function.c (identify_blocks): Start with a chain of BLOCKs to match the rest ...Mike Stump1-4/+0
1995-09-12(expand_start_stmt_expr): Do stack adjust in right place.Richard Kenner1-1/+1
1995-08-28Fix spelling errors.Richard Kenner1-1/+1
1995-08-15(fixup_gotos): When some fixups done, reset to point to next insteadRichard Kenner1-1/+1
1995-08-13(expand_asm_operands): Type '0'..'4' operands may allow regs, so moveRichard Kenner1-1/+1
1995-07-26(emit_nop): Do not emit a nop if there is a single insn before a labelRichard Kenner1-1/+2
1995-07-14(expand_start_stmt_expr): Force stack adjust before NO_DEFER_POP.Richard Kenner1-0/+1
1995-06-28Delete redundant forward decls.Richard Kenner1-28/+4
1995-06-27(expand_asm_operands): Handle input operands that may not be in aRichard Kenner1-6/+49
1995-06-22(expand_return): Correctly handle returning BLKmode structures in registers w...Richard Kenner1-35/+44
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-06-11(expand_asm_operands): See if output operand permits register.Richard Kenner1-18/+50
1995-06-11(all_cases_count, case INTEGER_TYPE): Fix typo in checking for integerRichard Kenner1-1/+1
1995-05-28(expand_computed_goto): Call do_pending_stack_adjust.Richard Kenner1-1/+3
1995-05-16Fix typos in comments.Richard Kenner1-3/+3
1995-04-27(expand_return): When returning BLKmode structure...Jim Wilson1-3/+11
1995-04-25(expand_return): When returning BLKmode structure inJim Wilson1-16/+18
1995-04-24(expand_end_bindings): Write a BARRIER after call to abort in nonlocalRichard Kenner1-0/+1
1995-04-24(expand_decl_init): Call preserve_temp_slots to keep around any tempRichard Kenner1-0/+1
1995-04-07(expand_computed_goto): Convert from ptr_mode to Pmode.Richard Kenner1-0/+4
1995-04-01(expand_asm_operands): Properly ignore invalid reg in clobber.Richard Kenner1-0/+1
1995-03-31(expand_asm_operands): Properly handle output that can't be directlyRichard Kenner1-20/+19
1995-03-30(make warn_if_unused_value): No longer static.Richard Kenner1-2/+1
1995-03-20(fixup_gotos): Add missing call from last change.Richard Kenner1-0/+1
1995-03-18(fixup_gotos): Do a cleanup for a block when it is exited even ifRichard Kenner1-9/+21
1995-03-16(warn_if_unused_value, case SAVE_EXPR): New case.Richard Kenner1-1/+5
1995-02-21(expand_value_return): Make function static.Richard Kenner1-1/+2
1995-02-13(warn_if_unused_value): Don't warn about automatic reference dereference.Jason Merrill1-1/+9
1995-01-25(expand_asm, expand_asm_operands): Change error message text.Richard Kenner1-3/+3
1995-01-20stmt.c (expand_cleanups): Add 4th argument to indicate if code needs to be ex...Mike Stump1-40/+47
1994-12-29calls.c (expand_call): Set MEM_IN_STRUCT_P as needed on return value from ass...Jeff Law1-0/+2
1994-12-28stmt.c (expand_cleanups): Add third parameter so that we can avoid marking a ...Mike Stump1-9/+14
1994-12-21(expand_asm_operands): Make sure input operands are valid constants ifRichard Kenner1-0/+6
1994-12-21(expand_expr_stmt): If want values for statements, convert function toRichard Kenner1-0/+6
1994-11-28stmt.c (expand_return): For BLKmode structure returns...Jeff Law1-1/+87
1994-09-29stmt.c (expand_return): We have to be careful of cleanups that can be generat...Mike Stump1-0/+8
1994-09-17(mark_seen_cases): Don't call fatal if case index out of range.Per Bothner1-3/+1
1994-09-09(check_for_full_enumeration_handling): Cast malloc resultJim Wilson1-1/+1
1994-09-07(expand_asm_operands): Move test for misspelled registersDoug Evans1-2/+3