Age | Commit message (Expand) | Author | Files | Lines |
2005-07-17 | re PR tree-optimization/22531 (ICE in mark_sym_for_renaming while compiling d... | Daniel Berlin | 1 | -0/+1 |
2005-07-17 | tree-optimize.c (init_tree_optimization_passes): Add pass_eliminate_useless_s... | Daniel Berlin | 1 | -0/+132 |
2005-07-12 | re PR middle-end/21840 (ICE while building Linux kernel (seg fault), missing ... | Andrew Pinski | 1 | -0/+9 |
2005-06-26 | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 1 | -6/+6 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-18 | re PR tree-optimization/22116 (PRE of COMPLEX_EXPR causes ICE) | Richard Henderson | 1 | -0/+4 |
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-25 | re PR tree-optimization/21705 (FRE does not eliminate a redundant pure call.) | Daniel Berlin | 1 | -6/+25 |
2005-05-18 | tree-ssa-pre.c (find_or_generate_expression): CALL_EXPR is okay too. | Daniel Berlin | 1 | -1/+2 |
2005-05-16 | re PR tree-optimization/21399 (libstdc++ 12077.cc ICE) | Richard Henderson | 1 | -1/+1 |
2005-05-16 | * tree-ssa-pre.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2005-05-16 | re PR tree-optimization/21576 (FRE does not eliminate a redundant builtin call.) | Daniel Berlin | 1 | -12/+269 |
2005-05-12 | re PR tree-optimization/21520 (missing PRE opportunity with operand after ope... | Steven Bosscher | 1 | -17/+37 |
2005-05-12 | re PR tree-optimization/21532 (ICE caused by PRE dead instruction removal) | Daniel Berlin | 1 | -0/+2 |
2005-05-03 | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 1 | -24/+15 |
2005-04-27 | * tree-ssa-pre.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2005-04-25 | re PR tree-optimization/21173 (miscompiled pointer subtraction broke Linux ke... | Steven Bosscher | 1 | -86/+54 |
2005-04-24 | tree-ssa-copy.c (copy_prop_visit_cond_stmt): Use COMPARISON_CLASS_P. | Kazu Hirata | 1 | -2/+2 |
2005-04-21 | lambda.h (lambda_vector_min_nz): Likewise. | Nathan Sidwell | 1 | -4/+3 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -24/+37 |
2005-04-17 | tree-flow-inline.h (get_stmt_operands): Remove. | Kazu Hirata | 1 | -3/+0 |
2005-04-15 | tree-ssa-pre.c (compute_avail): It's okay to have TREE_INVARIANT's here, and ... | Daniel Berlin | 1 | -4/+15 |
2005-04-14 | Whoops, wrong version of file. | Daniel Berlin | 1 | -1/+2 |
2005-04-14 | re PR tree-optimization/20963 (ICE tree check: expected value_handle, have ad... | Daniel Berlin | 1 | -1/+23 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -1/+1 |
2005-04-04 | Fix PR tree-optimization/20703 Fix PR tree-optimization/20725 | Daniel Berlin | 1 | -35/+81 |
2005-03-23 | re PR tree-optimization/20601 (PRE related miscompilation) | Daniel Berlin | 1 | -1/+1 |
2005-03-16 | re PR tree-optimization/20490 (ICE: verify_stmts failed. (with -O -ftree-pre)) | Daniel Berlin | 1 | -4/+21 |
2005-03-12 | tree-ssa-pre.c (compute_avail): Remove local variable val. | Kazu Hirata | 1 | -5/+1 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -7/+7 |
2005-03-08 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2005-03-07 | * tree-ssa-pre.c (has_abnormal_preds): Make it static. | Kazu Hirata | 1 | -1/+1 |
2005-03-05 | tree-phinodes.c (remove_phi_node): Drop the last argument. | Kazu Hirata | 1 | -1/+1 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -2/+2 |
2005-02-11 | re PR tree-optimization/19876 (g++ starts eating all the memory and the CPU) | Steven Bosscher | 1 | -41/+20 |
2005-01-30 | re PR tree-optimization/19624 (PRE pessimizes ivopts) | Daniel Berlin | 1 | -24/+211 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-17 | tree-ssa-pre.c (add_to_sets): s1 may be NULL. | Daniel Berlin | 1 | -3/+3 |
2005-01-14 | tree-ssa-dce.c (visited_control_parents): New sbitmap to replace BB_VISITED u... | Steven Bosscher | 1 | -61/+75 |
2004-12-08 | re PR middle-end/17340 (Internal error compiling with -O3) | Steven Bosscher | 1 | -40/+56 |
2004-11-30 | re PR tree-optimization/18673 (Tree-PRE is O(N^4) in the depth of the dominat... | Daniel Berlin | 1 | -80/+117 |
2004-11-25 | tree-phinodes.c (add_phi_arg): Take "tree" instead of "tree *" as the first a... | Kazu Hirata | 1 | -1/+1 |
2004-11-25 | basic-block.h (OBSTACK_ALLOC_REG_SET): Adjust. | Nathan Sidwell | 1 | -3/+3 |
2004-11-24 | tree-ssa-pre.c (phi_translate): Use find_edge to find the index of a PHI argu... | Kazu Hirata | 1 | -10/+9 |
2004-11-22 | bitmap.h (struct bitmap_obstack): New obstack type. | Nathan Sidwell | 1 | -9/+4 |
2004-11-16 | tree-cfg.c (bsi_commit_edge_inserts): Remove an argument. | Kazu Hirata | 1 | -1/+1 |
2004-11-15 | tree-ssa-pre.c (bitmap_print_value_set): Fix uninitialized variable. | Nathan Sidwell | 1 | -1/+1 |
2004-11-11 | bitmap.h (nBITMAP_WORD_BITS): Remove. | Nathan Sidwell | 1 | -2/+4 |
2004-11-04 | bitmap.c (bitmap_print): Make bitno unsigned. | Nathan Sidwell | 1 | -3/+3 |
2004-10-29 | bitmap.h (bitmap_empty_p): New. | Nathan Sidwell | 1 | -1/+1 |