aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)AuthorFilesLines
2001-06-19flow.c (delete_unreachable_blocks): Fix patch error in previous change (call ...Jeffrey A Law1-0/+2
2001-06-18flow.c (find_unreachable_blocks): New function.Jeffrey A Law1-7/+15
2001-06-08basic-block.h: Improve comments.Mark Mitchell1-3/+29
2001-06-06flow.c (mark_used_reg): Clean up looping over multiple hard registers.Richard Henderson1-115/+90
2001-05-31flow.c (set_block_for_new_insns): Remove bogus shortcut.Jan Hubicka1-6/+0
2001-05-15flow.c (life_analysis): After life analysis is complete...Jeffrey A Law1-2/+26
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-04-10gcse.c (update_ld_motion_stores): Don't use variable I for an insn.Richard Kenner1-2/+2
2001-04-09basic-block.h (set_new_block_for_insns): New Prototype.Andrew MacLeod1-5/+28
2001-04-04rtl.h (set_noop_p): Declare.John Wehle1-22/+0
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-7/+4
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-309/+108
2001-03-27flow.c (cleanup_cfg): Take no argument.Richard Henderson1-3/+2
2001-03-27flow.c (tidy_fallthru_edges): Don't combine complex edges.Richard Henderson1-3/+22
2001-03-27bb-reorder.c, [...]: Rename asynchronous_exceptions to flag_non_call_exceptions.Richard Henderson1-2/+2
2001-03-27Fix ia64-linux ICE on bash.Jim Wilson1-12/+42
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-1/+0
2001-03-12flow.c (insn_dead_p): Don't consider two memrefs equivalent unless anti_depen...Richard Kenner1-18/+19
2001-02-24flow.c (find_sub_basic_blocks): New function.Jan Hubicka1-5/+121
2001-02-21flow.c (init_propagate_block_info): Canon address and use single_set for kill...Jan Hubicka1-9/+10
2001-02-21new macro REVERSE_CONDEXEC_PREDICATES_PAldy Hernandez1-1/+7
2001-02-21flow.c (mark_set_1): Make not_dead unsigned long.Richard Earnshaw1-6/+7
2001-02-18flow.c (print_rtl_and_abort_fcn): Renamed from print_rtl_and_abort.Richard Kenner1-3/+15
2001-02-15* flow.c (tidy_fallthru_edge): Never end block on line number NOTE.Richard Kenner1-1/+8
2001-02-13cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABLE_REGNUM to conditionals.Jan Hubicka1-6/+4
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