summaryrefslogtreecommitdiff
path: root/gcc/function.c
Commit message (Expand)AuthorAgeFilesLines
* Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>law1999-05-201-7/+8
* Wed May 5 16:26:13 1999 Vladimir Makarov <vmakarov@tofu.to.cygnus.com>vmakarov1999-05-051-49/+76
* * function.c (put_var_into_stack): Change ptr_mode to Pmodelaw1999-04-261-3/+3
* * fold-const.c (make_range): Always initialize arg0 and arg1.law1999-04-261-2/+2
* * function.c (assign_parms/STACK_BYTES): Revert last change,rth1999-04-251-0/+8
* * calls.c (emit_call_1): New arg rounded_stack_size; update callers.rth1999-04-251-12/+0
* * output.h (current_function_is_leaf,wehle1999-04-181-0/+15
* * function.c (assign_parms): Undo change of June 9.law1999-03-271-3/+3
* * function.c: Include hash.h.mmitchel1999-03-231-36/+236
* Warning fixes:ghazi1999-03-201-1/+3
* Warning fixes:ghazi1999-03-191-1/+1
* * function.c (fixup_var_refs_1): First try moving the expressionrth1999-03-171-8/+35
* * function.c (assign_stack_temp_for_type): Abortlaw1999-03-051-6/+6
* * function.c (current_function_has_computed_jump): Remove duplicatelaw1999-03-031-7/+0
* Flow rewrite to use basic block structures and edge lists.rth1999-02-251-83/+148
* * sh.h (PASS_IN_REG_P): For TARGET_HITACHI, don't pass structuresamylaar1999-02-251-3/+4
* * cse.c (dump_class): New function.mmitchel1999-02-221-2/+36
* * function.c (assign_stack_temp_for_type): Round SIZE before callinglaw1999-02-181-0/+12
* * function.c (assign_stack_temp_for_type): Clear best_plaw1999-02-101-22/+77
* * output.h (current_function_has_computed_jump): Rename fromrth1999-02-081-6/+5
* Fri Feb 5 17:08:01 1999 Dave Brolley <brolley@cygnus.com>brolley1999-02-051-0/+5
* Fri Jan 29 18:26:07 1999 Dave Brolley <brolley@cygnus.com>brolley1999-01-291-12/+3
* * function.c (purge_addressof_1): Handle case when a registeramylaar1999-01-271-1/+14
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forlaw1999-01-271-10/+29
* Fix i960 build failure with unrecognizable insn.wilson1999-01-261-2/+9
* Wed Jan 20 18:15:08 1999 Dave Brolley <brolley@cygnus.com>brolley1999-01-201-0/+4
* * rtl.h (rtx_def): Update documentation.mmitchel1999-01-191-16/+20
* * function.c (purge_addressof_1): If the note accesses a mem+addressofrth1999-01-121-6/+39
* Update copyrights.rth1999-01-111-1/+1
* * basic-block.h (basic_block_head): Rename to x_basic_block_head.rth1999-01-111-12/+12
* * function.c (nonlocal_goto_handler_slots): Renamed fromlaw1998-11-201-11/+23
* * expr.c (STACK_BYTES): Delete unused macro.law1998-11-191-3/+7
* * function.c (purge_addressof_1): Unshare rtl created byamylaar1998-11-151-0/+12
* * function.c (purge_addressof): Clear purge_addressof_replacementsrth1998-11-071-1/+1
* Andreas Schwab <schwab@issan.cs.uni-dortmund.de>rth1998-10-281-11/+44
* 1998-10-18 Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>law1998-10-191-1/+1
* * function.c (uninitialized_vars_warning): Do not warn for a VAR_DECLlaw1998-10-181-0/+8
* Warning fixes:ghazi1998-10-171-2/+2
* law1998-10-131-0/+6
* * function.c (purge_addressof_1): Fix typo in inequality: dorth1998-10-131-1/+1
* * flow.c: Update comment.law1998-10-121-0/+7
* Fine-grained control of -fcheck-memory-usage with new no_check_memory_usageraeburn1998-10-111-3/+13
* * expmed.c (store_bit_field): Pun non-integral str_rtx modes.rth1998-10-091-12/+2
* * function.c (purge_addressof_1): If trying to take a sub-worddavem1998-10-041-0/+11
* * function.c (purge_addressof_1): Do not perform endiannessdavem1998-10-021-15/+2
* Typo in last commit.rth1998-09-301-1/+1
* * function.c (purge_addressof_1): Use bitfield manipulationrth1998-09-301-12/+80
* * function.c (gen_mem_addressof): If the address REG ismmitchel1998-09-301-1/+3
* * reload1.c (emit_reload_insns): Accept a new arg for the bb. Userth1998-09-201-1/+15
* * combine.c (make_extraction): If no mode is specified forlaw1998-09-151-4/+15