OSDN Git Service

Daily bump.
[pf3gnuchains/gcc-fork.git] / gcc / flow.c
2001-07-27 wehle * flow.c (redirect_edge_and_branch_force):...
2001-07-26 hubicka * rtl.h (cleanup_barriers): Declare.
2001-07-26 wehle * basic-block.h (PROP_ALLOW_CFG_CHANGES): Define.
2001-07-25 hubicka * flow.c (delete_dead_jumptables): New function.
2001-07-25 rth * flow.c (find_sub_basic_blocks): Fix handling...
2001-07-24 hubicka * flow.c (try_simplify_condjump): Avoid duplicated...
2001-07-24 hubicka * flow.c (try_forward_edges): Accept fallthru edge...
2001-07-24 hubicka * flow.c (delete_noop_moves): Do not confuse libcall...
2001-07-24 rth * flow.c (try_simplify_condjump): Use tidy_fall...
2001-07-23 hubicka * flow.c (try_simplify_condjump): Unlink insn chain on
2001-07-23 hubicka * basic-block.h (find_sub_basic_block): Declare.
2001-07-23 rth * flow.c: Grammar check and clarify a lot of...
2001-07-22 rth * flow.c (split_block): Make sure bb_note is...
2001-07-22 hubicka * basic-block.h (redirect_edge_and_branch_force,
2001-07-21 kazu * flow.c (try_redirect_by_replacing_jump): Correctly...
2001-07-18 hubicka * flow.c (redirect_edge_and_branch): Bail out on compl...
2001-07-17 aj * config/i386/unix.h (ASM_OUTPUT_MI_THUNK)...
2001-07-16 hubicka * basic-block.h (CLEANUP_PRE_SIBCALL): New constant.
2001-07-16 rth * hard-reg-set.h (regs_invalidated_by_call...
2001-07-15 rth * flow.c (redirect_edge_and_branch_force):...
2001-07-14 hubicka Re-install recently reverted patch.
2001-07-14 hubicka * bb-reorder.c (skip_insn_after_block): Get past the...
2001-07-13 geoffk Revert Jan Hubicka's patch of Fri Jul 13 14:46:21...
2001-07-13 hubicka * emit-rtl.c (try_split): Update mark_jump_label call.
2001-07-12 hubicka * flow.c (try_optimize_cfg): Delete whole chain of...
2001-07-12 hubicka * flow.c (find_basic_blocks_1): Do not emit NOP after...
2001-07-11 hubicka * flow.c (merge_blocks_move_successor_nojumps): Do...
2001-07-11 law * gcse.c, lcm.c, sched-deps.c:
2001-07-10 aj2001-07-10 Jan van Male <jan.vanmale@fenk.wau.nl>
2001-07-10 dnovillo2001-07-09 Diego Novillo <dnovillo@redhat.com>
2001-07-09 hubicka * flow.c (redirect_edge_and_branch_force): New.
2001-07-06 law * basic-block.h (first_insn_after_basic_block_n...
2001-07-05 oldham2001-07-05 Jeffrey Oldham <oldham@codesourcery.com>
2001-07-02 hubicka * flow.c (try_redirect_by_replacing_jump): Remove...
2001-07-02 kenner * flow.c (try_simplify_condjump): Fix typo in updating...
2001-06-29 dnovillo2001-06-28 Diego Novillo <dnovillo@redhat.com>
2001-06-28 law * Makefile.in (OBJS): Add df.o
2001-06-28 hubicka * flow.c (try_merge_block): Rename to try_optimize_cfg;
2001-06-28 hubicka * i386.md (cmp?i): Simplify; refuse immediate operand
2001-06-23 hubicka * flow.c (attempt_auto_inc, try_pre_increment_1):...
2001-06-22 hubicka * flow.c (mark_set_1, attempt_auto_inc, mark_used_reg,
2001-06-22 hubicka * predict.c (block_info_def): Add nvisited.
2001-06-22 dnovillo2001-06-22 Diego Novillo <dnovillo@redhat.com>
2001-06-22 hubicka * regs.h (struct reg_info_def): Add freq field.
2001-06-21 rth * flow.c (entry_exit_blocks): Initialize frequency.
2001-06-19 law * flow.c (delete_unreachable_blocks): Fix patch...
2001-06-18 law * flow.c (find_unreachable_blocks): New function.
2001-06-08 mmitchel * basic-block.h: Improve comments.
2001-06-06 rth * flow.c (mark_used_reg): Clean up looping...
2001-05-31 hubicka * flow.c (set_block_for_new_insns): Remove bogus shortcut.
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...
next