Age | Commit message (Expand) | Author | Files | Lines |
2006-01-06 | re PR tree-optimization/18527 (cannot determine number of iterations for loop... | Zdenek Dvorak | 1 | -29/+47 |
2005-12-18 | tree-vn.c (vn_add): Use XNEW. | Gabriel Dos Reis | 1 | -1/+1 |
2005-12-17 | tree-inline.c (copy_body_r): Use explicit cast when converting from void *. | Gabriel Dos Reis | 1 | -10/+9 |
2005-12-08 | re PR middle-end/25248 (2.6.15-rc4 arch/powerpc/mm/hash_utils_64.c miscompiled) | Zdenek Dvorak | 1 | -64/+4 |
2005-11-18 | tree-scalar-evolution.c (expression_expensive_p): New function. | Zdenek Dvorak | 1 | -25/+38 |
2005-11-09 | re PR tree-optimization/24716 (Wrong code generated when optimising) | Richard Guenther | 1 | -3/+3 |
2005-11-04 | tree-scalar-evolution.c (instantiate_parameters_1, [...]): Compute the size o... | Sebastian Pop | 1 | -20/+27 |
2005-09-26 | re PR tree-optimization/23942 (loop problem / testcase takes very long time t... | Sebastian Pop | 1 | -81/+106 |
2005-09-20 | re PR tree-optimization/18463 (suboptimal use of fancy x86 addressing modes) | Zdenek Dvorak | 1 | -29/+44 |
2005-09-09 | Makefile.in (tree-chrec.o): Depends on SCEV_H. | Sebastian Pop | 1 | -3/+53 |
2005-08-15 | re PR tree-optimization/23391 (Tree checking failure due to scev) | Sebastian Pop | 1 | -2/+6 |
2005-08-13 | re PR tree-optimization/22236 (wrong code for casts and scev) | Sebastian Pop | 1 | -5/+2 |
2005-08-03 | re PR tree-optimization/23157 (incorrect sharing of tree nodes regression) | Zdenek Dvorak | 1 | -0/+1 |
2005-08-03 | re PR tree-optimization/19899 (ICE: tree check: expected real_cst, have integ... | Volker Reichelt | 1 | -2/+4 |
2005-07-27 | re PR tree-optimization/22325 (missed optimization in loop) | Zdenek Dvorak | 1 | -4/+57 |
2005-07-21 | re PR rtl-optimization/19210 (not using do-loop for some loops) | Paolo Bonzini | 1 | -1/+1 |
2005-06-26 | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 1 | -4/+4 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-07 | Fixes PR 18403 and meta PR 21861. | Sebastian Pop | 1 | -55/+36 |
2005-06-05 | re PR middle-end/21846 (segfault in fold_binary compiling vpr with -O2 -funro... | Zdenek Dvorak | 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-17 | timevar.def (TV_SCEV_CONST): New timevar. | Zdenek Dvorak | 1 | -0/+69 |
2005-05-16 | tree-scalar-evolution.c (set_nb_iterations_in_loop): Only check for TREE_OVER... | Roger Sayle | 1 | -2/+3 |
2005-05-02 | tree-scalar-evolution.c (get_exit_conditions_rec, [...]): Use VEC instead of ... | Kazu Hirata | 1 | -15/+16 |
2005-05-01 | re PR tree-optimization/18316 (Missed IV optimization) | Zdenek Dvorak | 1 | -3/+13 |
2005-04-21 | Makefile.in (tree-chrec.o): Depend on params.h. | Sebastian Pop | 1 | -1/+1 |
2005-04-16 | tree-scalar-evolution.c (interpret_rhs_modify_expr): Fix typo in comment. | Alexandre Oliva | 1 | -1/+1 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -2/+21 |
2005-03-30 | tree-scalar-evolution.c (instantiate_parameters_1): Return as soon as a chrec... | Sebastian Pop | 1 | -6/+38 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -2/+2 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-09 | re PR tree-optimization/19224 (Endless loop compiling simple file: Bug in tre... | Zdenek Dvorak | 1 | -36/+89 |
2004-12-31 | tree-scalar-evolution.c (instantiate_parameters_1): Copy the expression only ... | Zdenek Dvorak | 1 | -4/+31 |
2004-11-12 | tree-scalar-evolution.c (analyzable_condition): Remove superfluous TREE_THIS_... | Diego Novillo | 1 | -19/+1 |
2004-11-11 | re PR tree-optimization/17742 (C Optimization error with -O1 on i686) | Zdenek Dvorak | 1 | -55/+5 |
2004-11-11 | tree-scalar-evolution.c (follow_ssa_edge_in_condition_phi): Give up as soon a... | Sebastian Pop | 1 | -0/+5 |
2004-11-08 | tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate. | Kazu Hirata | 1 | -1/+1 |
2004-10-22 | alias.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-10-01 | tree-chrec.c (chrec_fold_plus_poly_poly, [...]): Use fold_convert or build_in... | Zdenek Dvorak | 1 | -8/+8 |
2004-09-17 | basic-block.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-10 | bb-reorder.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2004-09-07 | builtins.c (fold_builtin_strchr): Use build_int_cst, not fold_convert. | Nathan Sidwell | 1 | -6/+5 |
2004-09-05 | c-common.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -2/+2 |
2004-08-24 | tree-ssa-loop-ivcanon.c: New file. | Zdenek Dvorak | 1 | -12/+7 |
2004-07-12 | cfgloop.h (struct loop): Add nb_iterations field. | Sebastian Pop | 1 | -8/+2502 |
2004-07-09 | tree-scalar-evolution.c: New file. | Zdenek Dvorak | 1 | -0/+61 |