Age | Commit message (Expand) | Author | Files | Lines |
2007-08-08 | tree.def (FIXED_POINT_TYPE): New type. | Chao-ying Fu | 1 | -0/+1 |
2007-07-29 | attribs.c (hash_attr, [...]): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -4/+3 |
2007-07-25 | cselib.c (entry_and_rtx_equal_p): Constify. | Kaveh R. Ghazi | 1 | -1/+1 |
2007-06-13 | auto-inc-dec.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-06-06 | tree-ssa-alias-warnings.c (maybe_add_match): Cast according to the coding con... | Thomas Neumann | 1 | -19/+17 |
2007-05-24 | passes.texi: Document predictive commoning. | Zdenek Dvorak | 1 | -4/+13 |
2007-05-11 | tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop... | Zdenek Dvorak | 1 | -7/+7 |
2007-05-04 | basic-block.h (cdi_direction): Assign values to all enumeration constants. | Josh Conner | 1 | -0/+2 |
2007-04-27 | tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ... | Zdenek Dvorak | 1 | -23/+26 |
2007-04-26 | re PR tree-optimization/31703 (Gcc 4.3 revision 124101 failed to compile gcc ... | Richard Guenther | 1 | -6/+8 |
2007-04-22 | re PR tree-optimization/29789 (Missed invariant out of the loop with conditio... | Richard Guenther | 1 | -30/+135 |
2007-03-08 | tree-eh.c (do_return_redirection): Call build_gimple_modify_stmt instead of c... | Roger Sayle | 1 | -8/+8 |
2007-02-16 | re PR middle-end/30391 (ICE at -O1 with conditional expressions and GIMPLE_MO... | Roger Sayle | 1 | -3/+3 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -2/+4 |
2006-12-11 | [multiple changes] | Diego Novillo | 1 | -5/+3 |
2006-12-10 | tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | Zdenek Dvorak | 1 | -21/+4 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -16/+15 |
2006-11-25 | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 1 | -13/+12 |
2006-11-21 | tree-ssa-loop-im.c (schedule_sm, [...]): Use vector of edges instead of array. | Zdenek Dvorak | 1 | -24/+24 |
2006-11-17 | tree-vrp.c (execute_vrp): Do not update current_loops. | Zdenek Dvorak | 1 | -21/+2 |
2006-06-24 | gimplify.c (gimplify_scalar_mode_aggregate_compare): New function. | Olivier Hainque | 1 | -1/+1 |
2006-05-23 | re PR c++/26757 (C++ front-end producing two DECLs with the same UID) | Andrew MacLeod | 1 | -1/+1 |
2006-01-31 | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 1 | -3/+3 |
2006-01-06 | tree-cfg.c (bsi_replace): Rename final argument from PRESERVE_EH_INFO to UPDA... | Jeff Law | 1 | -1/+1 |
2005-12-02 | tree-ssa-loop-im.c (schedule_sm): Use buildN instead of build. | Richard Guenther | 1 | -3/+3 |
2005-08-25 | re PR tree-optimization/23546 (ICE in for_each_index, at tree-ssa-loop-im.c:202) | Paolo Bonzini | 1 | -0/+2 |
2005-08-17 | tree-ssa-loop-im.c (MAX_LSM_NAME_LENGTH, [...]): New. | Zdenek Dvorak | 1 | -1/+105 |
2005-08-01 | re PR tree-optimization/23109 (compiler generates wrong code leading to spuri... | Richard Guenther | 1 | -0/+1 |
2005-06-30 | [multiple changes] | Daniel Berlin | 1 | -8/+2 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-06-17 | re PR tree-optimization/22105 (ACATS ICE cxg2018 for_each_index, at tree-ssa-... | Andrew Pinski | 1 | -0/+1 |
2005-06-07 | tree-ssa-address.c: New file. | Zdenek Dvorak | 1 | -0/+11 |
2005-06-05 | tree-flow.h (stmt_ann_d): Move aux to ... | Dorit Nuzman | 1 | -4/+4 |
2005-05-31 | re PR tree-optimization/21817 (ICE in for_each_index, at tree-ssa-loop-im.c:200) | Zdenek Dvorak | 1 | -0/+1 |
2005-05-26 | c-common.c, [...]: Fix comment typos. | Kazu Hirata | 1 | -2/+2 |
2005-05-12 | tree-ssa-loop-im.c (struct mem_ref): Add field "next". | Zdenek Dvorak | 1 | -76/+81 |
2005-05-10 | tree-ssa-loop-im.c: Include hashtab.h. | Zdenek Dvorak | 1 | -368/+266 |
2005-05-03 | tree-flow.h (tree_ann_common_d): Move aux to ... | Kazu Hirata | 1 | -4/+4 |
2005-04-22 | [multiple changes] | Diego Novillo | 1 | -7/+1 |
2005-04-17 | tree-flow-inline.h (get_stmt_operands): Remove. | Kazu Hirata | 1 | -5/+0 |
2005-04-11 | tree-ssa-loop-im.c: Include real.h. | David Edelsohn | 1 | -1/+43 |
2005-04-08 | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 1 | -13/+9 |
2005-04-05 | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 1 | -17/+33 |
2005-03-31 | tree-ssa-loop-im.c (stmt_cost): Add RDIV_EXPR to list of expensive operations. | David Edelsohn | 1 | -0/+1 |
2005-03-21 | re PR tree-optimization/20542 (Bootstrap failure at -Os) | Daniel Berlin | 1 | -1/+28 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 1 | -2/+2 |
2005-03-10 | Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence. | Zdenek Dvorak | 1 | -1/+1 |
2005-03-09 | * tree-ssa-loop-im.c (lhs): Remove. | Kazu Hirata | 1 | -2/+1 |
2005-02-19 | re PR tree-optimization/19828 (LIM is pulling out a pure function even though... | Zdenek Dvorak | 1 | -0/+44 |