Age | Commit message (Expand) | Author | Files | Lines |
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 |
2004-07-03 | tree-ssa-dom.c (simplify_rhs_and_lookup_avail_expr): Don't fold fp plus with ... | Richard Henderson | 1 | -0/+20 |
2004-07-03 | tree-ssa.c (tree_ssa_useless_type_conversion): Also look at VIEW_CONVERT_EXPR... | Richard Kenner | 1 | -1/+0 |
2004-07-02 | ifcvt.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-06-30 | tree-ssa-loop-ch.c: New file. | Zdenek Dvorak | 1 | -1/+1 |
2004-06-28 | tree-cfg.c (verify_stmt): Add last_in_block parameter. | Richard Henderson | 1 | -6/+28 |
2004-06-28 | common.opt (ftree-fre): New flag. | Diego Novillo | 1 | -7/+240 |
2004-06-26 | c-typeck.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2004-06-24 | tree-ssa-dom.c (real_avail_expr_hash): New. | Richard Henderson | 1 | -1/+7 |
2004-06-24 | tree-ssa-dom.c (record_dominating_conditions): New function. | Jeff Law | 1 | -0/+177 |
2004-06-17 | tree-cfg.c (tree_make_forwarder_block): Use SET_PHI_RESULT. | Andrew MacLeod | 1 | -6/+6 |
2004-06-16 | tree.h (PHI_CHAIN): New. | Steven Bosscher | 1 | -5/+5 |
2004-06-16 | re PR tree-optimization/15993 ([lno] Compiler hangs at -O3) | Zdenek Dvorak | 1 | -1/+1 |