aboutsummaryrefslogtreecommitdiff
path: root/gcc/sibcall.c
AgeCommit message (Expand)AuthorFilesLines
2001-10-08sibcall.c (optimize_sibling_and_tail_recursive_calls): Call purge_mem_unchang...Jeffrey A Law1-6/+1
2001-06-04sibcall.c (optimize_sibling_and_tail_recursive_call): Suppress optimization i...Richard Henderson1-0/+6
2001-05-12flow.c (cleanup_cfg): Take no argument.Richard Henderson1-1/+1
2000-10-24sibcall.c (purge_mem_unchanging_flag): New function.Jakub Jelinek1-11/+72
2000-09-24sibcall.c (skip_pic_restore): New.Richard Henderson1-6/+26
2000-08-12sibcall.c (uses_addressof): Accept both addressof and current_function_intern...Richard Henderson1-21/+16
2000-08-04alias.c (mark_constant_function): Use INSN_P.Rodney Brown1-1/+1
2000-07-07sibcall.c (uses_addressof): Add INMEM argument...Jakub Jelinek1-10/+24
2000-05-25combine.c (try_combine): Use any_condjump_p...Jan Hubicka1-1/+1
2000-03-28sibcall.c (indentify_call_return_value): Find last call in the chain; Allow s...Jan Hubicka1-2/+9
2000-03-24sibcall.c (skip_copy_to_return_value): Use OUTGOING_REGNO for comparison if r...Jakub Jelinek1-2/+5
2000-03-19emit-rtl.c (remove_unncessary_notes): Check that all NOTE_INSN_BLOCK_BEG and ...Mark Mitchell1-1/+1
2000-03-17Sibling call optimizations.Jeffrey A Law1-0/+578