Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -1/+1 |
2004-11-16 | * tree-if-conv.c (clean_predicate_lists): Update gcc_assert check. | Devang Patel | 1 | -1/+1 |
2004-11-16 | tree-cfg.c (verify_expr): Replace TREE_OPERAND with COND_EXPR_COND. | Kazu Hirata | 1 | -1/+1 |
2004-11-14 | tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate. | Kazu Hirata | 1 | -1/+1 |
2004-11-12 | tree-if-conv.c (clean_predicate_lists): Use loop header and latch directly. | Devang Patel | 1 | -4/+5 |
2004-11-09 | tree-if-conv.c (add_to_dst_predicate_list): Change the second argument to bas... | Kazu Hirata | 1 | -13/+12 |
2004-11-08 | tree-if-conv.c (tree_if_conversion): Make it static. | Kazu Hirata | 1 | -1/+1 |
2004-11-08 | tree-if-conv.c (tree_if_convert_cond_expr): Remove two "if" statements that a... | Kazu Hirata | 1 | -18/+14 |
2004-11-08 | tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate. | Kazu Hirata | 1 | -1/+1 |
2004-10-14 | tree-if-conv.c (process_phi_nodes): Process latch block. | Devang Patel | 1 | -5/+10 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -14/+23 |
2004-09-24 | tree-if-conv.c (tree_if_convert_cond_expr0): Create temp. | Devang Patel | 1 | -10/+25 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -31/+14 |
2004-09-08 | tree-if-conv.c (find_phi_replacement_condition): Return true edge block. | Devang Patel | 1 | -17/+17 |
2004-09-06 | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 1 | -1/+2 |
2004-09-05 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2004-09-05 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-05 | tree-if-conv.c (gate_tree_if_conversion): Enable only if the vectorizer is en... | Diego Novillo | 1 | -1/+1 |
2004-09-05 | * tree-if-conv.c: Spell check comments and clean up whitespace. | Andreas Jaeger | 1 | -84/+83 |
2004-09-03 | Tree level if-conversion for vectorizer. | Devang Patel | 1 | -0/+1102 |