summaryrefslogtreecommitdiff
path: root/gcc/tree-loop-linear.c
Commit message (Expand)AuthorAgeFilesLines
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-3/+3
* gimplify.c: Do not include except.h and optabs.h.Steven Bosscher2010-06-011-3/+0
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-211-4/+0
* tree-parloops.c (loop_parallel_p): New argument parloop_obstack.Laurynas Biveinis2010-04-221-2/+3
* re PR tree-optimization/42931 (-ftree-loop-linear - valgrind warns about usin...Jakub Jelinek2010-02-081-3/+4
* Remove trailing white spaces.H.J. Lu2009-11-251-27/+27
* re PR tree-optimization/37031 (ICE for h264ref in gather_interchange_stats wi...Jakub Jelinek2009-01-081-2/+4
* re PR tree-optimization/37686 (Building of CPU2000's bzip2 with peak flags wi...Sebastian Pop2008-10-151-2/+7
* tree-predcom.c (filter_suitable_components): Free all refs in act->refs vecto...Jakub Jelinek2008-09-151-3/+3
* backport: configure: Regenerate.Sebastian Pop2008-09-021-1/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-12/+12
* tree-loop-linear.c (gather_interchange_stats): Look in the access matrix...Jan Sjodin2008-05-201-8/+15
* tree-loop-linear.c (try_interchange_loops): Compare memory access strides aga...Sebastian Pop2008-02-291-3/+30
* re PR tree-optimization/23820 (ICE in lambda_loopnest_to_gcc_loopnest, at lam...Sebastian Pop2007-10-191-32/+43
* re PR tree-optimization/33576 (segfault in extract_muldiv for cpu2006 benchmark)Sebastian Pop2007-10-031-0/+8
* tree-loop-linear.c: Include obstack.h.Laurynas Biveinis2007-09-071-4/+9
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* tree-loop-linear.c (gather_interchange_stats, [...]): Use loop_depth and loop...Zdenek Dvorak2007-05-111-6/+6
* re PR tree-optimization/31183 (ICE in int_cst_value, at tree.c:7684 with -O...Sebastian Pop2007-03-161-6/+8
* tree-loop-linear.c (gather_interchange_stats): For multidimensional arrays...Sebastian Pop2007-03-141-8/+14
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-4/+4
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-5/+5
* tree-loop-linear.c (linear_transform_loops): Use single_exit accessor functions.Zdenek Dvorak2006-11-211-2/+2
* re PR tree-optimization/29330 (-O -ftree-loop-linear --> virtual memory ex...Jakub Jelinek2006-10-061-4/+5
* re PR tree-optimization/29290 (SPEC CPU2000 178.galgel ICE using -O3 -ftree-l...Jakub Jelinek2006-10-061-2/+2
* re PR tree-optimization/20256 (Perfect nest transformation not conservative e...Sebastian Pop2006-05-171-8/+7
* re PR tree-optimization/27332 (ICE in try_interchange_loops with -ftree-loop-...Sebastian Pop2006-05-171-0/+3
* tree-loop-linear.c (compute_data_dependences_for_loop): Adjust calls.Sebastian Pop2006-03-291-2/+2
* tree-loop-linear.c: Don't include varray.h.Sebastian Pop2006-03-281-36/+24
* lambda-code.c (lambda_transform_legal_p): Use DDR_NUM_DIST_VECTS for testing ...Sebastian Pop2005-11-051-25/+18
* expr.c (highest_pow2_factor): Make extern.Ira Rosen2005-07-251-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi2005-06-011-1/+0
* [multiple changes]Diego Novillo2005-04-221-2/+1
* lambda-code.c: Define VEC(int,heap), VEC(lambda_loop,heap).Nathan Sidwell2005-04-221-5/+4
* vec.h: Update API to separate allocation mechanism from type.Nathan Sidwell2005-04-211-4/+7
* backport: copy-prop, incremental SSA updating of FUD chains and newly exposed...Diego Novillo2005-04-081-4/+1
* lambda-code.c (lambda_loopnest_to_gcc_loopnest): Use update_stmt.Andrew MacLeod2005-04-051-2/+0
* Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence.Zdenek Dvorak2005-03-101-2/+2
* cfgloop.c (flow_loop_entry_edges_find, [...]): Removed.Zdenek Dvorak2005-03-011-2/+1
* lambda-code (perfect_nestify): Remove mark/unmark for rewriting hack.Daniel Berlin2005-02-171-0/+1
* basic-block.h, [...]: Update copyright.Kazu Hirata2005-01-181-1/+1
* re PR tree-optimization/18792 (ICE with -O1 -ftree-loop-linear on small test ...Daniel Berlin2005-01-061-23/+31
* lambda-code.c (lambda_compute_auxillary_space): Update comments.Daniel Berlin2004-11-031-16/+13
* Fix PR tree-optimization/17672 Fix PR tree-optimization/18168Daniel Berlin2004-11-011-6/+13
* [multiple changes]Daniel Berlin2004-09-161-42/+129
* Makefile.in (tree-loop-linear.o): Added.Daniel Berlin2004-09-081-0/+282