aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
1999-02-05function.c (fixup_var_refs): Scan catch_clauses too.Dave Brolley1-0/+5
1999-01-29emit-rtl.c (remove_insn): New function.Dave Brolley1-12/+3
1999-01-27function.c (purge_addressof_1): Handle case when a register has been used in ...J"orn Rennecke1-1/+14
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-10/+29
1999-01-26Fix i960 build failure with unrecognizable insn.Jim Wilson1-2/+9
1999-01-20function.c (assign_parms): Save and restore setting of TREE_USED (parm).Dave Brolley1-0/+4
1999-01-19rtl.h (rtx_def): Update documentation.Mark Mitchell1-16/+20
1999-01-11function.c (purge_addressof_1): If the note accesses a mem+addressof in a wid...Richard Henderson1-6/+39
1999-01-11Update copyrights.Richard Henderson1-1/+1
1999-01-11basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson1-12/+12
1998-11-20function.c (nonlocal_goto_handler_slots): Renamed from nonlocal_goto_handler_...Bernd Schmidt1-11/+23
1998-11-19expr.c (STACK_BYTES): Delete unused macro.Bernd Schmidt1-3/+7
1998-11-15function.c (purge_addressof_1): Unshare rtl created by store_bit_field.J"orn Rennecke1-0/+12
1998-11-06function.c (purge_addressof): Clear purge_addressof_replacements only after p...Richard Henderson1-1/+1
1998-10-28Andreas Schwab <schwab@issan.cs.uni-dortmund.de>Andreas Schwab1-11/+44
1998-10-19[multiple changes]Jeff Law1-1/+1
1998-10-18function.c (uninitialized_vars_warning): Do not warn for a VAR_DECL if it has...Jeffrey A Law1-0/+8
1998-10-17Warning fixes:Kaveh R. Ghazi1-2/+2
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