Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-01-29 | Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency. | Zdenek Dvorak | 1 | -171/+2 |
2004-01-21 | alias.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-01-13 | * cfg.c (dump_bb): Dump entry edges. | Zdenek Dvorak | 1 | -0/+4 |
2004-01-06 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-12-30 | backport: et-forest.h (et_forest_create, [...]): Declarations removed. | Steven Bosscher | 1 | -0/+2 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -1/+1 |
2003-09-17 | * cfg.c (dump_flow_info): Skip register dump if reg_n_info null. | Richard Henderson | 1 | -41/+42 |
2003-08-14 | * cfg.c (dump_edge_info): Add name of loop_exit edge flag. | Zdenek Dvorak | 1 | -1/+1 |
2003-07-19 | alias.c [...]: Remove unnecessary casts. | Kaveh R. Ghazi | 1 | -7/+6 |
2003-07-05 | bt-load.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-07-03 | basic-block.h (create_basic_block, [...]): Kill. | Jan Hubicka | 1 | -2/+4 |
2003-06-22 | caller-save.c: Convert to ISO C90. | Andreas Jaeger | 1 | -74/+40 |
2003-06-08 | i386.md (subsi_3_zext, [...]): Fix predicates. | Jan Hubicka | 1 | -2/+182 |
2003-06-07 | basic-block.h (EDGE_SIBCALL): New. | Richard Henderson | 1 | -2/+4 |
2003-06-06 | function.c (FLOOR_ROUND, CEIL_ROUND): Fix. | Jan Hubicka | 1 | -0/+8 |
2003-03-10 | cfg.c (unchecked_make_edge): New. | Michael Matz | 1 | -13/+27 |
2003-03-05 | basic-block.h (EDGE_IRREDUCIBLE_LOOP, [...]): New. | Zdenek Dvorak | 1 | -1/+1 |
2003-02-07 | cfg.c (dump_flow_info): Add back accidently deleted line. | Daniel Berlin | 1 | -0/+1 |
2003-01-18 | alias.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-01-07 | cfg.c: Include alloc-pool.h | Daniel Berlin | 1 | -41/+23 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-12-13 | c-decl.c: Fix a comment typo. | Kazu Hirata | 1 | -2/+2 |
2002-12-01 | cfg.c (dump_flow_info): Use max_reg_num () to determine the largest pseudo re... | John David Anglin | 1 | -0/+1 |
2002-08-10 | cfg.c (redirect_edge_succ_nodup): Avoid overflows due to roundoff errors. | Jan Hubicka | 1 | -0/+2 |
2002-06-01 | basic-block.h (struct basic_block_def): New field loop_father. | Zdenek Dvorak | 1 | -0/+2 |
2002-05-28 | * cfg.c (dump_flow_info): Print bb->index, not i, for block number. | Richard Henderson | 1 | -1/+1 |
2002-05-28 | basic-block.h (last_basic_block): Declare. | Zdenek Dvorak | 1 | -21/+29 |
2002-05-26 | * cfg.c (dump_flow_info): Remove extra argument to fprintf. | Andreas Jaeger | 1 | -1/+1 |
2002-05-23 | bb-reorder.c (make_reorder_chain, [...]): Use FOR_EACH_BB macros to iterate o... | Zdenek Dvorak | 1 | -40/+20 |
2002-05-23 | cfg.c (dump_flow_info): Print results of maybe_hot/probably_never_executed pr... | Jan Hubicka | 1 | -1/+6 |
2002-05-22 | cfgbuild.c: Fix formatting. | Kazu Hirata | 1 | -2/+2 |
2002-05-19 | basic_block.h (struct basic_block_def): Added prev_bb and next_bb fields. | Zdenek Dvorak | 1 | -0/+29 |
2002-05-16 | Revert "Basic block renumbering removal", and two followup patches. | Richard Henderson | 1 | -89/+58 |
2002-05-16 | Basic block renumbering removal. | Zdenek Dvorak | 1 | -58/+89 |
2002-05-11 | i386.md (testsi to testqi spliters): New. | Jan Hubicka | 1 | -1/+1 |
2002-04-09 | basic-block.h (flow_delete_block_noexpunge): Declare. | Richard Henderson | 1 | -6/+14 |
2002-03-30 | * cfg.c (dump_flow_info): Guard against NULL regno_reg_rtx[i]. | Hans-Peter Nilsson | 1 | -3/+4 |
2002-03-11 | * cfg.c (dump_flow_info): Remove unused variable. | Andreas Jaeger | 1 | -2/+2 |
2002-03-05 | cfg.c (dump_flow_info): Warn about profile mismatches. | Jan Hubicka | 1 | -1/+34 |