aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
AgeCommit message (Expand)Author
2000-11-27While building global lifetime information, keep track of which registers areBernd Schmidt
2000-11-14Michael Matz <matzmich@cs.tu-berlin.de>Michael Matz
2000-10-18 * basic-block.h (struct loop): Delete fields pre_header_rootMichael Hayes
2000-10-13 Remove obstacks.Mark Mitchell
2000-09-112000-09-12 Michael Hayes <mhayes@cygnus.com>Michael Hayes
2000-09-11 * basic-block.h (split_block, update_bb_for_insn): New prototypes.Michael Hayes
2000-08-25 * basic-block.h (struct loop): Rename `exits' field toMichael Hayes
2000-08-25 * loop.c (loop_dump_aux, debug_loop): New functions.Michael Hayes
2000-08-02 * Makefile.in (OBJS): Added dce.o.Jeffrey Oldham
2000-07-31 * Makefile.in (ssa.o): Updated header files in dependences.Jeffrey D. Oldham
2000-07-30 * basic-block.h (struct loops): New field rc_order.Michael Hayes
2000-06-14 * ifcvt.c (EDGE_COMPLEX): Move definition ...John Wehle
2000-05-31Fix formatting of commentRichard Kenner
2000-05-26 * bb-reorder.c (reorder_block_def): Reorder elements for size.Richard Henderson
2000-05-19 * cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner
2000-05-19 * basic-block.h (struct edge_def): New field "count".Jan Hubicka
2000-05-17 * toplev.c (rest_of_compilation): Don't call optimize_mode_switchingRichard Henderson
2000-04-27 * flow.c (propagate_one_insn): Break out from propagate_block.Richard Henderson
2000-04-27 * basic-block.h (life_analysis): Declare here ...Richard Henderson
2000-04-27 * flow.c (flow_delete_block): Rename from delete_block. Export.Richard Henderson
2000-04-17 * builtins.c (expand_builtin_expect): New.Richard Henderson
2000-04-09 * ssa.c (convert_to_ssa): Eliminate dead code when callingAlex Samuel
2000-04-08 * basic-block.h (conflict_graph_enum_fn): K&R fix.Kaveh Ghazi
2000-04-07 * basic-block.h (merge_blocks_nomove): Declare.Richard Henderson
2000-04-06 * rtl.h (INSN_P): New macro.Alex Samuel
2000-04-05 * basic-block.h (verify_flow_info): Declare.Jeffrey A Law
2000-03-16 * flow.c: Move all basic block reordering code into its own file.Jason Eckhardt
2000-03-05 * basic-block.h (ALLOCA_REG_SET): Remove.Mark Mitchell
2000-02-17 * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,Zack Weinberg
2000-02-15 * Makefile.in (lcm.o): Depend on insn-attr.h.J"orn Rennecke
2000-02-14 * basic_block.h: Added prototype for reorder_basic_blocks.Stan Cox
2000-02-12 * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.Michael Hayes
2000-02-06 * flow.c (flow_delete_insn, make_edge, remove_edge): Export.Richard Henderson
2000-01-29Fri Jan 7 19:48:04 CET 2000 Jan Hubicka <jh@suse.cz>Jason Eckhardt
2000-01-252000-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>Michael Hayes
2000-01-232000-01-24 Michael Hayes <m.hayes@elec.canterbury.ac.nz>Michael Hayes
2000-01-15 * loop.c (this_loop_info): Delete.Michael Hayes
2000-01-14Thu Jan 13 14:46:03 2000 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt
2000-01-11 * alias.c: PROTO -> PARAMS.Kaveh Ghazi
1999-11-30 * flow.c (flow_nodes_print, flow_loops_cfg_dump): New functions.Michael Hayes
1999-11-22Add regset_head and INIT_REG_SET.Bernd Schmidt
1999-11-18 * basic-block.h (update_life_extent): Remove trailing comma onMichael Gschwind
1999-11-15 * basic-block.h: Remove all #defines and prototypes related toJeffrey A Law
1999-11-15 * basic-block.h (dump_bb_data): Remove declaration.Jeffrey A Law
1999-11-11 * basic-block.h (compute_available): Returns a void now.Jeffrey A Law
1999-11-07 * gcse.c (post_dominators): Kill.Jeffrey A Law
1999-10-27Reorg reg-stack to use the standard CFG.Jan Hubicka
1999-10-20 * basic-block.h (PROP_*): Move constants from ...Richard Henderson
1999-10-18 * basic-block.h (set_block_num): Declare.Richard Henderson
1999-10-17 * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm, compute_available):Jeffrey A Law