summaryrefslogtreecommitdiff
path: root/gcc/graphite-interchange.c
Commit message (Expand)AuthorAgeFilesLines
* Test the profitability of interchange on the perfect nest.Sebastian Pop2011-01-251-9/+7
* Do not include unnecessary .h files.Sebastian Pop2010-12-281-16/+1
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-2/+1
* Fix pbb_number_of_iterations_at_time.Sebastian Pop2010-09-301-1/+1
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-5/+5
* Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Rem...Andreas Simbuerger2010-08-111-1/+0
* Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger2010-08-111-1/+1
* Replace Value with mpz_tAndreas Simbuerger2010-05-061-6/+6
* Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger2010-05-061-22/+28
* Memoize memory strides per loop.Sebastian Pop2010-01-081-6/+20
* Compute memory strides on a whole loop.Sebastian Pop2010-01-081-54/+27
* Fix memory leaks.Sebastian Pop2010-01-071-3/+15
* re PR middle-end/42178 (Invalid memory access in graphite)Sebastian Pop2010-01-071-58/+24
* Fix PR42334: correct the update of the LST on loop interchange and distribution.Sebastian Pop2009-12-231-49/+55
* graphite-interchange.c (memory_strides_in_loop_depth): New.Sebastian Pop2009-11-251-22/+30
* graphite-interchange.c (build_partial_difference): New.Konrad Trifunovic2009-11-251-38/+96
* graphite-interchange.c (lst_perfect_nestify): Pass 3 parameters for the loops...Sebastian Pop2009-11-251-50/+114
* graphite-interchange.c (lst_perfectly_nested_p): New.Sebastian Pop2009-11-251-15/+56
* graphite-interchange.c (memory_stride_in_loop): Delete p1, lma and new_cstr.Sebastian Pop2009-11-251-5/+7
* graphite-interchange.c: Fix comments.Sebastian Pop2009-11-251-1/+2
* graphite-interchange.c (memory_stride_in_loop): The depth argument correspond...Sebastian Pop2009-11-251-3/+6
* graphite-interchange.c (memory_stride_in_loop): Fix comments.Sebastian Pop2009-11-251-4/+4
* graphite-blocking.c (lst_do_strip_mine): Avoid strip mining the root of the LST.Sebastian Pop2009-11-251-2/+3
* graphite-interchange.c (build_linearized_memory_access): Pass an offset as pa...Konrad Trifunovic2009-11-251-63/+172
* graphite-interchange.c (lst_apply_interchange): New.Sebastian Pop2009-11-251-26/+130
* graphite-clast-to-gimple.c (build_cloog_prog): Use pbb_index.Sebastian Pop2009-11-251-1/+1
* graphite-interchange.c (pbb_interchange_profitable_p): Adjust the strides by ...Sebastian Pop2009-08-281-1/+7
* graphite-ppl.c (ppl_max_for_le): Renamed ppl_max_for_le_pointset.Konrad Trifunovic2009-08-281-2/+2
* Correct the use of ppl_Pointset_Powerset_C_Polyhedron_maximize.Sebastian Pop2009-08-151-29/+0
* Reimplement interchange heuristic.Sebastian Pop2009-08-121-21/+225
* Remove interchange heuristic.Sebastian Pop2009-08-121-228/+4
* Undo changes to the PDR representation.Sebastian Pop2009-08-121-1/+1
* Restore original scattering when the transform is not legal.Sebastian Pop2009-08-121-0/+11
* New Graphite files.Sebastian Pop2009-07-311-0/+398