Add initial version of Polly
authorTobias Grosser <grosser@fim.uni-passau.de>
Fri, 29 Apr 2011 06:27:02 +0000 (06:27 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Fri, 29 Apr 2011 06:27:02 +0000 (06:27 +0000)
commit758053788bde4747953f5f276ded345cd01323b1
tree02f38df95a5327cb8644906d148b5bd8facf63f9
parent011eae75123217b9125270ae08132a308cee7061
Add initial version of Polly

This version is equivalent to commit ba26ebece8f5be84e9bd6315611d412af797147e
in the old git repository.

llvm-svn: 130476
319 files changed:
polly/CMakeLists.txt [new file with mode: 0644]
polly/CREDITS.txt [new file with mode: 0644]
polly/LICENSE.txt [new file with mode: 0644]
polly/Makefile [new file with mode: 0644]
polly/Makefile.common.in [new file with mode: 0755]
polly/Makefile.config.in [new file with mode: 0755]
polly/README [new file with mode: 0644]
polly/autoconf/AutoRegen.sh [new file with mode: 0755]
polly/autoconf/LICENSE.TXT [new file with mode: 0644]
polly/autoconf/aclocal.m4 [new file with mode: 0644]
polly/autoconf/config.guess [new file with mode: 0644]
polly/autoconf/config.sub [new file with mode: 0644]
polly/autoconf/configure.ac [new file with mode: 0644]
polly/autoconf/configure.bak [new file with mode: 0644]
polly/autoconf/m4/find_lib_and_headers.m4 [new file with mode: 0755]
polly/cmake/FindCloog.cmake [new file with mode: 0644]
polly/cmake/FindGmp.cmake [new file with mode: 0644]
polly/cmake/FindIsl.cmake [new file with mode: 0644]
polly/cmake/FindOpenScop.cmake [new file with mode: 0644]
polly/cmake/FindSCoPLib.cmake [new file with mode: 0644]
polly/configure [new file with mode: 0755]
polly/docs/index.html [new file with mode: 0644]
polly/docs/polly.png [new file with mode: 0644]
polly/docs/polly.svg [new file with mode: 0644]
polly/include/CMakeLists.txt [new file with mode: 0644]
polly/include/polly/CMakeLists.txt [new file with mode: 0644]
polly/include/polly/Cloog.h [new file with mode: 0644]
polly/include/polly/Config/config.h.cmake [new file with mode: 0755]
polly/include/polly/Config/config.h.in [new file with mode: 0644]
polly/include/polly/Dependences.h [new file with mode: 0755]
polly/include/polly/LinkAllPasses.h [new file with mode: 0644]
polly/include/polly/MayAliasSet.h [new file with mode: 0755]
polly/include/polly/ScopDetection.h [new file with mode: 0755]
polly/include/polly/ScopInfo.h [new file with mode: 0755]
polly/include/polly/ScopLib.h [new file with mode: 0644]
polly/include/polly/ScopPass.h [new file with mode: 0755]
polly/include/polly/Support/AffineSCEVIterator.h [new file with mode: 0755]
polly/include/polly/Support/GICHelper.h [new file with mode: 0755]
polly/include/polly/Support/ScopHelper.h [new file with mode: 0755]
polly/include/polly/TempScopInfo.h [new file with mode: 0755]
polly/lib/Analysis/CMakeLists.txt [new file with mode: 0644]
polly/lib/Analysis/Dependences.cpp [new file with mode: 0644]
polly/lib/Analysis/Makefile [new file with mode: 0755]
polly/lib/Analysis/ScopDetection.cpp [new file with mode: 0644]
polly/lib/Analysis/ScopGraphPrinter.cpp [new file with mode: 0644]
polly/lib/Analysis/ScopInfo.cpp [new file with mode: 0644]
polly/lib/Analysis/ScopPass.cpp [new file with mode: 0755]
polly/lib/Analysis/TempScopInfo.cpp [new file with mode: 0644]
polly/lib/CMakeLists.txt [new file with mode: 0755]
polly/lib/Cloog.cpp [new file with mode: 0644]
polly/lib/CodeGeneration.cpp [new file with mode: 0644]
polly/lib/CodePreparation.cpp [new file with mode: 0644]
polly/lib/Exchange/JSONExporter.cpp [new file with mode: 0755]
polly/lib/Exchange/Makefile [new file with mode: 0755]
polly/lib/Exchange/OpenScopExporter.cpp [new file with mode: 0755]
polly/lib/Exchange/OpenScopImporter.cpp [new file with mode: 0755]
polly/lib/Exchange/ScopLib.cpp [new file with mode: 0644]
polly/lib/Exchange/ScopLibExporter.cpp [new file with mode: 0755]
polly/lib/Exchange/ScopLibImporter.cpp [new file with mode: 0755]
polly/lib/IndependentBlocks.cpp [new file with mode: 0644]
polly/lib/Interchange.cpp [new file with mode: 0644]
polly/lib/JSON/CMakeLists.txt [new file with mode: 0755]
polly/lib/JSON/LICENSE.txt [new file with mode: 0644]
polly/lib/JSON/Makefile [new file with mode: 0755]
polly/lib/JSON/include/json/autolink.h [new file with mode: 0644]
polly/lib/JSON/include/json/config.h [new file with mode: 0644]
polly/lib/JSON/include/json/features.h [new file with mode: 0644]
polly/lib/JSON/include/json/forwards.h [new file with mode: 0644]
polly/lib/JSON/include/json/json.h [new file with mode: 0644]
polly/lib/JSON/include/json/reader.h [new file with mode: 0644]
polly/lib/JSON/include/json/value.h [new file with mode: 0644]
polly/lib/JSON/include/json/writer.h [new file with mode: 0644]
polly/lib/JSON/json_batchallocator.h [new file with mode: 0644]
polly/lib/JSON/json_internalarray.inl [new file with mode: 0644]
polly/lib/JSON/json_internalmap.inl [new file with mode: 0644]
polly/lib/JSON/json_reader.cpp [new file with mode: 0644]
polly/lib/JSON/json_value.cpp [new file with mode: 0644]
polly/lib/JSON/json_valueiterator.inl [new file with mode: 0644]
polly/lib/JSON/json_writer.cpp [new file with mode: 0644]
polly/lib/JSON/sconscript [new file with mode: 0644]
polly/lib/Makefile [new file with mode: 0755]
polly/lib/MayAliasSet.cpp [new file with mode: 0755]
polly/lib/Pocc.cpp [new file with mode: 0644]
polly/lib/RegionSimplify.cpp [new file with mode: 0644]
polly/lib/Support/AffSCEVItTester.cpp [new file with mode: 0644]
polly/lib/Support/CMakeLists.txt [new file with mode: 0755]
polly/lib/Support/GICHelper.cpp [new file with mode: 0644]
polly/lib/Support/Makefile [new file with mode: 0755]
polly/lib/Support/ScopHelper.cpp [new file with mode: 0644]
polly/test/AffineIterator/loop_static_bound.ll [new file with mode: 0755]
polly/test/AffineIterator/no_tagetdata.ll [new file with mode: 0755]
polly/test/AffineIterator/no_tagetdata_loop.ll [new file with mode: 0755]
polly/test/AffineIterator/simple_0.ll [new file with mode: 0755]
polly/test/AffineIterator/simple_1.ll [new file with mode: 0755]
polly/test/AffineIterator/simple_loop.ll [new file with mode: 0755]
polly/test/AffineIterator/simple_nest.ll [new file with mode: 0755]
polly/test/CMakeLists.txt [new file with mode: 0644]
polly/test/CodeGen/20100617.ll [new file with mode: 0644]
polly/test/CodeGen/20100622.ll [new file with mode: 0644]
polly/test/CodeGen/20100707.ll [new file with mode: 0644]
polly/test/CodeGen/20100707_2.ll [new file with mode: 0644]
polly/test/CodeGen/20100708.ll [new file with mode: 0644]
polly/test/CodeGen/20100708_2.ll [new file with mode: 0644]
polly/test/CodeGen/20100713.ll [new file with mode: 0644]
polly/test/CodeGen/20100713_2.ll [new file with mode: 0644]
polly/test/CodeGen/20100717.ll [new file with mode: 0644]
polly/test/CodeGen/20100718-DomInfo-2.ll [new file with mode: 0644]
polly/test/CodeGen/20100718-DomInfo.ll [new file with mode: 0644]
polly/test/CodeGen/20100720-MultipleConditions.c [new file with mode: 0644]
polly/test/CodeGen/20100720-MultipleConditions.ll [new file with mode: 0644]
polly/test/CodeGen/20100809-IndependentBlock.ll [new file with mode: 0644]
polly/test/CodeGen/20100811-ScalarDependencyBetweenBrAndCnd.ll [new file with mode: 0644]
polly/test/CodeGen/20101030-Overflow.ll [new file with mode: 0644]
polly/test/CodeGen/20101103-Overflow3.ll [new file with mode: 0644]
polly/test/CodeGen/20101103-signmissmatch.ll [new file with mode: 0644]
polly/test/CodeGen/20110226-Ignore-Dead-Code.ll [new file with mode: 0644]
polly/test/CodeGen/20110226-PHI-Node-removed.ll [new file with mode: 0644]
polly/test/CodeGen/20110312-Fail-without-basicaa.ll [new file with mode: 0644]
polly/test/CodeGen/OpenMP/add_memref.c [new file with mode: 0644]
polly/test/CodeGen/OpenMP/add_memref.ll [new file with mode: 0644]
polly/test/CodeGen/OpenMP/extract_memref.c [new file with mode: 0644]
polly/test/CodeGen/OpenMP/extract_memref.ll [new file with mode: 0644]
polly/test/CodeGen/OpenMP/invalidate_subfn_scops.c [new file with mode: 0644]
polly/test/CodeGen/OpenMP/invalidate_subfn_scops.ll [new file with mode: 0644]
polly/test/CodeGen/OpenMP/parallel_loop.c [new file with mode: 0644]
polly/test/CodeGen/OpenMP/parallel_loop.ll [new file with mode: 0644]
polly/test/CodeGen/OpenMP/parallel_loop___%bb18---%bb50.jscop [new file with mode: 0644]
polly/test/CodeGen/OpenMP/parallel_loop___%bb18---%bb50.jscop.tiled [new file with mode: 0644]
polly/test/CodeGen/OpenMP/parallel_loop_simple.c [new file with mode: 0644]
polly/test/CodeGen/OpenMP/parallel_loop_simple.ll [new file with mode: 0644]
polly/test/CodeGen/OpenMP/parallel_loop_simple2.c [new file with mode: 0644]
polly/test/CodeGen/OpenMP/parallel_loop_simple2.ll [new file with mode: 0644]
polly/test/CodeGen/OpenMP/simple_nested_loop.c [new file with mode: 0644]
polly/test/CodeGen/OpenMP/simple_nested_loop.ll [new file with mode: 0644]
polly/test/CodeGen/OpenMP/structnames.c [new file with mode: 0644]
polly/test/CodeGen/OpenMP/structnames.ll [new file with mode: 0644]
polly/test/CodeGen/OpenMP/two_loop.c [new file with mode: 0644]
polly/test/CodeGen/OpenMP/two_loop.ll [new file with mode: 0644]
polly/test/CodeGen/PHIInExit.ll [new file with mode: 0644]
polly/test/CodeGen/constant_condition.c [new file with mode: 0644]
polly/test/CodeGen/constant_condition.ll [new file with mode: 0644]
polly/test/CodeGen/do_pluto_matmult.c [new file with mode: 0644]
polly/test/CodeGen/do_pluto_matmult.ll [new file with mode: 0644]
polly/test/CodeGen/do_pluto_matmult.ll.result [new file with mode: 0644]
polly/test/CodeGen/do_pluto_matmult___%do.body---%do.end45.jscop [new file with mode: 0644]
polly/test/CodeGen/do_pluto_matmult___%do.body---%do.end45.jscop.invalid_reverse [new file with mode: 0644]
polly/test/CodeGen/do_pluto_matmult___%do.body---%do.end45.jscop.valid_reverse [new file with mode: 0644]
polly/test/CodeGen/loop_with_condition.c [new file with mode: 0644]
polly/test/CodeGen/loop_with_condition.ll [new file with mode: 0644]
polly/test/CodeGen/loop_with_condition_2.ll [new file with mode: 0644]
polly/test/CodeGen/loop_with_condition_ineq.c [new file with mode: 0644]
polly/test/CodeGen/loop_with_condition_ineq.ll [new file with mode: 0644]
polly/test/CodeGen/loop_with_condition_nested.c [new file with mode: 0644]
polly/test/CodeGen/loop_with_condition_nested.ll [new file with mode: 0644]
polly/test/CodeGen/matmul_vec.c [new file with mode: 0644]
polly/test/CodeGen/matmul_vec.ll [new file with mode: 0644]
polly/test/CodeGen/matmul_vec___%1---%17.jscop [new file with mode: 0644]
polly/test/CodeGen/pluto_matmult.c [new file with mode: 0644]
polly/test/CodeGen/pluto_matmult.ll [new file with mode: 0644]
polly/test/CodeGen/pluto_matmult___%for.cond---%for.end47.jscop [new file with mode: 0644]
polly/test/CodeGen/reduction.c [new file with mode: 0644]
polly/test/CodeGen/reduction.ll [new file with mode: 0644]
polly/test/CodeGen/reduction_2.c [new file with mode: 0644]
polly/test/CodeGen/reduction_2.ll [new file with mode: 0644]
polly/test/CodeGen/scev.ll [new file with mode: 0644]
polly/test/CodeGen/sequential_loops.c [new file with mode: 0644]
polly/test/CodeGen/sequential_loops.ll [new file with mode: 0644]
polly/test/CodeGen/simple_vec_assign_scalar.c [new file with mode: 0644]
polly/test/CodeGen/simple_vec_assign_scalar.ll [new file with mode: 0644]
polly/test/CodeGen/simple_vec_assign_scalar_2.c [new file with mode: 0644]
polly/test/CodeGen/simple_vec_assign_scalar_2.ll [new file with mode: 0644]
polly/test/CodeGen/simple_vec_const.c [new file with mode: 0644]
polly/test/CodeGen/simple_vec_const.ll [new file with mode: 0644]
polly/test/CodeGen/simple_vec_large_width.ll [new file with mode: 0644]
polly/test/CodeGen/simple_vec_stride_one.c [new file with mode: 0644]
polly/test/CodeGen/simple_vec_stride_one.ll [new file with mode: 0644]
polly/test/CodeGen/simple_vec_stride_one___%1---%5.jscop [new file with mode: 0644]
polly/test/CodeGen/simple_vec_stride_x.c [new file with mode: 0644]
polly/test/CodeGen/simple_vec_stride_x.ll [new file with mode: 0644]
polly/test/CodeGen/simple_vec_two_stmts.ll [new file with mode: 0644]
polly/test/CodeGen/single_do_loop_int_max_iterations.c [new file with mode: 0644]
polly/test/CodeGen/single_do_loop_int_max_iterations.ll [new file with mode: 0644]
polly/test/CodeGen/single_do_loop_int_max_iterations___%do.body---%do.end.jscop [new file with mode: 0644]
polly/test/CodeGen/single_do_loop_int_param_iterations.c [new file with mode: 0644]
polly/test/CodeGen/single_do_loop_int_param_iterations.ll [new file with mode: 0644]
polly/test/CodeGen/single_do_loop_ll_max_iterations.c [new file with mode: 0644]
polly/test/CodeGen/single_do_loop_ll_max_iterations.ll [new file with mode: 0644]
polly/test/CodeGen/single_do_loop_one_iteration.c [new file with mode: 0644]
polly/test/CodeGen/single_do_loop_one_iteration.ll [new file with mode: 0644]
polly/test/CodeGen/single_do_loop_scev_replace.c [new file with mode: 0644]
polly/test/CodeGen/single_do_loop_scev_replace.ll [new file with mode: 0644]
polly/test/CodeGen/single_loop.c [new file with mode: 0644]
polly/test/CodeGen/single_loop.ll [new file with mode: 0644]
polly/test/CodeGen/single_loop_int_max_iterations.c [new file with mode: 0644]
polly/test/CodeGen/single_loop_int_max_iterations.ll [new file with mode: 0644]
polly/test/CodeGen/single_loop_ll_max_iterations.c [new file with mode: 0644]
polly/test/CodeGen/single_loop_ll_max_iterations.ll [new file with mode: 0644]
polly/test/CodeGen/single_loop_one_iteration.c [new file with mode: 0644]
polly/test/CodeGen/single_loop_one_iteration.ll [new file with mode: 0644]
polly/test/CodeGen/single_loop_param.ll [new file with mode: 0644]
polly/test/CodeGen/single_loop_uint_max_iterations.c [new file with mode: 0644]
polly/test/CodeGen/single_loop_uint_max_iterations.ll [new file with mode: 0644]
polly/test/CodeGen/single_loop_ull_max_iterations.c [new file with mode: 0644]
polly/test/CodeGen/single_loop_ull_max_iterations.ll [new file with mode: 0644]
polly/test/CodeGen/single_loop_zero_iterations.c [new file with mode: 0644]
polly/test/CodeGen/single_loop_zero_iterations.ll [new file with mode: 0644]
polly/test/CodeGen/test.c [new file with mode: 0644]
polly/test/CodeGen/test.ll [new file with mode: 0644]
polly/test/Makefile [new file with mode: 0755]
polly/test/README [new file with mode: 0644]
polly/test/ScopInfo/Alias-0.ll [new file with mode: 0755]
polly/test/ScopInfo/Alias-1.ll [new file with mode: 0755]
polly/test/ScopInfo/Alias-2.ll [new file with mode: 0755]
polly/test/ScopInfo/Alias-3.ll [new file with mode: 0755]
polly/test/ScopInfo/Alias-4.ll [new file with mode: 0755]
polly/test/ScopInfo/bad_loop_0.ll [new file with mode: 0644]
polly/test/ScopInfo/bad_loop_1.ll [new file with mode: 0644]
polly/test/ScopInfo/bug_2010_07_16.ll [new file with mode: 0755]
polly/test/ScopInfo/bug_2010_10_22.ll [new file with mode: 0755]
polly/test/ScopInfo/bug_2011_1_5.ll [new file with mode: 0755]
polly/test/ScopInfo/bug_scev_not_fully_eval.ll [new file with mode: 0644]
polly/test/ScopInfo/cast.ll [new file with mode: 0644]
polly/test/ScopInfo/cond_in_loop.ll [new file with mode: 0644]
polly/test/ScopInfo/indvar_out_of_loop.ll [new file with mode: 0644]
polly/test/ScopInfo/indvar_out_of_loop_1.ll [new file with mode: 0644]
polly/test/ScopInfo/indvar_out_of_loop_2.ll [new file with mode: 0644]
polly/test/ScopInfo/indvar_out_of_loop_3.ll [new file with mode: 0755]
polly/test/ScopInfo/loop_affine_bound_0.ll [new file with mode: 0644]
polly/test/ScopInfo/loop_affine_bound_1.ll [new file with mode: 0644]
polly/test/ScopInfo/loop_affine_bound_2.ll [new file with mode: 0644]
polly/test/ScopInfo/loop_carry.ll [new file with mode: 0644]
polly/test/ScopInfo/loop_complex_parameter.ll [new file with mode: 0644]
polly/test/ScopInfo/loop_depth_0.ll [new file with mode: 0644]
polly/test/ScopInfo/loop_multi_exits.ll [new file with mode: 0644]
polly/test/ScopInfo/nest_loop_0.ll [new file with mode: 0644]
polly/test/ScopInfo/out_of_loop_0.ll [new file with mode: 0644]
polly/test/ScopInfo/phi_not_grouped_at_top.ll [new file with mode: 0755]
polly/test/ScopInfo/phi_with_invoke_edge.ll [new file with mode: 0755]
polly/test/ScopInfo/simple_loop_0.ll [new file with mode: 0644]
polly/test/ScopInfo/simple_loop_1.ll [new file with mode: 0644]
polly/test/ScopInfo/static_known_0.ll [new file with mode: 0644]
polly/test/ScopInfo/sum.ll [new file with mode: 0644]
polly/test/ScopInfo/undef_in_cond.ll [new file with mode: 0644]
polly/test/TempScop/not-a-reduction.c [new file with mode: 0644]
polly/test/TempScop/not-a-reduction.ll [new file with mode: 0644]
polly/test/TempScop/reduction-add.c [new file with mode: 0644]
polly/test/TempScop/reduction-add.ll [new file with mode: 0644]
polly/test/TempScop/reduction-sub.c [new file with mode: 0644]
polly/test/TempScop/reduction-sub.ll [new file with mode: 0644]
polly/test/TempScop/reduction-with-added-immediate.c [new file with mode: 0644]
polly/test/TempScop/reduction-with-added-immediate.ll [new file with mode: 0644]
polly/test/create_ll.sh [new file with mode: 0755]
polly/test/lit.cfg [new file with mode: 0644]
polly/test/lit.site.cfg.in [new file with mode: 0644]
polly/test/polly.ll [new file with mode: 0644]
polly/test/polybench/README [new file with mode: 0755]
polly/test/polybench/datamining/correlation/correlation.c [new file with mode: 0755]
polly/test/polybench/datamining/correlation/correlation_with_param.ll [new file with mode: 0644]
polly/test/polybench/datamining/correlation/correlation_without_param.ll [new file with mode: 0644]
polly/test/polybench/datamining/covariance/covariance.c [new file with mode: 0755]
polly/test/polybench/datamining/covariance/covariance_with_param.ll [new file with mode: 0644]
polly/test/polybench/datamining/covariance/covariance_without_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/kernels/2mm/2mm.c [new file with mode: 0755]
polly/test/polybench/linear-algebra/kernels/2mm/2mm_with_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/kernels/2mm/2mm_without_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/kernels/2mm/compiler.opts [new file with mode: 0755]
polly/test/polybench/linear-algebra/kernels/3mm/3mm.c [new file with mode: 0755]
polly/test/polybench/linear-algebra/kernels/3mm/3mm_with_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/kernels/3mm/3mm_without_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/kernels/3mm/compiler.opts [new file with mode: 0755]
polly/test/polybench/linear-algebra/kernels/atax/atax.c [new file with mode: 0755]
polly/test/polybench/linear-algebra/kernels/atax/atax_with_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/kernels/atax/atax_without_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/kernels/bicg/bicg.c [new file with mode: 0755]
polly/test/polybench/linear-algebra/kernels/bicg/bicg_with_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/kernels/bicg/bicg_without_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/kernels/doitgen/doitgen.c [new file with mode: 0755]
polly/test/polybench/linear-algebra/kernels/doitgen/doitgen_with_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/kernels/doitgen/doitgen_without_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/kernels/gemm/compiler.opts [new file with mode: 0755]
polly/test/polybench/linear-algebra/kernels/gemm/gemm.c [new file with mode: 0755]
polly/test/polybench/linear-algebra/kernels/gemm/gemm_with_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/kernels/gemm/gemm_without_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/kernels/gemver/gemver.c [new file with mode: 0755]
polly/test/polybench/linear-algebra/kernels/gemver/gemver_with_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/kernels/gemver/gemver_without_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/kernels/gesummv/gesummv.c [new file with mode: 0755]
polly/test/polybench/linear-algebra/kernels/gesummv/gesummv_with_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/kernels/gesummv/gesummv_without_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/solvers/gramschmidt/gramschmidt.c [new file with mode: 0755]
polly/test/polybench/linear-algebra/solvers/gramschmidt/gramschmidt_with_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/solvers/gramschmidt/gramschmidt_without_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/solvers/lu/lu.c [new file with mode: 0755]
polly/test/polybench/linear-algebra/solvers/lu/lu_with_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/solvers/lu/lu_without_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/solvers/ludcmp/ludcmp.c [new file with mode: 0755]
polly/test/polybench/linear-algebra/solvers/ludcmp/ludcmp_with_param.ll [new file with mode: 0644]
polly/test/polybench/linear-algebra/solvers/ludcmp/ludcmp_without_param.ll [new file with mode: 0644]
polly/test/polybench/scripts/compile.sh [new file with mode: 0755]
polly/test/polybench/scripts/runall.sh [new file with mode: 0755]
polly/test/polybench/stencils/adi/adi.c [new file with mode: 0755]
polly/test/polybench/stencils/adi/adi_with_param.ll [new file with mode: 0644]
polly/test/polybench/stencils/adi/adi_without_param.ll [new file with mode: 0644]
polly/test/polybench/stencils/jacobi-2d-imper/jacobi-2d-imper.c [new file with mode: 0755]
polly/test/polybench/stencils/jacobi-2d-imper/jacobi-2d-imper_with_param.ll [new file with mode: 0644]
polly/test/polybench/stencils/jacobi-2d-imper/jacobi-2d-imper_without_param.ll [new file with mode: 0644]
polly/test/polybench/stencils/seidel/seidel.c [new file with mode: 0755]
polly/test/polybench/stencils/seidel/seidel_with_param.ll [new file with mode: 0644]
polly/test/polybench/stencils/seidel/seidel_without_param.ll [new file with mode: 0644]
polly/test/polybench/utilities/instrument.c [new file with mode: 0755]
polly/test/polybench/utilities/instrument.h [new file with mode: 0755]
polly/test/polybench/utilities/template-for-new-benchmark.c [new file with mode: 0755]
polly/tools/CMakeLists.txt [new file with mode: 0644]
polly/tools/Makefile [new file with mode: 0644]
polly/utils/argparse.py [new file with mode: 0644]
polly/utils/get_cloog.sh [new file with mode: 0755]
polly/utils/pollycc [new file with mode: 0755]
polly/utils/pyscop/isl.py [new file with mode: 0644]
polly/utils/pyscop/pyscop.py [new file with mode: 0644]