Age | Commit message (Expand) | Author | Files | Lines |
2007-03-23 | tracer.c (tracer): Don't take FLAGS argument. | Steven Bosscher | 1 | -1/+2 |
2006-12-28 | Makefile.in (OBJS-common): Remove conflict.o | Kazu Hirata | 1 | -19/+0 |
2006-12-24 | basic-block.h: Remove the prototype for expected_value_to_br_prob. | Kazu Hirata | 1 | -1/+0 |
2006-12-22 | basic-block.h: Remove the prototype for commit_edge_insertions_watch_calls. | Kazu Hirata | 1 | -1/+0 |
2006-11-25 | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 1 | -1/+0 |
2006-11-21 | tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array. | Zdenek Dvorak | 1 | -0/+1 |
2006-11-17 | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 1 | -0/+1 |
2006-11-16 | re PR target/29201 (ICE in create_recovery_block, at haifa-sched.c:3692 at -O3) | Maxim Kuvyrkov | 1 | -0/+1 |
2006-11-03 | tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name co... | Steven Bosscher | 1 | -3/+3 |
2006-09-13 | basic-block.h (bb_has_eh_pred): Fix comment. | Andreas Krebbel | 1 | -1/+1 |
2006-09-13 | flow.c (calculate_global_regs_live): Invalidate eh registers on eh edges. | Andreas Krebbel | 1 | -0/+14 |
2006-08-23 | predict.c (probability_reliable_p): New predicate. | Jan Hubicka | 1 | -0/+2 |
2006-08-16 | re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp... | Zdenek Dvorak | 1 | -0/+3 |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -3/+3 |
2006-05-04 | [multiple changes] | Razya Ladelsky | 1 | -0/+2 |
2006-04-26 | basic-block.h (safe_insert_insn_on_edge): Removed. | Kenneth Zadeck | 1 | -1/+0 |
2006-04-14 | basic-block.h (REG_BASIC_BLOCK): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -1/+2 |
2006-03-12 | predict.c (estimate_probability): Remove. | Steven Bosscher | 1 | -1/+0 |
2006-03-05 | tree-ssa-threadupdate.c (rediscover_loops_after_threading): Remove. | Kazu Hirata | 1 | -4/+0 |
2006-03-03 | cse.c (rest_of_handle_cse): Do not pass CLEANUP_PRE_LOOP to cfg cleanup. | Zdenek Dvorak | 1 | -12/+10 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -1/+1 |
2006-02-06 | tree-vrp.c (execute_vrp): Do not pass dump argument to. | Zdenek Dvorak | 1 | -3/+3 |
2006-01-25 | Makefile.in (sched-vis.o): Update dependencies. | Paolo Bonzini | 1 | -0/+1 |
2006-01-18 | mode-switching.c (optimize_mode_switching): Make it static. | Kazu Hirata | 1 | -1/+0 |
2006-01-16 | bb-reorder.c (partition_hot_cold_basic_blocks): Make it static. | Kazu Hirata | 1 | -1/+0 |
2006-01-11 | basic-block.h (control_flow_graph): Change the type of x_basic_block_info to ... | Kazu Hirata | 1 | -3/+4 |
2006-01-03 | basic-block.h (control_flow_graph): Change the type of x_label_to_block_map t... | Kazu Hirata | 1 | -1/+1 |
2005-12-28 | global.c, [...]: Move DEF_VEC_P(basic_block) and DEF_VEC_ALLOC_P(basic_block,... | Kazu Hirata | 1 | -0/+4 |
2005-12-20 | cfganal.c (flow_reverse_top_sort_order_compute): Renamed to post_order_comput... | Kenneth Zadeck | 1 | -2/+2 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -6/+7 |
2005-12-16 | basic-block.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-12-13 | PR rtl-optimization/20070 / part1 | J"orn Rennecke | 1 | -2/+177 |
2005-12-07 | Preparation for PR rtl-optimization/20070 / part1 | J"orn Rennecke | 1 | -0/+4 |
2005-07-11 | basic-block.h: Give the BB flags enum a name, bb_flags. | Steven Bosscher | 1 | -2/+10 |
2005-07-05 | Makefile.in: Adjust dependencies. | Paolo Bonzini | 1 | -1/+0 |
2005-06-27 | basic-block.h (basic_block_def): Kill rbi. | Jan Hubicka | 1 | -17/+3 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-16 | basic-block.h (rtl_bb_info): Break out head_, end_, global_live_at_start, glo... | Jan Hubicka | 1 | -13/+25 |
2005-06-15 | Makefile.in (cfg.o): Add new dependencies. | Jan Hubicka | 1 | -11/+11 |
2005-06-04 | lcm.c: Move all mode-switching related functions from here... | Steven Bosscher | 1 | -4/+0 |
2005-06-03 | basic-block.h (remove_predictions_associated_with_edge): Declare. | Jan Hubicka | 1 | -0/+1 |
2005-06-01 | except.c (struct eh_region): Kill unused fields. | Jan Hubicka | 1 | -3/+0 |
2005-06-01 | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 1 | -1/+0 |
2005-05-28 | * basic-block.h: Remove forward declaration of bb_ann_d. | Kazu Hirata | 1 | -3/+0 |
2005-05-27 | basic-block.h (basic_block_def): Add phi_nodes and predictions. | Kazu Hirata | 1 | -2/+8 |
2005-05-19 | basic-block.h (REG_BR_PROB_BASE): Define. | Jan Hubicka | 1 | -0/+3 |
2005-05-13 | re PR rtl-optimization/20756 (Clobbers of deleted insns are processed, but le... | Joern Rennecke | 1 | -0/+2 |
2005-05-12 | basic-block.h (FOR_ALL_BB_FN): New macro. | Jan Hubicka | 1 | -0/+3 |
2005-04-26 | basic-block.h (ei_cond): New. | Kazu Hirata | 1 | -3/+22 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -7/+8 |