aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)AuthorFilesLines
1999-03-27function.c (assign_parms): Undo change of June 9.Andreas Schwab1-3/+3
1999-03-23function.c: Include hash.h.Mark Mitchell1-36/+236
1999-03-20Warning fixes:Kaveh R. Ghazi1-1/+3
1999-03-19Warning fixes:Kaveh R. Ghazi1-1/+1
1999-03-17function.c (fixup_var_refs_1): First try moving the expression directly into ...Richard Henderson1-8/+35
1999-03-04function.c (assign_stack_temp_for_type): Abort if mode == Blkmode and align i...John Wehle1-6/+6
1999-03-03function.c (current_function_has_computed_jump): Remove duplicate definition.Jeffrey A Law1-7/+0
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-83/+148
1999-02-25sh.h (PASS_IN_REG_P): For TARGET_HITACHI, don't pass structures in registers.J"orn Rennecke1-3/+4
1999-02-22cse.c (dump_class): New function.Mark Mitchell1-2/+36
1999-02-18function.c (assign_stack_temp_for_type): Round SIZE before calling assign_sta...Jeffrey A Law1-0/+12
1999-02-10function.c (assign_stack_temp_for_type): Clear best_p when an exact match is ...John Wehle1-22/+77
1999-02-08output.h (current_function_has_computed_jump): Rename from current_function_a...Richard Henderson1-6/+5
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