OSDN Git Service

* unwind-dw2-fde.c (__deregister_frame_info): Stringize use
[pf3gnuchains/gcc-fork.git] / gcc / flow.c
2001-05-16 law * flow.c (life_analysis): After life analysis...
2001-04-28 law * flow.c (propagate_block_delete_insn): Handle...
2001-04-21 mmitchel * flow.c (proagate_one_insn): Remove useless assignment.
2001-04-10 kenner * gcse.c (update_ld_motion_stores): Don't use variable...
2001-04-09 amacleod2001-04-09 Andrew MacLeod <amacleod@redhat.com>
2001-04-04 wehle * rtl.h (set_noop_p): Declare.
2001-04-03 amacleod2001-04-03 Jakub Jelinek <jakub@redhat.com>
2001-03-28 rthIA-64 ABI Exception Handling.
2001-03-28 rth * flow.c (cleanup_cfg): Take no argument.
2001-03-28 rth * flow.c (tidy_fallthru_edges): Don't combine...
2001-03-28 rth * bb-reorder.c, dwarf2out.c, except.c, except...
2001-03-27 wilsonFix ia64-linux ICE on bash.
2001-03-22 rth * mkconfig.sh: Include insn-flags.h.
2001-03-12 kenner * flow.c (insn_dead_p): Don't consider two memrefs...
2001-02-24 hubicka * flow.c (find_sub_basic_blocks): New function.
2001-02-21 hubicka * flow.c (init_propagate_block_info): Canon address...
2001-02-21 aldyhnew macro REVERSE_CONDEXEC_PREDICATES_P
2001-02-21 rearnsha* flow.c (mark_set_1): Make not_dead unsigned long...
2001-02-18 kenner * flow.c (print_rtl_and_abort_fcn): Renamed from print...
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...
next