Age | Commit message (Expand) | Author | Files | Lines |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-11-01 | Replace some heap vectors with stack vectors. | Trevor Saunders | 1 | -4/+1 |
2013-10-23 | tree-vect-patterns.c (vect_recog_divmod_pattern): Optimize sequence based on ... | Jakub Jelinek | 1 | -15/+44 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+5 |
2013-09-17 | tree-vect-patterns.c (vect_recog_dot_prod_pattern): Fix a bug when checking t... | Cong Hou | 1 | -1/+1 |
2013-09-16 | dumpfile.c (dump_loc): Remove newline emission. | Teresa Johnson | 1 | -9/+16 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-06-12 | re PR tree-optimization/57537 (gcc.dg/vect/slp-widen-mult-half.c generating w... | Jakub Jelinek | 1 | -1/+4 |
2013-05-17 | tree-vect-patterns.c (vect_recog_rotate_pattern): For vect_external_def oprnd... | Jakub Jelinek | 1 | -11/+50 |
2013-05-16 | tree-vectorizer.h (NUM_PATTERNS): Increment. | Jakub Jelinek | 1 | -0/+214 |
2013-05-15 | tree-vect-loop.c (vect_transform_loop): Use MSG_NOTE instead of MSG_OPTIMIZED... | Richard Biener | 1 | -21/+21 |
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 | -64/+65 |
2012-10-24 | dumpfile.c (dump_enabled_p): Make it inline and move the definition to dumpfi... | Sharad Singhai | 1 | -19/+19 |
2012-10-01 | invoke.texi: Add documentation for the new option. | Sharad Singhai | 1 | -47/+63 |
2012-09-18 | statistics.h (CXX_MEM_STAT_INFO): New define. | Richard Guenther | 1 | -23/+23 |
2012-08-10 | tree-ssa-pre.c (pretemp, [...]): Remove. | Richard Guenther | 1 | -14/+8 |
2012-08-02 | tree-dfa.c (referenced_var_lookup): Remove. | Richard Guenther | 1 | -6/+0 |
2012-07-24 | Introduce and use unknown_optab | Richard Henderson | 1 | -1/+1 |
2012-07-19 | Allow divmod on UNITS_PER_WORD vectors | Richard Henderson | 1 | -2/+1 |
2012-07-17 | tree-vect-data-refs.c (vect_get_new_vect_var): Add referenced vars here, use ... | Richard Guenther | 1 | -2/+2 |
2012-07-17 | Clean up supportable_widening_operation. | Richard Henderson | 1 | -7/+4 |
2012-07-16 | system.h (dump_file): Do not define. | Steven Bosscher | 1 | -2/+2 |
2012-07-10 | Move vector highpart emulation to the optabs layer | Richard Henderson | 1 | -20/+3 |
2012-06-28 | re PR tree-optimization/51581 (Integer division by constant is not vectorized) | Jakub Jelinek | 1 | -132/+69 |
2012-06-28 | re PR tree-optimization/53645 (Missed optimization for vector integer divisio... | Jakub Jelinek | 1 | -2/+2 |
2012-06-18 | re PR tree-optimization/53693 (ICE in vect_get_vec_def_for_stmt_copy, at tree... | Richard Guenther | 1 | -0/+5 |
2012-06-15 | tree-vect-patterns.c (vect_pattern_recog): Don't unnecessarily allocate and f... | Jakub Jelinek | 1 | -6/+2 |
2012-06-15 | re PR tree-optimization/51581 (Integer division by constant is not vectorized) | Jakub Jelinek | 1 | -86/+424 |
2012-05-04 | re PR tree-optimization/52633 (Compiler ICE in vect_is_simple_use_1 (ARM)) | Ulrich Weigand | 1 | -89/+29 |
2012-05-04 | tree-vect-patterns.c (vect_single_imm_use): New function. | Ulrich Weigand | 1 | -51/+31 |
2012-05-04 | tree-vect-patterns.c (vect_same_loop_or_bb_p): New function. | Ulrich Weigand | 1 | -55/+47 |
2012-04-23 | re PR tree-optimization/52891 (ICE in adjust_bool_pattern) | Jakub Jelinek | 1 | -1/+3 |
2012-04-10 | re PR tree-optimization/52870 (ICE during SLP pattern matching) | Ulrich Weigand | 1 | -0/+15 |
2012-03-15 | tree-vect-patterns.c (widened_name_p): Rename to ... | Ira Rosen | 1 | -38/+101 |
2012-03-15 | tree-vectorizer.h (vect_pattern_recog): Add new argument. | Ira Rosen | 1 | -34/+111 |
2012-03-13 | Fix sgi typos | Rainer Orth | 1 | -1/+1 |
2012-02-05 | re PR tree-optimization/52091 (ICE: verify_gimple failed) | Ira Rosen | 1 | -5/+7 |
2012-01-30 | re PR tree-optimization/52046 (ICE: verify_gimple failed: invalid operands in... | Jakub Jelinek | 1 | -1/+6 |
2012-01-12 | re PR tree-optimization/51799 (Compiler ICE in vect_is_simple_use_1) | Ira Rosen | 1 | -4/+6 |
2011-12-21 | tree-vect-patterns.c (vect_operation_fits_smaller_type): Initialize *op0 and ... | Jakub Jelinek | 1 | -0/+2 |
2011-12-19 | gimple.h (gimplify_seq_add_stmt): Rename to... | Jakub Jelinek | 1 | -1/+2 |
2011-12-19 | re PR middle-end/51590 (ICE in gsi_for_stmt, at gimple-iterator.c:560) | Jakub Jelinek | 1 | -26/+26 |
2011-12-15 | tree-vectorizer.h (struct _stmt_vec_info): Remove pattern_def_stmt field, add... | Jakub Jelinek | 1 | -28/+252 |
2011-12-01 | re PR tree-optimization/51356 (FAIL: gfortran.dg/anyallcount_1.f90 -O3 (int... | Jakub Jelinek | 1 | -0/+2 |
2011-11-29 | re PR tree-optimization/51301 (Compiler ICE in vect_is_simple_use_1) | Ira Rosen | 1 | -2/+6 |
2011-11-10 | re PR tree-optimization/51000 (ICE: in vect_get_store_cost, at tree-vect-stmt... | Jakub Jelinek | 1 | -1/+3 |
2011-10-30 | tree-vectorizer.h (NUM_PATTERNS): Bump to 9. | Jakub Jelinek | 1 | -0/+130 |
2011-10-25 | re PR tree-optimization/50596 (Problems in vectorization of condition express... | Jakub Jelinek | 1 | -8/+49 |
2011-10-23 | re PR tree-optimization/50819 (missed SLP vectorization) | Ira Rosen | 1 | -1/+1 |