summaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
Commit message (Expand)AuthorAgeFilesLines
* alias.c (memory_modified_1, [...]): Constify.Kaveh R. Ghazi2007-08-271-2/+2
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-19/+21
* dominance.c (dom_computed, [...]): Removed.Zdenek Dvorak2007-07-261-7/+15
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* cfghooks.c (remove_edge): New function.Zdenek Dvorak2007-07-091-1/+1
* basic-block.h: Remove the prototype for free_basic_block_vars.Kazu Hirata2007-06-131-2/+0
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-110/+61
* cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector.Zdenek Dvorak2007-06-031-5/+7
* basic-block.h: Remove the prototype for merge_seq_blocks.Kazu Hirata2007-05-261-1/+0
* re PR middle-end/32018 (ICE on optimization)Zdenek Dvorak2007-05-241-0/+3
* tree-vrp.c (finalize_jump_threads): Do not care about dominance info.Zdenek Dvorak2007-05-171-0/+4
* tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocate struct nb_it...Zdenek Dvorak2007-05-141-1/+1
* gcse.c (gcse_main): Do jump bypassing in CPROP2.Steven Bosscher2007-05-121-1/+2
* basic-block.h (cdi_direction): Assign values to all enumeration constants.Josh Conner2007-05-041-4/+4
* tree-phinodes.c (reserve_phi_args_for_new_edge, [...]): Use phi_nodes_ptr.Zdenek Dvorak2007-04-231-6/+10
* predict.c: Include pointer-set.h.Zdenek Dvorak2007-04-221-3/+0
* tracer.c (tracer): Don't take FLAGS argument.Steven Bosscher2007-03-231-1/+2
* Makefile.in (OBJS-common): Remove conflict.oKazu Hirata2006-12-281-19/+0
* basic-block.h: Remove the prototype for expected_value_to_br_prob.Kazu Hirata2006-12-241-1/+0
* basic-block.h: Remove the prototype for commit_edge_insertions_watch_calls.Kazu Hirata2006-12-221-1/+0
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-1/+0
* tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array.Zdenek Dvorak2006-11-211-0/+1
* tree-vrp.c (execute_vrp): Do not update current_loops.Zdenek Dvorak2006-11-171-0/+1
* re PR target/29201 (ICE in create_recovery_block, at haifa-sched.c:3692 at -O3)Maxim Kuvyrkov2006-11-161-0/+1
* tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name co...Steven Bosscher2006-11-031-3/+3
* basic-block.h (bb_has_eh_pred): Fix comment.Andreas Krebbel2006-09-131-1/+1
* flow.c (calculate_global_regs_live): Invalidate eh registers on eh edges.Andreas Krebbel2006-09-131-0/+14
* predict.c (probability_reliable_p): New predicate.Jan Hubicka2006-08-231-0/+2
* re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...Zdenek Dvorak2006-08-161-0/+3
* Whitespace fixupsMike Stump2006-05-181-3/+3
* [multiple changes]Razya Ladelsky2006-05-041-0/+2
* basic-block.h (safe_insert_insn_on_edge): Removed.Kenneth Zadeck2006-04-261-1/+0
* basic-block.h (REG_BASIC_BLOCK): Use VEC instead of VARRAY.Kazu Hirata2006-04-141-1/+2
* predict.c (estimate_probability): Remove.Steven Bosscher2006-03-121-1/+0
* tree-ssa-threadupdate.c (rediscover_loops_after_threading): Remove.Kazu Hirata2006-03-051-4/+0
* cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg cleanup.Zdenek Dvorak2006-03-031-12/+10
* tree-vrp.c (execute_vrp): Return value.Daniel Berlin2006-03-021-1/+1
* tree-vrp.c (execute_vrp): Do not pass dump argument to.Zdenek Dvorak2006-02-061-3/+3
* Makefile.in (sched-vis.o): Update dependencies.Paolo Bonzini2006-01-251-0/+1
* mode-switching.c (optimize_mode_switching): Make it static.Kazu Hirata2006-01-181-1/+0
* bb-reorder.c (partition_hot_cold_basic_blocks): Make it static.Kazu Hirata2006-01-161-1/+0
* basic-block.h (control_flow_graph): Change the type of x_basic_block_info to ...Kazu Hirata2006-01-111-3/+4
* basic-block.h (control_flow_graph): Change the type of x_label_to_block_map t...Kazu Hirata2006-01-031-1/+1
* global.c, [...]: Move DEF_VEC_P(basic_block) and DEF_VEC_ALLOC_P(basic_block,...Kazu Hirata2005-12-281-0/+4
* cfganal.c (flow_reverse_top_sort_order_compute): Renamed to post_order_comput...Kenneth Zadeck2005-12-201-2/+2
* basic-block.h: Changed basic block numbering so that the entry block is 0 and...Daniel Berlin2005-12-171-6/+7
* basic-block.h, [...]: Fix comment typos.Kazu Hirata2005-12-161-2/+2
* PR rtl-optimization/20070 / part1J"orn Rennecke2005-12-131-2/+177
* Preparation for PR rtl-optimization/20070 / part1J"orn Rennecke2005-12-071-0/+4
* basic-block.h: Give the BB flags enum a name, bb_flags.Steven Bosscher2005-07-111-2/+10