Age | Commit message (Expand) | Author | Files | Lines |
2005-12-19 | re PR tree-optimization/24793 (ICE: expected ssa_name, have var_decl in verif... | Zdenek Dvorak | 1 | -3/+14 |
2005-11-12 | tree-ssa-loop-ivopts.c (get_address_cost): Prevent splitting addressing modes... | Zdenek Dvorak | 1 | -0/+6 |
2005-11-03 | re PR tree-optimization/24483 (ICE in ivopts) | Zdenek Dvorak | 1 | -1/+10 |
2005-09-22 | re PR tree-optimization/22438 (ICE SEGV in is_gimple_variable at tree-gimple.... | Zdenek Dvorak | 1 | -10/+46 |
2005-09-09 | re PR tree-optimization/23509 (ICE with ivopts) | Zdenek Dvorak | 1 | -7/+14 |
2005-08-13 | re PR tree-optimization/22236 (wrong code for casts and scev) | Sebastian Pop | 1 | -0/+2 |
2005-07-27 | re PR tree-optimization/22325 (missed optimization in loop) | Zdenek Dvorak | 1 | -15/+24 |
2005-07-21 | re PR rtl-optimization/19210 (not using do-loop for some loops) | Paolo Bonzini | 1 | -1/+2 |
2005-07-11 | tree-flow.h (remove_empty_loops, [...]): Declare. | Zdenek Dvorak | 1 | -1/+1 |
2005-07-06 | re PR tree-optimization/21963 (ICE (seg fault) with -m64 (in IV-OPTS)) | Zdenek Dvorak | 1 | -5/+11 |
2005-06-26 | builtins.c, [...]: Use fold_buildN instead of fold (buildN (...)). | Kazu Hirata | 1 | -7/+7 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-12 | cgraphunit.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-06-08 | tree-ssa-address.c (addr_for_mem_ref): Use LAST_VIRTUAL_REGISTER instead of F... | Zdenek Dvorak | 1 | -13/+13 |
2005-06-07 | tree-ssa-loop-ivopts.c (rewrite_use_outer): Unshare the expression before emi... | Zdenek Dvorak | 1 | -1/+1 |
2005-06-07 | Fixes PR 18403 and meta PR 21861. | Sebastian Pop | 1 | -5/+2 |
2005-06-07 | tree-ssa-address.c: New file. | Zdenek Dvorak | 1 | -215/+244 |
2005-06-02 | tree-ssa-loop-ivopts.c (build_addr_strip_iref): Remove. | Richard Guenther | 1 | -22/+3 |
2005-06-02 | tree-chrec.c (chrec_fold_plus_1): Ensure we build binary operations with the ... | Richard Guenther | 1 | -9/+7 |
2005-05-26 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-05-24 | tree-nested.c (build_addr): New "context" argument. | Jeff Law | 1 | -1/+1 |
2005-05-19 | tree-ssa-loop-ivopts.c (determine_base_object): Use build_fold_addr_expr to g... | Richard Guenther | 1 | -3/+4 |
2005-05-17 | tree-ssa-loop-ivopts.c (find_bivs, [...]): Apply expand_simple_operations to ... | Zdenek Dvorak | 1 | -1/+3 |
2005-05-04 | tree-ssa-loop-ivopts.c (rewrite_address_base): Don't call update_stmt. | Kazu Hirata | 1 | -1/+0 |
2005-05-03 | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 1 | -46/+12 |
2005-05-01 | * tree-ssa-loop-ivopts.c: Fix a comment typo. | Kazu Hirata | 1 | -1/+1 |
2005-05-01 | re PR tree-optimization/18316 (Missed IV optimization) | Zdenek Dvorak | 1 | -182/+732 |
2005-04-28 | bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN... | Kazu Hirata | 1 | -1/+1 |
2005-04-27 | re PR tree-optimization/21171 (IV OPTS removes does not create a new VOPs for... | Zdenek Dvorak | 1 | -0/+5 |
2005-04-26 | tree-ssa-loop-ivopts.c (ivopts_data, [...]): Use the VEC API instead of VARRAY. | Kazu Hirata | 1 | -24/+30 |
2005-04-23 | tree-ssa-loop-ivopts.c (struct cost_pair): Add value field. | Zdenek Dvorak | 1 | -37/+65 |
2005-04-22 | [multiple changes] | Diego Novillo | 1 | -3/+1 |
2005-04-17 | tree-flow-inline.h (get_stmt_operands): Remove. | Kazu Hirata | 1 | -3/+0 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -17/+36 |
2005-04-05 | re PR target/20625 (ivopts produces code that generates "unaligned access exc... | Zdenek Dvorak | 1 | -4/+20 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -10/+16 |
2005-04-04 | Makefile.in (tree-ssa-loop-ivopts.o): Depend on langhooks.h. | Richard Sandiford | 1 | -11/+17 |
2005-04-03 | params.c (set_param_value): Use gcc_assert & gcc_unreachable. | Nathan Sidwell | 1 | -2/+2 |
2005-03-22 | tree-ssa-loop-ivopts.c (determine_iv_cost): Do not try to preserve artificial... | Zdenek Dvorak | 1 | -2/+5 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -1/+1 |
2005-03-08 | c-common.c, [...]: Fix comment formatting. | 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-25 | re PR tree-optimization/19937 (Wrong loop exit (causes binutils to fail)) | Zdenek Dvorak | 1 | -3/+5 |
2005-02-21 | tree-ssa-loop-ivopts.c (computation_cost): Start register numbering at LAST_V... | DJ Delorie | 1 | -1/+2 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -14/+14 |
2005-02-10 | cse.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-02-10 | tree-ssa-loop-ivopts.c (determine_base_object): Ignore casts. | Zdenek Dvorak | 1 | -74/+121 |
2005-02-10 | re PR tree-optimization/18687 (>200% compile time regression compared to gcc-... | Zdenek Dvorak | 1 | -82/+161 |
2005-02-06 | tree-ssa-loop-ivopts.c (rewrite_use_nonlinear_expr): Do not add unnecessary c... | Zdenek Dvorak | 1 | -3/+24 |
2005-02-06 | re PR tree-optimization/18219 (bloats code by 31%) | Zdenek Dvorak | 1 | -12/+8 |