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 | -4/+3 |
2007-07-16 | tree-if-conv.c (find_phi_replacement_condition): Unshare "*cond" before forci... | Richard Guenther | 1 | -4/+6 |
2007-07-09 | tree-scalar-evolution.c (scev_const_prop): Add arguments to force_gimple_oper... | Zdenek Dvorak | 1 | -15/+9 |
2007-07-09 | re PR tree-optimization/32681 (ice for legal C code with flags -ffast-math -... | Uros Bizjak | 1 | -1/+1 |
2007-07-07 | auto-inc-dec.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-07-02 | re PR tree-optimization/31966 (Miscompiles valid code with -ftree-vectorize) | Uros Bizjak | 1 | -45/+73 |
2007-05-27 | tree-vrp.c (execute_vrp): Do not check whether current_loops == NULL. | Zdenek Dvorak | 1 | -1/+1 |
2007-04-23 | tree-phinodes.c (reserve_phi_args_for_new_edge, [...]): Use phi_nodes_ptr. | Zdenek Dvorak | 1 | -4/+4 |
2007-03-25 | fix in tree-if-conv.c | Revital Eres | 1 | -3/+14 |
2007-03-08 | tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c... | Roger Sayle | 1 | -4/+3 |
2006-12-10 | tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | Zdenek Dvorak | 1 | -7/+2 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -27/+30 |
2006-11-21 | tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions. | Zdenek Dvorak | 1 | -1/+1 |
2006-11-17 | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 1 | -14/+3 |
2006-09-22 | re PR tree-optimization/28888 (ICE in tree check: expected cond_expr, have la... | Zdenek Dvorak | 1 | -57/+53 |
2006-09-05 | re PR tree-optimization/28900 (ICE verify_stmts failed (invalid operand to un... | Richard Guenther | 1 | -1/+4 |
2006-05-23 | re PR c++/26757 (C++ front-end producing two DECLs with the same UID) | Andrew MacLeod | 1 | -1/+1 |
2006-03-02 | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 1 | -4/+4 |
2006-02-10 | tree-if-conv.c (combine_blocks): Free the result of get_loop_exit_edges. | Sebastian Pop | 1 | -1/+3 |
2006-02-02 | tree-flow-inline.h (bsi_after_labels): Rewrite, return what its name says. | Paolo Bonzini | 1 | -5/+2 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -1/+1 |
2006-01-06 | tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA... | Jeff Law | 1 | -2/+2 |
2005-12-02 | tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. | Richard Guenther | 1 | -8/+8 |
2005-11-08 | re PR tree-optimization/23115 (-ftree-vectorize generates wrong code) | Devang Patel | 1 | -4/+9 |
2005-08-19 | re PR tree-optimization/23048 (ICE in get_loop_body with -O1 -ftree-vectorize... | Devang Patel | 1 | -6/+14 |
2005-06-26 | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 1 | -2/+2 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-01 | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 1 | -1/+0 |
2005-05-27 | basic-block.h (basic_block_def): Add phi_nodes and predictions. | Kazu Hirata | 1 | -1/+1 |
2005-05-11 | re PR tree-optimization/18472 (TREE_OPERAND (t, 1) is referenced for t being ... | Kazu Hirata | 1 | -9/+1 |
2005-05-03 | tree-cfg.c (remove_bb): Remove a redundant call to set_bb_for_stmt. | Kazu Hirata | 1 | -3/+1 |
2005-04-29 | re PR tree-optimization/21272 (SSA_NAME def follows use with -ftree-vectorize) | Devang Patel | 1 | -1/+1 |
2005-04-21 | tree-if-conv.c (find_phi_replacement_condition): Avoid generating x = !(a == ... | Devang Patel | 1 | -33/+52 |
2005-04-13 | tree-if-conv.c (tree_if_convert_cond_expr): Do not create extra temp variables. | Devang Patel | 1 | -17/+0 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -21/+30 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -11/+5 |
2005-03-12 | tree-if-conv.c (tree_if_convert_cond_expr): Remove local variable new_cond. | Kazu Hirata | 1 | -8/+6 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -2/+2 |
2005-03-04 | re PR tree-optimization/18815 (Tree if-conversion screws up cfg very badly) | Devang Patel | 1 | -3/+16 |
2005-03-02 | Undo PR tree-optimization/18815 fix. | Devang Patel | 1 | -13/+2 |
2005-03-02 | re PR tree-optimization/18815 (Tree if-conversion screws up cfg very badly) | Devang Patel | 1 | -2/+13 |
2005-03-01 | cfgloop.c (flow_loop_entry_edges_find, [...]): Removed. | Zdenek Dvorak | 1 | -18/+20 |
2005-02-22 | re PR tree-optimization/19952 (ICE: tree check: expected class 'declaration',... | Devang Patel | 1 | -1/+1 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -3/+3 |
2005-01-23 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-01-04 | re PR tree-optimization/18308 (ICE in do_jump, at dojump.c:274) | Paolo Bonzini | 1 | -4/+17 |
2004-11-29 | tree-if-conv.c (replace_phi_with_cond_modify_expr): Use EDGE_PRED instead of ... | Kazu Hirata | 1 | -1/+1 |
2004-11-22 | * tree-if-conv.c (clean_predicate_lists): Clean all basic blocks. | Devang Patel | 1 | -5/+7 |
2004-11-22 | tree-if-conv.c (if_convertable_phi_p): Rename to ... | Devang Patel | 1 | -29/+29 |
2004-11-22 | tree-ssa.c (ssa_remove_edge): Remove. | Kazu Hirata | 1 | -2/+2 |