| Commit message (Expand) | Author | Age | Files | Lines |
* | 2000-09-12 Michael Hayes <mhayes@cygnus.com> | m.hayes | 2000-09-11 | 1 | -1/+20 |
* | * basic-block.h (split_block, update_bb_for_insn): New prototypes. | m.hayes | 2000-09-11 | 1 | -0/+2 |
* | * basic-block.h (struct loop): Rename `exits' field to | m.hayes | 2000-08-25 | 1 | -1/+7 |
* | * loop.c (loop_dump_aux, debug_loop): New functions. | m.hayes | 2000-08-25 | 1 | -2/+6 |
* | * Makefile.in (OBJS): Added dce.o. | mmitchel | 2000-08-02 | 1 | -9/+16 |
* | * Makefile.in (ssa.o): Updated header files in dependences. | mmitchel | 2000-07-31 | 1 | -0/+1 |
* | * basic-block.h (struct loops): New field rc_order. | m.hayes | 2000-07-30 | 1 | -0/+5 |
* | * ifcvt.c (EDGE_COMPLEX): Move definition ... | wehle | 2000-06-14 | 1 | -0/+2 |
* | Fix formatting of comment | kenner | 2000-05-31 | 1 | -1/+2 |
* | * bb-reorder.c (reorder_block_def): Reorder elements for size. | rth | 2000-05-26 | 1 | -0/+2 |
* | * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0. | kenner | 2000-05-19 | 1 | -4/+2 |
* | * basic-block.h (struct edge_def): New field "count". | rth | 2000-05-19 | 1 | -0/+4 |
* | * toplev.c (rest_of_compilation): Don't call optimize_mode_switching | rth | 2000-05-17 | 1 | -1/+1 |
* | * flow.c (propagate_one_insn): Break out from propagate_block. | rth | 2000-04-27 | 1 | -0/+7 |
* | * basic-block.h (life_analysis): Declare here ... | rth | 2000-04-27 | 1 | -0/+1 |
* | * flow.c (flow_delete_block): Rename from delete_block. Export. | rth | 2000-04-27 | 1 | -0/+1 |
* | * builtins.c (expand_builtin_expect): New. | rth | 2000-04-17 | 1 | -0/+1 |
* | * ssa.c (convert_to_ssa): Eliminate dead code when calling | samuel | 2000-04-09 | 1 | -0/+9 |
* | * basic-block.h (conflict_graph_enum_fn): K&R fix. | ghazi | 2000-04-08 | 1 | -1/+1 |
* | * basic-block.h (merge_blocks_nomove): Declare. | rth | 2000-04-07 | 1 | -1/+3 |
* | * rtl.h (INSN_P): New macro. | samuel | 2000-04-06 | 1 | -1/+30 |
* | * basic-block.h (verify_flow_info): Declare. | law | 2000-04-05 | 1 | -0/+6 |
* | * flow.c: Move all basic block reordering code into its own file. | jle | 2000-03-16 | 1 | -0/+1 |
* | * basic-block.h (ALLOCA_REG_SET): Remove. | mmitchel | 2000-03-05 | 1 | -2/+2 |
* | * flow.c (dump_regset, debug_regset, dump_bb, debug_bb, | zack | 2000-02-17 | 1 | -0/+5 |
* | * Makefile.in (lcm.o): Depend on insn-attr.h. | amylaar | 2000-02-15 | 1 | -0/+1 |
* | * basic_block.h: Added prototype for reorder_basic_blocks. | jle | 2000-02-14 | 1 | -0/+4 |
* | * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete. | m.hayes | 2000-02-12 | 1 | -2/+0 |
* | * flow.c (flow_delete_insn, make_edge, remove_edge): Export. | rth | 2000-02-06 | 1 | -0/+4 |
* | Fri Jan 7 19:48:04 CET 2000 Jan Hubicka <jh@suse.cz> | jle | 2000-01-29 | 1 | -0/+10 |
* | 2000-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz> | m.hayes | 2000-01-25 | 1 | -1/+1 |
* | 2000-01-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz> | m.hayes | 2000-01-23 | 1 | -0/+3 |
* | * loop.c (this_loop_info): Delete. | m.hayes | 2000-01-15 | 1 | -0/+41 |
* | Thu Jan 13 14:46:03 2000 Jason Eckhardt <jle@cygnus.com> | jle | 2000-01-14 | 1 | -0/+3 |
* | * alias.c: PROTO -> PARAMS. | ghazi | 2000-01-11 | 1 | -37/+37 |
* | * flow.c (flow_nodes_print, flow_loops_cfg_dump): New functions. | m.hayes | 1999-11-30 | 1 | -0/+90 |
* | Add regset_head and INIT_REG_SET. | crux | 1999-11-22 | 1 | -1/+7 |
* | * basic-block.h (update_life_extent): Remove trailing comma on | law | 1999-11-18 | 1 | -1/+1 |
* | * basic-block.h: Remove all #defines and prototypes related to | law | 1999-11-15 | 1 | -43/+0 |
* | * basic-block.h (dump_bb_data): Remove declaration. | law | 1999-11-15 | 1 | -2/+0 |
* | * basic-block.h (compute_available): Returns a void now. | law | 1999-11-11 | 1 | -1/+1 |
* | * gcse.c (post_dominators): Kill. | law | 1999-11-07 | 1 | -3/+0 |
* | Reorg reg-stack to use the standard CFG. | rth | 1999-10-27 | 1 | -0/+4 |
* | * basic-block.h (PROP_*): Move constants from ... | rth | 1999-10-20 | 1 | -1/+13 |
* | * basic-block.h (set_block_num): Declare. | rth | 1999-10-18 | 1 | -0/+1 |
* | * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available): | law | 1999-10-17 | 1 | -7/+9 |
* | * combine.c (refresh_blocks, need_refresh): New. | rth | 1999-10-10 | 1 | -2/+3 |
* | * Makefile.in (flow.o): Depend on TREE_H. | rth | 1999-10-09 | 1 | -3/+20 |
* | Thu Sep 23 10:36:55 EDT 1999 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1999-09-23 | 1 | -1/+2 |
* | Wed Sep 22 11:34:08 EDT 1999 Andrew MacLeod <amacleod@cygnus.com> | amacleod | 1999-09-22 | 1 | -1/+1 |