aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
AgeCommit message (Expand)AuthorFilesLines
2007-10-02ra-conflict.c: New file.Kenneth Zadeck1-0/+15
2007-08-27alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi1-2/+2
2007-08-14alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi1-19/+21
2007-07-26dominance.c (dom_computed, [...]): Removed.Zdenek Dvorak1-7/+15
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-07-09cfghooks.c (remove_edge): New function.Zdenek Dvorak1-1/+1
2007-06-13basic-block.h: Remove the prototype for free_basic_block_vars.Kazu Hirata1-2/+0
2007-06-11Merge dataflow branch into mainlineDaniel Berlin1-110/+61
2007-06-03cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak1-5/+7
2007-05-26basic-block.h: Remove the prototype for merge_seq_blocks.Kazu Hirata1-1/+0
2007-05-24re PR middle-end/32018 (ICE on optimization)Zdenek Dvorak1-0/+3
2007-05-17tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak1-0/+4
2007-05-14tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate struct nb_it...Zdenek Dvorak1-1/+1
2007-05-12gcse.c (gcse_main): Do jump bypassing in CPROP2.Steven Bosscher1-1/+2
2007-05-04basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner1-4/+4
2007-04-23tree-phinodes.c (reserve_phi_args_for_new_edge, [...]): Use phi_nodes_ptr.Zdenek Dvorak1-6/+10
2007-04-22predict.c: Include pointer-set.h.Zdenek Dvorak1-3/+0
2007-03-23tracer.c (tracer): Don't take FLAGS argument.Steven Bosscher1-1/+2
2006-12-28Makefile.in (OBJS-common): Remove conflict.oKazu Hirata1-19/+0
2006-12-24basic-block.h: Remove the prototype for expected_value_to_br_prob.Kazu Hirata1-1/+0
2006-12-22basic-block.h: Remove the prototype for commit_edge_insertions_watch_calls.Kazu Hirata1-1/+0
2006-11-25tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak1-1/+0
2006-11-21tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array.Zdenek Dvorak1-0/+1
2006-11-17tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak1-0/+1
2006-11-16re PR target/29201 (ICE in create_recovery_block, at haifa-sched.c:3692 at -O3)Maxim Kuvyrkov1-0/+1
2006-11-03tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name co...Steven Bosscher1-3/+3
2006-09-13basic-block.h (bb_has_eh_pred): Fix comment.Andreas Krebbel1-1/+1
2006-09-13flow.c (calculate_global_regs_live): Invalidate eh registers on eh edges.Andreas Krebbel1-0/+14
2006-08-23predict.c (probability_reliable_p): New predicate.Jan Hubicka1-0/+2
2006-08-16re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Zdenek Dvorak1-0/+3
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