aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
AgeCommit message (Expand)Author
2001-02-04 * diagnostic.h (set_internal_error_function): Renamed.Richard Kenner
2001-01-24 * flow.c (init_propagate_block_info): Don't consider unchangingRichard Henderson
2001-01-19 * rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DEST possibility.Richard Kenner
2001-01-18 * flow.c (mark_set_1, case PARALLEL): Now case; rework to allowRichard Kenner
2001-01-16 * flow.c (propagate_on_insn): Make trying to delete a prologueRichard Kenner
2001-01-16 * flow.c (struct propagate_block_info): Add mem_set_list_len.Richard Henderson
2001-01-11Partially undo a previous patchBernd Schmidt
2001-01-11 * flow.c (flow_call_edges_add): New.Michael Hayes
2001-01-09 * flow.c (flow_loop_scan): Break out of ...Michael Hayes
2001-01-07* reload.c (subst_reloads): Take INSN argument. WhenAlexandre Oliva
2001-01-02 * c-decl.c (c_decode_option): Remove support ofAndreas Jaeger
2000-12-29Compute REG_N_SETS for ORIGINAL_REGNOs.Bernd Schmidt
2000-12-21 * rtl.h (REG_NON_LOCAL_GOTO): New.Richard Henderson
2000-12-20Fix ARM bootstrap problems introduced by last changeBernd Schmidt
2000-12-19Flow fixes for cond_exec on ia64Bernd Schmidt
2000-12-15 * flow.c (notice_stack_pointer_modification_1): Cleanup.Jan Hubicka
2000-12-13 * flow.c (notice_stack_pointer_modification_1): Notice midificationsJan Hubicka
2000-12-07 * flow.c (calculate_global_regs_live): Force the stack pointer liveRichard Henderson
2000-12-05 * flow.c (calculate_global_regs_live): Only force stack pointerRichard Henderson
2000-11-30 * flow.c (make_edge): Early out, if no flags to set.Michael Matz
2000-11-30 * function.h (emit_status): Delete member regno_pointer_flag andJeffrey A Law
2000-11-27While building global lifetime information, keep track of which registers areBernd Schmidt
2000-11-24 * flow.c (print_rtl_and_abort): Remove ANSIism.Arno J. Klaassen
2000-11-23Try to dump some information before aborting.Bernd Schmidt
2000-11-14Michael Matz <matzmich@cs.tu-berlin.de>Michael Matz
2000-11-10 * flow.c (invalidate_mems_from_set): Split out from ...Richard Henderson
2000-11-09 * flow.c (init_propagate_block_info): Protect the rtx stored inRichard Henderson
2000-11-07 * flow.c (verify_local_live_at_start): Back out last change.J"orn Rennecke
2000-11-03 * flow.c (verify_local_live_at_start): Allow hard regs to die.J"orn Rennecke
2000-10-18 * basic-block.h (struct loop): Delete fields pre_header_rootMichael Hayes
2000-10-13 Remove obstacks.Mark Mitchell
2000-10-07 * calls.c (expand_call): Disallow sibcalls to noreturn functions.Richard Henderson
2000-10-06 * c-decl.c (warn_missing_noreturn): Remove.Richard Henderson
2000-09-26 * flow.c (flow_loop_pre_header_scan): Punt if loop entersMichael Hayes
2000-09-18 * cppinit.c (cpp_init): Don't use ANSI prototypes.Mark Mitchell
2000-09-12Don't try to make autoincs with the stack pointerBernd Schmidt
2000-09-11 * flow.c (split_block): Fix update of registers live atMichael Hayes
2000-09-112000-09-12 Michael Hayes <mhayes@cygnus.com>Michael Hayes
2000-09-11 * basic-block.h (split_block, update_bb_for_insn): New prototypes.Michael Hayes
2000-09-07 * flow.c (insn_dead_p): Detect dead memory stores with auto increments.Herman A.J. ten Brugge
2000-09-01 * flow.c (init_propagate_block_info): Don't mark frame dead at endRichard Kenner
2000-08-25 * flow.c (dump_edge_info): Use ARRAY_SIZE.Greg McGary
2000-08-25 * basic-block.h (struct loop): Rename `exits' field toMichael Hayes
2000-08-25 * loop.c (loop_dump_aux, debug_loop): New functions.Michael Hayes
2000-08-24 * optabs.c (init_optabs): Initialize fixtab, fixtrunctab, floattab,Greg McGary
2000-08-22 * flow.c (tidy_fallthru_edge): Update b->end properly.Richard Henderson
2000-08-22 * flow.c (calculate_global_regs_live): Mark frame pointer liveRichard Henderson
2000-08-21* flow.c (init_propagate_block_info): Handle SUBREG in a jumpRichard Earnshaw
2000-08-20 * flow.c (merge_blocks_nomove): Don't seek back past the bb note.Richard Henderson
2000-08-15 * flow.c (mark_used_reg): Set reg_cond_reg appropriately.Richard Henderson