Age | Commit message (Expand) | Author | Files | Lines |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -1/+14 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-01 | gimple.h (gimple_build_assign_stat): Remove prototype. | Jakub Jelinek | 1 | -161/+109 |
2014-11-29 | gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg... | Jakub Jelinek | 1 | -5/+5 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -1/+1 |
2014-11-19 | gimple.h (gimple_build_assign_with_ops): Add unary arg overload. | Jakub Jelinek | 1 | -26/+18 |
2014-11-01 | 2014-11-01 Andrew MacLeod <amacleod@redhat,com> | Andrew MacLeod | 1 | -0/+1 |
2014-10-31 | builtins.c (fold_builtin_atomic_always_lock_free): Use CONVERT_EXPR_P, CONVER... | Richard Biener | 1 | -3/+3 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -5/+5 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+9 |
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 |