aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
AgeCommit message (Expand)AuthorFilesLines
2001-01-11Partially undo a previous patchBernd Schmidt1-1/+0
2001-01-11flow.c (flow_call_edges_add): New.Michael Hayes1-0/+1
2001-01-09flow.c (flow_loop_scan): Break out of ...Michael Hayes1-3/+6
2001-01-07hard-reg-set.h: Add multiple include guard.Michael Hayes1-0/+3
2000-12-29Add a commentBernd Schmidt1-1/+1
2000-11-27While building global lifetime information, keep track of which registers are...Bernd Schmidt1-2/+4
2000-11-14Michael Matz <matzmich@cs.tu-berlin.de>Michael Matz1-4/+11
2000-10-18basic-block.h (struct loop): Delete fields pre_header_root and pre_header_tra...Michael Hayes1-4/+6
2000-10-13Remove obstacks.Mark Mitchell1-0/+2
2000-09-11basic-block.h (LOOP_TREE, [...]): New.Michael Hayes1-1/+20
2000-09-11basic-block.h (split_block, [...]): New prototypes.Michael Hayes1-0/+2
2000-08-25basic-block.h (struct loop): Rename `exits' field to `exit_edges'.Michael Hayes1-1/+7
2000-08-25loop.c (loop_dump_aux, debug_loop): New functions.Michael Hayes1-2/+6
2000-08-02Makefile.in (OBJS): Added dce.o.Jeffrey Oldham1-9/+16
2000-07-31Makefile.in (ssa.o): Updated header files in dependences.Jeffrey D. Oldham1-0/+1
2000-07-30basic-block.h (struct loops): New field rc_order.Michael Hayes1-0/+5
2000-06-14ifcvt.c (EDGE_COMPLEX): Move definition ...John Wehle1-0/+2
2000-05-31Fix formatting of commentRichard Kenner1-1/+2
2000-05-25bb-reorder.c (reorder_block_def): Reorder elements for size.Richard Henderson1-0/+2
2000-05-19cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.Richard Kenner1-4/+2
2000-05-19basic-block.h (struct edge_def): New field "count".Jan Hubicka1-0/+4
2000-05-17toplev.c (rest_of_compilation): Don't call optimize_mode_switching unless OPT...Richard Henderson1-1/+1
2000-04-26flow.c (propagate_one_insn): Break out from propagate_block.Richard Henderson1-0/+7
2000-04-26basic-block.h (life_analysis): Declare here ...Richard Henderson1-0/+1
2000-04-26flow.c (flow_delete_block): Rename from delete_block.Richard Henderson1-0/+1
2000-04-17builtins.c (expand_builtin_expect): New.Richard Henderson1-0/+1
2000-04-09ssa.c (convert_to_ssa): Eliminate dead code when calling life_analysis.Alex Samuel1-0/+9
2000-04-08* basic-block.h (conflict_graph_enum_fn): K&R fix.Kaveh R. Ghazi1-1/+1
2000-04-07basic-block.h (merge_blocks_nomove): Declare.Richard Henderson1-1/+3
2000-04-06rtl.h (INSN_P): New macro.Alex Samuel1-1/+30
2000-04-05basic-block.h (verify_flow_info): Declare.Jeffrey A Law1-0/+6
2000-03-16flow.c: Move all basic block reordering code into its own file.Jason Eckhardt1-0/+1
2000-03-05basic-block.h (ALLOCA_REG_SET): Remove.Mark Mitchell1-2/+2
2000-02-17flow.c (dump_regset, [...]): New functions.Zack Weinberg1-0/+5
2000-02-15Makefile.in (lcm.o): Depend on insn-attr.h.J"orn Rennecke1-0/+1
2000-02-14basic_block.h: Added prototype for reorder_basic_blocks.Stan Cox1-0/+4
2000-02-12* basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST_BLOCK): Delete.Michael Hayes1-2/+0
2000-02-06flow.c (flow_delete_insn, [...]): Export.Richard Henderson1-0/+4
2000-01-29[multiple changes]Jason Eckhardt1-0/+10
2000-01-25loop.h (LOOP_INFO): New accessor macro.Michael Hayes1-1/+1
2000-01-23basic-block.h (struct loops): New field `levels'.Michael Hayes1-0/+3
2000-01-15loop.c (this_loop_info): Delete.Michael Hayes1-0/+41
2000-01-14predict.c: New file.Jason Eckhardt1-0/+3
2000-01-11alias.c: PROTO -> PARAMS.Kaveh R. Ghazi1-37/+37
1999-11-30flow.c (flow_nodes_print, [...]): New functions.Michael Hayes1-0/+90
1999-11-22Add regset_head and INIT_REG_SET.Bernd Schmidt1-1/+7
1999-11-18basic-block.h (update_life_extent): Remove trailing comma on enumeration type...Michael Gschwind1-1/+1
1999-11-15basic-block.h: Remove all #defines and prototypes related to integer lists.Jeffrey A Law1-43/+0
1999-11-15basic-block.h (dump_bb_data): Remove declaration.Jeffrey A Law1-2/+0
1999-11-10basic-block.h (compute_available): Returns a void now.Jeffrey A Law1-1/+1