llvm-project/polly/lib/Transform
Tobias Grosser a2fd441989 Rebase C++ bindings on top of latest isl bindings
The main difference in this change is that isl_stat is now always
checked by default. As we elminiated most used of isl_stat, thanks to
Philip Pfaffe's implementation of foreach, only a small set of changes
is needed.

This change does not include the following recent changes to isl's C++
bindings:

  - stricter error handling for isl_bool
  - dropping of the isl::namespace qualifiers

The former requires a larger patch in Polly and consequently should go
through a patch-review. The latter will be applied in the next commit to
keep this commit free from noise.

We also still apply a couple of other changes on top of the official isl
bindings. This delta is expected to shrink over time.

llvm-svn: 338504
2018-08-01 09:57:10 +00:00
..
Canonicalization.cpp Fixup Polly for an LLVM header file change. 2018-04-24 02:23:41 +00:00
CodePreparation.cpp Update for a header file move in LLVM 2018-06-04 21:23:32 +00:00
DeLICM.cpp [polly] Update uses of DEBUG macro to LLVM_DEBUG. 2018-05-15 13:37:17 +00:00
DeadCodeElimination.cpp getDependences to new C++ interface 2018-06-06 13:10:32 +00:00
FlattenAlgo.cpp Rebase C++ bindings on top of latest isl bindings 2018-08-01 09:57:10 +00:00
FlattenSchedule.cpp [FlattenSchedule] Replace isl foreach calls with for loops 2018-07-17 06:33:37 +00:00
ForwardOpTree.cpp [ForwardOpTree] Replace isl foreach calls with for loops 2018-07-17 06:33:31 +00:00
MaximalStaticExpansion.cpp [MaximalStaticExpansion] Replace isl foreach calls with for loops 2018-07-17 06:33:34 +00:00
RewriteByReferenceParameters.cpp Add rewrite by-reference parameter pass 2017-08-17 05:25:08 +00:00
ScheduleOptimizer.cpp getDependences to new C++ interface 2018-06-06 13:10:32 +00:00
ScopInliner.cpp [polly] Update uses of DEBUG macro to LLVM_DEBUG. 2018-05-15 13:37:17 +00:00
Simplify.cpp [Simplify] Replace isl foreach calls with for loops 2018-07-17 06:33:26 +00:00
ZoneAlgo.cpp [ZoneAlgo] Replace isl foreach calls with for loops 2018-07-17 06:33:41 +00:00