summaryrefslogtreecommitdiff
path: root/gcc/sibcall.c
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-12/+12
* * sbitmap.c: Fix comment formatting.kazu2001-08-171-4/+4
* * sibcall.c (return_value_pseudo): New static variable.hubicka2001-08-081-1/+39
* * basic-block.h (CLEANUP_PRE_LOOP): New.hubicka2001-07-291-1/+1
* * basic-block.h (CLEANUP_PRE_SIBCALL): New constant.hubicka2001-07-161-2/+2
* * flow.c (merge_blocks_move_successor_nojumps): Do not crashhubicka2001-07-111-5/+1
* * sibcall.c (skip_unreturned_value): New function.hubicka2001-06-081-0/+35
* * sibcall.c (optimize_sibling_and_tail_recursive_call): Suppressrth2001-06-041-1/+5
* * rtlanal.c (operand_preference): Fix preference for objects.hubicka2001-06-041-0/+24
* * flow.c (cleanup_cfg): Take no argument.rth2001-03-281-1/+1
* * sibcall.c (skip_copy_to_return_value): Callzack2001-02-201-7/+8
* Tweak commentskenner2001-02-191-2/+2
* * sibcall.c (call_ends_block_p): New function.kenner2001-02-191-54/+64
* * sibcall.c (optimize_sibling_and_tail_recursive_call): Comparekenner2001-02-191-66/+48
* * sibcall.c (purge_mem_unchanging_flag): New function.jakub2000-10-241-11/+72
* * sibcall.c (skip_pic_restore): New.rth2000-09-241-6/+26
* * sibcall.c (uses_addressof): Accept both addressof andrth2000-08-121-21/+16
* * alias.c (mark_constant_function): Use INSN_P.law2000-08-041-1/+1
* * sibcall.c (uses_addressof): Add INMEM argument, check forjakub2000-07-071-10/+24
* * combine.c (try_combine): Use any_condjump_p, any_uncondjump_prth2000-05-251-1/+1
* * sibcall.c (indentify_call_return_value): Find last call in the chain;law2000-03-281-2/+9
* * sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO forjakub2000-03-241-2/+5
* * emit-rtl.c (remove_unncessary_notes): Check that allmmitchel2000-03-191-1/+1
* Sibling call optimizations.rth2000-03-171-0/+578