aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
1993-10-03(assign_parms): Pass objects who size depends on the contents of theRichard Kenner1-4/+11
1993-09-28(push_temp_slots, pop_temp_slots): Always change level.Richard Kenner1-13/+0
1993-09-28(expand_main_function): Put back accidentallyRichard Stallman1-1/+1
1993-09-24function.c: (instantiate_virtual_regs_1...Doug Evans1-0/+6
1993-09-23changed bytecode rtx structure references into macrosJan Brittenson1-3/+4
1993-09-22bytecode modificationsJan Brittenson1-3/+191
1993-09-22(combine_temp_slots): Handle deletion properly.Richard Stallman1-19/+43
1993-09-15(current_function_has_nonlocal_goto): New var.Jim Wilson1-0/+8
1993-09-15(aggregate_value_p): Allow type node as argument.Richard Stallman1-9/+17
1993-09-05(assign_parms): When parm needs conversion on entry,Richard Stallman1-0/+8
1993-08-31(assign_stack_temp): When allocate a slot too large,Jim Wilson1-1/+71
1993-08-12(thread_prologue_and_epilogue_insns): For theJim Wilson1-9/+31
1993-07-28(assign_parms): Pass extra argument SIZE to move_block_from_reg calls.Jim Wilson1-4/+8
1993-07-27(assign_parms): Don't copy too much when extending parm_reg_stack_loc.Richard Stallman1-1/+3
1993-07-26(expand_main_function): Likewise.Richard Stallman1-10/+65
1993-07-23(aggregate_value_p): An ARRAY_TYPE is also an aggregate.Richard Kenner1-1/+2
1993-07-18(init_function_start): Initialize trampoline_list here.Richard Kenner1-2/+3
1993-06-27(fixup_stack_1): Handle current_function_internal_arg_pointer.Richard Kenner1-2/+3
1993-06-05(uninitialized_vars_warning): Change warning text.Richard Stallman1-2/+2
1993-05-20(assign_parms): Declare and set current_call_is_indirect.Richard Stallman1-0/+3
1993-05-06Update copyright notice.Richard Kenner1-1/+1
1993-05-06(walk_fixup_memory_subreg): Add new arg UNCRITICAL.Richard Kenner1-7/+11
1993-04-21(assign_parms): Use mode of type, not BLKmode.Doug Evans1-1/+1
1993-04-19Fix style typo.Doug Evans1-1/+1
1993-04-19(assign_parms): Use new FUNCTION_ARG_CALLEE_COPIES macro.Doug Evans1-0/+47
1993-04-13Treat QUAL_UNION_TYPE like UNION_TYPE when seeing if aggregate.Richard Kenner1-3/+8
1993-04-06(init_function_start): Always setJim Wilson1-4/+2
1993-03-27(expand_function_start): When evaluating sizes of variable types, doRichard Kenner1-1/+1
1993-03-25(fixup_var_refs_insns): Don't delete an insn copyingRichard Stallman1-0/+3
1993-03-18* (assign_parms): Minor cleanup.Doug Evans1-5/+4
1993-03-15* (assign_parms): Remove unnecessary #ifdef.Doug Evans1-4/+0
1993-03-11* (aggregate_value_p): RETURN_IN_MEMORY handles BLKmode values.Doug Evans1-2/+0
1993-03-05(fixup_var_refs_insns): If SMALL_REGISTER_CLASSES...Richard Kenner1-3/+42
1993-02-12(reposition_prologue_and_epilogue_notes): AllowJohn Hassey1-48/+54
1993-02-09(promoted_input_arg): New function.Richard Kenner1-0/+46
1993-01-27(put_var_into_stack, fixup_var_refs_insns): Minor cleanups.Richard Kenner1-12/+54
1993-01-19(fixup_var_refs_1): Set INSN_CODE to -1 before seeing if new insn formJames Van Artsdalen1-0/+1
1993-01-10# Fix misspellings in comments.Paul Eggert1-1/+1
1993-01-08(assign_parm): Fix typo introduced by previous change.Richard Kenner1-1/+1
1993-01-05(assign_parms): Pass NULL_RTX to INIT_CUMULATIVE_*.Jim Wilson1-2/+2
1993-01-01(fixup_var_regs_insn): Update last_parm_insn whenJim Wilson1-0/+7
1992-12-31(assign_parms): Emit conversions into a sequence, andJim Wilson1-15/+39
1992-12-11(assign_outer_stack_local): Align proper frame offset.Richard Kenner1-2/+2
1992-10-26(locate_and_pad_parm): In ARGS_GROW_DOWNWARD case,Torbjorn Granlund1-1/+2
1992-10-26(fixup_var_refs_insns): Don't call delete_insn if not -O.Richard Stallman1-1/+5
1992-10-22(put_var_into_stack): When we operate on a pseudoRichard Stallman1-1/+4
1992-10-16(find_fixup_replacement): Renamed from find_replacement.Richard Stallman1-6/+6
1992-10-13(pop_function_context, push_function_context):Richard Stallman1-0/+2
1992-10-09(aggregate_value_p): Return 1 if regs we would use are not all call-clobbered.Richard Stallman1-0/+10
1992-10-08(assign_parms): Provide a safe value forTom Wood1-1/+2