llvm-project/polly/utils
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
..
pyscop
0001-Add-llvm.codegen-intrinsic.patch Update to Polly for LLVM r165262 which changes TargetData to Datalayout. 2012-11-29 17:34:50 +00:00
argparse.py
check_format.sh check that clang-format exists 2013-02-15 21:26:50 +00:00
checkout_cloog.sh Use isl_val instead of isl_int in the core of Polly 2013-06-21 06:41:31 +00:00
jscop2cloog.py Add utils/jscop2cloog.py 2011-11-29 14:50:52 +00:00
update_format.sh cmake: Add target to reformat with clang-format 2013-05-07 07:30:31 +00:00