Age | Commit message (Expand) | Author | Files | Lines |
2014-06-24 | tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern r... | Cong Hou | 1 | -5/+239 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -0/+1 |
2014-05-16 | re PR tree-optimization/61194 (vectorization failed with "bit-precision arith... | Richard Biener | 1 | -1/+45 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -3/+3 |
2014-04-24 | re PR tree-optimization/60896 (ICE: in vect_get_vec_def_for_operand, at tree-... | Cong Hou | 1 | -2/+3 |
2014-04-18 | tree-vect-patterns.c (vect_recog_widen_mult_pattern): Enhance the widen-mult ... | Cong Hou | 1 | -10/+83 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-20 | merge auto_vec and stack_vec | Trevor Saunders | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+5 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+2 |
2013-11-18 | c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned... | Richard Sandiford | 1 | -2/+1 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-15 | dwarf2out.c (gen_enumeration_type_die): Remove unnecessary host_integerp test. | Richard Sandiford | 1 | -6/+5 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+1 |
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-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 |