aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
AgeCommit message (Expand)AuthorFilesLines
1999-10-09Makefile.in (flow.o): Depend on TREE_H.Richard Henderson1-3/+20
1999-09-23basic-block.h (find_edge_index): Change parameters.Andrew MacLeod1-1/+2
1999-09-22basic-block.h (add_noreturn_fake_exit_edges): Use correct name.Andrew MacLeod1-1/+1
1999-09-21basic-block.h (basic_block): Add eh_beg, eh_end.Richard Henderson1-0/+3
1999-09-21flow.c (remove_edge): New function to remove an edge from the flow graph.Andrew MacLeod1-0/+2
1999-09-20basic-block.h (compute_bb_for_insn): Declare.Richard Henderson1-0/+1
1999-09-20basic-block.h (compute_flow_dominators): Declare.Jeffrey A Law1-0/+1
1999-08-16basic-block.h (struct edge_list): Stucture to maintain a vector of edges.Andrew MacLeod1-0/+32
1999-03-21* basic-block.h (pre_lcm, pre_rev_lcm): Declare.Jeffrey A Law1-0/+10
1999-03-17flow.c (compute_immediate_dominators): New function.Richard Henderson1-0/+1
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-25/+76
1999-01-11Makefile.in (OBJECTS): Add sbitmap.o.Richard Henderson1-104/+3
1999-01-11Update copyrights.Richard Henderson1-1/+1
1999-01-11basic-block.h (basic_block_head): Rename to x_basic_block_head.Richard Henderson1-4/+4
1998-10-29flow.c (XNMALLOC): New macro.Bernd Schmidt1-1/+2
1998-10-10basic-block.h (EXECUTE_IF_SET_IN_SBITMAP): New macro.Richard Henderson1-1/+35
1998-07-02Switch reg_n_info structure to use varraysMichael Meissner1-2/+2
1998-06-21basic-block.h (init_regset_vector): Delete declaration.Jeffrey A Law1-3/+0
1998-06-21bitmap.h (debug_bitmap): Declare.Jeff Law1-0/+3
1998-05-19Warning Fixes:Kaveh R. Ghazi1-0/+1
1998-04-16* basic-block.h (compute_dominators): Declare.Jeffrey A Law1-3/+5
1998-04-16flow.c (dump_sbitmap, [...]): New debugging functions.Jeff Law1-0/+3
1998-04-15flow.c (sbitmap_union_of_successors): New function.Jeffrey A Law1-0/+2
1998-03-27basic-block.h (basic_block_computed_jump_target): Declare.Bernd Schmidt1-0/+5
1998-03-12basic-block.h (compute_preds_succs): Change return type in prototype to void.Manfred Hollstein1-2/+2
1998-03-06* basic-block.h (free_basic_block_vargs): Provide prototype.Jeffrey A Law1-0/+2
1998-03-05haifa-sched.c (build_jmp_edges): Delete dead function.Jeffrey A Law1-0/+121
1997-09-04Add EXECUTE_IF_AND_IN_{BITMAP,REG_SET}, and bitmap_printMichael Meissner1-0/+6
1997-07-14(*REG_SET): Delete old implementation; use bitmap.h.Richard Kenner1-208/+45
1997-06-06(EXECUTE_IF_AND_COMPL_IN_REG_SET): Fix setting of scan_rs_.Doug Evans1-4/+4
1997-06-06(REG_SET_TO_HARD_REG_SET): Fix typo.Doug Evans1-12/+12
1997-06-05Fix urgent bugMichael Meissner1-2/+2
1997-06-05abstract regset stuff into macrosMichael Meissner1-2/+219
1997-05-30Use accessor macros to access arrays based on regno; move many of the arrays ...Michael Meissner1-1/+2
1995-06-15Update FSF address.Richard Kenner1-1/+2
1993-07-10(REGSET_ELT_TYPE): Make unsigned to avoid signed arithmetic overflow.Richard Stallman1-1/+1
1993-04-17(reg_basic_block): Now int *, not short *.Richard Kenner1-1/+1
1992-07-06entered into RCSCharles Hannum1-0/+68