Drop Cloog support
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>
Tue, 2 Dec 2014 19:26:58 +0000 (19:26 +0000)
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>
Tue, 2 Dec 2014 19:26:58 +0000 (19:26 +0000)
commit305fed96e6b0b94a01868a3e0f1d86ab791344a8
tree0d6040b017211bbaef21c79d5b809c399376bd62
parent1e6e41bdc5cd211117fd5179865a65939b614eca
Drop Cloog support

  This commit drops the Cloog support for Polly. The scripts and
  documentation are changed to only use isl as prerequisity. In the code
  all Cloog specific parts have been removed and all relevant tests have
  been ported to the isl backend when it was created.

llvm-svn: 223141
132 files changed:
polly/CMakeLists.txt
polly/Makefile.config.in
polly/autoconf/configure.ac
polly/cmake/FindCloog.cmake [deleted file]
polly/configure
polly/include/polly/CodeGen/Cloog.h [deleted file]
polly/include/polly/CodeGen/CodeGeneration.h
polly/include/polly/Config/config.h.in
polly/include/polly/LinkAllPasses.h
polly/lib/Analysis/ScopDetection.cpp
polly/lib/CMakeLists.txt
polly/lib/CodeGen/Cloog.cpp [deleted file]
polly/lib/CodeGen/CodeGeneration.cpp [deleted file]
polly/lib/Makefile
polly/lib/Support/RegisterPasses.cpp
polly/lib/Transform/IndependentBlocks.cpp
polly/test/Cloog/CodeGen/20100617.ll [deleted file]
polly/test/Cloog/CodeGen/20100622.ll [deleted file]
polly/test/Cloog/CodeGen/20100707.ll [deleted file]
polly/test/Cloog/CodeGen/20100707_2.ll [deleted file]
polly/test/Cloog/CodeGen/20100708_2.ll [deleted file]
polly/test/Cloog/CodeGen/20100713.ll [deleted file]
polly/test/Cloog/CodeGen/20100713_2.ll [deleted file]
polly/test/Cloog/CodeGen/20100717.ll [deleted file]
polly/test/Cloog/CodeGen/20100718-DomInfo-2.ll [deleted file]
polly/test/Cloog/CodeGen/20100718-DomInfo.ll [deleted file]
polly/test/Cloog/CodeGen/20100720-MultipleConditions.ll [deleted file]
polly/test/Cloog/CodeGen/20100809-IndependentBlock.ll [deleted file]
polly/test/Cloog/CodeGen/20100811-ScalarDependencyBetweenBrAndCnd.ll [deleted file]
polly/test/Cloog/CodeGen/20101030-Overflow.ll [deleted file]
polly/test/Cloog/CodeGen/20101103-Overflow3.ll [deleted file]
polly/test/Cloog/CodeGen/20101103-signmissmatch.ll [deleted file]
polly/test/Cloog/CodeGen/20110226-Ignore-Dead-Code.ll [deleted file]
polly/test/Cloog/CodeGen/20110226-PHI-Node-removed.ll [deleted file]
polly/test/Cloog/CodeGen/20120316-InvalidCast.ll [deleted file]
polly/test/Cloog/CodeGen/20120403-RHS-type-mismatch.ll [deleted file]
polly/test/Cloog/CodeGen/20140414-vector-codegen.ll [deleted file]
polly/test/Cloog/CodeGen/GPGPU/1d_parallel.ll [deleted file]
polly/test/Cloog/CodeGen/GPGPU/2d_innermost_parallel.ll [deleted file]
polly/test/Cloog/CodeGen/GPGPU/3d_innermost_non_parallel.ll [deleted file]
polly/test/Cloog/CodeGen/GPGPU/gpu___%1---%5.jscop [deleted file]
polly/test/Cloog/CodeGen/GPGPU/gpu___%1---%5.jscop.transformed+gpu [deleted file]
polly/test/Cloog/CodeGen/GPGPU/gpu_no_pure___%for.cond---%for.end18.jscop [deleted file]
polly/test/Cloog/CodeGen/GPGPU/gpu_no_pure___%for.cond---%for.end18.jscop.transformed+gpu [deleted file]
polly/test/Cloog/CodeGen/GPGPU/gpu_pure___%for.cond---%for.end8.jscop [deleted file]
polly/test/Cloog/CodeGen/GPGPU/gpu_pure___%for.cond---%for.end8.jscop.transformed+gpu [deleted file]
polly/test/Cloog/CodeGen/GPGPU/lit.local.cfg [deleted file]
polly/test/Cloog/CodeGen/OpenMP/20120330-argument-use.ll [deleted file]
polly/test/Cloog/CodeGen/OpenMP/add_memref.ll [deleted file]
polly/test/Cloog/CodeGen/OpenMP/clastvar_after_parallel_loop.ll [deleted file]
polly/test/Cloog/CodeGen/OpenMP/copy_in_argument.ll [deleted file]
polly/test/Cloog/CodeGen/OpenMP/copy_in_temporary.ll [deleted file]
polly/test/Cloog/CodeGen/OpenMP/extract_memref.ll [deleted file]
polly/test/Cloog/CodeGen/OpenMP/invalidate_subfn_scops.ll [deleted file]
polly/test/Cloog/CodeGen/OpenMP/lifetime_markers.ll [deleted file]
polly/test/Cloog/CodeGen/OpenMP/lit.local.cfg [deleted file]
polly/test/Cloog/CodeGen/OpenMP/parallel_loop.ll [deleted file]
polly/test/Cloog/CodeGen/OpenMP/parallel_loop___%bb18---%bb50.jscop [deleted file]
polly/test/Cloog/CodeGen/OpenMP/parallel_loop___%bb18---%bb50.jscop.tiled [deleted file]
polly/test/Cloog/CodeGen/OpenMP/parallel_loop_simple.ll [deleted file]
polly/test/Cloog/CodeGen/OpenMP/parallel_loop_simple2.ll [deleted file]
polly/test/Cloog/CodeGen/OpenMP/param_referenced_in_stmt.ll [deleted file]
polly/test/Cloog/CodeGen/OpenMP/simple_nested_loop.ll [deleted file]
polly/test/Cloog/CodeGen/OpenMP/structnames.ll [deleted file]
polly/test/Cloog/CodeGen/OpenMP/two_loop.ll [deleted file]
polly/test/Cloog/CodeGen/OpenMP/vector-codegen-in-openmp-subfunc.ll [deleted file]
polly/test/Cloog/CodeGen/PHIInExit.ll [deleted file]
polly/test/Cloog/CodeGen/constant_condition.ll [deleted file]
polly/test/Cloog/CodeGen/do_pluto_matmult.ll [deleted file]
polly/test/Cloog/CodeGen/do_pluto_matmult.ll.result [deleted file]
polly/test/Cloog/CodeGen/do_pluto_matmult___%do.body---%do.end45.jscop [deleted file]
polly/test/Cloog/CodeGen/do_pluto_matmult___%do.body---%do.end45.jscop.invalid_reverse [deleted file]
polly/test/Cloog/CodeGen/do_pluto_matmult___%do.body---%do.end45.jscop.valid_reverse [deleted file]
polly/test/Cloog/CodeGen/loop_with_condition.ll [deleted file]
polly/test/Cloog/CodeGen/loop_with_condition_2.ll [deleted file]
polly/test/Cloog/CodeGen/loop_with_condition_ineq.ll [deleted file]
polly/test/Cloog/CodeGen/loop_with_condition_nested.ll [deleted file]
polly/test/Cloog/CodeGen/matmul_vec.ll [deleted file]
polly/test/Cloog/CodeGen/matmul_vec___%1---%17.jscop [deleted file]
polly/test/Cloog/CodeGen/phi_guard.ll [deleted file]
polly/test/Cloog/CodeGen/phi_guard___%for.preheader---%for.end10.jscop [deleted file]
polly/test/Cloog/CodeGen/pluto_matmult.ll [deleted file]
polly/test/Cloog/CodeGen/pluto_matmult___%for.cond---%for.end47.jscop [deleted file]
polly/test/Cloog/CodeGen/reduced-domain-eliminates-dependences.ll [deleted file]
polly/test/Cloog/CodeGen/reduced-domain-eliminates-dependences___%bb---%return.jscop [deleted file]
polly/test/Cloog/CodeGen/reduction_2.ll [deleted file]
polly/test/Cloog/CodeGen/sequential_loops.ll [deleted file]
polly/test/Cloog/CodeGen/simple_nonaffine_loop.ll [deleted file]
polly/test/Cloog/CodeGen/simple_vec_assign_scalar.ll [deleted file]
polly/test/Cloog/CodeGen/simple_vec_assign_scalar_2.ll [deleted file]
polly/test/Cloog/CodeGen/simple_vec_call.ll [deleted file]
polly/test/Cloog/CodeGen/simple_vec_call_2.ll [deleted file]
polly/test/Cloog/CodeGen/simple_vec_cast.ll [deleted file]
polly/test/Cloog/CodeGen/simple_vec_const.ll [deleted file]
polly/test/Cloog/CodeGen/simple_vec_large_width.ll [deleted file]
polly/test/Cloog/CodeGen/simple_vec_ptr_ptr_ty.ll [deleted file]
polly/test/Cloog/CodeGen/simple_vec_stride_one.ll [deleted file]
polly/test/Cloog/CodeGen/simple_vec_stride_one___%1---%5.jscop [deleted file]
polly/test/Cloog/CodeGen/simple_vec_stride_x.ll [deleted file]
polly/test/Cloog/CodeGen/simple_vec_two_stmts.ll [deleted file]
polly/test/Cloog/CodeGen/single_do_loop_int_max_iterations.ll [deleted file]
polly/test/Cloog/CodeGen/single_do_loop_ll_max_iterations.ll [deleted file]
polly/test/Cloog/CodeGen/single_do_loop_scev_replace.ll [deleted file]
polly/test/Cloog/CodeGen/single_loop.ll [deleted file]
polly/test/Cloog/CodeGen/single_loop_int_max_iterations.ll [deleted file]
polly/test/Cloog/CodeGen/single_loop_ll_max_iterations.ll [deleted file]
polly/test/Cloog/CodeGen/single_loop_one_iteration.ll [deleted file]
polly/test/Cloog/CodeGen/single_loop_param.ll [deleted file]
polly/test/Cloog/CodeGen/single_loop_zero_iterations.ll [deleted file]
polly/test/Cloog/CodeGen/split_edges.ll [deleted file]
polly/test/Cloog/CodeGen/split_edges_2.ll [deleted file]
polly/test/Cloog/ScheduleOptimizer/2011-08-25-crash_in_vectorizer.ll [deleted file]
polly/test/Cloog/ScopDetection/single_function_only.ll [deleted file]
polly/test/Cloog/ambigous_schedule.ll [deleted file]
polly/test/Cloog/ambigous_schedule___%for.cond---%for.end30.jscop [deleted file]
polly/test/Cloog/lit.local.cfg [deleted file]
polly/test/Isl/CodeGen/openmp_limit_threads.ll
polly/test/Isl/CodeGen/single_do_loop_int_param_iterations.ll
polly/test/Isl/CodeGen/single_do_loop_one_iteration.ll
polly/test/Isl/CodeGen/test.ll
polly/test/Isl/single_loop_uint_max_iterations.ll
polly/test/Isl/single_loop_ull_max_iterations.ll
polly/test/Makefile
polly/test/lit.site.cfg.in
polly/utils/checkout_cloog.sh [changed from file to symlink]
polly/utils/checkout_isl.sh [new file with mode: 0644]
polly/www/documentation/gpgpucodegen.html
polly/www/documentation/passes.html
polly/www/example_manual_matmul.html
polly/www/experiments/matmul/runall.sh
polly/www/get_started.html
polly/www/polly.sh