Age | Commit message (Expand) | Author | Files | Lines |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+3 |
2013-09-30 | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 1 | -1/+1 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -4/+4 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -40/+76 |
2013-05-13 | tree-vect-generic.c (uniform_vector_p): Move ... | Marc Glisse | 1 | -46/+0 |
2013-03-21 | tree-pass.h (PROP_gimple_lvec): New. | Marc Glisse | 1 | -3/+3 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -8/+8 |
2012-11-13 | re PR tree-optimization/55281 (ICE in build_int_cst_wide, at tree.c:1217 (w... | Jakub Jelinek | 1 | -1/+1 |
2012-11-01 | re PR middle-end/55001 (Handle VEC_COND_EXPR better in tree-vect-generic.c) | Marc Glisse | 1 | -0/+71 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+2 |
2012-09-28 | re PR tree-optimization/54713 (error: non-trivial conversion at assignment in... | Jakub Jelinek | 1 | -8/+7 |
2012-09-18 | statistics.h (CXX_MEM_STAT_INFO): New define. | Richard Guenther | 1 | -2/+2 |
2012-09-10 | Remove unnecessary VEC function overloads. | Diego Novillo | 1 | -3/+2 |
2012-08-10 | tree-ssa-pre.c (pretemp, [...]): Remove. | Richard Guenther | 1 | -2/+1 |
2012-08-02 | tree-dfa.c (referenced_var_lookup): Remove. | Richard Guenther | 1 | -1/+0 |
2012-07-24 | Introduce and use unknown_optab | Richard Henderson | 1 | -15/+15 |
2012-07-10 | Move vector highpart emulation to the optabs layer | Richard Henderson | 1 | -97/+16 |
2012-07-10 | Add VEC_WIDEN_MULT_EVEN/ODD_EXPR | Richard Henderson | 1 | -15/+17 |
2012-07-02 | re PR tree-optimization/53645 (Missed optimization for vector integer divisio... | Jakub Jelinek | 1 | -1/+1 |
2012-06-29 | tree-vect-generic.c (expand_vector_divmod): For even/odd widening multiply, p... | Jakub Jelinek | 1 | -21/+18 |
2012-06-29 | Use builtin_widen_mult_even/odd in tree-vect-generic division expansion | Richard Henderson | 1 | -25/+69 |
2012-06-28 | re PR tree-optimization/53645 (Missed optimization for vector integer divisio... | Jakub Jelinek | 1 | -37/+52 |
2012-06-28 | re PR tree-optimization/53645 (Missed optimization for vector integer divisio... | Jakub Jelinek | 1 | -0/+528 |
2012-06-15 | tree-vect-generic.c (lower_vec_perm): Propagate vector constants into VEC_PER... | Ramana Radhakrishnan | 1 | -1/+13 |
2012-06-02 | 2012-06-2 Kenneth Zadeck <zadeck@naturalbridge.com> | Kenneth Zadeck | 1 | -1/+1 |
2012-05-29 | LANGUAGES: Fix typos. | Joseph Myers | 1 | -1/+1 |
2012-03-28 | Update Copyright year. | Jakub Jelinek | 1 | -1/+1 |
2012-03-28 | re PR middle-end/52750 (32xsigned char __builtin_shuffle) | Jakub Jelinek | 1 | -2/+3 |
2012-03-16 | tree.h (TREE_VECTOR_CST_ELTS): Remove. | Richard Guenther | 1 | -18/+8 |
2012-03-14 | re PR middle-end/52584 (Fails to constant fold vector upper/lower half BIT_FI... | Richard Guenther | 1 | -13/+6 |
2011-12-23 | Delete VEC_EXTRACT_EVEN/ODD_EXPR. | Richard Henderson | 1 | -7/+0 |
2011-12-23 | Delete VEC_INTERLEAVE_*_EXPR. | Jakub Jelinek | 1 | -3/+1 |
2011-12-20 | Always simplify vector shifts by scalars. | Richard Henderson | 1 | -8/+13 |
2011-12-13 | Revert two unintended commits | Richard Henderson | 1 | -1/+3 |
2011-12-13 | Delete VEC_INTERLEAVE_*_EXPR. | Richard Henderson | 1 | -3/+1 |
2011-11-11 | re PR tree-optimization/51074 (No constant folding performed for VEC_PERM_EXP... | Jakub Jelinek | 1 | -1/+1 |
2011-10-27 | re PR middle-end/50731 (FAIL: gcc.dg/torture/vector-shift2.c) | Richard Guenther | 1 | -2/+4 |
2011-10-25 | Implement interleave via permutation. | Richard Henderson | 1 | -0/+9 |
2011-10-25 | Change vec_perm checking and expansion level. | Richard Henderson | 1 | -2/+12 |
2011-10-18 | md.texi (vec_widen_ushiftl_hi, [...]): Document. | Ira Rosen | 1 | -1/+3 |
2011-10-13 | Expand vector permutation with vec_perm and vec_perm_const. | Richard Henderson | 1 | -1/+1 |
2011-10-13 | Move lowering of vector shifts from v/s to v/v from gimple to rtl. | Richard Henderson | 1 | -46/+20 |
2011-10-11 | New warning -Wvector-operation-performance. | Artjoms Sinkarovs | 1 | -2/+19 |
2011-10-07 | Rename vshuffle/vec_shuffle to vec_perm. | Richard Henderson | 1 | -8/+8 |
2011-10-06 | tree-vect-generic.c (vector_element): Look at previous generated results. | Richard Guenther | 1 | -0/+11 |
2011-10-05 | Fix lower_vec_shuffle. | Richard Henderson | 1 | -174/+96 |
2011-10-03 | Vector shuffling patch from Artem Shinkarov. | Artjoms Sinkarovs | 1 | -13/+291 |
2011-09-29 | expr.c (do_store_flag): Expand vector comparison by building an appropriate V... | Artjoms Sinkarovs | 1 | -2/+73 |