Age | Commit message (Expand) | Author | Files | Lines |
2006-02-05 | tree-vrp.c (cfg_loops): Removed. | Zdenek Dvorak | 1 | -2/+4 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -17/+17 |
2006-01-28 | cfgloopmanip.c (split_loop_bb): Remove. | Kazu Hirata | 1 | -16/+0 |
2006-01-23 | cfgloopmanip.c (lv_adjust_loop_entry_edge): Add comment before make_edge with... | Richard Guenther | 1 | -0/+1 |
2006-01-20 | re PR rtl-optimization/24626 (internal compiler error: verify_flow_info failed) | Richard Guenther | 1 | -1/+1 |
2005-12-17 | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 1 | -1/+1 |
2005-12-14 | cfgloopmanip.c (lv_adjust_loop_entry_edge): Adjust the type of cond_expr para... | Sebastian Pop | 1 | -1/+1 |
2005-08-24 | bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. | Zdenek Dvorak | 1 | -21/+49 |
2005-08-06 | Makefile.in, [...]: Fix comment/doc typos. | Kazu Hirata | 1 | -2/+2 |
2005-08-03 | cfgloop.h (DLTHE_FLAG_COMPLETTE_PEEL): New flag. | Jan Hubicka | 1 | -1/+22 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-19 | cfgloop.h (DLTHE_RECORD_COPY_NUMBER): New flag. | Jan Hubicka | 1 | -5/+6 |
2005-06-15 | Makefile.in (cfg.o): Add new dependencies. | Jan Hubicka | 1 | -11/+14 |
2005-04-09 | cfglayout.c (copy_bbs): Rename n_edges to num_edges. | Jan Hubicka | 1 | -9/+9 |
2005-04-03 | cfghooks.c (lv_flush_pending_stmts, [...]): New. | Mostafa Hagog | 1 | -1/+131 |
2005-03-18 | basic-block.h (scale_bbs_frequencies_int, [...]): Declare. | Jan Hubicka | 1 | -22/+3 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -13/+13 |
2005-03-10 | Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence. | Zdenek Dvorak | 1 | -0/+99 |
2005-03-02 | cfgloop.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-03-01 | cfgloop.c (flow_loop_entry_edges_find, [...]): Removed. | Zdenek Dvorak | 1 | -1/+1 |
2004-12-16 | re PR tree-optimization/18707 (Performance regression at -O2 with gzip) | Eric Botcazou | 1 | -7/+22 |
2004-12-08 | cfgloopmanip.c (create_preheader): Speed up by "unrolling" and simplifying FO... | Kazu Hirata | 1 | -6/+8 |
2004-11-22 | cfg.c (cached_make_edge): Use find_edge rather than an inlined variant. | Jeff Law | 1 | -4/+1 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -0/+1 |
2004-11-11 | cfgloopmanip.c (update_single_exits_after_duplication, unloop): Make them sta... | Kazu Hirata | 1 | -2/+3 |
2004-10-25 | cfgloopmanip.c (loopify): Take two more arguments true_edge and false_edge. | Kazu Hirata | 1 | -5/+6 |
2004-10-07 | re PR tree-optimization/17806 (compiler error: in verify_loop_structure, at c... | Zdenek Dvorak | 1 | -9/+1 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -40/+49 |
2004-09-23 | cfgloop.h (update_single_exits_after_duplication): Declare. | Zdenek Dvorak | 1 | -10/+14 |
2004-09-16 | [multiple changes] | Daniel Berlin | 1 | -3/+1 |
2004-09-14 | Makefile.in (loop-unroll.o): Add HASHTAB_H and RECOG_H dependency. | Zdenek Dvorak | 1 | -0/+5 |
2004-09-07 | cfganal.c (flow_depth_first_order_compute, [...]): Use gcc_assert or gcc_unre... | Nathan Sidwell | 1 | -60/+40 |
2004-08-24 | tree-ssa-loop-ivcanon.c: New file. | Zdenek Dvorak | 1 | -0/+29 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -4/+4 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -0/+96 |
2004-04-23 | re PR rtl-optimization/13985 (ICE in gcc.c-torture/compile/930621-1.c) | Eric Botcazou | 1 | -3/+10 |
2004-04-22 | cfgloopmanip.c (scale_bbs_frequencies): Use RDIV macro | Jan Hubicka | 1 | -2/+3 |
2004-02-24 | toplev.c (dump_file_tbl): Rename from dump_file. | Richard Henderson | 1 | -2/+2 |
2004-02-17 | loop-iv.c: New file. | Zdenek Dvorak | 1 | -5/+9 |
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 | Makefile.in (cfghooks.o): Add TIMEVAR_H and toplev.h dependency. | Zdenek Dvorak | 1 | -50/+45 |
2003-12-30 | backport: et-forest.h (et_forest_create, [...]): Declarations removed. | Steven Bosscher | 1 | -76/+57 |
2003-12-11 | basic-block.h (BLOCK_HEAD, BLOCK_END): Remove. | Steven Bosscher | 1 | -3/+3 |
2003-10-07 | * cfgloopmanip.c (fix_irreducible_loops): Initialize e correctly. | Zdenek Dvorak | 1 | -10/+14 |
2003-10-05 | c-pretty-print.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-07-24 | cfgloopmanip.c (duplicate_loop_to_header_edge): Update irreducible flag corre... | Zdenek Dvorak | 1 | -16/+21 |
2003-07-05 | bt-load.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-07-05 | cfgloopmanip.c (force_single_succ_latches): Force latch to be different from ... | Zdenek Dvorak | 1 | -1/+2 |
2003-07-03 | cfglayout.c (cfg_layout_duplicate_bb): Do not update frequencies at all if ed... | Zdenek Dvorak | 1 | -273/+84 |
2003-07-03 | basic-block.h (create_basic_block, [...]): Kill. | Jan Hubicka | 1 | -28/+15 |