OSDN Git Service

* flow.c (struct reg_cond_life_info): New.
[pf3gnuchains/gcc-fork.git] / gcc / flow.c
2000-04-30 rth * flow.c (struct reg_cond_life_info): New.
2000-04-27 hubicka * function.c (epilogue_done): Pass whole insn to recor...
2000-04-27 rth * flow.c (struct propagate_block_info): Remove...
2000-04-27 rth * flow.c (calculate_global_regs_live): Force...
2000-04-27 rth * flow.c (allocate_reg_life_data): Set max_regn...
2000-04-27 rth * flow.c (count_reg_sets_1): Remove.
2000-04-27 rth * flow.c (update_life_info): Consider blocks...
2000-04-27 rth * flow.c (tidy_fallthru_edge): Don't delete...
2000-04-27 rth * jump.c (invert_jump): Always invert REG_BR_PR...
2000-04-27 rth * flow.c (mark_set_1): New arguments code and...
2000-04-27 rth * flow.c (find_auto_inc): Use pbi->bb instead...
2000-04-27 rth * flow.c (propagate_one_insn): Break out from...
2000-04-27 rth * basic-block.h (life_analysis): Declare here ...
2000-04-27 rth * flow.c (flow_delete_block): Rename from delet...
2000-04-24 mmitchel * regs.h (reg_n_max): Don't declare.
2000-04-22 rth * flow.c (mark_used_reg): Hack around rs6000...
2000-04-15 kenner * flow.c (count_basic_blocks, find_basic_blocks_1...
2000-04-14 kenner * flow.c (count_basic_blocks): Remove unused var PREV_...
2000-04-14 rth * flow.c (find_auto_inc): Don't autoinc eliminable...
2000-04-12 rth * flow.c (struct propagate_block_info): Add...
2000-04-09 samuel * ssa.c (convert_to_ssa): Eliminate dead code when...
2000-04-08 rth * flow.c (mark_used_reg): Use reg_set_p to...
2000-04-07 rth * flow.c (loop_depth): Remove.
2000-04-07 rth * basic-block.h (merge_blocks_nomove): Declare.
2000-04-07 rth * flow.c (compute_flow_dominators): Free worklist.
2000-04-07 rth Michael Matz <matzmich@cs.tu-berlin.de>
2000-04-06 samuel * rtl.h (INSN_P): New macro.
2000-04-05 law * basic-block.h (verify_flow_info): Declare.
2000-03-25 kenner * Rework fields used to describe positions of bitfield...
2000-03-24 geoffk* flow.c (propagate_block): When we delete an ADDR_VEC,
2000-03-22 rth * flow.c (delete_block): Fix typo last change.
2000-03-19 rth * flow.c (delete_block): Delete the addr_vec...
2000-03-18 rth * flow.c (make_edges): Use INTVAL to access...
2000-03-17 rthSibling call optimizations.
2000-03-16 jle * flow.c: Move all basic block reordering code into...
2000-03-15 jle * flow.c (verify_flow_info): Check for unconditional...
2000-03-14 jle * flow.c (fixup_reorder_chain): Avoid double...
2000-03-14 jle * flow.c (reorder_basic_blocks): Account for barriers...
2000-03-10 rthFix typo last change.
2000-03-10 rth * except.c (can_throw): Use INTVAL on a CONST_INT.
2000-03-10 samuelChanges in include:
2000-03-08 jason * flow.c (count_basic_blocks, find_basic_blocks...
2000-03-05 mmitchel * basic-block.h (ALLOCA_REG_SET): Remove.
2000-02-26 lawFix copyrights.
2000-02-24 rth * flow.c (life_analysis): When collecting reg...
2000-02-21 ghazi * defaults.h (ASM_OUTPUT_ASCII): Constify a char*.
2000-02-19 kenner * bitmap.c (bitmap_operation): Avoid using -1 for...
2000-02-17 zack * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
2000-02-16 rthJonathan Larmour <jlarmour@redhat.co.uk>:
2000-02-14 jle * basic_block.h: Added prototype for reorder_ba...
2000-02-12 m.hayes * flow.c (flow_loop_tree_node_add): Use better algorit...
2000-02-10 ghazi * flow.c (mark_regs_live_at_end): Delete unused...
2000-02-08 rth * flow.c (tidy_fallthru_edges): Split out from ...
2000-02-06 rth * flow.c (flow_delete_insn, make_edge, remove_e...
2000-02-04 rth * function.c (diddle_return_value): Rework...
2000-02-02 cpopetz * flow.c (find_basic_blocks): Don't kill label_value_list
2000-02-02 rth * flow.c (mark_regs_live_at_end): Follow expand...
2000-01-29 mmitchel * flow.c (mark_regs_live_at_end): Fix typo.
2000-01-29 jleFri Jan 7 19:48:04 CET 2000 Jan Hubicka <jh@suse.cz>
2000-01-28 rth * flow.c (find_basic_blocks): Remove do_cleanup...
2000-01-28 rth * Makefile.in (flow.o): Revert 24 Jan change.
2000-01-26 rth * Makefile.in (flow.o): Depend on $(EXPR_H).
2000-01-23 m.hayes2000-01-24 Michael Hayes <m.hayes@elec.canterbury...
2000-01-20 rth * flow.c (propagate_block): Replace FIRST,...
2000-01-19 rth * stupid.c: Die die die.
2000-01-14 ghazi * eh-common.h: PROTO -> PARAMS.
2000-01-14 law * flow.c (split_edge): Do not call set_block_fo...
2000-01-13 law * flow.c (split_edge): If we have to insert a new...
2000-01-11 cpopetz * flow.c (propagate_block): When a prologue...
2000-01-06 rth * flow.c (mark_set_1): Use loop_depth+1 as...
1999-12-27 rth * alias.c (nonlocal_reference_p): Add else...
1999-12-24 ghazi * Makefile.in (toplev.o): Depend on loop.h.
1999-12-18 kenner * alias.c: Minor reformatting.
1999-12-15 hubicka * flow.c (calculate_loop_depth): Make global, remove...
1999-12-15 hubicka * flow.c (dump_flow_info): Dump loop_depth.
1999-12-13 law * flow.c (create_edge_list): Cast xmalloc retur...
1999-12-10 ghazi * flow.c (flow_loops_dump): Avoid ANSI string...
1999-12-09 hubicka * flow.c (recompute_reg_usage): Use basic block info...
1999-12-09 rth * flow.c (count_basic_blocks): Don't add (use...
1999-12-04 m.hayes * flow.c (flow_loops_dump): Add missing argument when...
1999-11-30 m.hayes * flow.c (flow_nodes_print, flow_loops_cfg_dump):...
1999-11-18 law * flow.c (split_edge): Take looping structure into...
1999-11-16 rth * flow.c (calculate_global_regs_live): Zero...
1999-11-15 law * basic-block.h: Remove all #defines and protot...
1999-11-15 law * basic-block.h (dump_bb_data): Remove declaration.
1999-11-11 law * flow.c (compute_flow_dominators): Initially...
1999-11-10 law * flow.c (compute_flow_dominators): No longer...
1999-11-07 law * gcse.c (post_dominators): Kill.
1999-11-05 rth * bitmap.h (BITMAP_XFREE): New.
1999-11-01 mmitchel * bitmap.h (BITMAP_XMALLOC): New macro.
1999-11-01 law * flow.c (calculate_global_regs_live): Fix...
1999-10-29 rth * flow.c (count_or_remove_death_notes): Equate...
1999-10-29 ghazi * flow.c (debug_flow_info): Add prototype.
1999-10-28 geoffk* flow.c (propagate_block): When the last reference...
1999-10-27 mmitchel * rtl.h (note_stores): Add additional paramter.
1999-10-27 rth * flow.c (merge_blocks_move_predecessor_nojumps...
1999-10-20 rth * basic-block.h (PROP_*): Move constants from ...
1999-10-20 rearnsha(split_edge): Handle casesi insns.
1999-10-20 rearnsha(merge_blocks_move_predecessor_nojumps): Re-order the...
1999-10-18 rth * basic-block.h (set_block_num): Declare.
next