Age | Commit message (Expand) | Author | Files | Lines |
2005-05-23 | * tree-flow.h (stmt_ann_d): Kill GTY ((skip)) mark on BB. | Jan Hubicka | 1 | -1/+1 |
2005-05-17 | timevar.def (TV_SCEV_CONST): New timevar. | Zdenek Dvorak | 1 | -0/+1 |
2005-05-17 | tree-ssa-loop-ivopts.c (find_bivs, [...]): Apply expand_simple_operations to ... | Zdenek Dvorak | 1 | -0/+1 |
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-17 | cgraph.h (cgraph_node): Add 'lowered' state. | Steven Bosscher | 1 | -0/+1 |
2005-05-16 | re PR tree-optimization/21399 (libstdc++ 12077.cc ICE) | Richard Henderson | 1 | -1/+1 |
2005-05-12 | basic-block.h (FOR_ALL_BB_FN): New macro. | Jan Hubicka | 1 | -0/+1 |
2005-05-08 | tree-dfa.c (referenced_vars, [...]): Use VEC instead of VARRAY. | Kazu Hirata | 1 | -3/+3 |
2005-05-06 | re PR tree-optimization/19401 (Trivial loop not unrolled) | Zdenek Dvorak | 1 | -1/+1 |
2005-05-03 | tree-flow.h (tree_ann_common_d): Move aux to ... | Kazu Hirata | 1 | -4/+4 |
2005-05-03 | lambda-code.c (gcc_loop_to_lambda_loop, [...]): Use generic operand interface. | Andrew MacLeod | 1 | -12/+8 |
2005-04-27 | tree-flow.h (ssa_names): Change the type to VEC(tree,gc). | Kazu Hirata | 1 | -3/+3 |
2005-04-22 | [multiple changes] | Diego Novillo | 1 | -23/+7 |
2005-04-22 | Makefile.in (LIBGCOV): Add _gcov_interval_profiler, _gcov_pow2_profiler and _... | Zdenek Dvorak | 1 | -1/+5 |
2005-04-21 | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 1 | -5/+2 |
2005-04-12 | Makefile.in (OBJS-common): Add tree-ssa-uncprop.o. | Jeff Law | 1 | -1/+0 |
2005-04-12 | Makefile.in: Add function.h to BASIC_BLOCK_H. | Steven Bosscher | 1 | -1/+2 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -6/+55 |
2005-04-08 | tree-flow.h: Remove the prototype for redirect_immediate_uses. | Kazu Hirata | 1 | -5/+0 |
2005-04-06 | cse.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2005-04-05 | tree-flow.h (number_of_iterations_cond): Declaration removed. | Zdenek Dvorak | 1 | -2/+0 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -51/+27 |
2005-03-29 | Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and... | Dale Johannesen | 1 | -0/+6 |
2005-03-21 | re PR tree-optimization/20542 (Bootstrap failure at -Os) | Daniel Berlin | 1 | -0/+3 |
2005-03-13 | In gcc/ada/ 2005-03-12 Daniel Berlin <dberlin@dberlin.org> | Daniel Berlin | 1 | -4/+30 |
2005-03-10 | Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence. | Zdenek Dvorak | 1 | -1/+2 |
2005-03-08 | gimple-low.c (lower_stmt_body): Make it static. | Kazu Hirata | 1 | -2/+0 |
2005-03-05 | tree-phinodes.c (remove_phi_node): Drop the last argument. | Kazu Hirata | 1 | -1/+1 |
2005-03-01 | Makefile.in (tree-ssa-sink.o): New. | Daniel Berlin | 1 | -0/+2 |
2005-02-10 | re PR tree-optimization/18687 (>200% compile time regression compared to gcc-... | Zdenek Dvorak | 1 | -0/+1 |
2005-02-02 | re PR tree-optimization/19578 (function pointer propagation fails for noretur... | Richard Sandiford | 1 | -0/+3 |
2005-02-01 | re PR tree-optimization/19633 (local address incorrectly thought to escape) | Diego Novillo | 1 | -0/+3 |
2005-01-24 | tree-flow-inline.h (phi_arg_from_edge): Remove. | Kazu Hirata | 1 | -1/+0 |
2005-01-18 | basic-block.h, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-01-14 | c-tree.h, [...]: Remove unused prototypes. | Kazu Hirata | 1 | -1/+0 |
2004-12-10 | tree-into-ssa.c (REWRITE_THIS_STMT): Define. | Diego Novillo | 1 | -0/+1 |
2004-12-06 | re PR tree-optimization/18601 (tree cfglceanup is slow) | Zdenek Dvorak | 1 | -4/+0 |
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 | re PR tree-optimization/18587 (build_v_may_defs and build_vuses can be improv... | Andrew MacLeod | 1 | -0/+8 |
2004-11-23 | tree-cfg.c (tree_execute_on_growing_pred): New. | Kazu Hirata | 1 | -0/+1 |
2004-11-22 | tree-ssa.c (ssa_remove_edge): Remove. | Kazu Hirata | 1 | -1/+0 |
2004-11-22 | tree-phinodes.c (remove_phi_arg_num): Make it static. | Kazu Hirata | 1 | -1/+0 |
2004-11-22 | tree-flow.h: Remove the prototype for remove_phi_arg. | Kazu Hirata | 1 | -1/+1 |
2004-11-19 | re PR tree-optimization/18507 (block_defs_stack varrray should not be GC'ed) | Andrew Pinski | 1 | -1/+4 |
2004-11-17 | basic-block.h, [...]: Remove unused prototypes. | Kazu Hirata | 1 | -3/+0 |
2004-11-16 | tree-flow.h (add_referenced_temp_var): Remove name from prototype. | Dale Johannesen | 1 | -1/+1 |
2004-11-16 | tree-cfg.c (bsi_commit_edge_inserts): Remove an argument. | Kazu Hirata | 1 | -1/+1 |
2004-11-14 | re PR tree-optimization/18431 (Code for arrays and pointers are not the same) | Zdenek Dvorak | 1 | -0/+1 |
2004-11-14 | tree-flow.h (bsi_commit_one_edge_insert): Remove name from prototype. | Dale Johannesen | 1 | -7/+7 |
2004-11-09 | tree-phinodes.c (phi_reverse): New. | Kazu Hirata | 1 | -0/+1 |