summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-17Delete old versions of cloog.HEADndk-r23-beta6ndk-r23-beta5ndk-r23-beta4ndk-r23-beta3ndk-r23-beta2ndk-r23-beta1ndk-r22-beta1ndk-r22ndk-r21endk-r21dndk-r21cndk-r21bndk-r21-rc1ndk-r21-beta2ndk-r21-beta1ndk-r21ndk-r20bndk-r20-beta3ndk-r20-beta2ndk-r20-beta1ndk-r20ndk-r19cndk-r19bndk-r19-beta2ndk-r19-beta1ndk-r19ndk-r18bndk-r18-beta2ndk-r18-beta1ndk-r17bndk-r17-beta2ndk-r17-beta1ndk-r17ndk-r16-beta2ndk-r16-beta1ndk-r16ndk-r15-beta2ndk-r15-beta1ndk-r14-beta2ndk-r14-beta1ndk-r14ndk-r13-beta2ndk-r13-beta1ndk-r13ndk-r12bndk-r12-beta2ndk-r12-beta1ndk-r11cndk-r11bndk-r11ndk-release-r23ndk-release-r22ndk-release-r21ndk-release-r20ndk-release-r19ndk-release-r18ndk-release-r17ndk-release-r16ndk-r16-releasendk-r15-releasendk-r14-releasendk-r13-releasendk-r12-releasendk-r11-releasemastermainbusytown-mac1010-releasebusytown-mac1008-releaseDan Albert
Change-Id: Ic3dcd5486884b96340ed3c7d029e3204dbfec8d9
2013-08-06MinGW-w64 build fix (lacks ffs declaration)Ray Donnelly
Define ffs as __builtin_ffs if ffs is not declared but __builtin_ffs is declared. This problem only happens at -O0 as one of the optimization passes substitutes ffs for __builtin_ffs. .. this patch has been submitted to the ISL project and also apparently merged, though it is not in the publically visible repository yet.
2013-08-06Unpack cloog-*.tar.gz and remove the archivesRay Donnelly
.. autom4te.cache folders and .gitignore files that shouldn't have been in the archives were also removed. The .gitignore files related to the original git repositories and caused fixes to e.g. configure to be ignored.
2013-04-03add cloog-0.18.0.tar.gzAndrew Hsieh
Needed by GCC 4.8+ to enable graphite framework for loop optimizations Change-Id: I2f6f1f1d608f44ab15c0d441773fff8e3d7ef494
2012-12-20add cloog-0.17.0.tar.gzAndrew Hsieh
The most current version at this time Change-Id: Iff5ab390173186a510498c45107f6dc2f8ea2ea4
2012-12-15add cloog-0.16.3.tar.gzAndrew Hsieh
Change-Id: I12444598ebb774d36c482627906f71eb0eaf49d9
2012-12-14Initial empty commitJean-Baptiste Queru