aboutsummaryrefslogtreecommitdiff
path: root/gcc/graphite-blocking.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-28Do not include unnecessary .h files.Sebastian Pop1-17/+1
2010-12-01Add a stride parameter to scop_do_strip_mine.Sebastian Pop1-14/+28
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-2/+1
2010-09-30Outline lst_niter_for_loop.Sebastian Pop1-9/+8
2010-09-30Speed-up loop blocking: strip-mining is always legal.Sebastian Pop1-22/+7
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-2/+2
2010-08-11Partially removing cloog.h and graphite-clast-to-gimple.h where possible. Rem...Andreas Simbuerger1-1/+0
2010-05-06Replace Value with mpz_tAndreas Simbuerger1-1/+1
2010-05-06Resolve CLooG's value_* macros to their respective mpz_* counterparts.Andreas Simbuerger1-6/+6
2010-01-07Update loop-block testcases.Sebastian Pop1-6/+8
2009-11-25graphite-blocking.c (scop_do_block): New.Sebastian Pop1-1/+27
2009-11-25graphite-blocking.c (pbb_strip_mine_profitable_p): The parameter depth is the...Sebastian Pop1-5/+7
2009-11-25graphite-blocking.c (lst_do_strip_mine): Avoid strip mining the root of the LST.Sebastian Pop1-2/+3
2009-11-25graphite-blocking.c (pbb_do_strip_mine): Removed.Sebastian Pop1-19/+52
2009-11-25graphite-blocking.c (pbb_do_strip_mine): Use PARAM_LOOP_BLOCK_TILE_SIZE.Sebastian Pop1-1/+1
2009-08-28graphite-blocking.c (pbb_strip_mine_loop_depth): Renamed pbb_strip_mine_time_...Konrad Trifunovic1-14/+40
2009-08-12Restore original scattering when the transform is not legal.Sebastian Pop1-1/+12
2009-07-31New Graphite files.Sebastian Pop1-0/+210