aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
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
1994-08-31stmt.c (all_cases_count, [...]): New functions.Per Bothner1-19/+224
1994-08-31(warn_if_unused_value): Extend special case for castedJason Merrill1-1/+1
1994-08-15(expand_elseif): New function.Richard Kenner1-0/+11
1994-08-12(expand_anon_union_decl): Fix up the alignment and modeJason Merrill1-0/+11
1994-07-10expand_end_bindings): When adjusting FP, set it fromRichard Kenner1-1/+1
1994-07-07expr.c (expand_expr, [...]): All cleanups have to be protected by interim exc...Mike Stump1-0/+5
1994-07-06(struct nesting): Add new field alt_end_label.Jim Wilson1-6/+21
1994-06-16(warn_if_unused_value): Handle TREE_NO_UNUSED_WARNING forJason Merrill1-0/+2
1994-06-14Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1-2/+2
1994-06-02(expand_end_bindings): Don't bother emitting cleanupsJason Merrill1-20/+24
1994-05-31(expand_asm_operands): Make MEM with BLKmode for clobber of "memory".Richard Kenner1-1/+1
1994-05-28(expand_end_case): Have INDEX_TYPE track conversions done toRichard Kenner1-2/+7
1994-05-27(expand_end_case): Use old type of INDEX_EXPR when making a constant.Richard Kenner1-25/+22
1994-05-20(expand_exit_loop_if_false): Emit conditional jump aroundJim Wilson1-1/+11