OSDN Git Service

Standardize header guards.
[pf3gnuchains/gcc-fork.git] / gcc / basic-block.h
2001-05-26 rthStandardize header guards.
2001-04-09 amacleod2001-04-09 Andrew MacLeod <amacleod@redhat.com>
2001-03-28 rthIA-64 ABI Exception Handling.
2001-01-11 berndsPartially undo a previous patch
2001-01-11 m.hayes * flow.c (flow_call_edges_add): New.
2001-01-09 m.hayes * flow.c (flow_loop_scan): Break out of ...
2001-01-07 m.hayes * hard-reg-set.h: Add multiple include guard.
2000-12-29 berndsAdd a comment
2000-11-27 berndsWhile building global lifetime information, keep track...
2000-11-14 rthMichael Matz <matzmich@cs.tu-berlin.de>
2000-10-18 m.hayes * basic-block.h (struct loop): Delete fields pre_heade...
2000-10-13 mmitchel Remove obstacks.
2000-09-11 m.hayes2000-09-12 Michael Hayes <mhayes@cygnus.com>
2000-09-11 m.hayes * basic-block.h (split_block, update_bb_for_insn)...
2000-08-25 m.hayes * basic-block.h (struct loop): Rename `exits' field to
2000-08-25 m.hayes * loop.c (loop_dump_aux, debug_loop): New functions.
2000-08-02 mmitchel * Makefile.in (OBJS): Added dce.o.
2000-07-31 mmitchel * Makefile.in (ssa.o): Updated header files in depende...
2000-07-30 m.hayes * basic-block.h (struct loops): New field rc_order.
2000-06-14 wehle * ifcvt.c (EDGE_COMPLEX): Move definition ...
2000-05-31 kennerFix formatting of comment
2000-05-26 rth * bb-reorder.c (reorder_block_def): Reorder...
2000-05-19 kenner * cse.c (cse_basic_block): Only call find_reg_note...
2000-05-19 rth * basic-block.h (struct edge_def): New field "count".
2000-05-17 rth * toplev.c (rest_of_compilation): Don't call...
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-17 rth * builtins.c (expand_builtin_expect): New.
2000-04-09 samuel * ssa.c (convert_to_ssa): Eliminate dead code when...
2000-04-08 ghazi * basic-block.h (conflict_graph_enum_fn): K...
2000-04-07 rth * basic-block.h (merge_blocks_nomove): Declare.
2000-04-06 samuel * rtl.h (INSN_P): New macro.
2000-04-05 law * basic-block.h (verify_flow_info): Declare.
2000-03-16 jle * flow.c: Move all basic block reordering code into...
2000-03-05 mmitchel * basic-block.h (ALLOCA_REG_SET): Remove.
2000-02-17 zack * flow.c (dump_regset, debug_regset, dump_bb, debug_bb,
2000-02-15 amylaar * Makefile.in (lcm.o): Depend on insn-attr.h.
2000-02-14 jle * basic_block.h: Added prototype for reorder_ba...
2000-02-12 m.hayes * basic-block.h (FLOW_LOOP_FIRST_BLOCK, FLOW_LOOP_LAST...
2000-02-06 rth * flow.c (flow_delete_insn, make_edge, remove_e...
2000-01-29 jleFri Jan 7 19:48:04 CET 2000 Jan Hubicka <jh@suse.cz>
2000-01-25 m.hayes2000-01-25 Michael Hayes <m.hayes@elec.canterbury...
2000-01-23 m.hayes2000-01-24 Michael Hayes <m.hayes@elec.canterbury...
2000-01-15 m.hayes * loop.c (this_loop_info): Delete.
2000-01-14 jleThu Jan 13 14:46:03 2000 Jason Eckhardt <jle@cygnus...
2000-01-11 ghazi * alias.c: PROTO -> PARAMS.
1999-11-30 m.hayes * flow.c (flow_nodes_print, flow_loops_cfg_dump):...
1999-11-22 cruxAdd regset_head and INIT_REG_SET.
1999-11-18 law * basic-block.h (update_life_extent): Remove...
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 * basic-block.h (compute_available): Returns...
1999-11-07 law * gcse.c (post_dominators): Kill.
1999-10-27 rthReorg reg-stack to use the standard CFG.
1999-10-20 rth * basic-block.h (PROP_*): Move constants from ...
1999-10-18 rth * basic-block.h (set_block_num): Declare.
1999-10-17 law * basic-block.h (pre_edge_lcm, pre_edge_rev_lcm...
1999-10-10 rth * combine.c (refresh_blocks, need_refresh)...
1999-10-09 rth * Makefile.in (flow.o): Depend on TREE_H.
1999-09-23 amacleodThu Sep 23 10:36:55 EDT 1999 Andrew MacLeod <amacleod...
1999-09-22 amacleodWed Sep 22 11:34:08 EDT 1999 Andrew MacLeod <amacleod...
1999-09-21 rth * basic-block.h (basic_block): Add eh_beg,...
1999-09-21 amacleodTue Sep 21 14:51:23 EDT 1999 Andrew MacLeod <amacleod...
1999-09-20 rth * basic-block.h (compute_bb_for_insn): Declare.
1999-09-20 law * basic-block.h (compute_flow_dominators):...
1999-08-16 amacleod * basic-block.h (struct edge_list): Stucture to mainta...
1999-03-21 law * basic-block.h (pre_lcm, pre_rev_lcm): Declare.
1999-03-17 law * flow.c (compute_immediate_dominators): New...
1999-02-25 rthFlow rewrite to use basic block structures and edge...
1999-01-12 rth * Makefile.in (OBJECTS): Add sbitmap.o.
1999-01-11 rthUpdate copyrights.
1999-01-11 rth * basic-block.h (basic_block_head): Rename...
1998-10-29 law * flow.c (XNMALLOC): New macro.
1998-10-10 rth * basic-block.h (EXECUTE_IF_SET_IN_SBITMAP...
1998-07-02 meissnerSwitch reg_n_info structure to use varrays
1998-06-21 law * basic-block.h (init_regset_vector): Delete...
1998-06-21 law * bitmap.h (debug_bitmap): Declare.
1998-05-19 ghaziWarning Fixes:
1998-04-16 law * basic-block.h (compute_dominators): Declare.
1998-04-16 law8
1998-04-15 law * flow.c (sbitmap_union_of_successors): New...
1998-03-28 law * basic-block.h (basic_block_computed_jump_target...
1998-03-12 manfreda
1998-03-07 law * basic-block.h (free_basic_block_vargs): Provi...
1998-03-05 law * haifa-sched.c (build_jmp_edges): Delete dead...
1997-09-04 meissnerAdd EXECUTE_IF_AND_IN_{BITMAP,REG_SET}, and bitmap_print
1997-07-14 kenner(*REG_SET): Delete old implementation; use bitmap.h.
1997-06-06 dje(EXECUTE_IF_AND_COMPL_IN_REG_SET): Fix setting of scan_rs_.
1997-06-06 dje(REG_SET_TO_HARD_REG_SET): Fix typo.
1997-06-05 meissnerFix urgent bug
1997-06-05 meissnerabstract regset stuff into macros
1997-05-30 meissnerUse accessor macros to access arrays based on regno...
1995-06-15 kennerUpdate FSF address.
1993-07-10 rms(REGSET_ELT_TYPE): Make unsigned to avoid signed arithm...
1993-04-17 kenner(reg_basic_block): Now int *, not short *.
1992-07-06 mycroftentered into RCS