hanchenye-llvm-project/polly/lib
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
..
Analysis Use isl_val instead of isl_int in the core of Polly 2013-06-21 06:41:31 +00:00
CodeGen Use isl_val instead of isl_int in the core of Polly 2013-06-21 06:41:31 +00:00
Exchange Sort includes 2013-05-07 08:11:54 +00:00
JSON 'chmod -x' on files that do not need the executable bits 2012-12-29 15:09:03 +00:00
Support Use isl_val instead of isl_int in the core of Polly 2013-06-21 06:41:31 +00:00
CMakeLists.txt Remove unneeded RegionSimplify pass. 2013-04-17 07:20:30 +00:00
CodePreparation.cpp Sort includes 2013-05-07 08:11:54 +00:00
DeadCodeElimination.cpp include missing ISL header file 2013-05-31 17:41:17 +00:00
IndVarSimplify.cpp Sort includes 2013-05-07 08:11:54 +00:00
IndependentBlocks.cpp independent blocks: do not insert stores between phi nodes 2013-05-24 18:45:58 +00:00
Makefile 'chmod -x' on files that do not need the executable bits 2012-12-29 15:09:03 +00:00
MayAliasSet.cpp Sort includes 2013-05-07 08:11:54 +00:00
Pluto.cpp Move polly options into separate option category 2013-05-07 07:31:10 +00:00
Pocc.cpp PoCC: Adjust to recent sys::Path removal 2013-06-14 06:26:33 +00:00
RegisterPasses.cpp Sort includes 2013-05-07 08:11:54 +00:00
ScheduleOptimizer.cpp Use isl_val instead of isl_int in the core of Polly 2013-06-21 06:41:31 +00:00