aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.c
AgeCommit message (Expand)Author
1999-05-20[multiple changes]Jeff Law
1999-05-05function.c (purge_addressof_replacements): Rename into purge_bitfield_address...Vladimir Makarov
1999-04-26function.c (put_var_into_stack): Change ptr_mode to Pmode in setup for chkr_s...Mumit Khan
1999-04-25fold-const.c (make_range): Always initialize arg0 and arg1.Toshiyasu Morita
1999-04-25function.c (assign_parms/STACK_BYTES): Revert last change, and that of 19 Nov.Richard Henderson
1999-04-25calls.c (emit_call_1): New arg rounded_stack_size; update callers.Richard Henderson
1999-04-18output.h (current_function_is_leaf, [...]): Declare.John Wehle
1999-03-27function.c (assign_parms): Undo change of June 9.Andreas Schwab
1999-03-23function.c: Include hash.h.Mark Mitchell
1999-03-20Warning fixes:Kaveh R. Ghazi
1999-03-19Warning fixes:Kaveh R. Ghazi
1999-03-17function.c (fixup_var_refs_1): First try moving the expression directly into ...Richard Henderson
1999-03-04function.c (assign_stack_temp_for_type): Abort if mode == Blkmode and align i...John Wehle
1999-03-03function.c (current_function_has_computed_jump): Remove duplicate definition.Jeffrey A Law
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson
1999-02-25sh.h (PASS_IN_REG_P): For TARGET_HITACHI, don't pass structures in registers.J"orn Rennecke
1999-02-22cse.c (dump_class): New function.Mark Mitchell
1999-02-18function.c (assign_stack_temp_for_type): Round SIZE before calling assign_sta...Jeffrey A Law
1999-02-10function.c (assign_stack_temp_for_type): Clear best_p when an exact match is ...John Wehle
1999-02-08output.h (current_function_has_computed_jump): Rename from current_function_a...Richard Henderson
1999-02-05function.c (fixup_var_refs): Scan catch_clauses too.Dave Brolley
1999-01-29emit-rtl.c (remove_insn): New function.Dave Brolley
1999-01-27function.c (purge_addressof_1): Handle case when a register has been used in ...J"orn Rennecke
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law
1999-01-26Fix i960 build failure with unrecognizable insn.Jim Wilson
1999-01-20function.c (assign_parms): Save and restore setting of TREE_USED (parm).Dave Brolley
1999-01-19rtl.h (rtx_def): Update documentation.Mark Mitchell
1999-01-11function.c (purge_addressof_1): If the note accesses a mem+addressof in a wid...Richard Henderson
1999-01-11Update copyrights.Richard Henderson
1999-01-11basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson
1998-11-20function.c (nonlocal_goto_handler_slots): Renamed from nonlocal_goto_handler_...Bernd Schmidt
1998-11-19expr.c (STACK_BYTES): Delete unused macro.Bernd Schmidt
1998-11-15function.c (purge_addressof_1): Unshare rtl created by store_bit_field.J"orn Rennecke
1998-11-06function.c (purge_addressof): Clear purge_addressof_replacements only after p...Richard Henderson
1998-10-28Andreas Schwab <schwab@issan.cs.uni-dortmund.de>Andreas Schwab
1998-10-19[multiple changes]Jeff Law
1998-10-18function.c (uninitialized_vars_warning): Do not warn for a VAR_DECL if it has...Jeffrey A Law
1998-10-17Warning fixes:Kaveh R. Ghazi
1998-10-13function.c (purge_addressof_1): Force the first argument of a CALL insn to me...Andreas Schwab
1998-10-13function.c (purge_addressof_1): Fix typo in inequality: do bitfield optimizat...Richard Henderson
1998-10-12flow.c: Update comment.John Wehle
1998-10-11Fine-grained control of -fcheck-memory-usage with new no_check_memory_usage a...Ken Raeburn
1998-10-09expmed.c (store_bit_field): Pun non-integral str_rtx modes.Richard Henderson
1998-10-03function.c (purge_addressof_1): If trying to take a sub-word integral piece o...David S. Miller
1998-10-02function.c (purge_addressof_1): Do not perform endianness corrections on bitp...David S. Miller
1998-09-30Typo in last commit.Richard Henderson
1998-09-30function.c (purge_addressof_1): Use bitfield manipulation routines to handle ...Richard Henderson
1998-09-30function.c (gen_mem_addressof): If the address REG is REG_USERVAR_P make the ...Mark Mitchell
1998-09-20reload1.c (emit_reload_insns): Accept a new arg for the bb.Richard Henderson
1998-09-15combine.c (make_extraction): If no mode is specified for an operand of insv...Jeffrey A Law