llvm-project/polly/lib/Analysis
Tobias Grosser edab1359a0 Use isl_val instead of isl_int in the core of Polly
isl recently introduced isl_val as an abstract interface to represent arbitrary
precision numbers. This interface superseeds the old isl_int interface. In
contrast to the old interface which implemented arbitrary precision arithmetic
using macros that forward to the gmp library, the new library hides the math
library implementation in isl. This allows us to switch the math library used by
isl without affecting users such as Polly.

llvm-svn: 184529
2013-06-21 06:41:31 +00:00
..
CMakeLists.txt Add initial version of Polly 2011-04-29 06:27:02 +00:00
Dependences.cpp Sort includes 2013-05-07 08:11:54 +00:00
Makefile 'chmod -x' on files that do not need the executable bits 2012-12-29 15:09:03 +00:00
ScopDetection.cpp revert r183799: scop detection: remove an iteration over all uses 2013-06-17 21:43:10 +00:00
ScopGraphPrinter.cpp Sort includes 2013-05-07 08:11:54 +00:00
ScopInfo.cpp Use isl_val instead of isl_int in the core of Polly 2013-06-21 06:41:31 +00:00
ScopPass.cpp 'chmod -x' on files that do not need the executable bits 2012-12-29 15:09:03 +00:00
TempScopInfo.cpp TempScopInfo: Add code to build the scalar dependences. 2013-06-10 13:55:34 +00:00