Age | Commit message (Expand) | Author | Files | Lines |
2005-07-28 | builtins.c: Fix comment typo(s). | Volker Reichelt | 1 | -3/+3 |
2005-07-20 | tree.h (tree_expr_nonzero_p): Export. | James A. Morrison | 1 | -1/+1 |
2005-07-13 | tree-ssa-dom.c (lookup_avail_expr): Do not pass member in freed structure as ... | David Edelsohn | 1 | -1/+1 |
2005-07-12 | re PR tree-optimization/22335 (DOM creates mis-matched types) | Andrew Pinski | 1 | -8/+20 |
2005-07-02 | tree-ssa-dom.c (find_equivalent_equality_comparison): Do not a eliminate type... | Jeff Law | 1 | -0/+22 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-13 | tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): No longer simplify DIV, ... | Jeff Law | 1 | -133/+8 |
2005-06-03 | tree-ssa-dom.c (record_edge_info): Use last_basic_block to allocate info array. | Diego Novillo | 1 | -1/+1 |
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-28 | tree-ssa-dom.c (vrp_element_p): Define. | Kazu Hirata | 1 | -22/+33 |
2005-05-27 | basic-block.h (basic_block_def): Add phi_nodes and predictions. | Kazu Hirata | 1 | -2/+9 |
2005-05-27 | tree-into-ssa.c (update_ssa): Ensure that the operand cache is up-to-date. | Kazu Hirata | 1 | -9/+9 |
2005-05-23 | tree-ssa-dom.c (cprop_into_stmt): Do not call recompute_tree_invariant_for_ad... | Jeff Law | 1 | -8/+6 |
2005-05-17 | tree-cfg.c (tree_can_merge_blocks_p): Allow phi nodes in the merged block. | Zdenek Dvorak | 1 | -0/+1 |
2005-05-16 | re PR tree-optimization/21399 (libstdc++ 12077.cc ICE) | Richard Henderson | 1 | -3/+3 |
2005-05-10 | re PR tree-optimization/21170 (Comments still mention rewrite_ssa_into_ssa.) | Kazu Hirata | 1 | -1/+1 |
2005-05-10 | tree-ssa-dom.c (dom_opt_finalize_block): Do not call thread_across_edge for a... | Jeff Law | 1 | -12/+0 |
2005-05-03 | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 1 | -81/+41 |
2005-04-23 | * tree-ssa-dom.c: Fix formatting. | Kazu Hirata | 1 | -8/+8 |
2005-04-22 | [multiple changes] | Diego Novillo | 1 | -1/+1 |
2005-04-22 | tree-ssa-dom.c (block_defs_stack): Remove, no longer needed. | Jeff Law | 1 | -161/+104 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -48/+49 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -35/+27 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -6/+17 |
2005-03-31 | tree-ssa-dom.c (cprop_into_successor_phis): Remove an obsolete comment. | Kazu Hirata | 1 | -2/+0 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -5/+5 |
2005-03-07 | tree-cfg.c (find_taken_edge_computed_goto): New function. | Jeff Law | 1 | -1/+16 |
2005-03-04 | basic-block.h (rediscover_loops_after_threading): Declare. | Jeff Law | 1 | -1/+34 |
2005-03-02 | tree-ssa-dom.c (tree_ssa_dominator_optimize): Call free_dominance_info only w... | Kazu Hirata | 1 | -1/+2 |
2005-03-02 | tree-ssa-dom.c (tree_ssa_dominator_optimize): Fix setting of CFG_ALTERED in t... | Jeff Law | 1 | -2/+2 |
2005-02-26 | tree-ssa-dom.c (simple_iv_increment_p): New function. | Zdenek Dvorak | 1 | -1/+49 |
2005-02-24 | ChangeLog.5: Fix log message typo(s). | Volker Reichelt | 1 | -2/+2 |
2005-02-21 | re PR tree-optimization/18663 (ACATS ICE cc1221d expected integer_cst, have n... | Eric Botcazou | 1 | -4/+7 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -4/+4 |
2005-02-10 | tree-ssa-dom.c (thread_across_edge): Use xmalloc, not xcalloc. | Jeff Law | 1 | -3/+3 |
2005-01-31 | tree-ssa-dom.c (record_cond): Pass correct variable type for last argument to... | Jeff Law | 1 | -1/+1 |
2005-01-27 | re PR middle-end/17278 (8% C++ compile-time regression in comparison with 3.4... | Steven Bosscher | 1 | -1/+1 |
2005-01-23 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-01-22 | re PR tree-optimization/19038 (tree-ssa causing loops to have more than one BB) | Daniel Berlin | 1 | -0/+8 |
2005-01-17 | Opps. Committed wrong version. | Jeff Law | 1 | -0/+3 |
2005-01-17 | tree-ssa-dom.c (tree_ssa_dominator_optimize): Clear SSA_NAME_VALUE at the end... | Jeff Law | 1 | -20/+20 |
2005-01-17 | tree-ssa-dom.c (tree_ssa_dominator_optimize): Don't call mark_dfs_back_edges. | Kazu Hirata | 1 | -5/+0 |
2005-01-15 | * tree-ssa-dom.c (extract_range_from_cond): Correct condition. | Roger Sayle | 1 | -1/+1 |
2005-01-15 | re PR tree-optimization/19060 (Miscompiling of if and "long long") | Jakub Jelinek | 1 | -7/+19 |
2004-12-27 | tree-ssa-dom.c (thread_across_edge): Remove broken code to avoid threading in... | Jeff Law | 1 | -16/+0 |
2004-12-13 | tree-ssa-dom.c (thread_across_edge): Do not thread jumps if a PHI argument is... | Jeff Law | 1 | -0/+10 |
2004-12-13 | * tree-ssa-dom.c (record_edge_info): Fix memory leak. | Kazu Hirata | 1 | -6/+6 |
2004-12-13 | tree-ssa-dom.c (record_equivalences_from_phis): Add a comment. | Kazu Hirata | 1 | -1/+3 |
2004-12-13 | tree-ssa-dom.c (record_equivalences_from_phis): Speed up by doing a pointer c... | Kazu Hirata | 1 | -1/+1 |
2004-12-12 | * tree-ssa-dom.c (thread_across_edge): Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |