| Commit message (Expand) | Author | Age | Files | Lines |
* | harg-reg-set.h (reg_class_names): Prototype global array. | Roger Sayle | 2005-01-15 | 1 | -2/+2 |
* | * cfg.c (dump_flow_info): Don't dump pseudo info after reload. | Richard Henderson | 2004-12-13 | 1 | -1/+2 |
* | cfg.c (flow_obstack): Remove. | Kazu Hirata | 2004-11-29 | 1 | -16/+0 |
* | cfg.c (unchecked_make_edge): Call execute_on_growing_pred after making an edge. | Kazu Hirata | 2004-11-22 | 1 | -0/+7 |
* | cfg.c (cached_make_edge): Use find_edge rather than an inlined variant. | Jeff Law | 2004-11-22 | 1 | -7/+6 |
* | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 2004-11-22 | 1 | -2/+1 |
* | cfg.c (update_bb_profile_for_threading): Do not rescale the successor probabi... | Jeff Law | 2004-11-21 | 1 | -3/+7 |
* | basic-block.h (edge_def): Add dest_idx. | Kazu Hirata | 2004-11-20 | 1 | -29/+16 |
* | cfg.c (redirect_edge_succ_nodup): Use find_edge rather than implementing it i... | Jeff Law | 2004-11-08 | 1 | -7/+2 |
* | cfg.c (unchecked_make_edge, [...]): Use VEC_safe_push instead of VEC_safe_ins... | Kazu Hirata | 2004-10-25 | 1 | -4/+4 |
* | cfg.c (remove_edge): Use VEC_unordered_remove. | Ben Elliston | 2004-10-23 | 1 | -4/+4 |
* | cfg.c (dump_flow_info): Remove redundant dump of reg life info. | Andreas Krebbel | 2004-10-18 | 1 | -8/+0 |
* | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 2004-09-28 | 1 | -73/+101 |
* | cfg.c, [...]: Fix comment typos. | Kazu Hirata | 2004-09-20 | 1 | -2/+2 |
* | basic-block.h (update_bb_profile_after_threading): Declare. | Jan Hubicka | 2004-09-19 | 1 | -0/+61 |
* | * cfg.c (expunge_block): Revert previous change adding ggc_free call. | Jan Hubicka | 2004-09-14 | 1 | -1/+5 |
* | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 2004-09-07 | 1 | -26/+16 |
* | cfg.c (free_edge): Use ggc_free. | Jan Hubicka | 2004-09-03 | 1 | -2/+2 |
* | basic-block.h (BB_SET_PARTITION): Clear old value first. | Zack Weinberg | 2004-08-25 | 1 | -1/+2 |
* | cfg.c (check_bb_profile): Fix typos. | Diego Novillo | 2004-08-23 | 1 | -2/+2 |
* | basic-block.h (profile_staus): New global variable. | Jan Hubicka | 2004-08-04 | 1 | -33/+65 |
* | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 2004-05-13 | 1 | -117/+153 |
* | basic-block.h (struct edge_def): Add new field, crossing_edge. | Caroline Tice | 2004-04-09 | 1 | -0/+2 |
* | Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency. | Zdenek Dvorak | 2004-01-29 | 1 | -171/+2 |
* | alias.c, [...]: Update copyright. | Kazu Hirata | 2004-01-21 | 1 | -1/+1 |
* | * cfg.c (dump_bb): Dump entry edges. | Zdenek Dvorak | 2004-01-13 | 1 | -0/+4 |
* | alias.c: Fix comment typos. | Kazu Hirata | 2004-01-06 | 1 | -1/+1 |
* | backport: et-forest.h (et_forest_create, [...]): Declarations removed. | Steven Bosscher | 2003-12-30 | 1 | -0/+2 |
* | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 2003-12-11 | 1 | -1/+1 |
* | * cfg.c (dump_flow_info): Skip register dump if reg_n_info null. | Richard Henderson | 2003-09-17 | 1 | -41/+42 |
* | * cfg.c (dump_edge_info): Add name of loop_exit edge flag. | Zdenek Dvorak | 2003-08-14 | 1 | -1/+1 |
* | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 2003-07-19 | 1 | -7/+6 |
* | bt-load.c: Fix comment typos. | Kazu Hirata | 2003-07-05 | 1 | -1/+1 |
* | basic-block.h (create_basic_block, [...]): Kill. | Jan Hubicka | 2003-07-03 | 1 | -2/+4 |
* | caller-save.c: Convert to ISO C90. | Andreas Jaeger | 2003-06-22 | 1 | -74/+40 |
* | i386.md (subsi_3_zext, [...]): Fix predicates. | Jan Hubicka | 2003-06-08 | 1 | -2/+182 |
* | basic-block.h (EDGE_SIBCALL): New. | Richard Henderson | 2003-06-07 | 1 | -2/+4 |
* | function.c (FLOOR_ROUND, CEIL_ROUND): Fix. | Jan Hubicka | 2003-06-06 | 1 | -0/+8 |
* | cfg.c (unchecked_make_edge): New. | Michael Matz | 2003-03-10 | 1 | -13/+27 |
* | basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New. | Zdenek Dvorak | 2003-03-05 | 1 | -1/+1 |
* | cfg.c (dump_flow_info): Add back accidently deleted line. | Daniel Berlin | 2003-02-07 | 1 | -0/+1 |
* | alias.c: Fix comment typos. | Kazu Hirata | 2003-01-18 | 1 | -1/+1 |
* | cfg.c: Include alloc-pool.h | Daniel Berlin | 2003-01-07 | 1 | -41/+23 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -0/+2 |
* | c-decl.c: Fix a comment typo. | Kazu Hirata | 2002-12-13 | 1 | -2/+2 |
* | cfg.c (dump_flow_info): Use max_reg_num () to determine the largest pseudo re... | John David Anglin | 2002-12-01 | 1 | -0/+1 |
* | cfg.c (redirect_edge_succ_nodup): Avoid overflows due to roundoff errors. | Jan Hubicka | 2002-08-10 | 1 | -0/+2 |
* | basic-block.h (struct basic_block_def): New field loop_father. | Zdenek Dvorak | 2002-06-01 | 1 | -0/+2 |
* | * cfg.c (dump_flow_info): Print bb->index, not i, for block number. | Richard Henderson | 2002-05-28 | 1 | -1/+1 |
* | basic-block.h (last_basic_block): Declare. | Zdenek Dvorak | 2002-05-28 | 1 | -21/+29 |