Age | Commit message (Expand) | Author | Files | Lines |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-07-25 | cfghooks.c (split_block): Fix the information about loop latch. | Zdenek Dvorak | 1 | -1/+5 |
2007-07-12 | re PR rtl-optimization/32729 (Loop unrolling not performed with large constan... | Zdenek Dvorak | 1 | -8/+0 |
2007-07-09 | cfghooks.c (remove_edge): New function. | Zdenek Dvorak | 1 | -12/+16 |
2007-06-09 | tree-scalar-evolution.c (follow_ssa_edge_in_rhs, [...]): Keep more precise tr... | Zdenek Dvorak | 1 | -2/+2 |
2007-06-05 | cfg.c (init_flow): Use type safe memory macros. | Thomas Neumann | 1 | -5/+5 |
2007-06-03 | cfgloopmanip.c (remove_path, [...]): Change dom_bbs to vector. | Zdenek Dvorak | 1 | -5/+5 |
2007-05-24 | re PR middle-end/32018 (ICE on optimization) | Zdenek Dvorak | 1 | -3/+2 |
2007-05-17 | tree-vrp.c (finalize_jump_threads): Do not care about dominance info. | Zdenek Dvorak | 1 | -2/+8 |
2007-05-11 | tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop... | Zdenek Dvorak | 1 | -1/+1 |
2007-05-04 | basic-block.h (cdi_direction): Assign values to all enumeration constants. | Josh Conner | 1 | -9/+9 |
2007-02-06 | loop.texi: Document possibility not to perform disambiguation of loops with m... | Zdenek Dvorak | 1 | -2/+10 |
2007-02-04 | cfgloopmanip.c (loop_delete_branch_edge): Removed. | Zdenek Dvorak | 1 | -0/+42 |
2007-01-12 | loop.texi: Document recording of loop exits. | Zdenek Dvorak | 1 | -7/+31 |
2006-12-20 | loop-unswitch.c (unswitch_loop): Update arguments of duplicate_loop_to_header... | Zdenek Dvorak | 1 | -3/+3 |
2006-11-25 | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 1 | -2/+2 |
2006-11-17 | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 1 | -1/+86 |
2006-11-03 | tree-dump.c (dump_enable_all): Rename local variable ir_type to avoid name co... | Steven Bosscher | 1 | -4/+11 |
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 |