Age | Commit message (Expand) | Author | Files | Lines |
2006-05-18 | Whitespace fixups | Mike Stump | 1 | -10/+10 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -2/+2 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -9/+9 |
2005-08-24 | bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. | Zdenek Dvorak | 1 | -2/+5 |
2005-07-03 | bb-reorder.c, [...]: Avoid "." or "\n" at end of diagnostics and capital lett... | Joseph Myers | 1 | -15/+15 |
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 | -1/+0 |
2005-06-15 | Makefile.in (cfg.o): Add new dependencies. | Jan Hubicka | 1 | -2/+2 |
2005-05-26 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-04-03 | cfghooks.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-04-03 | cfghooks.c (lv_flush_pending_stmts, [...]): New. | Mostafa Hagog | 1 | -0/+63 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -13/+13 |
2005-03-08 | c-semantics.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-07 | cfghooks.c (verify_flow_info): Remove local variable num_bb_notes. | Kazu Hirata | 1 | -2/+1 |
2004-11-22 | cfg.c (unchecked_make_edge): Call execute_on_growing_pred after making an edge. | Kazu Hirata | 1 | -0/+20 |
2004-11-22 | cfg.c (cached_make_edge): Use find_edge rather than an inlined variant. | Jeff Law | 1 | -4/+3 |
2004-11-20 | basic-block.h (edge_def): Add dest_idx. | Kazu Hirata | 1 | -0/+14 |
2004-11-04 | cfghooks.c (delete_basic_block): Remove code to truncate edge vectors. | Kazu Hirata | 1 | -3/+0 |
2004-10-16 | re PR tree-optimization/17766 (cc1 hangs in with -O3, works with -O2) | Zdenek Dvorak | 1 | -2/+2 |
2004-10-07 | re PR tree-optimization/17806 (compiler error: in verify_loop_structure, at c... | Zdenek Dvorak | 1 | -0/+8 |
2004-09-28 | tree-ssa-threadupdate.c (create_block_for_threading): Request that no outgoin... | Jeff Law | 1 | -1/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -39/+52 |
2004-09-07 | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 1 | -4/+2 |
2004-06-22 | cfghooks.c (make_forwarder_block): Decrement count on fallthru edge when redi... | Pat Haugen | 1 | -1/+4 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -8/+175 |
2004-04-09 | basic-block.h (struct edge_def): Add new field, crossing_edge. | Caroline Tice | 1 | -1/+2 |
2004-03-22 | bt-load.c, [...]: Remove unnecessary casts. | Kazu Hirata | 1 | -2/+2 |
2004-02-17 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-02-17 | * cfghooks.c (split_edge): Speed up updating of dominators. | Zdenek Dvorak | 1 | -3/+28 |
2004-01-31 | alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, | Kazu Hirata | 1 | -1/+1 |
2004-01-29 | cfghooks.c (split_block): Set probability and count of the new edge. | Zdenek Dvorak | 1 | -1/+6 |
2004-01-29 | Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency. | Zdenek Dvorak | 1 | -4/+532 |
2003-06-22 | caller-save.c: Convert to ISO C90. | Andreas Jaeger | 1 | -4/+4 |
2003-06-06 | function.c (FLOOR_ROUND, CEIL_ROUND): Fix. | Jan Hubicka | 1 | -0/+48 |