aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-04Revert accidental commit.Richard Henderson1-1/+1
2002-04-04re PR rtl-optimization/6165 ([i686] stack frame freed too early)Richard Henderson1-1/+1
2001-10-30flow.c (merge_blocks): Don't merge blocks if second block is nonlocal_goto ha...Jakub Jelinek1-7/+16
2001-09-07re PR rtl-optimization/3783 (gcc3.0/ia64 ICE on linux kernel file fs/ufs/supe...Jim Wilson1-0/+3
2001-06-06flow.c (mark_used_reg): Clean up looping over multiple hard registers.Richard Henderson1-115/+90
2001-05-15flow.c (life_analysis): After life analysis is complete...Jeffrey A Law1-2/+26
2001-05-13EH merge from mainline.Richard Henderson1-309/+108
2001-05-12flow.c (cleanup_cfg): Take no argument.Richard Henderson1-3/+2
2001-05-12flow.c (tidy_fallthru_edges): Don't combine complex edges.Richard Henderson1-3/+22
2001-05-12[multiple changes]Richard Henderson1-1/+0
2001-05-12bb-reorder.c, [...]: Rename asynchronous_exceptions to flag_non_call_exceptions.Richard Henderson1-2/+2
2001-04-28flow.c (propagate_block_delete_insn): Handle deletion of ADDR_VEC and ADDR_DI...Jeffrey A Law1-1/+4
2001-04-21flow.c (proagate_one_insn): Remove useless assignment.Mark Mitchell1-4/+1
2001-03-27Fix ia64-linux ICE on bash.Jim Wilson1-12/+42
2001-03-12flow.c (insn_dead_p): Don't consider two memrefs equivalent unless anti_depen...Richard Kenner1-18/+19
2001-02-21flow.c (mark_set_1): Make not_dead unsigned long.Richard Earnshaw1-6/+7
2001-02-15* flow.c (tidy_fallthru_edge): Never end block on line number NOTE.Richard Kenner1-1/+8
2001-02-04diagnostic.h (set_internal_error_function): Renamed.Richard Kenner1-3/+6
2001-01-23flow.c (init_propagate_block_info): Don't consider unchanging memories for de...Richard Henderson1-0/+7
2001-01-19rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility.Richard Kenner1-12/+4
2001-01-18flow.c (mark_set_1, [...]): Now case; rework to allow entry to be EXPR_LIST.Richard Kenner1-13/+20
2001-01-16flow.c (propagate_on_insn): Make trying to delete a prologue or epilogue insn...Richard Kenner1-21/+17
2001-01-16flow.c (struct propagate_block_info): Add mem_set_list_len.Richard Henderson1-3/+24
2001-01-11Partially undo a previous patchBernd Schmidt1-15/+1
2001-01-11flow.c (flow_call_edges_add): New.Michael Hayes1-0/+69
2001-01-09flow.c (flow_loop_scan): Break out of ...Michael Hayes1-43/+70
2001-01-07reload.c (subst_reloads): Take INSN argument.Alexandre Oliva1-6/+18
2001-01-02c-decl.c (c_decode_option): Remove support of -Wmissing-noreturn.Andreas Jaeger1-30/+36
2000-12-29Compute REG_N_SETS for ORIGINAL_REGNOs.Bernd Schmidt1-1/+15
2000-12-20rtl.h (REG_NON_LOCAL_GOTO): New.Richard Henderson1-5/+10
2000-12-20Fix ARM bootstrap problems introduced by last changeBernd Schmidt1-31/+36
2000-12-19Flow fixes for cond_exec on ia64Bernd Schmidt1-101/+230
2000-12-15* flow.c (notice_stack_pointer_modification_1): Cleanup.Jan Hubicka1-6/+1
2000-12-13flow.c (notice_stack_pointer_modification_1): Notice midifications using PRE_...Jan Hubicka1-0/+2
2000-12-07flow.c (calculate_global_regs_live): Force the stack pointer live after reloa...Richard Henderson1-3/+3
2000-12-04flow.c (calculate_global_regs_live): Only force stack pointer live before rel...Richard Henderson1-18/+29
2000-11-30flow.c (make_edge): Early out, if no flags to set.Michael Matz1-11/+25
2000-11-29function.h (emit_status): Delete member regno_pointer_flag and rename regno_p...John David Anglin1-1/+1
2000-11-27While building global lifetime information, keep track of which registers are...Bernd Schmidt1-13/+55
2000-11-24* flow.c (print_rtl_and_abort): Remove ANSIism.Arno J. Klaassen1-1/+1
2000-11-23Try to dump some information before aborting.Bernd Schmidt1-3/+35
2000-11-14Michael Matz <matzmich@cs.tu-berlin.de>Michael Matz1-245/+1
2000-11-09flow.c (invalidate_mems_from_set): Split out from ...Richard Henderson1-35/+48
2000-11-08flow.c (init_propagate_block_info): Protect the rtx stored in mem_set_list fr...Richard Henderson1-2/+24
2000-11-07flow.c (verify_local_live_at_start): Back out last change.J"orn Rennecke1-17/+4
2000-11-03* flow.c (verify_local_live_at_start): Allow hard regs to die.J"orn Rennecke1-4/+17
2000-10-18basic-block.h (struct loop): Delete fields pre_header_root and pre_header_tra...Michael Hayes1-19/+29
2000-10-13Remove obstacks.Mark Mitchell1-19/+38
2000-10-07calls.c (expand_call): Disallow sibcalls to noreturn functions.Richard Henderson1-7/+3
2000-10-05c-decl.c (warn_missing_noreturn): Remove.Richard Henderson1-2/+42