| Commit message (Expand) | Author | Age | Files | Lines |
* | * doc/invoke.texi: Document -ftree-loop-distribution. | spop | 2008-02-28 | 1 | -21/+0 |
* | 2007-12-05 Harsha Jagasia <harsha.jagasia@amd.com> | spop | 2007-12-06 | 1 | -0/+2 |
* | 2007-09-23 Razya Ladelsky | razya | 2007-10-29 | 1 | -2/+1 |
* | PR tree-optimization/33833 | irar | 2007-10-25 | 1 | -4/+5 |
* | * tree-vect-analyze.c (vect_build_slp_tree): Return false if | irar | 2007-10-24 | 1 | -0/+20 |
* | PR tree-optimization/33860 | dorit | 2007-10-23 | 1 | -0/+4 |
* | PR tree-optimization/33834 | dorit | 2007-10-23 | 1 | -4/+20 |
* | PR tree-optimization/33854 | irar | 2007-10-22 | 1 | -1/+2 |
* | * config/fixed-bit.c, config/i386/cpuid.h, config/i386/i386.c, | kazu | 2007-10-14 | 1 | -1/+1 |
* | PR tree-optimization/33597 | uros | 2007-09-30 | 1 | -0/+7 |
* | PR tree-optimization/33319 | victork | 2007-09-17 | 1 | -91/+165 |
* | * tree-vect-analyze.c (vect_analyze_data_ref_dependence): Distinguish | irar | 2007-09-12 | 1 | -4/+7 |
* | PR tree-optimization/33373 | dorit | 2007-09-12 | 1 | -3/+4 |
* | rsha Jagasia <harsha.jagasia@amd.com> | hjagasia | 2007-09-11 | 1 | -3/+3 |
* | * tree-vectorizer.h (enum vect_def_type): Start enumeration from 1. | irar | 2007-09-09 | 1 | -123/+937 |
* | PR tree-optimization/33301 | dorit | 2007-09-08 | 1 | -4/+21 |
* | * tree-data-refs.c (split_constant_offset): Expose. | dorit | 2007-08-19 | 1 | -36/+191 |
* | * tree-vectorizer.h (vect_is_simple_reduction): Takes a loop_vec_info | dorit | 2007-08-19 | 1 | -83/+380 |
* | gcc/ChangeLog | victork | 2007-08-16 | 1 | -11/+94 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | nickc | 2007-07-26 | 1 | -4/+3 |
* | 2007-07-12 Dorit Nuzman <dorit@il.ibm.com> | dorit | 2007-07-12 | 1 | -27/+76 |
* | * tree-vectorizer.c (new_loop_vec_info): Initialize | dorit | 2007-07-05 | 1 | -1/+1 |
* | PR tree-optimization/32230 | irar | 2007-07-02 | 1 | -0/+9 |
* | gcc/ChangeLog: | hjagasia | 2007-06-08 | 1 | -8/+48 |
* | PR tree-optimization/32224 | dorit | 2007-06-08 | 1 | -3/+10 |
* | * tree-vectorizer.h (DR_MISALIGNMENT): Cast aux to integer. | rakdver | 2007-05-29 | 1 | -9/+11 |
* | * cfglayout.c, cgraphunit.c, config/avr/avr.c, fold-const.c, | kazu | 2007-05-25 | 1 | -1/+1 |
* | * tree-scalar-evolution.c (resolve_mixers): Exported. | rakdver | 2007-05-13 | 1 | -4/+3 |
* | PR tree-optimization/31699 | dorit | 2007-05-03 | 1 | -13/+9 |
* | * tree-vectorizer.c (destroy_loop_vec_info): Set loop->aux to NULL. | dorit | 2007-04-18 | 1 | -8/+11 |
* | * tree-vect-analyze.c (process_use): New function. | dorit | 2007-04-18 | 1 | -72/+127 |
* | * tree-vectorizer.h (stmt_vec_info_type): Add enum value | dorit | 2007-04-17 | 1 | -35/+33 |
* | * tree-vect-analyze.c (vect_analyze_operations): Reorganize calls to | dorit | 2007-04-16 | 1 | -46/+52 |
* | * cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c, | kazu | 2007-02-18 | 1 | -2/+2 |
* | PR tree-optimization/30771 | dorit | 2007-02-14 | 1 | -27/+67 |
* | * doc/tm.texi (TARGET_VECTORIZE_BUILTIN_CONVERSION): New target hook. | dorit | 2007-02-11 | 1 | -0/+1 |
* | 2007-02-06 Dorit Nuzman <dorit@il.ibm.com> | dorit | 2007-02-06 | 1 | -45/+60 |
* | * cgraphunit.c, config/arm/arm.c, config/m68k/m68k.c, | kazu | 2007-01-31 | 1 | -2/+2 |
* | * tree-vectorizer.h (struct _stmt_vec_info): Add new field | irar | 2007-01-21 | 1 | -52/+35 |
* | * tree-vectorizer.h (is_pattern_stmt_p): New. | dorit | 2007-01-16 | 1 | -43/+58 |
* | * param.h (MIN_VECT_LOOP_BOUND): New. | dorit | 2007-01-14 | 1 | -1/+4 |
* | * tree-vect-analyze.c (vect_analyze_data_ref_access): Add another check | irar | 2006-12-12 | 1 | -1/+11 |
* | * doc/loop.texi: Document number_of_latch_executions and | rakdver | 2006-12-10 | 1 | -1/+1 |
* | Merge gimple-tuples-branch into mainline. | aldyh | 2006-12-05 | 1 | -6/+8 |
* | * builtins.c, cfgloop.h, cgraph.h, config/arm/arm.c, | kazu | 2006-12-02 | 1 | -2/+3 |
* | 2006-11-27 Richard Guenther <rguenther@suse.de> | rguenth | 2006-11-27 | 1 | -0/+1 |
* | * doc/c-tree.texi: Document new tree codes. | irar | 2006-11-22 | 1 | -24/+585 |
* | * tree-loop-linear.c (linear_transform_loops): Use single_exit accessor | rakdver | 2006-11-21 | 1 | -6/+6 |
* | 2006-11-08 Dorit Nuzman <dorit@il.ibm.com> | dorit | 2006-11-08 | 1 | -48/+53 |
* | ChangeLog | victork | 2006-08-07 | 1 | -1/+2 |