aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
AgeCommit message (Expand)AuthorFilesLines
2006-05-18Whitespace fixupsMike Stump1-3/+3
2006-05-04[multiple changes]Razya Ladelsky1-0/+2
2006-04-26basic-block.h (safe_insert_insn_on_edge): Removed.Kenneth Zadeck1-1/+0
2006-04-14basic-block.h (REG_BASIC_BLOCK): Use VEC instead of VARRAY.Kazu Hirata1-1/+2
2006-03-12predict.c (estimate_probability): Remove.Steven Bosscher1-1/+0
2006-03-05tree-ssa-threadupdate.c (rediscover_loops_after_threading): Remove.Kazu Hirata1-4/+0
2006-03-03cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg cleanup.Zdenek Dvorak1-12/+10
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+1
2006-02-06tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak1-3/+3
2006-01-25Makefile.in (sched-vis.o): Update dependencies.Paolo Bonzini1-0/+1
2006-01-18mode-switching.c (optimize_mode_switching): Make it static.Kazu Hirata1-1/+0
2006-01-16bb-reorder.c (partition_hot_cold_basic_blocks): Make it static.Kazu Hirata1-1/+0
2006-01-11basic-block.h (control_flow_graph): Change the type of x_basic_block_info to ...Kazu Hirata1-3/+4
2006-01-03basic-block.h (control_flow_graph): Change the type of x_label_to_block_map t...Kazu Hirata1-1/+1
2005-12-28global.c, [...]: Move DEF_VEC_P(basic_block) and DEF_VEC_ALLOC_P(basic_block,...Kazu Hirata1-0/+4
2005-12-20cfganal.c (flow_reverse_top_sort_order_compute): Renamed to post_order_comput...Kenneth Zadeck1-2/+2
2005-12-17basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin1-6/+7
2005-12-16basic-block.h, [...]: Fix comment typos.Kazu Hirata1-2/+2
2005-12-13PR rtl-optimization/20070 / part1J"orn Rennecke1-2/+177
2005-12-07Preparation for PR rtl-optimization/20070 / part1J"orn Rennecke1-0/+4
2005-07-11basic-block.h: Give the BB flags enum a name, bb_flags.Steven Bosscher1-2/+10
2005-07-05Makefile.in: Adjust dependencies.Paolo Bonzini1-1/+0
2005-06-27basic-block.h (basic_block_def): Kill rbi.Jan Hubicka1-17/+3
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-16basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo...Jan Hubicka1-13/+25
2005-06-15Makefile.in (cfg.o): Add new dependencies.Jan Hubicka1-11/+11
2005-06-04lcm.c: Move all mode-switching related functions from here...Steven Bosscher1-4/+0
2005-06-03basic-block.h (remove_predictions_associated_with_edge): Declare.Jan Hubicka1-0/+1
2005-06-01except.c (struct eh_region): Kill unused fields.Jan Hubicka1-3/+0
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+0
2005-05-28* basic-block.h: Remove forward declaration of bb_ann_d.Kazu Hirata1-3/+0
2005-05-27basic-block.h (basic_block_def): Add phi_nodes and predictions.Kazu Hirata1-2/+8
2005-05-19basic-block.h (REG_BR_PROB_BASE): Define.Jan Hubicka1-0/+3
2005-05-13re PR rtl-optimization/20756 (Clobbers of deleted insns are processed, but le...Joern Rennecke1-0/+2
2005-05-12basic-block.h (FOR_ALL_BB_FN): New macro.Jan Hubicka1-0/+3
2005-04-26basic-block.h (ei_cond): New.Kazu Hirata1-3/+22
2005-04-21vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell1-7/+8
2005-04-16basic-block.h: Adjust the value of PROP_SCAN_DEAD_STORES, PROP_ASM_SCAN.Kazu Hirata1-2/+2
2005-04-15basic-block.h (PROP_EQUAL_NOTES): Remove.Kazu Hirata1-1/+0
2005-04-15cfgrtl.c (purge_all_dead_edge): Remove an unused argument.Kazu Hirata1-1/+1
2005-04-13basic-block.h, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-04-12Makefile.in: Add function.h to BASIC_BLOCK_H.Steven Bosscher1-38/+80
2005-04-08backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo1-0/+2
2005-03-18basic-block.h (scale_bbs_frequencies_int, [...]): Declare.Jan Hubicka1-0/+3
2005-03-14basic-block.h: Update the prototypes of cached_make_edge and rtl_make_eh_edge.Kazu Hirata1-2/+2
2005-03-14basic-block.h (BB_VISITED): Removed.Zdenek Dvorak1-23/+21
2005-03-11basic-block.h (single_succ_p, [...]): Improve comments.Zdenek Dvorak1-4/+8
2005-03-11basic-block.h (single_succ_p, [...]): New inline functions.Zdenek Dvorak1-0/+50
2005-03-07cfgbuild.c (find_sub_basic_blocks): Remove.Kazu Hirata1-1/+0
2005-03-07flow.c (regs_live_at_setjmp): Make it static.Kazu Hirata1-4/+0