summaryrefslogtreecommitdiff
path: root/gcc/sibcall.c
Commit message (Expand)AuthorAgeFilesLines
* * regmove.c: Fix comment typos.kazu2002-12-241-1/+1
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* * LANGUAGES: Follow spelling conventions.kazu2002-09-271-1/+1
* * sibcall.c (optimize_sibling_and_tail_recursive_call): Also removerth2002-09-191-6/+7
* * ginclude/varargs.h: Replace with stub which issues #error.zack2002-07-161-2/+1
* 2002-06-05 David S. Miller <davem@redhat.com>davem2002-06-111-3/+3
* * bb-reorder.c (make_reorder_chain, make_reorder_chain_1):rakdver2002-05-231-1/+1
* Revert "Basic block renumbering removal", and two followup patches.rth2002-05-171-2/+2
* Basic block renumbering removal.rth2002-05-161-2/+2
* * sbitmap.c: Fix formatting.kazu2002-05-091-14/+14
* * cfglayout.c (function_tail_eff_head): Rename to ...hubicka2002-05-081-10/+1
* * cpplex.c: Fix comment formatting.kazu2002-04-301-1/+1
* PR opt/5120mmitchel2002-04-061-0/+12
* * except.c (current_function_has_exception_handlers): New.rth2002-03-201-7/+12
* * predict.c: Fix formatting.kazu2002-01-221-2/+2
* * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,jsm282001-10-281-1/+1
* * sibcall.c (optimize_sibling_and_tail_recursive_calls): Callmmitchel2001-10-081-6/+1
* * Makefile.in (cfgrtl.o): Add.hubicka2001-09-251-3/+1
* * sibcall.c (skip_copy_to_return_value): Tighten return valuegrahams2001-09-251-2/+3
* * 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