aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-13function.c (purge_addressof_1): Force the first argument of a CALL insn to me...Andreas Schwab1-0/+6
1998-10-13function.c (purge_addressof_1): Fix typo in inequality: do bitfield optimizat...Richard Henderson1-1/+1
1998-10-12flow.c: Update comment.John Wehle1-0/+7
1998-10-11Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...Ken Raeburn1-3/+13
1998-10-09expmed.c (store_bit_field): Pun non-integral str_rtx modes.Richard Henderson1-12/+2
1998-10-03function.c (purge_addressof_1): If trying to take a sub-word integral piece o...David S. Miller1-0/+11
1998-10-02function.c (purge_addressof_1): Do not perform endianness corrections on bitp...David S. Miller1-15/+2
1998-09-30Typo in last commit.Richard Henderson1-1/+1
1998-09-30function.c (purge_addressof_1): Use bitfield manipulation routines to handle ...Richard Henderson1-12/+80
1998-09-30function.c (gen_mem_addressof): If the address REG is REG_USERVAR_P make the ...Mark Mitchell1-1/+3
1998-09-20reload1.c (emit_reload_insns): Accept a new arg for the bb.Richard Henderson1-1/+15
1998-09-15combine.c (make_extraction): If no mode is specified for an operand of insv...Jeffrey A Law1-4/+15
1998-09-15tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.Richard Henderson1-0/+21
1998-07-30Function entry/exit profiling instrumentation:Ken Raeburn1-1/+42
1998-07-17Fix some sparc complex testsuite failures.Jim Wilson1-1/+4
1998-06-30expr.c (emit_group_load, [...]): Rewrite considering the size and alignment o...Richard Henderson1-3/+8
1998-06-29* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1-2/+2
1998-06-25invoke.texi (-fstrict-aliasing): Document.Mark Mitchell1-0/+4
1998-06-08function.c: Define current_function_cannot_inline.Jason Merrill1-0/+6
1998-05-23m68k.h: Declare more functions used in macros.Andreas Schwab1-0/+2
1998-05-21function.c (init_function_start): Don't call emit_line_note if lineno is 0.Per Bothner1-2/+4
1998-05-19Warning Fixes:Kaveh R. Ghazi1-2/+6
1998-05-18function.c (identify_blocks): Fix thinko when setting the block number for NO...Jeffrey A Law1-1/+1
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