summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
...
* (expand_asm_operands): Handle input operands that may not be in aRichard Kenner1995-06-271-6/+49
* (expand_return): Correctly handle returning BLKmode structures in registers w...Richard Kenner1995-06-221-35/+44
* Update FSF address.Richard Kenner1995-06-151-1/+2
* (expand_asm_operands): See if output operand permits register.Richard Kenner1995-06-111-18/+50
* (all_cases_count, case INTEGER_TYPE): Fix typo in checking for integerRichard Kenner1995-06-111-1/+1
* (expand_computed_goto): Call do_pending_stack_adjust.Richard Kenner1995-05-281-1/+3
* Fix typos in comments.Richard Kenner1995-05-161-3/+3
* (expand_return): When returning BLKmode structure...Jim Wilson1995-04-271-3/+11
* (expand_return): When returning BLKmode structure inJim Wilson1995-04-251-16/+18
* (expand_end_bindings): Write a BARRIER after call to abort in nonlocalRichard Kenner1995-04-241-0/+1
* (expand_decl_init): Call preserve_temp_slots to keep around any tempRichard Kenner1995-04-241-0/+1
* (expand_computed_goto): Convert from ptr_mode to Pmode.Richard Kenner1995-04-071-0/+4
* (expand_asm_operands): Properly ignore invalid reg in clobber.Richard Kenner1995-04-011-0/+1
* (expand_asm_operands): Properly handle output that can't be directlyRichard Kenner1995-03-311-20/+19
* (make warn_if_unused_value): No longer static.Richard Kenner1995-03-301-2/+1
* (fixup_gotos): Add missing call from last change.Richard Kenner1995-03-201-0/+1
* (fixup_gotos): Do a cleanup for a block when it is exited even ifRichard Kenner1995-03-181-9/+21
* (warn_if_unused_value, case SAVE_EXPR): New case.Richard Kenner1995-03-161-1/+5
* (expand_value_return): Make function static.Richard Kenner1995-02-211-1/+2
* (warn_if_unused_value): Don't warn about automatic reference dereference.Jason Merrill1995-02-131-1/+9
* (expand_asm, expand_asm_operands): Change error message text.Richard Kenner1995-01-251-3/+3
* stmt.c (expand_cleanups): Add 4th argument to indicate if code needs to be ex...Mike Stump1995-01-201-40/+47
* calls.c (expand_call): Set MEM_IN_STRUCT_P as needed on return value from ass...Jeff Law1994-12-291-0/+2
* stmt.c (expand_cleanups): Add third parameter so that we can avoid marking a ...Mike Stump1994-12-281-9/+14
* (expand_asm_operands): Make sure input operands are valid constants ifRichard Kenner1994-12-211-0/+6
* (expand_expr_stmt): If want values for statements, convert function toRichard Kenner1994-12-211-0/+6
* stmt.c (expand_return): For BLKmode structure returns...Jeff Law1994-11-281-1/+87
* stmt.c (expand_return): We have to be careful of cleanups that can be generat...Mike Stump1994-09-291-0/+8
* (mark_seen_cases): Don't call fatal if case index out of range.Per Bothner1994-09-171-3/+1
* (check_for_full_enumeration_handling): Cast malloc resultJim Wilson1994-09-091-1/+1
* (expand_asm_operands): Move test for misspelled registersDoug Evans1994-09-071-2/+3
* stmt.c (all_cases_count, [...]): New functions.Per Bothner1994-08-311-19/+224
* (warn_if_unused_value): Extend special case for castedJason Merrill1994-08-311-1/+1
* (expand_elseif): New function.Richard Kenner1994-08-151-0/+11
* (expand_anon_union_decl): Fix up the alignment and modeJason Merrill1994-08-121-0/+11
* expand_end_bindings): When adjusting FP, set it fromRichard Kenner1994-07-101-1/+1
* expr.c (expand_expr, [...]): All cleanups have to be protected by interim exc...Mike Stump1994-07-071-0/+5
* (struct nesting): Add new field alt_end_label.Jim Wilson1994-07-061-6/+21
* (warn_if_unused_value): Handle TREE_NO_UNUSED_WARNING forJason Merrill1994-06-161-0/+2
* Cast pointer operands to bzero, bcopy, and bcmp to (char *).Richard Kenner1994-06-141-2/+2
* (expand_end_bindings): Don't bother emitting cleanupsJason Merrill1994-06-021-20/+24
* (expand_asm_operands): Make MEM with BLKmode for clobber of "memory".Richard Kenner1994-05-311-1/+1
* (expand_end_case): Have INDEX_TYPE track conversions done toRichard Kenner1994-05-281-2/+7
* (expand_end_case): Use old type of INDEX_EXPR when making a constant.Richard Kenner1994-05-271-25/+22
* (expand_exit_loop_if_false): Emit conditional jump aroundJim Wilson1994-05-201-1/+11
* (expand_decl): Don't set current_function_calls_alloca here nor recordRichard Kenner1994-05-061-6/+0
* (expand_end_case): Make sure gen_casesi operands areJim Wilson1994-05-021-4/+22
* (expand_end_case): Correct test for sign extendingJim Wilson1994-04-281-1/+1
* remove EH from backend.Mike Stump1994-04-281-328/+0
* Use new macro AGGREGATE_TYPE_P.Per Bothner1994-04-261-10/+2