Age | Commit message (Expand) | Author | Files | Lines |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -2/+0 |
2014-06-27 | re PR tree-optimization/57233 (Vector lowering of LROTATE_EXPR pessimizes code) | Jakub Jelinek | 1 | -36/+125 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -22/+20 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -6/+2 |
2014-04-25 | re PR tree-optimization/60960 (Wrong result when a vector variable is divided... | Jakub Jelinek | 1 | -1/+2 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -2/+8 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -7/+5 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -2/+0 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -1/+1 |
2013-11-26 | re PR middle-end/59273 (ICE in expand_expr_real_2, at expr.c:9188 on alpha) | Jakub Jelinek | 1 | -0/+5 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+6 |
2013-11-22 | tree-vect-generic.c (optimize_vector_constructor): New function. | Jakub Jelinek | 1 | -0/+89 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+2 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -7/+7 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -3/+3 |
2013-11-15 | dwarf2out.c (gen_enumeration_type_die): Remove unnecessary host_integerp test. | Richard Sandiford | 1 | -3/+3 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -1/+2 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
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 |