0.3.0 Beta (prerelease) * Added -r | --regtile option to apply register-tiling transformation to all full tile loops. A use of this is exemplified by 1D-Jacobi provided in the examples directory. * Bugs in statement-macro expansion fixed * Fixed bug in the deletion of the default output file (when --output option is used) 0.2.0 Beta (March 25th, 2009) * Added more input codes in the examples directory (used for the experiments in the PrimeTile's technical report) * Added -t | --tilelevel= option to specify the number of tiling levels * Added -f | --first= option to specify the first loop depth to start tiling * Added -l | --last= option to specify the last loop depth to stop tiling * Added -b | --boundarylevel= option to specify the largest tiling level used for tiling the boundary tiles 0.1.0 Beta (February 25th, 2009) * Initial release