Age | Commit message (Expand) | Author | Files | Lines |
2011-12-05 | re PR tree-optimization/50904 (pessimization when -fno-protect-parens is enab... | Richard Guenther | 1 | -202/+79 |
2011-10-20 | tree-ssa-loop-im.c (stmt_cost): Add WIDEN_*, FMA_EXPR and rotates to the set ... | Richard Guenther | 1 | -0/+8 |
2011-09-01 | expr.c (expand_expr_real_2): Move COND_EXPR and VEC_COND_EXPR handling here, ... | Richard Guenther | 1 | -5/+3 |
2011-08-23 | Makefile.in (tree-data-ref.o): Add tree-affine.h dependency. | Richard Guenther | 1 | -28/+1 |
2011-07-12 | re PR tree-optimization/49712 (internal compiler error: in gen_lsm_tmp_name, ... | Jakub Jelinek | 1 | -0/+1 |
2011-05-14 | tree-ssa-loop-im.c (SET_ALWAYS_EXECUTED_IN): New macro. | Eric Botcazou | 1 | -6/+5 |
2011-02-18 | re PR tree-optimization/47737 (wrong code with -funswitch-loops -fno-tree-dom... | Richard Guenther | 1 | -13/+20 |
2011-02-01 | re PR tree-optimization/47559 (ICE: verify_stmts failed: statement marked for... | Richard Guenther | 1 | -0/+4 |
2010-12-10 | re PR tree-optimization/46864 (ICE: verify_stmts failed: statement marked for... | Jakub Jelinek | 1 | -1/+1 |
2010-10-31 | * tree-ssa-loop-im.c (rewrite_reciprocal): Use build_one_cst. | Nathan Froyd | 1 | -13/+1 |
2010-09-06 | tree.def (MISALIGNED_INDIRECT_REF): Remove. | Richard Guenther | 1 | -2/+0 |
2010-09-03 | tree.def (TARGET_MEM_REF): Merge TMR_SYMBOL and TMR_BASE. | Richard Guenther | 1 | -0/+4 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -11/+11 |
2010-07-05 | tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF. | Richard Guenther | 1 | -2/+0 |
2010-07-01 | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 1 | -4/+10 |
2010-06-01 | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 1 | -2/+1 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -0/+2 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -3/+0 |
2010-05-06 | re PR tree-optimization/43934 (LIM should handle PHI nodes) | Richard Guenther | 1 | -8/+250 |
2010-04-02 | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 1 | -2/+2 |
2010-03-29 | re PR tree-optimization/43560 (possible wrong code bug) | Richard Guenther | 1 | -5/+34 |
2010-01-15 | tree-ssa-loop-im.c (gen_lsm_tmp_name): Fix bogus fallthru. | Richard Guenther | 1 | -1/+1 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -12/+12 |
2009-10-12 | re PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos.c from glibc causes excess... | Alexandre Oliva | 1 | -6/+14 |
2009-09-02 | invoke.texi (-fvar-tracking-assignments): New. | Alexandre Oliva | 1 | -0/+2 |
2009-06-27 | domwalk.h (struct dom_walk_data): Remove all callbacks except before_dom_chil... | Paolo Bonzini | 1 | -2/+2 |
2009-05-21 | tree-ssa-sccvn.c (copy_reference_ops_from_ref): Record TMR_ORIGINAL. | Richard Guenther | 1 | -0/+4 |
2009-04-03 | re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p) | Richard Guenther | 1 | -8/+7 |
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 |