Age | Commit message (Expand) | Author | Files | Lines |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -4/+4 |
2006-02-15 | cfg.c (dump_flow_info): Get dump flags as an additional parameter. | Paolo Bonzini | 1 | -9/+5 |
2006-01-25 | Makefile.in (sched-vis.o): Update dependencies. | Paolo Bonzini | 1 | -39/+66 |
2006-01-11 | basic-block.h (control_flow_graph): Change the type of x_basic_block_info to ... | Kazu Hirata | 1 | -5/+5 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -2/+5 |
2005-07-29 | cfg.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-07-28 | cfg.c (update_bb_profile_for_threading): Use RDIV. | Jan Hubicka | 1 | -12/+41 |
2005-07-16 | cfg.c (update_bb_profile_for_threading): Fix profile updating. | Jan Hubicka | 1 | -1/+9 |
2005-07-15 | cfg.c (update_bb_profile_for_threading): More diagnostic. | Jan Hubicka | 1 | -2/+12 |
2005-06-27 | basic-block.h (basic_block_def): Kill rbi. | Jan Hubicka | 1 | -10/+0 |
2005-06-26 | cfg.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -7/+10 |
2005-06-25 | tree-ssa-phiopt.c (replace_phi_edge_with_variable): Update profile. | Jan Hubicka | 1 | -1/+1 |
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 | -10/+14 |
2005-06-15 | Makefile.in (cfg.o): Add new dependencies. | Jan Hubicka | 1 | -0/+144 |
2005-06-03 | basic-block.h (remove_predictions_associated_with_edge): Declare. | Jan Hubicka | 1 | -0/+1 |
2005-05-12 | basic-block.h (FOR_ALL_BB_FN): New macro. | Jan Hubicka | 1 | -1/+3 |
2005-05-03 | * cfg.c (dump_flow_info): Use max_reg_num, not max_regno. | Richard Henderson | 1 | -3/+3 |
2005-04-21 | alias.c (true_dependence): Remove 'abort' from comments. | Nathan Sidwell | 1 | -2/+1 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -2/+2 |
2005-04-12 | Makefile.in: Add function.h to BASIC_BLOCK_H. | Steven Bosscher | 1 | -50/+4 |
2005-04-03 | cfg.c (clear_bb_flags): Don't clear BB_DISABLE_SCHEDULE. | Mostafa Hagog | 1 | -1/+1 |
2005-03-18 | basic-block.h (scale_bbs_frequencies_int, [...]): Declare. | Jan Hubicka | 1 | -2/+41 |
2005-03-14 | basic-block.h: Update the prototypes of cached_make_edge and rtl_make_eh_edge. | Kazu Hirata | 1 | -3/+3 |
2005-03-08 | * cfg.c (rbi_pool): Make it static. | Kazu Hirata | 1 | -1/+1 |
2005-03-02 | cfg.c (connect_src, [...]): New. | Kazu Hirata | 1 | -64/+69 |
2005-02-22 | cfg.c (cached_make_edge): Call make_edge if edge cache is not available. | Kazu Hirata | 1 | -33/+28 |
2005-01-15 | harg-reg-set.h (reg_class_names): Prototype global array. | Roger Sayle | 1 | -2/+2 |
2004-12-13 | * cfg.c (dump_flow_info): Don't dump pseudo info after reload. | Richard Henderson | 1 | -1/+2 |
2004-11-29 | cfg.c (flow_obstack): Remove. | Kazu Hirata | 1 | -16/+0 |
2004-11-22 | cfg.c (unchecked_make_edge): Call execute_on_growing_pred after making an edge. | Kazu Hirata | 1 | -0/+7 |
2004-11-22 | cfg.c (cached_make_edge): Use find_edge rather than an inlined variant. | Jeff Law | 1 | -7/+6 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -2/+1 |
2004-11-21 | cfg.c (update_bb_profile_for_threading): Do not rescale the successor probabi... | Jeff Law | 1 | -3/+7 |
2004-11-20 | basic-block.h (edge_def): Add dest_idx. | Kazu Hirata | 1 | -29/+16 |
2004-11-08 | cfg.c (redirect_edge_succ_nodup): Use find_edge rather than implementing it i... | Jeff Law | 1 | -7/+2 |
2004-10-25 | cfg.c (unchecked_make_edge, [...]): Use VEC_safe_push instead of VEC_safe_ins... | Kazu Hirata | 1 | -4/+4 |
2004-10-23 | cfg.c (remove_edge): Use VEC_unordered_remove. | Ben Elliston | 1 | -4/+4 |
2004-10-18 | cfg.c (dump_flow_info): Remove redundant dump of reg life info. | Andreas Krebbel | 1 | -8/+0 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -73/+101 |
2004-09-20 | cfg.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-09-19 | basic-block.h (update_bb_profile_after_threading): Declare. | Jan Hubicka | 1 | -0/+61 |
2004-09-14 | * cfg.c (expunge_block): Revert previous change adding ggc_free call. | Jan Hubicka | 1 | -1/+5 |
2004-09-07 | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 1 | -26/+16 |
2004-09-03 | cfg.c (free_edge): Use ggc_free. | Jan Hubicka | 1 | -2/+2 |
2004-08-25 | basic-block.h (BB_SET_PARTITION): Clear old value first. | Zack Weinberg | 1 | -1/+2 |
2004-08-23 | cfg.c (check_bb_profile): Fix typos. | Diego Novillo | 1 | -2/+2 |
2004-08-04 | basic-block.h (profile_staus): New global variable. | Jan Hubicka | 1 | -33/+65 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -117/+153 |
2004-04-09 | basic-block.h (struct edge_def): Add new field, crossing_edge. | Caroline Tice | 1 | -0/+2 |