Age | Commit message (Expand) | Author | Files | Lines |
2011-07-05 | Fix PR47654: Loop blocking should strip-mine at least two loops. | Sebastian Pop | 1 | -10/+11 |
2011-01-25 | Test the profitability of interchange on the perfect nest. | Sebastian Pop | 1 | -9/+7 |
2010-12-28 | Do not include unnecessary .h files. | Sebastian Pop | 1 | -16/+1 |
2010-11-30 | diagnostic-core.h: Include bversion.h. | Joseph Myers | 1 | -2/+1 |
2010-09-30 | Fix pbb_number_of_iterations_at_time. | Sebastian Pop | 1 | -1/+1 |
2010-08-20 | vec.h (FOR_EACH_VEC_ELT): Define. | Nathan Froyd | 1 | -5/+5 |
2010-08-11 | Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Rem... | Andreas Simbuerger | 1 | -1/+0 |
2010-08-11 | Resolve CLooG's value_* macros to their respective mpz_* counterparts. | Andreas Simbuerger | 1 | -1/+1 |
2010-05-06 | Replace Value with mpz_t | Andreas Simbuerger | 1 | -6/+6 |
2010-05-06 | Resolve CLooG's value_* macros to their respective mpz_* counterparts. | Andreas Simbuerger | 1 | -22/+28 |
2010-01-08 | Memoize memory strides per loop. | Sebastian Pop | 1 | -6/+20 |
2010-01-08 | Compute memory strides on a whole loop. | Sebastian Pop | 1 | -54/+27 |
2010-01-07 | Fix memory leaks. | Sebastian Pop | 1 | -3/+15 |
2010-01-07 | re PR middle-end/42178 (Invalid memory access in graphite) | Sebastian Pop | 1 | -58/+24 |
2009-12-23 | Fix PR42334: correct the update of the LST on loop interchange and distribution. | Sebastian Pop | 1 | -49/+55 |
2009-11-25 | graphite-interchange.c (memory_strides_in_loop_depth): New. | Sebastian Pop | 1 | -22/+30 |
2009-11-25 | graphite-interchange.c (build_partial_difference): New. | Konrad Trifunovic | 1 | -38/+96 |
2009-11-25 | graphite-interchange.c (lst_perfect_nestify): Pass 3 parameters for the loops... | Sebastian Pop | 1 | -50/+114 |
2009-11-25 | graphite-interchange.c (lst_perfectly_nested_p): New. | Sebastian Pop | 1 | -15/+56 |
2009-11-25 | graphite-interchange.c (memory_stride_in_loop): Delete p1, lma and new_cstr. | Sebastian Pop | 1 | -5/+7 |
2009-11-25 | graphite-interchange.c: Fix comments. | Sebastian Pop | 1 | -1/+2 |
2009-11-25 | graphite-interchange.c (memory_stride_in_loop): The depth argument correspond... | Sebastian Pop | 1 | -3/+6 |
2009-11-25 | graphite-interchange.c (memory_stride_in_loop): Fix comments. | Sebastian Pop | 1 | -4/+4 |
2009-11-25 | graphite-blocking.c (lst_do_strip_mine): Avoid strip mining the root of the LST. | Sebastian Pop | 1 | -2/+3 |
2009-11-25 | graphite-interchange.c (build_linearized_memory_access): Pass an offset as pa... | Konrad Trifunovic | 1 | -63/+172 |
2009-11-25 | graphite-interchange.c (lst_apply_interchange): New. | Sebastian Pop | 1 | -26/+130 |
2009-11-25 | graphite-clast-to-gimple.c (build_cloog_prog): Use pbb_index. | Sebastian Pop | 1 | -1/+1 |
2009-08-28 | graphite-interchange.c (pbb_interchange_profitable_p): Adjust the strides by ... | Sebastian Pop | 1 | -1/+7 |
2009-08-28 | graphite-ppl.c (ppl_max_for_le): Renamed ppl_max_for_le_pointset. | Konrad Trifunovic | 1 | -2/+2 |
2009-08-15 | Correct the use of ppl_Pointset_Powerset_C_Polyhedron_maximize. | Sebastian Pop | 1 | -29/+0 |
2009-08-12 | Reimplement interchange heuristic. | Sebastian Pop | 1 | -21/+225 |
2009-08-12 | Remove interchange heuristic. | Sebastian Pop | 1 | -228/+4 |
2009-08-12 | Undo changes to the PDR representation. | Sebastian Pop | 1 | -1/+1 |
2009-08-12 | Restore original scattering when the transform is not legal. | Sebastian Pop | 1 | -0/+11 |
2009-07-31 | New Graphite files. | Sebastian Pop | 1 | -0/+398 |