llvm-project/polly/lib
Michael Kruse f22855079a Use C99 to compile ISL
ISL with small integer optimization requires C99 to compile. gcc < 5.0
still uses C89 as default, so we need to enable the options to compile
in C99 mode.

This patch is preparing the actual activation of small integer
optimization.

Differential version: http://reviews.llvm.org/D10610

Reviewers: grosser
llvm-svn: 240322
2015-06-22 20:31:16 +00:00
..
Analysis [PM/AA] Update Polly for r239886 which removed UnknownSize from 2015-06-17 08:29:32 +00:00
CodeGen Fix the clang -Werror build (-Wbraced-scalar-init) 2015-06-19 20:07:18 +00:00
Exchange Ensure memory access mappings are defined for full domain 2015-06-04 07:44:35 +00:00
External Replace repository version of ISL by 'make dist' output 2015-06-22 18:07:42 +00:00
JSON Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
Support Rename IslCodeGeneration to CodeGeneration 2015-05-12 07:45:52 +00:00
Transform Update ISL to isl-0.15-3-g532568a 2015-06-18 16:45:40 +00:00
CMakeLists.txt Use C99 to compile ISL 2015-06-22 20:31:16 +00:00
Makefile Prepare replacing ISL by its 'make dist' files 2015-06-22 17:52:33 +00:00
Polly.cpp Move Pass registration into polly library 2014-03-19 17:54:23 +00:00