| Commit message (Expand) | Author | Age | Files | Lines |
* | * basic-block.h (single_succ_p, single_pred_p, single_succ_edge, | rakdver | 2005-03-11 | 1 | -5/+5 |
* | * tree-cfg.c (find_taken_edge_computed_goto): New function. | law | 2005-03-08 | 1 | -1/+16 |
* | * basic-block.h (rediscover_loops_after_threading): Declare. | law | 2005-03-04 | 1 | -1/+34 |
* | * tree-ssa-dom.c (tree_ssa_dominator_optimize): Call | kazu | 2005-03-02 | 1 | -1/+2 |
* | * tree-ssa-dom.c (tree_ssa_dominator_optimize): Fix setting of | law | 2005-03-02 | 1 | -2/+2 |
* | * tree-ssa-dom.c (simple_iv_increment_p): New function. | rakdver | 2005-02-26 | 1 | -1/+49 |
* | * ChangeLog.5: Fix log message typo(s). | reichelt | 2005-02-24 | 1 | -2/+2 |
* | PR tree-optimization/18663 | ebotcazou | 2005-02-21 | 1 | -4/+7 |
* | * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove. | nathan | 2005-02-17 | 1 | -4/+4 |
* | * tree-ssa-dom.c (thread_across_edge): Use xmalloc, not xcalloc. | law | 2005-02-10 | 1 | -3/+3 |
* | * tree-ssa-dom.c (record_cond): Pass correct variable type | law | 2005-02-01 | 1 | -1/+1 |
* | PR middle-end/17278 | steven | 2005-01-27 | 1 | -1/+1 |
* | * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c, | kazu | 2005-01-23 | 1 | -2/+2 |
* | 2005-01-20 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2005-01-22 | 1 | -0/+8 |
* | Opps. Committed wrong version. | law | 2005-01-18 | 1 | -0/+3 |
* | * tree-ssa-dom.c (tree_ssa_dominator_optimize): Clear SSA_NAME_VALUE | law | 2005-01-18 | 1 | -20/+20 |
* | * tree-ssa-dom.c (tree_ssa_dominator_optimize): Don't call | kazu | 2005-01-17 | 1 | -5/+0 |
* | * tree-ssa-dom.c (extract_range_from_cond): Correct condition. | sayle | 2005-01-15 | 1 | -1/+1 |
* | PR tree-optimization/19060 | jakub | 2005-01-15 | 1 | -7/+19 |
* | * tree-ssa-dom.c (thread_across_edge): Remove broken code to | law | 2004-12-28 | 1 | -16/+0 |
* | * tree-ssa-dom.c (thread_across_edge): Do not thread jumps if a | law | 2004-12-13 | 1 | -0/+10 |
* | * tree-ssa-dom.c (record_edge_info): Fix memory leak. | kazu | 2004-12-13 | 1 | -6/+6 |
* | * tree-ssa-dom.c (record_equivalences_from_phis): Add a | kazu | 2004-12-13 | 1 | -1/+3 |
* | * tree-ssa-dom.c (record_equivalences_from_phis): Speed up by | kazu | 2004-12-13 | 1 | -1/+1 |
* | * tree-ssa-dom.c (thread_across_edge): Fix a comment typo. | kazu | 2004-12-12 | 1 | -1/+1 |
* | * tree-ssa-dom.c (thread_across_edge): Fix a comment typo. | kazu | 2004-12-12 | 1 | -1/+1 |
* | * tree-ssa-dom.c (thread_across_edge): Speed up by avoiding a | kazu | 2004-12-10 | 1 | -5/+5 |
* | * tree-ssa-dom.c (record_equivalences_from_phis): Remove an | kazu | 2004-12-03 | 1 | -17/+12 |
* | * tree.c (operand_equal_for_phi_arg_p): New. | kazu | 2004-11-27 | 1 | -2/+2 |
* | * tree-ssa-dom.c (cprop_into_successor_phis): Replace index | kazu | 2004-11-24 | 1 | -4/+4 |
* | * tree-ssa-dom.c (cprop_into_successor_phis): Remove code to | kazu | 2004-11-24 | 1 | -35/+4 |
* | * tree-into-ssa.c (DEF_VEC_MALLOC_P(basic_block)): Declare. | dnovillo | 2004-11-23 | 1 | -52/+47 |
* | 2004-11-19 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-11-19 | 1 | -8/+11 |
* | * tree-cfg.c (verify_expr): Replace TREE_OPERAND with | kazu | 2004-11-16 | 1 | -12/+12 |
* | Fix for PR tree-optimization/17892. | fjahanian | 2004-11-10 | 1 | -1/+2 |
* | * tree-ssa-dom.c: Fix comment typos. | kazu | 2004-10-30 | 1 | -2/+2 |
* | * tree-ssa-dom.c (struct edge_info): New structure holding | law | 2004-10-30 | 1 | -363/+482 |
* | * bitmap.h (bitmap_empty_p): New. | nathan | 2004-10-29 | 1 | -2/+2 |
* | 2004-10-23 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2004-10-23 | 1 | -2/+32 |
* | * alias.c, basic-block.h, cgraphunit.c, combine.c, domwalk.h, | kazu | 2004-10-22 | 1 | -5/+5 |
* | 2004-10-13 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-10-13 | 1 | -0/+2 |
* | PR 17892. | fjahanian | 2004-10-12 | 1 | -1/+14 |
* | * tree-ssa-dom.c (tree_ssa_dominator_optimize): | dnovillo | 2004-10-04 | 1 | -0/+2 |
* | 2004-09-29 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2004-09-29 | 1 | -3/+1 |
* | PR 15089 | rth | 2004-09-29 | 1 | -0/+5 |
* | 2004-09-24 Ben Elliston <bje@au.ibm.com> | bje | 2004-09-28 | 1 | -16/+16 |
* | * tree-ssa-dom.c (dom_opt_finalize_block): Fix violation of strict | law | 2004-09-24 | 1 | -4/+7 |
* | * tree-ssa-dom.c (record_range): Fix violation of strict aliasing | schwab | 2004-09-24 | 1 | -2/+2 |
* | * tree-ssa-ccp.c (get_default_value): Use SSA_NAME_VALUE rather | law | 2004-09-23 | 1 | -23/+41 |
* | 2004-09-23 Dorit Naishlos <dorit@il.ibm.com> | dorit | 2004-09-23 | 1 | -1/+3 |