aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
1998-05-06typo typo fixes fixesJeff Law1-1/+1
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-1/+35
1998-04-16* function.c (assign_outer_stack_local): Make static and add prototype.Jeffrey A Law1-1/+3
1998-04-14function.c (assign_parms): Initialize unsignedp before passing its pointer to...John Carr1-0/+1
1998-04-10Reinstall this patch from Jason.Jeff Law1-2/+0
1998-04-04* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1-63/+119
1998-04-01fold-const.c (optimze_bit_field_compare): Initialize rnbitpos, rnbitsize, rnm...Jeffrey A Law1-3/+3
1998-03-27basic-block.h (basic_block_computed_jump_target): Declare.Bernd Schmidt1-0/+7
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-4/+1
1998-03-19except.c (init_eh): Do nothing.Jason Merrill1-1/+0
1998-03-18Fix more warnings...Kaveh R. Ghazi1-1/+4
1998-03-09Patch to fix mips64-elf varargs aliasing failures.Jim Wilson1-2/+11
1998-02-28Fix warious warnings:Kaveh R. Ghazi1-2/+9
1998-02-13varasm.c (output_constant_pool): Bring back 'done' label inside an appropriat...Jeffrey A Law1-6/+7
1998-02-07* function.c (assign_parms): Fix typo in last change.Jeffrey A Law1-1/+1
1998-02-06Fix irix6 stdarg failure when last named arg has FP type.Jim Wilson1-9/+17
1998-01-20More bytecode stuff disappears.Jeffrey A Law1-18/+0
1998-01-20Makefile.in: Remove all bytecode support.Jeffrey A Law1-166/+2
1998-01-14alias.c: Change all uses of gen_rtx(FOO...) to gen_rtx_FOO...Richard Henderson1-73/+61
1998-01-14Bring in final gcc-2.8.0 changes.Jeff Law1-2/+4
1997-12-15Bring over changes from latest gcc-2.8 pre-release.Jeff Law1-2/+2
1997-12-06Merge from gcc-2.8Jeff Law1-11/+32
1997-11-02Update mainline egcs to gcc2 snapshot 971021.Jeff Law1-53/+283
1997-10-28function.c (assign_parms): Correct mode of stack_parm if entry_parm underwent...Doug Evans1-0/+6
1997-10-18tree.c (restore_tree_status): Also free up temporary storage when we finish a...Jason Merrill1-1/+1
1997-08-27reorg.c (dbr_schedule): Allow current_function_return_rtx to be something oth...Jeffrey A Law1-4/+9
1997-08-02(put_var_into_stack, assign_parms): If -fcheck-memory-usage, set theRichard Kenner1-2/+42
1997-07-27(put_var_into_stack, trampoline_address): Treat inline_function_declRichard Kenner1-2/+3
1997-07-17(expand_function_end): If function is non-leaf and stack checking isRichard Kenner1-0/+20
1997-05-15function.c (expand_function_end): Make sure we finish off any leftover except...Mike Stump1-0/+18
1997-05-06reformat a little to match GNU coding standards.Mike Stump1-4/+4
1997-04-24xJason Merrill1-0/+8
1997-04-18(instantiate_decls): For DECL_INCOMING_RTL, use maxJim Wilson1-4/+8
1997-04-03(expand_function_start): Emit queue after expandingJim Wilson1-1/+6
1997-03-28function.c (expand_function_end): Output NOTE_REPEATED_LINE_NUMBER for last l...Doug Evans1-0/+8
1997-03-18Add a REG_EQUIV note when a register parameter has a stack locationIan Lance Taylor1-4/+4
1997-02-16xJason Merrill1-3/+1
1997-02-09(assign_stack_temp): Clear MEM flags from reuse.Richard Kenner1-0/+5
1997-02-07(instantiate_virtual_regs_1, case USE, CLOBBER): Fix error in last change.Richard Kenner1-1/+1
1997-01-30(TRAMPOLINE_ALIGNMENT): Provide default.Richard Kenner1-1/+5
1997-01-21(mark_all_temps_used): Set KEEP as well.Richard Kenner1-1/+1
1997-01-19(instantiate_virtual_regs_1...Richard Kenner1-4/+21
1997-01-03(push_function_context_to, pop_function_context_from): Save andRichard Kenner1-1/+3
1996-12-13Check SMALL_REGISTER_CLASSES at runtimeIan Lance Taylor1-20/+25
1996-12-11(fixup_var_refs_1, case ZERO_EXTRACT): Don't call fixup_memory_subregRichard Kenner1-2/+2
1996-12-07(frame_offset, get_frame_size): Make HOST_WIDE_INT.Richard Kenner1-2/+2
1996-11-08(expand_function_end): Handle BLKmode structures returnedJim Wilson1-0/+5
1996-09-29(assign_parms): Use mark_user_reg.Richard Kenner1-2/+2
1996-09-25(instantiate_decl): Always store addr back into x.Jim Wilson1-20/+20