summaryrefslogtreecommitdiff
path: root/gcc/flow.c
Commit message (Expand)AuthorAgeFilesLines
* flow.c (invalidate_from_autoinc): New function.Jeffrey A Law1999-01-191-1/+47
* optabs.c (emit_libcall_block): Add a REG_EH_REGION reg note to all calls with...Andrew MacLeod1999-01-191-36/+31
* Fix thinko from last second true_dependence -> anti_dependence change.Jeff Law1999-01-171-2/+1
* flow.c (last_mem_set): Delete variable.Christian Bruel1999-01-171-18/+71
* Makefile.in (OBJECTS): Add sbitmap.o.Richard Henderson1999-01-111-496/+0
* Update copyrights.Richard Henderson1999-01-111-1/+1
* basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson1999-01-111-40/+40
* rtl.h (recompute_reg_usage): Add second argument.J"orn Rennecke1998-12-121-3/+9
* * flow.c: Update some comments.Jeffrey A Law1998-12-091-8/+2
* See ChangeLog..Andrew MacLeod1998-12-081-2/+56
* flow.c (delete_block): Call set_last_insn after we have reset NEXT_INSN (kept...Jeff Law1998-12-021-2/+6
* flow.c (delete_block): Call set_last_insn if we end up deleting the last insn...Jeffrey A Law1998-12-011-0/+4
* cse.c (fold_rtx): Make autoincrement addressing mode tests be runtime selecta...Jeffrey A Law1998-11-241-26/+12
* * flow.c (insn_dead_p): New argument NOTES. Changed all callers.J"orn Rennecke1998-11-171-12/+37
* rtl.h (flow2_completed): Declare.Jeff Law1998-11-041-0/+3
* [multiple changes]Jeff Law1998-11-041-1/+2
* flow.c (XNMALLOC): New macro.Bernd Schmidt1998-10-291-385/+269
* final.c (cleanup_subreg_operands): New function.Jeffrey A Law1998-10-271-17/+0
* flow.c (life_analysis_1): Enable "rescan" code after reload.Jeffrey A Law1998-10-231-3/+2
* * flow.c (life_analysis_1): Delete CLOBBER insns after reload.Jeffrey A Law1998-10-231-0/+17
* combine.c (recog_for_combine): Lose PADDED_SCRATCHES arg.Bernd Schmidt1998-10-191-17/+0
* Warning fixes:Kaveh R. Ghazi1998-10-171-1/+2
* flow.c (propagate_block): Replace code that computes and uses regs_sometimes_...Bernd Schmidt1998-10-161-54/+15
* flow.c (find_basic_blocks_1): Do not delete unreachable blocks after reload h...Jeffrey A Law1998-10-161-2/+3
* flow.c (life_analysis_1): Do not clobber regs_ever_live after reload.Bernd Schmidt1998-10-151-3/+19
* Warning fixes:Kaveh R. Ghazi1998-10-141-1/+0
* flow.c (find_basic_blocks): Emit NOPs after normal calls in this function.Bernd Schmidt1998-10-131-47/+28
* flow.c: Update comment.John Wehle1998-10-121-3/+37
* * flow.c (find_basic_blocks_1): Fix prototype.Mark Mitchell1998-10-111-1/+1
* flow.c (find_basic_blocks): Delte "live_reachable_p" argument.Jeffrey A Law1998-10-101-5/+3
* flow.c (print_rtl_with_bb): Changed type of in_bb_p to match use.Graham Stott1998-10-091-1/+2
* flow.c (life_analysis_1): Break out some functions.Bernd Schmidt1998-10-091-453/+500
* flow.c (find_basic_blocks): Correctly determine when a call is within an exce...Richard Henderson1998-10-081-1/+6
* flow.c (find_basic_blocks): Calc upper bound for extra nops in max_uids_for_f...Richard Henderson1998-10-071-15/+54
* Cleanup for -fdump-unnumbered:J"orn Rennecke1998-10-061-4/+4
* dwarf2out.c (expand_builtin_dwarf_reg_size): Fix to work with more than three...John Carr1998-10-011-7/+1
* Fix for g++ failure reported by Brendan.Jim Wilson1998-09-211-5/+10
* tree.h (BUILT_IN_CALLER_RETURN_ADDRESS): Unused.Richard Henderson1998-09-151-9/+4
* flow.c (mark_set_1): Recognize multi-register structure return values in CALL...David S. Miller1998-09-111-6/+32
* except.h (current_function_eh_stub_label): Declare.Bernd Schmidt1998-09-091-4/+26
* c-decl.c (init_decl_processing): Remove unneeded &.Kaveh R. Ghazi1998-08-171-2/+0
* * flow.c (regno_uninitialized): Fixed regs are never uninitialized.Richard Henderson1998-07-211-5/+7
* flow.c (find_auto_inc): Remove most recent change.Jeffrey A Law1998-07-081-4/+0
* flow.c (find_auto_inc): Clear UNCHANGING bit of register that is changed.J"orn Rennecke1998-07-061-0/+4
* Switch reg_n_info structure to use varraysMichael Meissner1998-07-021-1/+1
* flow.c (recompute_reg_usage): Does not return a value.Jeffrey A Law1998-06-301-1/+1
* * Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 forJeff Law1998-06-291-2/+5
* flow.c (count_reg_sets): New function.Jeffrey A Law1998-06-271-0/+281
* basic-block.h (init_regset_vector): Delete declaration.Jeffrey A Law1998-06-211-1/+3
* flow.c (allocate_for_life_analysis, [...]): Remove declaration.H.J. Lu1998-06-201-2/+0