OSDN Git Service

* doc/cpp.texi, doc/cppinternals.texi, doc/invoke.texi,
[pf3gnuchains/gcc-fork.git] / gcc / flow.c
2001-12-09 jsm28 * ChangeLog.2, ChangeLog.3, ChangeLog.5, ChangeLog...
2001-12-06 amacleod2001-12-06 Andrew MacLeod <amacleod@redhat.com>
2001-12-05 amacleod2001-12-04 Andrew MacLeod <amacleod@redhat.com>
2001-12-04 jakub * flow.c (ior_reg_cond): Return NULL if ! add and...
2001-11-27 ghazi * ia64/aix.h (REG_SIZE): Don't #undef.
2001-11-11 jsm28 * ChangeLog.2, ChangeLog.3, ChangeLog.4, ChangeLog...
2001-11-09 geoffk * flow.c (insn_dead_p): Allow for AUTO_INC notes all...
2001-10-29 hubicka * basic-block.h (purge_all_dead_edges): Add update_lif...
2001-10-28 jsm28 * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog...
2001-10-26 aj * flow.c (clear_log_links): Remove unused variable.
2001-10-22 rth * flow.c (clear_log_links): Use free_INSN_LIST_...
2001-10-20 hubicka * basic-block.h (find_sub_basic_blocks): Use sbitmap...
2001-10-11 wehle * rtlanal.c (noop_move_p): Insns with a REG_RETVAL...
2001-10-11 shebs2001-10-10 Stan Shebs <shebs@apple.com>
2001-10-07 ghazi * builtins.c (expand_builtin_setjmp_receiver): Const...
2001-10-01 mmitchel * flow.c (propagate_block_delete_libcall): Remove...
2001-09-24 uweigand* flow.c (delete_dead_jumptables): Delete jumptable...
2001-09-21 hubicka * basic-block.h (flow_delete_insn, flow_delete_insn_ch...
2001-09-16 hubicka * basic-block.h (free_bb_for_insn): Declare.
2001-09-10 hubicka * Makefile.in (cfg.o, cfganal.o, cfgloop.o, cfgbuild...
2001-09-07 wilsonFix for PR 3783.
2001-08-28 dberlin2001-08-28 Daniel Berlin <dan@cgsoftware.com>
2001-08-28 rth * flow.c (redirect_edge_succ_nodup): Return...
2001-08-27 rth * flow.c (verify_flow_info): Use checksums...
2001-08-27 dnovillo * flow.c (flow_loop_dump): Do not display insn UIDs...
2001-08-23 hubicka * function.c (thread_prologue_and_epilogue_insns)...
2001-08-22 jason * jump.c (squeeze_notes): Take parms by referen...
2001-08-22 gerald * Makefile.in, alias.c, basic-block.h, bb-reorder...
2001-08-22 rth * flow.c (flow_find_cross_jump): Don't consider...
2001-08-21 aj * profile.c (compute_branch_probabilities): Remove...
2001-08-21 dnovillo * basic-block.h (basic_block): Add new field 'flags'.
2001-08-19 rth * flow.c (mark_regs_live_at_end): Use regs_inva...
2001-08-15 wehle * rtl.h (only_sets_cc0_p): New prototype.
2001-08-14 law * flow.c (commit_one_edge_insertion): Don't separate...
2001-08-10 zack * calls.c, function.c: Always define PREFERRED_STACK_B...
2001-08-08 kazu * dbxout.c: Fix comment formatting.
2001-08-08 aj2001-08-08 Jan van Male <jan.vanmale@fenk.wau.nl>
2001-08-08 hubicka * calls.c (ECF_ALWAYS_RETURN): New constant.
2001-08-08 grahams * flow.c (back_edge_of_syntactic_loop_p): Add whitespace.
2001-08-07 hubicka * calls.c (expand_call): Do not emit INSN_SETJMP note.
2001-08-07 hubicka * alias.c (nonlocal_mentioned_p):
2001-08-06 rth * Makefile.in (reload1.o): Add dedendancy on...
2001-08-04 hubicka * loop.c (try_copy_prop); Kill invalidated REG_EQUAL...
2001-07-31 wehle * flow.c (merge_blocks): Return 1 if an extra...
2001-07-30 hubicka * i386.c (ix86_output_main_function_alignment_hack...
2001-07-30 hubicka * flow.c (mark_set_1): Use REG_FREQ_FROM_BB.
2001-07-29 hubicka * basic-block.h (CLEANUP_PRE_LOOP): New.
2001-07-29 rth * flow.c (life_analysis): Elide PROP_ALLOW_CFG_...
2001-07-29 rth * flow.c (add_to_mem_set_list): New function.
2001-07-28 hubicka * basic-block.h (EDGE_FREQUENCY): New macro.
2001-07-27 hubicka * flow.c (last_loop_beg_note): New function.
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...
next