Age | Commit message (Expand) | Author | Files | Lines |
2008-09-28 | re PR tree-optimization/36891 (ICE with vector division and -ffast-math and LIM) | Andrew Pinski | 1 | -1/+17 |
2008-08-18 | tree.h (IS_CONVERT_EXPR_CODE_P): Renamed to | Tomas Bily | 1 | -2/+1 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -289/+284 |
2008-06-20 | ggc.h (GGC_RESIZEVAR): New, reorder macros. | Kaveh R. Ghazi | 1 | -13/+18 |
2008-06-06 | cgraph.c: Fix typos in comments. | Ralf Wildenhues | 1 | -3/+4 |
2008-05-22 | tree-dfa.c (refs_may_alias_p): Exit early if possible. | Richard Guenther | 1 | -31/+3 |
2008-05-15 | re PR tree-optimization/36009 (PRE causes missed loop store motion, store sin... | Richard Guenther | 1 | -0/+9 |
2008-05-09 | pa.c (reloc_needed): Use CASE_CONVERT. | Tomas Bily | 1 | -2/+1 |
2008-04-30 | re PR tree-optimization/32921 (Revision 126326 causes 12% slowdown) | Richard Guenther | 1 | -0/+2 |
2008-03-27 | tree-affine.h (aff_combination_expand): Declare. | Zdenek Dvorak | 1 | -300/+957 |
2008-03-14 | re PR tree-optimization/34043 (Missed optimization causing extra loads and st... | Richard Guenther | 1 | -0/+4 |
2008-02-11 | re PR tree-optimization/33992 (Miscompiles function with inlining, breaks pro... | Uros Bizjak | 1 | -0/+5 |
2008-01-21 | re PR target/34856 (ICE with some constant vectors) | Richard Guenther | 1 | -0/+1 |
2007-10-09 | re PR tree-optimization/33615 (Hoisting of potentially-throwing values for -f... | Richard Sandiford | 1 | -1/+2 |
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 |