Age | Commit message (Expand) | Author | Files | Lines |
2004-11-14 | global.c, [...]: Fix comment typos. | 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-10 | tree-ssa-loop-ivopts.c (get_address_cost): Add address elements in right order. | Zdenek Dvorak | 1 | -9/+65 |
2004-11-09 | * tree-ssa-loop-ivopts.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2004-11-08 | Makefile.in (tree-ssa-loop-ivopts.o): Add sbitmap.h dependency. | Zdenek Dvorak | 1 | -317/+676 |
2004-11-08 | tree-cfg.c, [...]: Replace TREE_CHAIN with PHI_CHAIN where appropriate. | Kazu Hirata | 1 | -7/+7 |
2004-11-04 | bitmap.h (bitmap_a_or_b, [...]): Remove. | Nathan Sidwell | 1 | -5/+5 |
2004-11-03 | tree-ssa-loop-ivopts.c (get_address_cost): Offset zero does not cause extra c... | Ulrich Weigand | 1 | -10/+5 |
2004-10-28 | tree-ssa-loop-ivopts.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2004-10-27 | re PR tree-optimization/18048 (mgrid loop performance regression with ivopts ... | Zdenek Dvorak | 1 | -6/+47 |
2004-10-18 | tree-cfg.c (bsi_for_stmt): Rename from stmt_for_bsi. | Diego Novillo | 1 | -4/+4 |
2004-10-17 | tree-ssa-loop-ivopts.c (tree_ssa_iv_optimize): Move checking out of loop. | Zdenek Dvorak | 1 | -7/+7 |
2004-10-16 | tree-ssa-loop-ivopts.c (struct ivopts_data): New field important_candidates. | Zdenek Dvorak | 1 | -1/+16 |
2004-10-06 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Convert to use FOR_EACH_SSA_... | Daniel Berlin | 1 | -1/+1 |
2004-10-01 | tree-chrec.c (chrec_fold_plus_poly_poly, [...]): Use fold_convert or build_in... | Zdenek Dvorak | 1 | -61/+104 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -2/+3 |
2004-09-26 | bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style. | Zdenek Dvorak | 1 | -27/+49 |
2004-09-26 | re PR tree-optimization/17591 (Ada bootstrap SEGV in stage2 on osint.adb, no ... | Zdenek Dvorak | 1 | -44/+118 |
2004-09-23 | tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes. | Dorit Naishlos | 1 | -7/+22 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -10/+9 |
2004-09-16 | fold-const.c (fold): Fold difference of addresses. | Zdenek Dvorak | 1 | -154/+122 |
2004-09-10 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-09 | tree-ssa-loop-ivopts.c (peel_address): Fix abort on VIEW_CONVERT_EXPR. | Jan Hubicka | 1 | -0/+3 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -42/+42 |
2004-09-07 | tree-ssa-loop-ivopts.c (contains_abnormal_ssa_name_p): Deal with '<' class too. | Jan Hubicka | 1 | -0/+1 |
2004-09-07 | * tree-ssa-loop-ivopts.c (iv_value): Avoid invalid sharing on niter. | Jan Hubicka | 1 | -1/+1 |
2004-09-07 | builtins.c (fold_builtin_strchr): Use build_int_cst, not fold_convert. | Nathan Sidwell | 1 | -8/+5 |
2004-09-06 | loop.c (loop_dump_aux): Do not print RTL when not available. | Jan Hubicka | 1 | -21/+46 |
2004-09-05 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-09-05 | tree-ssa-loop-ivopts.c: New file. | Zdenek Dvorak | 1 | -0/+4413 |