Age | Commit message (Expand) | Author | Files | Lines |
2004-11-27 | tree.c (operand_equal_for_phi_arg_p): New. | Kazu Hirata | 1 | -2/+2 |
2004-11-24 | tree-ssa-dom.c (cprop_into_successor_phis): Replace index with indx. | Kazu Hirata | 1 | -4/+4 |
2004-11-24 | tree-ssa-dom.c (cprop_into_successor_phis): Remove code to find the index of ... | Kazu Hirata | 1 | -35/+4 |
2004-11-23 | tree-into-ssa.c (DEF_VEC_MALLOC_P(basic_block)): Declare. | Diego Novillo | 1 | -52/+47 |
2004-11-19 | re PR tree-optimization/18507 (block_defs_stack varrray should not be GC'ed) | Andrew Pinski | 1 | -8/+11 |
2004-11-16 | tree-cfg.c (verify_expr): Replace TREE_OPERAND with COND_EXPR_COND. | Kazu Hirata | 1 | -12/+12 |
2004-11-10 | re PR tree-optimization/17892 (gcc-4.0 should not reassociate floating point ... | Fariborz Jahanian | 1 | -1/+2 |
2004-10-30 | * tree-ssa-dom.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-10-29 | tree-ssa-dom.c (struct edge_info): New structure holding edge equivalences an... | Jeff Law | 1 | -363/+482 |
2004-10-29 | bitmap.h (bitmap_empty_p): New. | Nathan Sidwell | 1 | -2/+2 |
2004-10-23 | tree-ssa-dom.c (record_equality): Use loop depth to determine which way to re... | Daniel Berlin | 1 | -2/+32 |
2004-10-22 | alias.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -5/+5 |
2004-10-13 | tree-ssa-dom.c (record_range): Free the element if we are not going to use it. | Andrew Pinski | 1 | -0/+2 |
2004-10-12 | re PR tree-optimization/17892 (gcc-4.0 should not reassociate floating point ... | Fariborz Jahanian | 1 | -1/+14 |
2004-10-04 | tree-ssa-dom.c (tree_ssa_dominator_optimize): Initialize OPT_STATS to 0. | Diego Novillo | 1 | -0/+2 |
2004-09-29 | tree.h (INDIRECT_REF_P): New macro. | Daniel Berlin | 1 | -3/+1 |
2004-09-28 | re PR tree-optimization/15089 (local register variable with a specified regis... | Richard Henderson | 1 | -0/+5 |
2004-09-28 | backport: basic-block.h: Include vec.h, errors.h. | Ben Elliston | 1 | -16/+16 |
2004-09-24 | tree-ssa-dom.c (dom_opt_finalize_block): Fix violation of strict aliasing rules. | Jeff Law | 1 | -4/+7 |
2004-09-24 | tree-ssa-dom.c (record_range): Fix violation of strict aliasing rules. | Andreas Schwab | 1 | -2/+2 |
2004-09-23 | tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE rather than SSA_NAME_E... | Jeff Law | 1 | -23/+41 |
2004-09-23 | tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes. | Dorit Naishlos | 1 | -1/+3 |
2004-09-21 | tree-ssa-dom.c (opt_stats): Move so that it lives just after the opt_stats_d ... | Jeff Law | 1 | -21/+78 |
2004-09-20 | tree-ssanames.c (make_ssa_name): No longer need to clear, then initialize key... | Jeff Law | 1 | -60/+24 |
2004-09-19 | basic-block.h (update_bb_profile_after_threading): Declare. | Jan Hubicka | 1 | -0/+2 |
2004-09-19 | tree-ssa-dom.c (restore_nonzero_vars_to_original_value): Fix prototype. | Andreas Jaeger | 1 | -1/+1 |
2004-09-18 | tree-ssa-dom.c (nonzero_vars_stack, [...]): New global varrays to replace the... | Jeff Law | 1 | -104/+57 |
2004-09-18 | alias.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+3 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -13/+11 |
2004-09-17 | tree-ssa-dom.c (const_and_copies_stack): New. | Jeff Law | 1 | -54/+40 |
2004-09-16 | tree-into-ssa.c (block_defs_stack): New toplevel varray. | Jeff Law | 1 | -34/+37 |
2004-09-15 | Makefile.in (tree-ssa-dom.o): Depend on tree-ssa-propagate.h. | Steven Bosscher | 1 | -0/+9 |
2004-09-15 | * tree-ssa-dom.c: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-09-14 | tree-ssa-dom.c (avail_exprs_stack): New global varray. | Jeff Law | 1 | -163/+100 |
2004-09-14 | tree-ssa-dom.c (stmts_to_rescan): Move from a block-local varray to a global ... | Jeff Law | 1 | -16/+21 |
2004-09-09 | targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i... | Giovanni Bajo | 1 | -28/+18 |
2004-09-07 | builtins.c (fold_builtin_strchr): Use build_int_cst, not fold_convert. | Nathan Sidwell | 1 | -2/+2 |
2004-09-06 | Unify the management of RTL and tree-level dump files. | Paolo Bonzini | 1 | -1/+2 |
2004-08-25 | tree-ssa-operands.h (struct ssa_operand_iterator_d): New. | Andrew MacLeod | 1 | -56/+9 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -1/+1 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -1/+1 |
2004-08-11 | tree-flow-inline.h (get_def_ops, [...]): Add operand structure reference. | Andrew MacLeod | 1 | -31/+1 |
2004-08-10 | tree-cfg.c (bsi_insert_before, [...]): Call modify_stmt after linking stmt in... | Andrew MacLeod | 1 | -31/+22 |
2004-08-09 | Makefile.in (OBJC-common): Add tree-ssa-threadupdate.c | Jeff Law | 1 | -299/+24 |
2004-07-28 | tree-optimize.c (init_tree_optimization_passes): Schedule pass_may_alias righ... | Diego Novillo | 1 | -1/+1 |
2004-07-25 | fold-const.c (constant_boolean_node): Make extern. | Roger Sayle | 1 | -2/+3 |
2004-07-22 | tree-into-ssa.c (set_livein_block): Fix typo in comment. | Diego Novillo | 1 | -5/+9 |
2004-07-19 | tree-ssa-dom.c (single_incoming_edge_ignoring_loop_edges): New. | Jeff Law | 1 | -17/+41 |
2004-07-07 | tree-ssa-dom.c (simplify_switch_and_lookup_avail_expr): Look through any valu... | Richard Henderson | 1 | -4/+22 |
2004-07-07 | tree-flow-inline.h (may_propagate_copy): Move... | Richard Henderson | 1 | -12/+12 |