| Commit message (Expand) | Author | Age | Files | Lines |
* | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 2010-08-20 | 1 | -3/+3 |
* | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 2010-06-01 | 1 | -3/+0 |
* | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 2010-05-21 | 1 | -4/+0 |
* | tree-parloops.c (loop_parallel_p): New argument parloop_obstack. | Laurynas Biveinis | 2010-04-22 | 1 | -2/+3 |
* | re PR tree-optimization/42931 (-ftree-loop-linear - valgrind warns about usin... | Jakub Jelinek | 2010-02-08 | 1 | -3/+4 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -27/+27 |
* | re PR tree-optimization/37031 (ICE for h264ref in gather_interchange_stats wi... | Jakub Jelinek | 2009-01-08 | 1 | -2/+4 |
* | re PR tree-optimization/37686 (Building of CPU2000's bzip2 with peak flags wi... | Sebastian Pop | 2008-10-15 | 1 | -2/+7 |
* | tree-predcom.c (filter_suitable_components): Free all refs in act->refs vecto... | Jakub Jelinek | 2008-09-15 | 1 | -3/+3 |
* | backport: configure: Regenerate. | Sebastian Pop | 2008-09-02 | 1 | -1/+1 |
* | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 2008-07-28 | 1 | -12/+12 |
* | tree-loop-linear.c (gather_interchange_stats): Look in the access matrix... | Jan Sjodin | 2008-05-20 | 1 | -8/+15 |
* | tree-loop-linear.c (try_interchange_loops): Compare memory access strides aga... | Sebastian Pop | 2008-02-29 | 1 | -3/+30 |
* | re PR tree-optimization/23820 (ICE in lambda_loopnest_to_gcc_loopnest, at lam... | Sebastian Pop | 2007-10-19 | 1 | -32/+43 |
* | re PR tree-optimization/33576 (segfault in extract_muldiv for cpu2006 benchmark) | Sebastian Pop | 2007-10-03 | 1 | -0/+8 |
* | tree-loop-linear.c: Include obstack.h. | Laurynas Biveinis | 2007-09-07 | 1 | -4/+9 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -5/+4 |
* | tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop... | Zdenek Dvorak | 2007-05-11 | 1 | -6/+6 |
* | re PR tree-optimization/31183 (ICE in int_cst_value, at tree.c:7684 with -O... | Sebastian Pop | 2007-03-16 | 1 | -6/+8 |
* | tree-loop-linear.c (gather_interchange_stats): For multidimensional arrays... | Sebastian Pop | 2007-03-14 | 1 | -8/+14 |
* | tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop. | Zdenek Dvorak | 2006-12-10 | 1 | -4/+4 |
* | tree-vrp.c (execute_vrp): Do not pass loops structure through arguments. | Zdenek Dvorak | 2006-11-25 | 1 | -5/+5 |
* | tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions. | Zdenek Dvorak | 2006-11-21 | 1 | -2/+2 |
* | re PR tree-optimization/29330 (-O -ftree-loop-linear --> virtual memory ex... | Jakub Jelinek | 2006-10-06 | 1 | -4/+5 |
* | re PR tree-optimization/29290 (SPEC CPU2000 178.galgel ICE using -O3 -ftree-l... | Jakub Jelinek | 2006-10-06 | 1 | -2/+2 |
* | re PR tree-optimization/20256 (Perfect nest transformation not conservative e... | Sebastian Pop | 2006-05-17 | 1 | -8/+7 |
* | re PR tree-optimization/27332 (ICE in try_interchange_loops with -ftree-loop-... | Sebastian Pop | 2006-05-17 | 1 | -0/+3 |
* | tree-loop-linear.c (compute_data_dependences_for_loop): Adjust calls. | Sebastian Pop | 2006-03-29 | 1 | -2/+2 |
* | tree-loop-linear.c: Don't include varray.h. | Sebastian Pop | 2006-03-28 | 1 | -36/+24 |
* | lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ... | Sebastian Pop | 2005-11-05 | 1 | -25/+18 |
* | expr.c (highest_pow2_factor): Make extern. | Ira Rosen | 2005-07-25 | 1 | -1/+1 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary. | Kaveh R. Ghazi | 2005-06-01 | 1 | -1/+0 |
* | [multiple changes] | Diego Novillo | 2005-04-22 | 1 | -2/+1 |
* | lambda-code.c: Define VEC(int,heap), VEC(lambda_loop,heap). | Nathan Sidwell | 2005-04-22 | 1 | -5/+4 |
* | vec.h: Update API to separate allocation mechanism from type. | Nathan Sidwell | 2005-04-21 | 1 | -4/+7 |
* | backport: copy-prop, incremental SSA updating of FUD chains and newly exposed... | Diego Novillo | 2005-04-08 | 1 | -4/+1 |
* | lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt. | Andrew MacLeod | 2005-04-05 | 1 | -2/+0 |
* | Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence. | Zdenek Dvorak | 2005-03-10 | 1 | -2/+2 |
* | cfgloop.c (flow_loop_entry_edges_find, [...]): Removed. | Zdenek Dvorak | 2005-03-01 | 1 | -2/+1 |
* | lambda-code (perfect_nestify): Remove mark/unmark for rewriting hack. | Daniel Berlin | 2005-02-17 | 1 | -0/+1 |
* | basic-block.h, [...]: Update copyright. | Kazu Hirata | 2005-01-18 | 1 | -1/+1 |
* | re PR tree-optimization/18792 (ICE with -O1 -ftree-loop-linear on small test ... | Daniel Berlin | 2005-01-06 | 1 | -23/+31 |
* | lambda-code.c (lambda_compute_auxillary_space): Update comments. | Daniel Berlin | 2004-11-03 | 1 | -16/+13 |
* | Fix PR tree-optimization/17672 Fix PR tree-optimization/18168 | Daniel Berlin | 2004-11-01 | 1 | -6/+13 |
* | [multiple changes] | Daniel Berlin | 2004-09-16 | 1 | -42/+129 |
* | Makefile.in (tree-loop-linear.o): Added. | Daniel Berlin | 2004-09-08 | 1 | -0/+282 |