OSDN Git Service

Use C fixincludes for UnixWare 7.
[pf3gnuchains/gcc-fork.git] / gcc / flow.c
2001-02-16 kenner * flow.c (tidy_fallthru_edge): Never end block on...
2001-02-13 hubicka * cse.c (cse_main): Converts ifdefs on PIC_OFFSET_TABL...
2001-02-04 kenner * diagnostic.h (set_internal_error_function): Renamed.
2001-01-24 rth * flow.c (init_propagate_block_info): Don't...
2001-01-19 kenner * rtl.texi (SET, CLOBBER): Document PARALLEL as SET_DE...
2001-01-18 kenner * flow.c (mark_set_1, case PARALLEL): Now case; rework...
2001-01-16 kenner * flow.c (propagate_on_insn): Make trying to delete...
2001-01-16 rth * flow.c (struct propagate_block_info): Add...
2001-01-11 berndsPartially undo a previous patch
2001-01-11 m.hayes * flow.c (flow_call_edges_add): New.
2001-01-09 m.hayes * flow.c (flow_loop_scan): Break out of ...
2001-01-07 aoliva* reload.c (subst_reloads): Take INSN argument. When
2001-01-02 aj * c-decl.c (c_decode_option): Remove support of
2000-12-29 berndsCompute REG_N_SETS for ORIGINAL_REGNOs.
2000-12-21 rth * rtl.h (REG_NON_LOCAL_GOTO): New.
2000-12-20 berndsFix ARM bootstrap problems introduced by last change
2000-12-19 berndsFlow fixes for cond_exec on ia64
2000-12-15 hubicka * flow.c (notice_stack_pointer_modification_1): Cleanup.
2000-12-13 hubicka * flow.c (notice_stack_pointer_modification_1): Notice...
2000-12-07 rth * flow.c (calculate_global_regs_live): Force...
2000-12-05 rth * flow.c (calculate_global_regs_live): Only...
2000-11-30 rth * flow.c (make_edge): Early out, if no flags...
2000-11-30 law * function.h (emit_status): Delete member regno_pointe...
2000-11-27 berndsWhile building global lifetime information, keep track...
2000-11-24 rth * flow.c (print_rtl_and_abort): Remove ANSIism.
2000-11-23 berndsTry to dump some information before aborting.
2000-11-14 rthMichael Matz <matzmich@cs.tu-berlin.de>
2000-11-10 rth * flow.c (invalidate_mems_from_set): Split...
2000-11-09 rth * flow.c (init_propagate_block_info): Protect...
2000-11-07 amylaar * flow.c (verify_local_live_at_start): Back out last...
2000-11-03 amylaar * flow.c (verify_local_live_at_start): Allow hard...
2000-10-18 m.hayes * basic-block.h (struct loop): Delete fields pre_heade...
2000-10-13 mmitchel Remove obstacks.
2000-10-07 rth * calls.c (expand_call): Disallow sibcalls...
2000-10-06 rth * c-decl.c (warn_missing_noreturn): Remove.
2000-09-26 m.hayes * flow.c (flow_loop_pre_header_scan): Punt if loop...
2000-09-18 mmitchel * cppinit.c (cpp_init): Don't use ANSI prototypes.
2000-09-12 cruxDon't try to make autoincs with the stack pointer
2000-09-11 m.hayes * flow.c (split_block): Fix update of registers live at
2000-09-11 m.hayes2000-09-12 Michael Hayes <mhayes@cygnus.com>
2000-09-11 m.hayes * basic-block.h (split_block, update_bb_for_insn)...
2000-09-07 law * flow.c (insn_dead_p): Detect dead memory...
2000-09-01 kenner * flow.c (init_propagate_block_info): Don't mark frame...
2000-08-25 gkm * flow.c (dump_edge_info): Use ARRAY_SIZE.
2000-08-25 m.hayes * basic-block.h (struct loop): Rename `exits' field to
2000-08-25 m.hayes * loop.c (loop_dump_aux, debug_loop): New functions.
2000-08-24 gkm * optabs.c (init_optabs): Initialize fixtab, fixtrunct...
2000-08-22 rth * flow.c (tidy_fallthru_edge): Update b->end...
2000-08-22 rth * flow.c (calculate_global_regs_live): Mark...
2000-08-21 rearnsha* flow.c (init_propagate_block_info): Handle SUBREG...
2000-08-20 rth * flow.c (merge_blocks_nomove): Don't seek...
2000-08-15 rth * flow.c (mark_used_reg): Set reg_cond_reg...
2000-08-14 geoffk* flow.c (attempt_auto_inc): Remove unused variable...
2000-08-11 law * flow.c: Fix formatting.
2000-08-11 rth * flow.c (merge_blocks_nomove): Be more careful...
2000-08-08 rth * flow.c (life_analysis): Only turn off PROP_LO...
2000-08-08 rth * tm.texi (LOCAL_REGNO): Document.
2000-08-07 law * flow.c: Fix a comment typo.
2000-08-04 law * alias.c (mark_constant_function): Use INSN_P.
2000-08-03 law * flow.c (find_auto_inc): Verify that we've...
2000-08-02 mmitchel * Makefile.in (OBJS): Added dce.o.
2000-08-02 geoffk* rtl.h (enum reg_note): Add REG_MAYBE_DEAD.
2000-08-01 mmitchel * flow.c (clear_log_links): Fix typo.
2000-08-01 geoffk* flow.c (clear_log_links): Nuke global_live_at_start and
2000-07-31 mmitchel * Makefile.in (ssa.o): Updated header files in depende...
2000-07-30 rth * flow.c (init_propagate_block_info): Use pc_set.
2000-07-30 m.hayes * basic-block.h (struct loops): New field rc_order.
2000-07-28 rth * cse.c (canon_hash): Handle PRE_MODIFY/POST_MODIFY.
2000-07-27 mmitchel Put phi nodes after NOTE_INSN_BASIC_BLOCK.
2000-07-22 oldham2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
2000-07-21 law * flow.c (verify_flow_info): Revamp code to...
2000-07-17 law * flow.c (libcall_dead_p): Use single_set to verify...
2000-06-29 m.hayes * flow.c (flow_depth_first_order_compute): Fix algorithm.
2000-06-19 amylaar * Take REG_INC notes into account.
2000-06-13 rth * flow.c (insn_dead_p): Keep sets to PIC_OFFSET...
2000-06-13 rth * combine.c (subst): Use CLASS_CANNOT_CHANGE_MO...
2000-06-12 rearnsha* flow.c (mark_used_regs): Revert last change.
2000-06-11 rearnsha* flow.c (mark_used_regs): Don't call find_auto_inc...
2000-05-31 rth * flow.c (merge_blocks_nomove): Remove a barrie...
2000-05-31 rth * flow.c (propagate_block): Move initialization...
2000-05-31 kenner * flow.c (propagate_block): If block has no successors...
2000-05-29 rearnsha* flow.c (mark_used_reg): If a register is unconditiona...
2000-05-26 rearnsha* flow.c (find_label_refs): New function.
2000-05-26 rth * bb-reorder.c (reorder_block_def): Reorder...
2000-05-25 rth * flow.c (mark_set_1): Don't record conditional...
2000-05-25 rth * combine.c (try_combine): Use any_condjump_p...
2000-05-19 kenner * cse.c (cse_basic_block): Only call find_reg_note...
2000-05-19 rth * basic-block.h (struct edge_def): New field "count".
2000-05-19 rth * flow.c (make_edges): The sibling call edge...
2000-05-19 rth * jump.c (redirect_jump): Add delete_unused...
2000-05-17 rth * flow.c (commit_one_edge_insertion): Be prepar...
2000-05-12 rth * Makefile.in (final.o): Depend on BASIC_BLOCK_H.
2000-05-10 nickcDo not bias REG_N_REFS by loop_depth when optimising...
2000-05-10 rth * flow.c (find_basic_blocks_1): Remove any...
2000-05-10 rth * flow.c (find_basic_blocks_1): Do not delete...
2000-05-09 denisc * flow.c (flow_delete_insn): Use INSN_DELETED_P for...
2000-05-08 rth * flow.c (init_propagate_block_info): Watch...
2000-05-07 rth * flow.c (mark_set_1): Don't update conditional...
2000-05-06 kennerAdd imssing blank line
2000-05-06 rth * flow.c (mark_set_1): Respect not_dead when...
next