Import llvm-toolchain-6.0_6.0.1.orig-polly.tar.bz2
authorSylvestre Ledru <sylvestre@debian.org>
Wed, 27 Jun 2018 06:52:37 +0000 (07:52 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 27 Jun 2018 06:52:37 +0000 (07:52 +0100)
commitb00dd9960c5d32ce04047bd04f00ddb82e1fdba7
treef390a9c39d9ae2f5b4b5712f8719e1f1f8ab89fb
Import llvm-toolchain-6.0_6.0.1.orig-polly.tar.bz2

[dgit import orig llvm-toolchain-6.0_6.0.1.orig-polly.tar.bz2]
2664 files changed:
.arcconfig [new file with mode: 0644]
.arclint [new file with mode: 0644]
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CREDITS.txt [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
README [new file with mode: 0644]
cmake/CMakeLists.txt [new file with mode: 0644]
cmake/FindISL.cmake [new file with mode: 0644]
cmake/FindJsoncpp.cmake [new file with mode: 0644]
cmake/PollyConfig.cmake.in [new file with mode: 0644]
cmake/polly_macros.cmake [new file with mode: 0644]
docs/Architecture.rst [new file with mode: 0644]
docs/CMakeLists.txt [new file with mode: 0644]
docs/HowToManuallyUseTheIndividualPiecesOfPolly.rst [new file with mode: 0644]
docs/Performance.rst [new file with mode: 0644]
docs/ReleaseNotes.rst [new file with mode: 0644]
docs/TipsAndTricks.rst [new file with mode: 0644]
docs/UsingPollyWithClang.rst [new file with mode: 0644]
docs/conf.py [new file with mode: 0644]
docs/doxygen.cfg.in [new file with mode: 0644]
docs/experiments/matmul/init_array___%for.cond1.preheader---%for.end19.jscop [new file with mode: 0644]
docs/experiments/matmul/main___%for.cond1.preheader---%for.end30.jscop [new file with mode: 0644]
docs/experiments/matmul/main___%for.cond1.preheader---%for.end30.jscop.interchanged [new file with mode: 0644]
docs/experiments/matmul/main___%for.cond1.preheader---%for.end30.jscop.interchanged+tiled [new file with mode: 0644]
docs/experiments/matmul/main___%for.cond1.preheader---%for.end30.jscop.interchanged+tiled+vector [new file with mode: 0644]
docs/images/GEMM_double.png [new file with mode: 0644]
docs/images/LLVM-Passes-all.pdf [new file with mode: 0644]
docs/images/LLVM-Passes-all.png [new file with mode: 0644]
docs/images/LLVM-Passes-early.pdf [new file with mode: 0644]
docs/images/LLVM-Passes-early.png [new file with mode: 0644]
docs/images/LLVM-Passes-late.pdf [new file with mode: 0644]
docs/images/LLVM-Passes-late.png [new file with mode: 0644]
docs/images/LLVM-Passes-only.pdf [new file with mode: 0644]
docs/images/LLVM-Passes-only.png [new file with mode: 0644]
docs/images/LLVM-Passes.xml [new file with mode: 0644]
docs/images/architecture.png [new file with mode: 0644]
docs/index.rst [new file with mode: 0644]
include/polly/Canonicalization.h [new file with mode: 0644]
include/polly/CodeGen/BlockGenerators.h [new file with mode: 0644]
include/polly/CodeGen/CodeGeneration.h [new file with mode: 0644]
include/polly/CodeGen/CodegenCleanup.h [new file with mode: 0644]
include/polly/CodeGen/IRBuilder.h [new file with mode: 0644]
include/polly/CodeGen/IslAst.h [new file with mode: 0644]
include/polly/CodeGen/IslExprBuilder.h [new file with mode: 0644]
include/polly/CodeGen/IslNodeBuilder.h [new file with mode: 0644]
include/polly/CodeGen/LoopGenerators.h [new file with mode: 0644]
include/polly/CodeGen/PPCGCodeGeneration.h [new file with mode: 0644]
include/polly/CodeGen/PerfMonitor.h [new file with mode: 0644]
include/polly/CodeGen/RuntimeDebugBuilder.h [new file with mode: 0644]
include/polly/CodeGen/Utils.h [new file with mode: 0644]
include/polly/CodePreparation.h [new file with mode: 0644]
include/polly/Config/config.h.cmake [new file with mode: 0644]
include/polly/DeLICM.h [new file with mode: 0644]
include/polly/DependenceInfo.h [new file with mode: 0644]
include/polly/FlattenAlgo.h [new file with mode: 0644]
include/polly/FlattenSchedule.h [new file with mode: 0644]
include/polly/ForwardOpTree.h [new file with mode: 0644]
include/polly/JSONExporter.h [new file with mode: 0644]
include/polly/LinkAllPasses.h [new file with mode: 0644]
include/polly/Options.h [new file with mode: 0644]
include/polly/PolyhedralInfo.h [new file with mode: 0644]
include/polly/PruneUnprofitable.h [new file with mode: 0644]
include/polly/RegisterPasses.h [new file with mode: 0644]
include/polly/ScheduleOptimizer.h [new file with mode: 0644]
include/polly/ScopBuilder.h [new file with mode: 0644]
include/polly/ScopDetection.h [new file with mode: 0644]
include/polly/ScopDetectionDiagnostic.h [new file with mode: 0644]
include/polly/ScopInfo.h [new file with mode: 0644]
include/polly/ScopPass.h [new file with mode: 0644]
include/polly/Simplify.h [new file with mode: 0644]
include/polly/Support/DumpModulePass.h [new file with mode: 0644]
include/polly/Support/GICHelper.h [new file with mode: 0644]
include/polly/Support/ISLOStream.h [new file with mode: 0644]
include/polly/Support/ISLTools.h [new file with mode: 0644]
include/polly/Support/LinkGPURuntime.h [new file with mode: 0644]
include/polly/Support/SCEVAffinator.h [new file with mode: 0644]
include/polly/Support/SCEVValidator.h [new file with mode: 0644]
include/polly/Support/ScopHelper.h [new file with mode: 0644]
include/polly/Support/ScopLocation.h [new file with mode: 0644]
include/polly/Support/VirtualInstruction.h [new file with mode: 0644]
include/polly/ZoneAlgo.h [new file with mode: 0644]
lib/Analysis/DependenceInfo.cpp [new file with mode: 0644]
lib/Analysis/PolyhedralInfo.cpp [new file with mode: 0644]
lib/Analysis/PruneUnprofitable.cpp [new file with mode: 0644]
lib/Analysis/ScopBuilder.cpp [new file with mode: 0644]
lib/Analysis/ScopDetection.cpp [new file with mode: 0644]
lib/Analysis/ScopDetectionDiagnostic.cpp [new file with mode: 0644]
lib/Analysis/ScopGraphPrinter.cpp [new file with mode: 0644]
lib/Analysis/ScopInfo.cpp [new file with mode: 0644]
lib/Analysis/ScopPass.cpp [new file with mode: 0644]
lib/CMakeLists.txt [new file with mode: 0644]
lib/CodeGen/BlockGenerators.cpp [new file with mode: 0644]
lib/CodeGen/CodeGeneration.cpp [new file with mode: 0644]
lib/CodeGen/CodegenCleanup.cpp [new file with mode: 0644]
lib/CodeGen/IRBuilder.cpp [new file with mode: 0644]
lib/CodeGen/IslAst.cpp [new file with mode: 0644]
lib/CodeGen/IslExprBuilder.cpp [new file with mode: 0644]
lib/CodeGen/IslNodeBuilder.cpp [new file with mode: 0644]
lib/CodeGen/LoopGenerators.cpp [new file with mode: 0644]
lib/CodeGen/ManagedMemoryRewrite.cpp [new file with mode: 0644]
lib/CodeGen/PPCGCodeGeneration.cpp [new file with mode: 0644]
lib/CodeGen/PerfMonitor.cpp [new file with mode: 0644]
lib/CodeGen/RuntimeDebugBuilder.cpp [new file with mode: 0644]
lib/CodeGen/Utils.cpp [new file with mode: 0644]
lib/Exchange/JSONExporter.cpp [new file with mode: 0644]
lib/External/CMakeLists.txt [new file with mode: 0644]
lib/External/JSON/LICENSE.txt [new file with mode: 0644]
lib/External/JSON/include/json/autolink.h [new file with mode: 0644]
lib/External/JSON/include/json/config.h [new file with mode: 0644]
lib/External/JSON/include/json/features.h [new file with mode: 0644]
lib/External/JSON/include/json/forwards.h [new file with mode: 0644]
lib/External/JSON/include/json/json.h [new file with mode: 0644]
lib/External/JSON/include/json/reader.h [new file with mode: 0644]
lib/External/JSON/include/json/value.h [new file with mode: 0644]
lib/External/JSON/include/json/writer.h [new file with mode: 0644]
lib/External/JSON/json_batchallocator.h [new file with mode: 0644]
lib/External/JSON/json_internalarray.inl [new file with mode: 0644]
lib/External/JSON/json_internalmap.inl [new file with mode: 0644]
lib/External/JSON/json_reader.cpp [new file with mode: 0644]
lib/External/JSON/json_value.cpp [new file with mode: 0644]
lib/External/JSON/json_valueiterator.inl [new file with mode: 0644]
lib/External/JSON/json_writer.cpp [new file with mode: 0644]
lib/External/JSON/sconscript [new file with mode: 0644]
lib/External/README.txt [new file with mode: 0644]
lib/External/isl/AUTHORS [new file with mode: 0644]
lib/External/isl/ChangeLog [new file with mode: 0644]
lib/External/isl/GIT_HEAD_ID [new file with mode: 0644]
lib/External/isl/LICENSE [new file with mode: 0644]
lib/External/isl/Makefile.am [new file with mode: 0644]
lib/External/isl/Makefile.in [new file with mode: 0644]
lib/External/isl/README [new file with mode: 0644]
lib/External/isl/aclocal.m4 [new file with mode: 0644]
lib/External/isl/basis_reduction_tab.c [new file with mode: 0644]
lib/External/isl/basis_reduction_templ.c [new file with mode: 0644]
lib/External/isl/bound.c [new file with mode: 0644]
lib/External/isl/bound_test.sh.in [new file with mode: 0755]
lib/External/isl/bset_from_bmap.c [new file with mode: 0644]
lib/External/isl/bset_to_bmap.c [new file with mode: 0644]
lib/External/isl/cat.c [new file with mode: 0644]
lib/External/isl/closure.c [new file with mode: 0644]
lib/External/isl/codegen.c [new file with mode: 0644]
lib/External/isl/codegen_test.sh.in [new file with mode: 0644]
lib/External/isl/compile [new file with mode: 0755]
lib/External/isl/config.guess [new file with mode: 0755]
lib/External/isl/config.sub [new file with mode: 0755]
lib/External/isl/configure [new file with mode: 0755]
lib/External/isl/configure.ac [new file with mode: 0644]
lib/External/isl/depcomp [new file with mode: 0755]
lib/External/isl/doc/CodingStyle [new file with mode: 0644]
lib/External/isl/doc/Makefile.am [new file with mode: 0644]
lib/External/isl/doc/Makefile.in [new file with mode: 0644]
lib/External/isl/doc/SubmittingPatches [new file with mode: 0644]
lib/External/isl/doc/implementation.tex [new file with mode: 0644]
lib/External/isl/doc/isl.bib [new file with mode: 0644]
lib/External/isl/doc/manual.tex [new file with mode: 0644]
lib/External/isl/doc/mypod2latex [new file with mode: 0755]
lib/External/isl/doc/reading.tex [new file with mode: 0644]
lib/External/isl/doc/user.pod [new file with mode: 0644]
lib/External/isl/extract_key.c [new file with mode: 0644]
lib/External/isl/flow.c [new file with mode: 0644]
lib/External/isl/flow_cmp.c [new file with mode: 0644]
lib/External/isl/flow_test.sh.in [new file with mode: 0644]
lib/External/isl/imath/gmp_compat.c [new file with mode: 0644]
lib/External/isl/imath/gmp_compat.h [new file with mode: 0644]
lib/External/isl/imath/imath.c [new file with mode: 0644]
lib/External/isl/imath/imath.h [new file with mode: 0644]
lib/External/isl/imath/imrat.c [new file with mode: 0644]
lib/External/isl/imath/imrat.h [new file with mode: 0644]
lib/External/isl/imath_wrap/gmp_compat.c [new file with mode: 0644]
lib/External/isl/imath_wrap/gmp_compat.h [new file with mode: 0644]
lib/External/isl/imath_wrap/imath.c [new file with mode: 0644]
lib/External/isl/imath_wrap/imath.h [new file with mode: 0644]
lib/External/isl/imath_wrap/imrat.c [new file with mode: 0644]
lib/External/isl/imath_wrap/imrat.h [new file with mode: 0644]
lib/External/isl/imath_wrap/wrap.h [new file with mode: 0644]
lib/External/isl/include/isl/aff.h [new file with mode: 0644]
lib/External/isl/include/isl/aff_type.h [new file with mode: 0644]
lib/External/isl/include/isl/arg.h [new file with mode: 0644]
lib/External/isl/include/isl/ast.h [new file with mode: 0644]
lib/External/isl/include/isl/ast_build.h [new file with mode: 0644]
lib/External/isl/include/isl/ast_type.h [new file with mode: 0644]
lib/External/isl/include/isl/band.h [new file with mode: 0644]
lib/External/isl/include/isl/constraint.h [new file with mode: 0644]
lib/External/isl/include/isl/ctx.h [new file with mode: 0644]
lib/External/isl/include/isl/deprecated/aff_int.h [new file with mode: 0644]
lib/External/isl/include/isl/deprecated/ast_int.h [new file with mode: 0644]
lib/External/isl/include/isl/deprecated/constraint_int.h [new file with mode: 0644]
lib/External/isl/include/isl/deprecated/ilp_int.h [new file with mode: 0644]
lib/External/isl/include/isl/deprecated/int.h [new file with mode: 0644]
lib/External/isl/include/isl/deprecated/map_int.h [new file with mode: 0644]
lib/External/isl/include/isl/deprecated/mat_int.h [new file with mode: 0644]
lib/External/isl/include/isl/deprecated/point_int.h [new file with mode: 0644]
lib/External/isl/include/isl/deprecated/polynomial_int.h [new file with mode: 0644]
lib/External/isl/include/isl/deprecated/set_int.h [new file with mode: 0644]
lib/External/isl/include/isl/deprecated/union_map_int.h [new file with mode: 0644]
lib/External/isl/include/isl/deprecated/val_int.h [new file with mode: 0644]
lib/External/isl/include/isl/deprecated/vec_int.h [new file with mode: 0644]
lib/External/isl/include/isl/flow.h [new file with mode: 0644]
lib/External/isl/include/isl/hash.h [new file with mode: 0644]
lib/External/isl/include/isl/hmap.h [new file with mode: 0644]
lib/External/isl/include/isl/hmap_templ.c [new file with mode: 0644]
lib/External/isl/include/isl/id.h [new file with mode: 0644]
lib/External/isl/include/isl/id_to_ast_expr.h [new file with mode: 0644]
lib/External/isl/include/isl/id_to_id.h [new file with mode: 0644]
lib/External/isl/include/isl/id_to_pw_aff.h [new file with mode: 0644]
lib/External/isl/include/isl/ilp.h [new file with mode: 0644]
lib/External/isl/include/isl/isl-noexceptions.h [new file with mode: 0644]
lib/External/isl/include/isl/list.h [new file with mode: 0644]
lib/External/isl/include/isl/local_space.h [new file with mode: 0644]
lib/External/isl/include/isl/lp.h [new file with mode: 0644]
lib/External/isl/include/isl/map.h [new file with mode: 0644]
lib/External/isl/include/isl/map_to_basic_set.h [new file with mode: 0644]
lib/External/isl/include/isl/map_type.h [new file with mode: 0644]
lib/External/isl/include/isl/mat.h [new file with mode: 0644]
lib/External/isl/include/isl/maybe.h [new file with mode: 0644]
lib/External/isl/include/isl/maybe_ast_expr.h [new file with mode: 0644]
lib/External/isl/include/isl/maybe_basic_set.h [new file with mode: 0644]
lib/External/isl/include/isl/maybe_id.h [new file with mode: 0644]
lib/External/isl/include/isl/maybe_pw_aff.h [new file with mode: 0644]
lib/External/isl/include/isl/maybe_templ.h [new file with mode: 0644]
lib/External/isl/include/isl/multi.h [new file with mode: 0644]
lib/External/isl/include/isl/obj.h [new file with mode: 0644]
lib/External/isl/include/isl/options.h [new file with mode: 0644]
lib/External/isl/include/isl/point.h [new file with mode: 0644]
lib/External/isl/include/isl/polynomial.h [new file with mode: 0644]
lib/External/isl/include/isl/polynomial_type.h [new file with mode: 0644]
lib/External/isl/include/isl/printer.h [new file with mode: 0644]
lib/External/isl/include/isl/printer_type.h [new file with mode: 0644]
lib/External/isl/include/isl/schedule.h [new file with mode: 0644]
lib/External/isl/include/isl/schedule_node.h [new file with mode: 0644]
lib/External/isl/include/isl/schedule_type.h [new file with mode: 0644]
lib/External/isl/include/isl/set.h [new file with mode: 0644]
lib/External/isl/include/isl/set_type.h [new file with mode: 0644]
lib/External/isl/include/isl/space.h [new file with mode: 0644]
lib/External/isl/include/isl/stream.h [new file with mode: 0644]
lib/External/isl/include/isl/union_map.h [new file with mode: 0644]
lib/External/isl/include/isl/union_map_type.h [new file with mode: 0644]
lib/External/isl/include/isl/union_set.h [new file with mode: 0644]
lib/External/isl/include/isl/union_set_type.h [new file with mode: 0644]
lib/External/isl/include/isl/val.h [new file with mode: 0644]
lib/External/isl/include/isl/val_gmp.h [new file with mode: 0644]
lib/External/isl/include/isl/vec.h [new file with mode: 0644]
lib/External/isl/include/isl/version.h [new file with mode: 0644]
lib/External/isl/include/isl/vertices.h [new file with mode: 0644]
lib/External/isl/install-sh [new file with mode: 0755]
lib/External/isl/interface/all.h [new file with mode: 0644]
lib/External/isl/interface/isl.h.top [new file with mode: 0644]
lib/External/isl/interface/isl.py.top [new file with mode: 0644]
lib/External/isl/isl.py [new file with mode: 0644]
lib/External/isl/isl_aff.c [new file with mode: 0644]
lib/External/isl/isl_aff_private.h [new file with mode: 0644]
lib/External/isl/isl_affine_hull.c [new file with mode: 0644]
lib/External/isl/isl_arg.c [new file with mode: 0644]
lib/External/isl/isl_ast.c [new file with mode: 0644]
lib/External/isl/isl_ast_build.c [new file with mode: 0644]
lib/External/isl/isl_ast_build_expr.c [new file with mode: 0644]
lib/External/isl/isl_ast_build_expr.h [new file with mode: 0644]
lib/External/isl/isl_ast_build_private.h [new file with mode: 0644]
lib/External/isl/isl_ast_codegen.c [new file with mode: 0644]
lib/External/isl/isl_ast_graft.c [new file with mode: 0644]
lib/External/isl/isl_ast_graft_private.h [new file with mode: 0644]
lib/External/isl/isl_ast_int.c [new file with mode: 0644]
lib/External/isl/isl_ast_private.h [new file with mode: 0644]
lib/External/isl/isl_band.c [new file with mode: 0644]
lib/External/isl/isl_band_private.h [new file with mode: 0644]
lib/External/isl/isl_basis_reduction.h [new file with mode: 0644]
lib/External/isl/isl_bernstein.c [new file with mode: 0644]
lib/External/isl/isl_bernstein.h [new file with mode: 0644]
lib/External/isl/isl_blk.c [new file with mode: 0644]
lib/External/isl/isl_blk.h [new file with mode: 0644]
lib/External/isl/isl_bound.c [new file with mode: 0644]
lib/External/isl/isl_bound.h [new file with mode: 0644]
lib/External/isl/isl_coalesce.c [new file with mode: 0644]
lib/External/isl/isl_config.h.in [new file with mode: 0644]
lib/External/isl/isl_config_post.h [new file with mode: 0644]
lib/External/isl/isl_constraint.c [new file with mode: 0644]
lib/External/isl/isl_constraint_private.h [new file with mode: 0644]
lib/External/isl/isl_convex_hull.c [new file with mode: 0644]
lib/External/isl/isl_ctx.c [new file with mode: 0644]
lib/External/isl/isl_ctx_private.h [new file with mode: 0644]
lib/External/isl/isl_deprecated.c [new file with mode: 0644]
lib/External/isl/isl_dim_map.c [new file with mode: 0644]
lib/External/isl/isl_dim_map.h [new file with mode: 0644]
lib/External/isl/isl_equalities.c [new file with mode: 0644]
lib/External/isl/isl_equalities.h [new file with mode: 0644]
lib/External/isl/isl_factorization.c [new file with mode: 0644]
lib/External/isl/isl_factorization.h [new file with mode: 0644]
lib/External/isl/isl_farkas.c [new file with mode: 0644]
lib/External/isl/isl_ffs.c [new file with mode: 0644]
lib/External/isl/isl_flow.c [new file with mode: 0644]
lib/External/isl/isl_fold.c [new file with mode: 0644]
lib/External/isl/isl_gmp.c [new file with mode: 0644]
lib/External/isl/isl_hash.c [new file with mode: 0644]
lib/External/isl/isl_hash_private.h [new file with mode: 0644]
lib/External/isl/isl_hide_deprecated.h [new file with mode: 0644]
lib/External/isl/isl_id.c [new file with mode: 0644]
lib/External/isl/isl_id_private.h [new file with mode: 0644]
lib/External/isl/isl_id_to_ast_expr.c [new file with mode: 0644]
lib/External/isl/isl_id_to_id.c [new file with mode: 0644]
lib/External/isl/isl_id_to_pw_aff.c [new file with mode: 0644]
lib/External/isl/isl_ilp.c [new file with mode: 0644]
lib/External/isl/isl_ilp_private.h [new file with mode: 0644]
lib/External/isl/isl_imath.c [new file with mode: 0644]
lib/External/isl/isl_imath.h [new file with mode: 0644]
lib/External/isl/isl_input.c [new file with mode: 0644]
lib/External/isl/isl_int.h [new file with mode: 0644]
lib/External/isl/isl_int_gmp.h [new file with mode: 0644]
lib/External/isl/isl_int_imath.h [new file with mode: 0644]
lib/External/isl/isl_int_sioimath.c [new file with mode: 0644]
lib/External/isl/isl_int_sioimath.h [new file with mode: 0644]
lib/External/isl/isl_list_templ.c [new file with mode: 0644]
lib/External/isl/isl_list_templ.h [new file with mode: 0644]
lib/External/isl/isl_local.c [new file with mode: 0644]
lib/External/isl/isl_local.h [new file with mode: 0644]
lib/External/isl/isl_local_space.c [new file with mode: 0644]
lib/External/isl/isl_local_space_private.h [new file with mode: 0644]
lib/External/isl/isl_lp.c [new file with mode: 0644]
lib/External/isl/isl_lp_private.h [new file with mode: 0644]
lib/External/isl/isl_map.c [new file with mode: 0644]
lib/External/isl/isl_map_lexopt_templ.c [new file with mode: 0644]
lib/External/isl/isl_map_list.c [new file with mode: 0644]
lib/External/isl/isl_map_private.h [new file with mode: 0644]
lib/External/isl/isl_map_simplify.c [new file with mode: 0644]
lib/External/isl/isl_map_subtract.c [new file with mode: 0644]
lib/External/isl/isl_map_to_basic_set.c [new file with mode: 0644]
lib/External/isl/isl_mat.c [new file with mode: 0644]
lib/External/isl/isl_mat_private.h [new file with mode: 0644]
lib/External/isl/isl_maybe_map.h [new file with mode: 0644]
lib/External/isl/isl_morph.c [new file with mode: 0644]
lib/External/isl/isl_morph.h [new file with mode: 0644]
lib/External/isl/isl_multi_apply_set.c [new file with mode: 0644]
lib/External/isl/isl_multi_apply_templ.c [new file with mode: 0644]
lib/External/isl/isl_multi_apply_union_set.c [new file with mode: 0644]
lib/External/isl/isl_multi_cmp.c [new file with mode: 0644]
lib/External/isl/isl_multi_coalesce.c [new file with mode: 0644]
lib/External/isl/isl_multi_floor.c [new file with mode: 0644]
lib/External/isl/isl_multi_gist.c [new file with mode: 0644]
lib/External/isl/isl_multi_hash.c [new file with mode: 0644]
lib/External/isl/isl_multi_intersect.c [new file with mode: 0644]
lib/External/isl/isl_multi_macro.h [new file with mode: 0644]
lib/External/isl/isl_multi_templ.c [new file with mode: 0644]
lib/External/isl/isl_multi_templ.h [new file with mode: 0644]
lib/External/isl/isl_obj.c [new file with mode: 0644]
lib/External/isl/isl_options.c [new file with mode: 0644]
lib/External/isl/isl_options_private.h [new file with mode: 0644]
lib/External/isl/isl_output.c [new file with mode: 0644]
lib/External/isl/isl_output_private.h [new file with mode: 0644]
lib/External/isl/isl_point.c [new file with mode: 0644]
lib/External/isl/isl_point_private.h [new file with mode: 0644]
lib/External/isl/isl_polynomial.c [new file with mode: 0644]
lib/External/isl/isl_polynomial_private.h [new file with mode: 0644]
lib/External/isl/isl_power_templ.c [new file with mode: 0644]
lib/External/isl/isl_printer.c [new file with mode: 0644]
lib/External/isl/isl_printer_private.h [new file with mode: 0644]
lib/External/isl/isl_pw_hash.c [new file with mode: 0644]
lib/External/isl/isl_pw_macro.h [new file with mode: 0644]
lib/External/isl/isl_pw_templ.c [new file with mode: 0644]
lib/External/isl/isl_pw_union_opt.c [new file with mode: 0644]
lib/External/isl/isl_range.c [new file with mode: 0644]
lib/External/isl/isl_range.h [new file with mode: 0644]
lib/External/isl/isl_reordering.c [new file with mode: 0644]
lib/External/isl/isl_reordering.h [new file with mode: 0644]
lib/External/isl/isl_sample.c [new file with mode: 0644]
lib/External/isl/isl_sample.h [new file with mode: 0644]
lib/External/isl/isl_scan.c [new file with mode: 0644]
lib/External/isl/isl_scan.h [new file with mode: 0644]
lib/External/isl/isl_schedule.c [new file with mode: 0644]
lib/External/isl/isl_schedule_band.c [new file with mode: 0644]
lib/External/isl/isl_schedule_band.h [new file with mode: 0644]
lib/External/isl/isl_schedule_constraints.c [new file with mode: 0644]
lib/External/isl/isl_schedule_constraints.h [new file with mode: 0644]
lib/External/isl/isl_schedule_node.c [new file with mode: 0644]
lib/External/isl/isl_schedule_node_private.h [new file with mode: 0644]
lib/External/isl/isl_schedule_private.h [new file with mode: 0644]
lib/External/isl/isl_schedule_read.c [new file with mode: 0644]
lib/External/isl/isl_schedule_tree.c [new file with mode: 0644]
lib/External/isl/isl_schedule_tree.h [new file with mode: 0644]
lib/External/isl/isl_scheduler.c [new file with mode: 0644]
lib/External/isl/isl_seq.c [new file with mode: 0644]
lib/External/isl/isl_seq.h [new file with mode: 0644]
lib/External/isl/isl_set_list.c [new file with mode: 0644]
lib/External/isl/isl_sort.c [new file with mode: 0644]
lib/External/isl/isl_sort.h [new file with mode: 0644]
lib/External/isl/isl_space.c [new file with mode: 0644]
lib/External/isl/isl_space_private.h [new file with mode: 0644]
lib/External/isl/isl_srcdir.c.in [new file with mode: 0644]
lib/External/isl/isl_stream.c [new file with mode: 0644]
lib/External/isl/isl_stream_private.h [new file with mode: 0644]
lib/External/isl/isl_tab.c [new file with mode: 0644]
lib/External/isl/isl_tab.h [new file with mode: 0644]
lib/External/isl/isl_tab_lexopt_templ.c [new file with mode: 0644]
lib/External/isl/isl_tab_pip.c [new file with mode: 0644]
lib/External/isl/isl_tarjan.c [new file with mode: 0644]
lib/External/isl/isl_tarjan.h [new file with mode: 0644]
lib/External/isl/isl_test.c [new file with mode: 0644]
lib/External/isl/isl_test_imath.c [new file with mode: 0644]
lib/External/isl/isl_test_int.c [new file with mode: 0644]
lib/External/isl/isl_transitive_closure.c [new file with mode: 0644]
lib/External/isl/isl_union_eval.c [new file with mode: 0644]
lib/External/isl/isl_union_macro.h [new file with mode: 0644]
lib/External/isl/isl_union_map.c [new file with mode: 0644]
lib/External/isl/isl_union_map_private.h [new file with mode: 0644]
lib/External/isl/isl_union_multi.c [new file with mode: 0644]
lib/External/isl/isl_union_neg.c [new file with mode: 0644]
lib/External/isl/isl_union_set_private.h [new file with mode: 0644]
lib/External/isl/isl_union_single.c [new file with mode: 0644]
lib/External/isl/isl_union_templ.c [new file with mode: 0644]
lib/External/isl/isl_val.c [new file with mode: 0644]
lib/External/isl/isl_val_gmp.c [new file with mode: 0644]
lib/External/isl/isl_val_imath.c [new file with mode: 0644]
lib/External/isl/isl_val_private.h [new file with mode: 0644]
lib/External/isl/isl_val_sioimath.c [new file with mode: 0644]
lib/External/isl/isl_vec.c [new file with mode: 0644]
lib/External/isl/isl_vec_private.h [new file with mode: 0644]
lib/External/isl/isl_version.c [new file with mode: 0644]
lib/External/isl/isl_vertices.c [new file with mode: 0644]
lib/External/isl/isl_vertices_private.h [new file with mode: 0644]
lib/External/isl/isl_yaml.h [new file with mode: 0644]
lib/External/isl/ltmain.sh [new file with mode: 0644]
lib/External/isl/m4/ax_c___attribute__.m4 [new file with mode: 0644]
lib/External/isl/m4/ax_cc_maxopt.m4 [new file with mode: 0644]
lib/External/isl/m4/ax_check_compiler_flags.m4 [new file with mode: 0644]
lib/External/isl/m4/ax_compiler_vendor.m4 [new file with mode: 0644]
lib/External/isl/m4/ax_create_pkgconfig_info.m4 [new file with mode: 0644]
lib/External/isl/m4/ax_create_stdint_h.m4 [new file with mode: 0644]
lib/External/isl/m4/ax_cxx_compile_stdcxx.m4 [new file with mode: 0644]
lib/External/isl/m4/ax_cxx_compile_stdcxx_11.m4 [new file with mode: 0644]
lib/External/isl/m4/ax_detect_clang.m4 [new file with mode: 0644]
lib/External/isl/m4/ax_detect_git_head.m4 [new file with mode: 0644]
lib/External/isl/m4/ax_detect_gmp.m4 [new file with mode: 0644]
lib/External/isl/m4/ax_detect_imath.m4 [new file with mode: 0644]
lib/External/isl/m4/ax_gcc_archflag.m4 [new file with mode: 0644]
lib/External/isl/m4/ax_gcc_warn_unused_result.m4 [new file with mode: 0644]
lib/External/isl/m4/ax_gcc_x86_cpuid.m4 [new file with mode: 0644]
lib/External/isl/m4/ax_set_warning_flags.m4 [new file with mode: 0644]
lib/External/isl/m4/ax_submodule.m4 [new file with mode: 0644]
lib/External/isl/m4/libtool.m4 [new file with mode: 0644]
lib/External/isl/m4/ltoptions.m4 [new file with mode: 0644]
lib/External/isl/m4/ltsugar.m4 [new file with mode: 0644]
lib/External/isl/m4/ltversion.m4 [new file with mode: 0644]
lib/External/isl/m4/lt~obsolete.m4 [new file with mode: 0644]
lib/External/isl/missing [new file with mode: 0755]
lib/External/isl/mp_get_memory_functions.c [new file with mode: 0644]
lib/External/isl/pip.c [new file with mode: 0644]
lib/External/isl/pip_test.sh.in [new file with mode: 0755]
lib/External/isl/polyhedron_detect_equalities.c [new file with mode: 0644]
lib/External/isl/polyhedron_minimize.c [new file with mode: 0644]
lib/External/isl/polyhedron_sample.c [new file with mode: 0644]
lib/External/isl/polytope_scan.c [new file with mode: 0644]
lib/External/isl/print.c [new file with mode: 0644]
lib/External/isl/print_templ.c [new file with mode: 0644]
lib/External/isl/print_templ_yaml.c [new file with mode: 0644]
lib/External/isl/read_in_string_templ.c [new file with mode: 0644]
lib/External/isl/schedule.c [new file with mode: 0644]
lib/External/isl/schedule_cmp.c [new file with mode: 0644]
lib/External/isl/schedule_test.sh.in [new file with mode: 0644]
lib/External/isl/set_from_map.c [new file with mode: 0644]
lib/External/isl/set_to_map.c [new file with mode: 0644]
lib/External/isl/test-driver [new file with mode: 0755]
lib/External/isl/test_inputs/affine.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/affine2.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/affine3.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/application.omega [new file with mode: 0644]
lib/External/isl/test_inputs/application2.omega [new file with mode: 0644]
lib/External/isl/test_inputs/basicLinear.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/basicLinear2.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/basicTest.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/basicTestParameterPosNeg.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/boulet.pip [new file with mode: 0644]
lib/External/isl/test_inputs/brisebarre.pip [new file with mode: 0644]
lib/External/isl/test_inputs/cg1.pip [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/atomic.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/atomic.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/atomic.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/atomic2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/atomic2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/atomic3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/atomic3.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/atomic4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/atomic4.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cholesky.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cholesky.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/0D-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/0D-1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/0D-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/0D-2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/0D-3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/0D-3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/1point-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/1point-1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/1point-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/1point-2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/4-param.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/4-param.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/README [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/backtrack.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/backtrack.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/basic-bounds-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/basic-bounds-1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/basic-bounds-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/basic-bounds-2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/basic-bounds-3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/basic-bounds-3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/basic-bounds-4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/basic-bounds-4.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/basic-bounds-5.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/basic-bounds-5.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/basic-bounds-6.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/basic-bounds-6.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/block.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/block.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/block2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/block2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/block3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/block3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/byu98-1-2-3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/byu98-1-2-3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/cholesky.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/cholesky.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/cholesky2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/cholesky2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/christian.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/christian.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/classen.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/classen.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/classen2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/classen2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/constant.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/constant.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/constbound.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/constbound.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/darte.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/darte.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/dealII.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/dealII.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/donotsimp.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/donotsimp.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/dot.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/dot.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/dot2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/dot2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/durbin_e_s.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/durbin_e_s.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/emploi.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/emploi.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/equality.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/equality.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/equality2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/equality2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/esced.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/esced.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/ex1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/ex1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/faber.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/faber.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/forwardsub-1-1-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/forwardsub-1-1-2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/forwardsub-2-1-2-3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/forwardsub-2-1-2-3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/forwardsub-3-1-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/forwardsub-3-1-2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/gauss.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/gauss.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/gesced.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/gesced.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/gesced2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/gesced2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/gesced3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/gesced3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/guide.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/guide.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/iftest.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/iftest.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/iftest2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/iftest2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/infinite2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/infinite2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/jacobi-shared.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/jacobi-shared.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/largeur.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/largeur.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/levenshtein-1-2-3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/levenshtein-1-2-3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/lex.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/lex.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/lineality-1-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/lineality-1-2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/lineality-2-1-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/lineality-2-1-2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/logo.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/logo.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/logopar.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/logopar.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/lu.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/lu.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/lu2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/lu2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/lux.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/lux.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/merge.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/merge.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/min-1-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/min-1-1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/min-2-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/min-2-1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/min-3-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/min-3-1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/min-4-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/min-4-1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/mod.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/mod.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/mod2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/mod2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/mod3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/mod3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/mod4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/mod4.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/mode.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/mode.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/multi-mm-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/multi-mm-1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/multi-stride.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/multi-stride.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/multi-stride2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/multi-stride2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/mxm-shared.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/mxm-shared.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/no_lindep.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/no_lindep.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/nul_basic1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/nul_basic1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/nul_basic2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/nul_basic2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/nul_complex1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/nul_complex1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/nul_lcpc.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/nul_lcpc.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/orc.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/orc.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/otl.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/otl.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/param-split.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/param-split.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/pouchet.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/pouchet.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/rectangle.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/rectangle.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-QR.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-QR.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-bastoul3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-bastoul3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-cholesky2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-cholesky2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-fusion1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-fusion1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-fusion2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-fusion2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-jacobi2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-jacobi2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-jacobi3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-jacobi3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam4.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam5.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam5.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam6.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-lim-lam6.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-liu-zhuge1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-liu-zhuge1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-loechner3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-loechner3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-loechner4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-loechner4.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-loechner5.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-loechner5.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-long.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-long.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-mg-interp.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-mg-interp.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-mg-interp2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-mg-interp2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-mg-psinv.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-mg-psinv.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-mg-resid.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-mg-resid.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-mg-rprj3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-mg-rprj3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-pingali1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-pingali1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-pingali2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-pingali2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-pingali3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-pingali3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-pingali4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-pingali4.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-pingali5.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-pingali5.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-pingali6.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-pingali6.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-stride.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-stride.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-stride2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-stride2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-tang-xue1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-tang-xue1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-two.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/reservoir-two.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/singleton.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/singleton.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/sor1d.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/sor1d.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/square+triangle-1-1-2-3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/square+triangle-1-1-2-3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/stride.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/stride.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/stride2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/stride2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/stride3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/stride3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/stride4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/stride4.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/swim.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/swim.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/test.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/test.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/thomasset.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/thomasset.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/tiling.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/tiling.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/uday_scalars.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/uday_scalars.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/union.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/union.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/unroll.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/unroll.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/unroll2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/unroll2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/usvd_e_t.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/usvd_e_t.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/vasilache.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/vasilache.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/vivien.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/vivien.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/vivien2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/vivien2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/walters.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/walters.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/walters2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/walters2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/walters3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/walters3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/wavefront.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/wavefront.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/yosr.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/yosr.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/yosr2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/yosr2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/youcef.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/youcef.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/youcefn.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/cloog/youcefn.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/component0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/component0.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/component1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/component1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/component2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/component2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/component3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/component3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/component4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/component4.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/component5.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/component5.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/component6.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/component6.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/correlation.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/correlation.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/disjuncts.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/disjuncts.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/disjuncts2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/disjuncts2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/dwt.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/dwt.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/empty.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/empty.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/filter.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/filter.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/gemm.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/gemm.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/hoist.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/hoist.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/hoist2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/hoist2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/isolate1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/isolate1.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/isolate2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/isolate2.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/isolate3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/isolate3.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/isolate4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/isolate4.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/isolate5.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/isolate5.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/isolate6.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/isolate6.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/isolate7.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/isolate7.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/jacobi_kernel4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/jacobi_kernel4.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/lu.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/lu.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/mod.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/mod.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/README [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/basics-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/basics-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/basics-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/basics-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/chosol-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/chosol-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/chosol-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/chosol-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/code_gen-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/code_gen-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/code_gen-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/code_gen-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/code_gen-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/code_gen-2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/collard-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/collard-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/dagstuhl1-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/dagstuhl1-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/dagstuhl1-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/dagstuhl1-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/fc1-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/fc1-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/fc1-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/fc1-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/fc1-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/fc1-2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/fc2-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/fc2-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/fc2-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/fc2-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/floor_bound-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/floor_bound-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/floor_bound-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/floor_bound-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/floor_bound-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/floor_bound-2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/floor_bound-3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/floor_bound-3.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/floor_bound-4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/floor_bound-4.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/floor_bound-5.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/floor_bound-5.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/floor_bound-6.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/floor_bound-6.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/gc-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/gc-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/ge-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/ge-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/ge-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/ge-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/gist-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/gist-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/gist-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/gist-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/gist-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/gist-2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/gist-3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/gist-3.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/gist-4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/gist-4.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/gist-5.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/gist-5.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/guard1-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/guard1-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/guard1-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/guard1-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/hpf-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/hpf-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/if_then-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/if_then-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/if_then-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/if_then-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/if_then-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/if_then-2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/if_then-3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/if_then-3.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/if_then-4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/if_then-4.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/if_then-5.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/if_then-5.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter1-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter1-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter2-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter2-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter3-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter3-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter4-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter4-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter5-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter5-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter6-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter6-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter6-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter6-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter7-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter7-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter8-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter8-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter9-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/iter9-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lefur00-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lefur00-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lefur01-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lefur01-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lefur01-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lefur01-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lefur03-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lefur03-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lefur04-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lefur04-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift1-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift1-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift1-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift1-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift1-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift1-2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift1-3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift1-3.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift1-4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift1-4.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift1-5.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift1-5.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift2-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift2-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift2-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift2-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift2-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift2-2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift2-3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift2-3.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift2-4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift2-4.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift2-5.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lift2-5.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu-2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu-3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu-3.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu_ijk-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu_ijk-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu_ijk-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu_ijk-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu_ijk-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu_ijk-2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu_spmd-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu_spmd-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu_spmd-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/lu_spmd-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m1-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m1-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m1-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m1-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m10-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m10-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m10-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m10-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m11-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m11-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m12-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m12-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m12-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m12-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m2-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m2-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m2-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m2-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m3-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m3-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m4-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m4-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m4-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m4-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m7-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m7-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m7-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m7-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m8-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m8-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m8-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m8-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m9-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m9-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m9-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/m9-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/olda-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/olda-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/olda-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/olda-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/p.delft-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/p.delft-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/p.delft2-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/p.delft2-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/p6-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/p6-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/p6-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/p6-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride1-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride1-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride2-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride2-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride3-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride3-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride4-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride4-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride5-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride5-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride6-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride6-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride6-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride6-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride6-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride6-2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride7-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride7-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride7-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/stride7-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/substitution-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/substitution-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/substitution-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/substitution-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/substitution-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/substitution-2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/substitution-3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/substitution-3.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/substitution-4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/substitution-4.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/syr2k-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/syr2k-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/syr2k-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/syr2k-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/syr2k-2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/syr2k-2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/syr2k-3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/syr2k-3.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/ts1d-check-sblock-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/ts1d-check-sblock-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/ts1d-check0-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/ts1d-check0-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/ts1d-mp-i_ts-m_b-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/ts1d-mp-i_ts-m_b-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/ts1d-orig0-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/ts1d-orig0-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/wak1-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/wak1-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/wak1-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/wak1-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/wak2-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/wak2-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/wak2-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/wak2-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/wak3-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/wak3-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/wak3-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/wak3-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/wak4-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/wak4-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/wak4-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/wak4-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/x-0.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/x-0.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/x-1.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/omega/x-1.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/pldi2012/README [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/pldi2012/figure7_b.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/pldi2012/figure7_b.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/pldi2012/figure7_c.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/pldi2012/figure7_c.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/pldi2012/figure7_d.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/pldi2012/figure7_d.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/pldi2012/figure8_a.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/pldi2012/figure8_a.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/pldi2012/figure8_b.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/pldi2012/figure8_b.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/redundant.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/redundant.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/roman.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/roman.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/separate.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/separate.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/separate.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/separate2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/separate2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/separation_class.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/separation_class.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/separation_class2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/separation_class2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/separation_class3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/separation_class3.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/separation_class4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/separation_class4.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/shift.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/shift.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/shift2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/shift2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/shift_unroll.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/shift_unroll.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/single_valued.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/single_valued.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/sor1d-part.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/sor1d-part.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/stride.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/stride.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/stride5.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/stride5.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/stride6.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/stride6.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/stride7.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/stride7.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll10.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll10.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll10.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll11.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll11.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll2.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll2.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll3.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll3.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll4.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll4.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll6.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll6.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll7.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll7.in [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll8.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll8.st [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll9.c [new file with mode: 0644]
lib/External/isl/test_inputs/codegen/unroll9.st [new file with mode: 0644]
lib/External/isl/test_inputs/convex0.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/convex1.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/convex10.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/convex11.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/convex12.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/convex13.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/convex14.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/convex15.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/convex2.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/convex3.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/convex4.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/convex5.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/convex6.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/convex7.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/convex8.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/convex9.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/devos.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/equality1.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/equality2.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/equality3.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/equality4.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/equality5.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/esced.pip [new file with mode: 0644]
lib/External/isl/test_inputs/ex.pip [new file with mode: 0644]
lib/External/isl/test_inputs/ex2.pip [new file with mode: 0644]
lib/External/isl/test_inputs/exist.pip [new file with mode: 0644]
lib/External/isl/test_inputs/exist2.pip [new file with mode: 0644]
lib/External/isl/test_inputs/faddeev.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/fimmel.pip [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_loop-tree.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_loop-tree.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_loop.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_loop.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_loop2-tree.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_loop2-tree.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_loop2.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_loop2.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_loop3-tree.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_loop3-tree.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_loop3.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_loop3.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_may_loop-tree.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_may_loop-tree.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_may_loop.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_may_loop.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_may_loop2-tree.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_may_loop2-tree.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_may_loop2.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_may_loop2.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_may_loop3-tree.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_may_loop3-tree.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_may_loop3.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/kill_may_loop3.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/loop-tree.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/loop-tree.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/loop.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/loop.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/may_loop-tree.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/may_loop-tree.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/may_loop.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/may_loop.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/mixed_loop-tree.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/mixed_loop-tree.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/mixed_loop.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/mixed_loop.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi_source-tree.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi_source-tree.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi_source.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi_source.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi_source2-tree.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi_source2-tree.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi_source2.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi_source2.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi_source3-tree.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi_source3-tree.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi_source3.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi_source3.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi_source4-tree.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi_source4-tree.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi_source4.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/multi_source4.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/no_source-tree.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/no_source-tree.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/no_source.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/no_source.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/no_source2-tree.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/no_source2-tree.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/no_source2.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/no_source2.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/single_may_source-tree.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/single_may_source-tree.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/single_may_source.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/single_may_source.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/single_source-tree.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/single_source-tree.flow [new file with mode: 0644]
lib/External/isl/test_inputs/flow/single_source.ai [new file with mode: 0644]
lib/External/isl/test_inputs/flow/single_source.flow [new file with mode: 0644]
lib/External/isl/test_inputs/gist1.polylib [new file with mode: 0644]
lib/External/isl/test_inputs/linearExample.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/max.pip [new file with mode: 0644]
lib/External/isl/test_inputs/neg.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/negative.pip [new file with mode: 0644]
lib/External/isl/test_inputs/philippe.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/philippe3vars.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/philippe3vars3pars.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/philippeNeg.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/philippePolynomialCoeff.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/philippePolynomialCoeff1P.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/product.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/schedule/feautrier_compressed.sc [new file with mode: 0644]
lib/External/isl/test_inputs/schedule/feautrier_compressed.st [new file with mode: 0644]
lib/External/isl/test_inputs/seghir-vd.pip [new file with mode: 0644]
lib/External/isl/test_inputs/set.omega [new file with mode: 0644]
lib/External/isl/test_inputs/small.pip [new file with mode: 0644]
lib/External/isl/test_inputs/sor1d.pip [new file with mode: 0644]
lib/External/isl/test_inputs/split.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/square.pip [new file with mode: 0644]
lib/External/isl/test_inputs/sven.pip [new file with mode: 0644]
lib/External/isl/test_inputs/test3Deg3Var.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/tobi.pip [new file with mode: 0644]
lib/External/isl/test_inputs/toplas.pwqp [new file with mode: 0644]
lib/External/isl/test_inputs/unexpanded.pwqp [new file with mode: 0644]
lib/External/isl_config.h.cmake [new file with mode: 0644]
lib/External/isl_srcdir.c.cmake [new file with mode: 0644]
lib/External/pet/include/pet.h [new file with mode: 0644]
lib/External/ppcg/ChangeLog [new file with mode: 0644]
lib/External/ppcg/GIT_HEAD_ID [new file with mode: 0644]
lib/External/ppcg/Makefile.am [new file with mode: 0644]
lib/External/ppcg/Makefile.in [new file with mode: 0644]
lib/External/ppcg/README [new file with mode: 0644]
lib/External/ppcg/aclocal.m4 [new file with mode: 0644]
lib/External/ppcg/compile [new file with mode: 0755]
lib/External/ppcg/config.guess [new file with mode: 0644]
lib/External/ppcg/config.sub [new file with mode: 0644]
lib/External/ppcg/configure [new file with mode: 0755]
lib/External/ppcg/configure.ac [new file with mode: 0644]
lib/External/ppcg/cpu.c [new file with mode: 0644]
lib/External/ppcg/cpu.h [new file with mode: 0644]
lib/External/ppcg/cuda.c [new file with mode: 0644]
lib/External/ppcg/cuda.h [new file with mode: 0644]
lib/External/ppcg/cuda_common.c [new file with mode: 0644]
lib/External/ppcg/cuda_common.h [new file with mode: 0644]
lib/External/ppcg/depcomp [new file with mode: 0644]
lib/External/ppcg/external.c [new file with mode: 0644]
lib/External/ppcg/gpu.c [new file with mode: 0644]
lib/External/ppcg/gpu.h [new file with mode: 0644]
lib/External/ppcg/gpu_array_tile.c [new file with mode: 0644]
lib/External/ppcg/gpu_array_tile.h [new file with mode: 0644]
lib/External/ppcg/gpu_group.c [new file with mode: 0644]
lib/External/ppcg/gpu_group.h [new file with mode: 0644]
lib/External/ppcg/gpu_hybrid.c [new file with mode: 0644]
lib/External/ppcg/gpu_hybrid.h [new file with mode: 0644]
lib/External/ppcg/gpu_print.c [new file with mode: 0644]
lib/External/ppcg/gpu_print.h [new file with mode: 0644]
lib/External/ppcg/gpu_tree.c [new file with mode: 0644]
lib/External/ppcg/gpu_tree.h [new file with mode: 0644]
lib/External/ppcg/grouping.c [new file with mode: 0644]
lib/External/ppcg/hybrid.c [new file with mode: 0644]
lib/External/ppcg/hybrid.h [new file with mode: 0644]
lib/External/ppcg/install-sh [new file with mode: 0644]
lib/External/ppcg/ltmain.sh [new file with mode: 0644]
lib/External/ppcg/m4/ax_check_opencl.m4 [new file with mode: 0644]
lib/External/ppcg/m4/ax_check_openmp.m4 [new file with mode: 0644]
lib/External/ppcg/m4/ax_detect_git_head.m4 [new file with mode: 0644]
lib/External/ppcg/m4/ax_submodule.m4 [new file with mode: 0644]
lib/External/ppcg/m4/libtool.m4 [new file with mode: 0644]
lib/External/ppcg/m4/ltoptions.m4 [new file with mode: 0644]
lib/External/ppcg/m4/ltsugar.m4 [new file with mode: 0644]
lib/External/ppcg/m4/ltversion.m4 [new file with mode: 0644]
lib/External/ppcg/m4/lt~obsolete.m4 [new file with mode: 0644]
lib/External/ppcg/missing [new file with mode: 0644]
lib/External/ppcg/ocl_utilities.c [new file with mode: 0644]
lib/External/ppcg/ocl_utilities.h [new file with mode: 0644]
lib/External/ppcg/opencl.h [new file with mode: 0644]
lib/External/ppcg/opencl_test.sh.in [new file with mode: 0644]
lib/External/ppcg/polybench_test.sh.in [new file with mode: 0644]
lib/External/ppcg/ppcg.c [new file with mode: 0644]
lib/External/ppcg/ppcg.h [new file with mode: 0644]
lib/External/ppcg/ppcg_options.c [new file with mode: 0644]
lib/External/ppcg/ppcg_options.h [new file with mode: 0644]
lib/External/ppcg/print.c [new file with mode: 0644]
lib/External/ppcg/print.h [new file with mode: 0644]
lib/External/ppcg/schedule.c [new file with mode: 0644]
lib/External/ppcg/schedule.h [new file with mode: 0644]
lib/External/ppcg/test-driver [new file with mode: 0755]
lib/External/ppcg/tests/allow-sparse-copy-in.c [new file with mode: 0644]
lib/External/ppcg/tests/call.c [new file with mode: 0644]
lib/External/ppcg/tests/call2.c [new file with mode: 0644]
lib/External/ppcg/tests/call2_opencl_functions.cl [new file with mode: 0644]
lib/External/ppcg/tests/call3.c [new file with mode: 0644]
lib/External/ppcg/tests/call3_opencl_functions.cl [new file with mode: 0644]
lib/External/ppcg/tests/call_opencl_functions.cl [new file with mode: 0644]
lib/External/ppcg/tests/dead.c [new file with mode: 0644]
lib/External/ppcg/tests/iterator.c [new file with mode: 0644]
lib/External/ppcg/tests/live_out.c [new file with mode: 0644]
lib/External/ppcg/tests/local.c [new file with mode: 0644]
lib/External/ppcg/tests/loop.c [new file with mode: 0644]
lib/External/ppcg/tests/not_accessed.c [new file with mode: 0644]
lib/External/ppcg/tests/not_accessed_opencl_functions.cl [new file with mode: 0644]
lib/External/ppcg/tests/scalar.c [new file with mode: 0644]
lib/External/ppcg/tests/shared_sink.c [new file with mode: 0644]
lib/External/ppcg/tests/struct.c [new file with mode: 0644]
lib/External/ppcg/tests/struct2.c [new file with mode: 0644]
lib/External/ppcg/tests/struct3.c [new file with mode: 0644]
lib/External/ppcg/tests/struct4.c [new file with mode: 0644]
lib/External/ppcg/util.c [new file with mode: 0644]
lib/External/ppcg/util.h [new file with mode: 0644]
lib/External/ppcg/version.c [new file with mode: 0644]
lib/External/update-isl.sh [new file with mode: 0755]
lib/Polly.cpp [new file with mode: 0644]
lib/Support/DumpModulePass.cpp [new file with mode: 0644]
lib/Support/GICHelper.cpp [new file with mode: 0644]
lib/Support/ISLTools.cpp [new file with mode: 0644]
lib/Support/Mainpage.h [new file with mode: 0644]
lib/Support/PollyPasses.def [new file with mode: 0644]
lib/Support/RegisterPasses.cpp [new file with mode: 0644]
lib/Support/SCEVAffinator.cpp [new file with mode: 0644]
lib/Support/SCEVValidator.cpp [new file with mode: 0644]
lib/Support/ScopHelper.cpp [new file with mode: 0644]
lib/Support/ScopLocation.cpp [new file with mode: 0644]
lib/Support/VirtualInstruction.cpp [new file with mode: 0644]
lib/Transform/Canonicalization.cpp [new file with mode: 0644]
lib/Transform/CodePreparation.cpp [new file with mode: 0644]
lib/Transform/DeLICM.cpp [new file with mode: 0644]
lib/Transform/DeadCodeElimination.cpp [new file with mode: 0644]
lib/Transform/FlattenAlgo.cpp [new file with mode: 0644]
lib/Transform/FlattenSchedule.cpp [new file with mode: 0644]
lib/Transform/ForwardOpTree.cpp [new file with mode: 0644]
lib/Transform/MaximalStaticExpansion.cpp [new file with mode: 0644]
lib/Transform/RewriteByReferenceParameters.cpp [new file with mode: 0644]
lib/Transform/ScheduleOptimizer.cpp [new file with mode: 0644]
lib/Transform/ScopInliner.cpp [new file with mode: 0644]
lib/Transform/Simplify.cpp [new file with mode: 0644]
lib/Transform/ZoneAlgo.cpp [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/CodeGen/Intrinsics/llvm-expect.ll [new file with mode: 0644]
test/CodeGen/OpenMP/floord-as-argument-to-subfunction.ll [new file with mode: 0644]
test/DeLICM/confused_order.ll [new file with mode: 0644]
test/DeLICM/confused_order___%for.end103---%for.inc116.jscop [new file with mode: 0644]
test/DeLICM/confused_order___%for.end103---%for.inc116.jscop.transformed [new file with mode: 0644]
test/DeLICM/map_memset_zero.ll [new file with mode: 0644]
test/DeLICM/nomap_alreadymapped.ll [new file with mode: 0644]
test/DeLICM/nomap_escaping.ll [new file with mode: 0644]
test/DeLICM/nomap_occupied.ll [new file with mode: 0644]
test/DeLICM/nomap_readonly.ll [new file with mode: 0644]
test/DeLICM/nomap_spuriouswrite.ll [new file with mode: 0644]
test/DeLICM/nomap_storagesize.ll [new file with mode: 0644]
test/DeLICM/nomap_writewrite.ll [new file with mode: 0644]
test/DeLICM/pass_existence.ll [new file with mode: 0644]
test/DeLICM/reduction.ll [new file with mode: 0644]
test/DeLICM/reduction_constant_selfconflict.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_alwaystaken.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_gvnpre.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_gvnpre_cond1.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_gvnpre_cond2.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_gvnpre_nopreheader.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_hoisted.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_licm.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_licm2.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_licm_double_write.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_licm_nopreheader.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_load.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_loopguard_gvnpre.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_loopguard_licm1.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_loopguard_licm2.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_loopguard_licm3.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_readonly.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_synthesizable.ll [new file with mode: 0644]
test/DeLICM/reduction_looprotate_undef.ll [new file with mode: 0644]
test/DeLICM/reduction_overapproximate.ll [new file with mode: 0644]
test/DeLICM/reduction_preheader.ll [new file with mode: 0644]
test/DeLICM/reduction_unrelatedunusual.ll [new file with mode: 0644]
test/DeLICM/reject_loadafterstore.ll [new file with mode: 0644]
test/DeLICM/reject_outofquota.ll [new file with mode: 0644]
test/DeLICM/reject_storeafterstore.ll [new file with mode: 0644]
test/DeLICM/reject_storeinsubregion.ll [new file with mode: 0644]
test/DeLICM/reject_unusualstore.ll [new file with mode: 0644]
test/DeLICM/skip_maywrite.ll [new file with mode: 0644]
test/DeLICM/skip_multiaccess.ll [new file with mode: 0644]
test/DeLICM/skip_notinloop.ll [new file with mode: 0644]
test/DeLICM/skip_scalaraccess.ll [new file with mode: 0644]
test/DeadCodeElimination/chained_iterations.ll [new file with mode: 0644]
test/DeadCodeElimination/chained_iterations_2.ll [new file with mode: 0644]
test/DeadCodeElimination/computeout.ll [new file with mode: 0644]
test/DeadCodeElimination/dead_iteration_elimination.ll [new file with mode: 0644]
test/DeadCodeElimination/non-affine-affine-mix.ll [new file with mode: 0644]
test/DeadCodeElimination/non-affine.ll [new file with mode: 0644]
test/DeadCodeElimination/null_schedule.ll [new file with mode: 0644]
test/DependenceInfo/computeout.ll [new file with mode: 0644]
test/DependenceInfo/different_schedule_dimensions.ll [new file with mode: 0644]
test/DependenceInfo/do_pluto_matmult.ll [new file with mode: 0644]
test/DependenceInfo/fine_grain_dep_0.ll [new file with mode: 0644]
test/DependenceInfo/generate_may_write_dependence_info.ll [new file with mode: 0644]
test/DependenceInfo/infeasible_context.ll [new file with mode: 0644]
test/DependenceInfo/may_writes_do_not_block_must_writes_for_war.ll [new file with mode: 0644]
test/DependenceInfo/nonaffine-condition-buildMemoryAccess.ll [new file with mode: 0644]
test/DependenceInfo/reduction_complex_location.ll [new file with mode: 0644]
test/DependenceInfo/reduction_dependences_equal_non_reduction_dependences.ll [new file with mode: 0644]
test/DependenceInfo/reduction_dependences_not_null.ll [new file with mode: 0644]
test/DependenceInfo/reduction_mixed_reduction_and_non_reduction_dependences.ll [new file with mode: 0644]
test/DependenceInfo/reduction_multiple_loops_array_sum.ll [new file with mode: 0644]
test/DependenceInfo/reduction_multiple_loops_array_sum_2.ll [new file with mode: 0644]
test/DependenceInfo/reduction_multiple_loops_array_sum_3.ll [new file with mode: 0644]
test/DependenceInfo/reduction_multiple_reductions.ll [new file with mode: 0644]
test/DependenceInfo/reduction_multiple_reductions_2.ll [new file with mode: 0644]
test/DependenceInfo/reduction_only_reduction_like_access.ll [new file with mode: 0644]
test/DependenceInfo/reduction_partially_escaping_intermediate_in_other_stmt.ll [new file with mode: 0644]
test/DependenceInfo/reduction_privatization_deps.ll [new file with mode: 0644]
test/DependenceInfo/reduction_privatization_deps_2.ll [new file with mode: 0644]
test/DependenceInfo/reduction_privatization_deps_3.ll [new file with mode: 0644]
test/DependenceInfo/reduction_privatization_deps_4.ll [new file with mode: 0644]
test/DependenceInfo/reduction_privatization_deps_5.ll [new file with mode: 0644]
test/DependenceInfo/reduction_sequence.ll [new file with mode: 0644]
test/DependenceInfo/reduction_simple_iv.ll [new file with mode: 0644]
test/DependenceInfo/reduction_simple_iv_debug_wrapped_dependences.ll [new file with mode: 0644]
test/DependenceInfo/reduction_simple_privatization_deps_2.ll [new file with mode: 0644]
test/DependenceInfo/reduction_simple_privatization_deps_w_parameter.ll [new file with mode: 0644]
test/DependenceInfo/reduction_two_reductions_different_rloops.ll [new file with mode: 0644]
test/DependenceInfo/sequential_loops.ll [new file with mode: 0644]
test/FlattenSchedule/gemm.ll [new file with mode: 0644]
test/ForwardOpTree/atax.ll [new file with mode: 0644]
test/ForwardOpTree/forward_from_region.ll [new file with mode: 0644]
test/ForwardOpTree/forward_hoisted.ll [new file with mode: 0644]
test/ForwardOpTree/forward_instruction.ll [new file with mode: 0644]
test/ForwardOpTree/forward_into_region.ll [new file with mode: 0644]
test/ForwardOpTree/forward_into_region_redundant_use.ll [new file with mode: 0644]
test/ForwardOpTree/forward_load.ll [new file with mode: 0644]
test/ForwardOpTree/forward_load_differentarray.ll [new file with mode: 0644]
test/ForwardOpTree/forward_load_double_write.ll [new file with mode: 0644]
test/ForwardOpTree/forward_load_fromloop.ll [new file with mode: 0644]
test/ForwardOpTree/forward_load_indirect.ll [new file with mode: 0644]
test/ForwardOpTree/forward_load_memset_after.ll [new file with mode: 0644]
test/ForwardOpTree/forward_load_memset_before.ll [new file with mode: 0644]
test/ForwardOpTree/forward_load_tripleuse.ll [new file with mode: 0644]
test/ForwardOpTree/forward_load_unrelatedunusual.ll [new file with mode: 0644]
test/ForwardOpTree/forward_phi_load.ll [new file with mode: 0644]
test/ForwardOpTree/forward_readonly.ll [new file with mode: 0644]
test/ForwardOpTree/forward_store.ll [new file with mode: 0644]
test/ForwardOpTree/forward_synthesizable_definloop.ll [new file with mode: 0644]
test/ForwardOpTree/forward_synthesizable_indvar.ll [new file with mode: 0644]
test/ForwardOpTree/forward_synthesizable_useinloop.ll [new file with mode: 0644]
test/ForwardOpTree/forward_transitive.ll [new file with mode: 0644]
test/ForwardOpTree/jacobi-1d.ll [new file with mode: 0644]
test/ForwardOpTree/noforward_from_region.ll [new file with mode: 0644]
test/ForwardOpTree/noforward_load_conditional.ll [new file with mode: 0644]
test/ForwardOpTree/noforward_load_writebetween.ll [new file with mode: 0644]
test/ForwardOpTree/noforward_outofquota.ll [new file with mode: 0644]
test/ForwardOpTree/noforward_partial.ll [new file with mode: 0644]
test/ForwardOpTree/noforward_phi.ll [new file with mode: 0644]
test/ForwardOpTree/noforward_selfrefphi.ll [new file with mode: 0644]
test/ForwardOpTree/noforward_sideffects.ll [new file with mode: 0644]
test/ForwardOpTree/noforward_synthesizable_unknownit.ll [new file with mode: 0644]
test/GPGPU/Inputs/libdevice-functions-copied-into-kernel_libdevice.ll [new file with mode: 0644]
test/GPGPU/add-scalars-in-scop-to-kills.ll [new file with mode: 0644]
test/GPGPU/align-params-in-schedule.ll [new file with mode: 0644]
test/GPGPU/array-with-elem-type-smaller-than-byte.ll [new file with mode: 0644]
test/GPGPU/bounds-construction-with-ignore-param-bounds.ll [new file with mode: 0644]
test/GPGPU/check-unused-fortran-array-size-param-offloaded-to-kernel.ll [new file with mode: 0644]
test/GPGPU/cuda-annotations.ll [new file with mode: 0644]
test/GPGPU/cuda-managed-memory-simple.ll [new file with mode: 0644]
test/GPGPU/debug-metadata-leak.ll [new file with mode: 0644]
test/GPGPU/double-parallel-loop.ll [new file with mode: 0644]
test/GPGPU/failing-invariant-load-handling.ll [new file with mode: 0644]
test/GPGPU/failing-invariant-load-hoisting.ll [new file with mode: 0644]
test/GPGPU/host-control-flow.ll [new file with mode: 0644]
test/GPGPU/host-statement.ll [new file with mode: 0644]
test/GPGPU/ignore-parameter-bounds.ll [new file with mode: 0644]
test/GPGPU/intrinsic-copied-into-kernel.ll [new file with mode: 0644]
test/GPGPU/invalid-kernel-assert-verifymodule.ll [new file with mode: 0644]
test/GPGPU/invalid-kernel.ll [new file with mode: 0644]
test/GPGPU/invariant-load-array-access.ll [new file with mode: 0644]
test/GPGPU/invariant-load-escaping-values.ll [new file with mode: 0644]
test/GPGPU/invariant-load-hoisting-of-array.ll [new file with mode: 0644]
test/GPGPU/invariant-load-hoisting-read-in-kernel.ll [new file with mode: 0644]
test/GPGPU/invariant-load-hoisting-with-variable-bounds.ll [new file with mode: 0644]
test/GPGPU/invariant-load-hoisting-with-variable-lower-bound.ll [new file with mode: 0644]
test/GPGPU/invariant-load-hoisting-with-variable-upper-bound.ll [new file with mode: 0644]
test/GPGPU/invariant-load-hoisting.ll [new file with mode: 0644]
test/GPGPU/invariant-load-of-scalar.ll [new file with mode: 0644]
test/GPGPU/kernel-params-only-some-arrays.ll [new file with mode: 0644]
test/GPGPU/kernel-params-scop-parameter.ll [new file with mode: 0644]
test/GPGPU/kernels-names-across-scops-funcs.ll [new file with mode: 0644]
test/GPGPU/libdevice-functions-copied-into-kernel.ll [new file with mode: 0644]
test/GPGPU/live-range-reordering-with-privatization.ll [new file with mode: 0644]
test/GPGPU/loops-outside-scop.ll [new file with mode: 0644]
test/GPGPU/managed-memory-rewrite-alloca.ll [new file with mode: 0644]
test/GPGPU/managed-memory-rewrite-malloc-free-inside-constexpr.ll [new file with mode: 0644]
test/GPGPU/managed-memory-rewrite-malloc-free.ll [new file with mode: 0644]
test/GPGPU/managed-pointers-preparation.ll [new file with mode: 0644]
test/GPGPU/memory-only-referenced-from-access.ll [new file with mode: 0644]
test/GPGPU/mostly-sequential.ll [new file with mode: 0644]
test/GPGPU/non-read-only-scalars.ll [new file with mode: 0644]
test/GPGPU/non-zero-array-offset.ll [new file with mode: 0644]
test/GPGPU/only-part-of-array-modified.ll [new file with mode: 0644]
test/GPGPU/parametric-loop-bound.ll [new file with mode: 0644]
test/GPGPU/partial_writes.ll [new file with mode: 0644]
test/GPGPU/partial_writes___%bb2---%bb14.jscop [new file with mode: 0644]
test/GPGPU/phi-nodes-in-kernel.ll [new file with mode: 0644]
test/GPGPU/private-memory.ll [new file with mode: 0644]
test/GPGPU/privatization-simple.ll [new file with mode: 0644]
test/GPGPU/privatization.ll [new file with mode: 0644]
test/GPGPU/region-stmt.ll [new file with mode: 0644]
test/GPGPU/remove-dead-instructions-in-stmt-2.ll [new file with mode: 0644]
test/GPGPU/remove-dead-instructions-in-stmt.ll [new file with mode: 0644]
test/GPGPU/run-time-check.ll [new file with mode: 0644]
test/GPGPU/scalar-param-and-value-32-bit.ll [new file with mode: 0644]
test/GPGPU/scalar-param-and-value-use.ll [new file with mode: 0644]
test/GPGPU/scalar-parameter-fp128.ll [new file with mode: 0644]
test/GPGPU/scalar-parameter-half.ll [new file with mode: 0644]
test/GPGPU/scalar-parameter-i120.ll [new file with mode: 0644]
test/GPGPU/scalar-parameter-i128.ll [new file with mode: 0644]
test/GPGPU/scalar-parameter-i3000.ll [new file with mode: 0644]
test/GPGPU/scalar-parameter-i80.ll [new file with mode: 0644]
test/GPGPU/scalar-parameter-ppc_fp128.ll [new file with mode: 0644]
test/GPGPU/scalar-parameter-x86_fp80.ll [new file with mode: 0644]
test/GPGPU/scalar-parameter.ll [new file with mode: 0644]
test/GPGPU/scalar-writes-in-scop-requires-abort.ll [new file with mode: 0644]
test/GPGPU/scheduler-timeout.ll [new file with mode: 0644]
test/GPGPU/shared-memory-scalar.ll [new file with mode: 0644]
test/GPGPU/shared-memory-two-dimensional.ll [new file with mode: 0644]
test/GPGPU/shared-memory.ll [new file with mode: 0644]
test/GPGPU/simple-managed-memory-rewrite.ll [new file with mode: 0644]
test/GPGPU/size-cast.ll [new file with mode: 0644]
test/GPGPU/spir-codegen.ll [new file with mode: 0644]
test/GPGPU/unknown-fn-call-not-copied-into-kernel.ll [new file with mode: 0644]
test/GPGPU/untouched-arrays.ll [new file with mode: 0644]
test/Isl/Ast/OpenMP/multiple_loops_outer_parallel.ll [new file with mode: 0644]
test/Isl/Ast/OpenMP/nested_loop_both_parallel.ll [new file with mode: 0644]
test/Isl/Ast/OpenMP/nested_loop_both_parallel_parametric.ll [new file with mode: 0644]
test/Isl/Ast/OpenMP/nested_loop_inner_parallel.ll [new file with mode: 0644]
test/Isl/Ast/OpenMP/nested_loop_outer_parallel.ll [new file with mode: 0644]
test/Isl/Ast/OpenMP/single_loop_param_non_parallel.ll [new file with mode: 0644]
test/Isl/Ast/OpenMP/single_loop_param_parallel.ll [new file with mode: 0644]
test/Isl/Ast/OpenMP/single_loop_param_parallel_computeout.ll [new file with mode: 0644]
test/Isl/Ast/alias_checks_with_empty_context.ll [new file with mode: 0644]
test/Isl/Ast/alias_simple_1.ll [new file with mode: 0644]
test/Isl/Ast/alias_simple_2.ll [new file with mode: 0644]
test/Isl/Ast/alias_simple_3.ll [new file with mode: 0644]
test/Isl/Ast/aliasing_arrays_with_identical_base.ll [new file with mode: 0644]
test/Isl/Ast/aliasing_multiple_alias_groups.ll [new file with mode: 0644]
test/Isl/Ast/aliasing_parametric_simple_1.ll [new file with mode: 0644]
test/Isl/Ast/aliasing_parametric_simple_2.ll [new file with mode: 0644]
test/Isl/Ast/dependence_distance_constant.ll [new file with mode: 0644]
test/Isl/Ast/dependence_distance_multiple_constant.ll [new file with mode: 0644]
test/Isl/Ast/dependence_distance_parametric.ll [new file with mode: 0644]
test/Isl/Ast/dependence_distance_parametric_expr.ll [new file with mode: 0644]
test/Isl/Ast/dependence_distance_varying.ll [new file with mode: 0644]
test/Isl/Ast/dependence_distance_varying_in_outer_loop.ll [new file with mode: 0644]
test/Isl/Ast/dependence_distance_varying_multiple.ll [new file with mode: 0644]
test/Isl/Ast/domain_bounded_only_with_context.ll [new file with mode: 0644]
test/Isl/Ast/non_affine_access.ll [new file with mode: 0644]
test/Isl/Ast/reduction_clauses_multidimensional_access.ll [new file with mode: 0644]
test/Isl/Ast/reduction_clauses_onedimensional_access.ll [new file with mode: 0644]
test/Isl/Ast/reduction_dependences_equal_non_reduction_dependences.ll [new file with mode: 0644]
test/Isl/Ast/reduction_different_reduction_clauses.ll [new file with mode: 0644]
test/Isl/Ast/reduction_in_one_dimension.ll [new file with mode: 0644]
test/Isl/Ast/reduction_loop_reversal.ll [new file with mode: 0644]
test/Isl/Ast/reduction_modulo_and_loop_reversal_schedule.ll [new file with mode: 0644]
test/Isl/Ast/reduction_modulo_and_loop_reversal_schedule_2.ll [new file with mode: 0644]
test/Isl/Ast/reduction_modulo_schedule.ll [new file with mode: 0644]
test/Isl/Ast/reduction_modulo_schedule_multiple_dimensions.ll [new file with mode: 0644]
test/Isl/Ast/reduction_modulo_schedule_multiple_dimensions_2.ll [new file with mode: 0644]
test/Isl/Ast/reduction_modulo_schedule_multiple_dimensions_3.ll [new file with mode: 0644]
test/Isl/Ast/reduction_modulo_schedule_multiple_dimensions_4.ll [new file with mode: 0644]
test/Isl/Ast/reduction_modulo_schedule_multiple_dimensions_5.ll [new file with mode: 0644]
test/Isl/Ast/reduction_multiple_dimensions.ll [new file with mode: 0644]
test/Isl/Ast/reduction_multiple_dimensions_2.ll [new file with mode: 0644]
test/Isl/Ast/reduction_multiple_dimensions_3.ll [new file with mode: 0644]
test/Isl/Ast/reduction_multiple_dimensions_4.ll [new file with mode: 0644]
test/Isl/Ast/rlr___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/Isl/Ast/rmalrs2___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/Isl/Ast/rmalrs___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/Isl/Ast/rmd2___%for.cond---%for.end12.jscop [new file with mode: 0644]
test/Isl/Ast/rmd3___%for.cond---%for.end12.jscop [new file with mode: 0644]
test/Isl/Ast/rmd4___%for.cond---%for.end12.jscop [new file with mode: 0644]
test/Isl/Ast/rmd___%for.cond---%for.end12.jscop [new file with mode: 0644]
test/Isl/Ast/rms___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/Isl/Ast/rmsmd2___%for.cond---%for.end6.jscop [new file with mode: 0644]
test/Isl/Ast/rmsmd3___%for.cond---%for.end6.jscop [new file with mode: 0644]
test/Isl/Ast/rmsmd4___%for.cond---%for.end6.jscop [new file with mode: 0644]
test/Isl/Ast/rmsmd5___%for.cond---%for.end6.jscop [new file with mode: 0644]
test/Isl/Ast/rmsmd___%for.cond---%for.end6.jscop [new file with mode: 0644]
test/Isl/Ast/run-time-condition.ll [new file with mode: 0644]
test/Isl/Ast/runtime_context_with_error_blocks.ll [new file with mode: 0644]
test/Isl/Ast/simple-run-time-condition.ll [new file with mode: 0644]
test/Isl/Ast/single_loop_strip_mine.ll [new file with mode: 0644]
test/Isl/Ast/single_loop_strip_mine___%for.cond---%for.end.jscop [new file with mode: 0644]
test/Isl/CodeGen/20100617.ll [new file with mode: 0644]
test/Isl/CodeGen/20100622.ll [new file with mode: 0644]
test/Isl/CodeGen/20100707.ll [new file with mode: 0644]
test/Isl/CodeGen/20100707_2.ll [new file with mode: 0644]
test/Isl/CodeGen/20100708.ll [new file with mode: 0644]
test/Isl/CodeGen/20100708_2.ll [new file with mode: 0644]
test/Isl/CodeGen/20100713.ll [new file with mode: 0644]
test/Isl/CodeGen/20100713_2.ll [new file with mode: 0644]
test/Isl/CodeGen/20100717.ll [new file with mode: 0644]
test/Isl/CodeGen/20100718-DomInfo-2.ll [new file with mode: 0644]
test/Isl/CodeGen/20100718-DomInfo.ll [new file with mode: 0644]
test/Isl/CodeGen/20100720-MultipleConditions.ll [new file with mode: 0644]
test/Isl/CodeGen/20100809-IndependentBlock.ll [new file with mode: 0644]
test/Isl/CodeGen/20100811-ScalarDependencyBetweenBrAndCnd.ll [new file with mode: 0644]
test/Isl/CodeGen/20101030-Overflow.ll [new file with mode: 0644]
test/Isl/CodeGen/20101103-Overflow3.ll [new file with mode: 0644]
test/Isl/CodeGen/20101103-signmissmatch.ll [new file with mode: 0644]
test/Isl/CodeGen/20110226-Ignore-Dead-Code.ll [new file with mode: 0644]
test/Isl/CodeGen/20110226-PHI-Node-removed.ll [new file with mode: 0644]
test/Isl/CodeGen/20120316-InvalidCast.ll [new file with mode: 0644]
test/Isl/CodeGen/20120403-RHS-type-mismatch.ll [new file with mode: 0644]
test/Isl/CodeGen/20130211-getNumberOfIterations.ll [new file with mode: 0644]
test/Isl/CodeGen/20130221.ll [new file with mode: 0644]
test/Isl/CodeGen/20150328-SCEVExpanderIntroducesNewIV.ll [new file with mode: 0644]
test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll [new file with mode: 0644]
test/Isl/CodeGen/LoopParallelMD/loop_nest_param_parallel.ll [new file with mode: 0644]
test/Isl/CodeGen/LoopParallelMD/single_loop_param_parallel.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/bad_alignment.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/bad_alignment___%for.cond---%for.end.jscop [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/codegen_address_space.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/codegen_constant_offset.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/codegen_constant_offset___%for.cond---%for.end.jscop [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/codegen_constant_offset___%for.cond---%for.end.jscop.transformed [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/codegen_simple.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/codegen_simple___%for.cond---%for.end.jscop [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/codegen_simple___%for.cond---%for.end.jscop.transformed [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/codegen_simple_float.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/codegen_simple_md.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/codegen_simple_md___%for.cond---%for.end6.jscop [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/codegen_simple_md___%for.cond---%for.end6.jscop.transformed+withconst [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/codegen_simple_md___%for.cond---%for.end6.jscop.transformed+withoutconst [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/codegen_simple_md_float.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/create_arrays.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/create_arrays___%bb9---%bb26.jscop [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/create_arrays___%bb9---%bb26.jscop.transformed [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/create_arrays_heap.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/create_arrays_heap___%for.cond1.preheader---%for.end18.jscop [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/create_arrays_heap___%for.cond1.preheader---%for.end18.jscop.transformed [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/default_aligned_new_access_function.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/different_types.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/different_types___%bb2---%bb18.jscop [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/generate-all.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/invariant_base_ptr.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/invariant_base_ptr___%loop---%exit.jscop [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/map_scalar_access.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/map_scalar_access___%outer.for---%return.jscop [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/map_scalar_access___%outer.for---%return.jscop.transformed [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/multiple_types.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/multiple_types___%bb1---%bb22.jscop [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/simple.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/simple___%for.cond---%for.end.jscop [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/simple___%for.cond---%for.end.jscop.transformed [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/simple___%for.cond---%for.end14.jscop [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/simple___%for.cond---%for.end14.jscop.transformed [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/simple___%for.cond4---%for.end14.jscop [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/simple___%for.cond4---%for.end14.jscop.transformed [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/simple_analyze.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/simple_stride___%for.cond---%for.end.jscop [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/simple_stride_test.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/update_access_functions.ll [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/update_access_functions___%loop1---%exit.jscop [new file with mode: 0644]
test/Isl/CodeGen/MemAccess/update_access_functions___%loop1---%exit.jscop.transformed [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/alias-metadata.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/invariant_base_pointer_preloaded.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/invariant_base_pointer_preloaded_different_bb.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/invariant_base_pointer_preloaded_pass_only_needed.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/invariant_base_pointers_preloaded.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/loop-body-references-outer-iv.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/loop-body-references-outer-values-2.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/loop-body-references-outer-values-3.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/loop-body-references-outer-values.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/loop-bounds-reference-outer-ids.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/mapped-phi-access.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/new_multidim_access.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/new_multidim_access___%bb1---%bb17.jscop [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/recomputed-srem.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/reference-argument-from-non-affine-region.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/reference-other-bb.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/reference-preceeding-loop.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/reference_latest.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/single_loop.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/single_loop_with_loop_invariant_baseptr.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/single_loop_with_param.ll [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/single_parallel_loop___%for.i---%exit.jscop [new file with mode: 0644]
test/Isl/CodeGen/OpenMP/two-parallel-loops-reference-outer-indvar.ll [new file with mode: 0644]
test/Isl/CodeGen/PHIInExit.ll [new file with mode: 0644]
test/Isl/CodeGen/RuntimeDebugBuilder/combine_different_values.c [new file with mode: 0644]
test/Isl/CodeGen/RuntimeDebugBuilder/combine_different_values.ll [new file with mode: 0644]
test/Isl/CodeGen/alias-check-multi-dim.ll [new file with mode: 0644]
test/Isl/CodeGen/alias_metadata_too_many_arrays.ll [new file with mode: 0644]
test/Isl/CodeGen/aliasing_different_base_and_access_type.ll [new file with mode: 0644]
test/Isl/CodeGen/aliasing_different_pointer_types.ll [new file with mode: 0644]
test/Isl/CodeGen/aliasing_multidimensional_access.ll [new file with mode: 0644]
test/Isl/CodeGen/aliasing_parametric_simple_1.ll [new file with mode: 0644]
test/Isl/CodeGen/aliasing_parametric_simple_2.ll [new file with mode: 0644]
test/Isl/CodeGen/aliasing_struct_element.ll [new file with mode: 0644]
test/Isl/CodeGen/alignment.ll [new file with mode: 0644]
test/Isl/CodeGen/annotated_alias_scopes.ll [new file with mode: 0644]
test/Isl/CodeGen/blas_sscal_simplified.ll [new file with mode: 0644]
test/Isl/CodeGen/conflict-between-loop-invariant-code-hosting-and-escape-map-computation.ll [new file with mode: 0644]
test/Isl/CodeGen/constant_condition.ll [new file with mode: 0644]
test/Isl/CodeGen/create-conditional-scop.ll [new file with mode: 0644]
test/Isl/CodeGen/dead_invariant_load_instruction_referenced_by_parameter_1.ll [new file with mode: 0644]
test/Isl/CodeGen/dead_invariant_load_instruction_referenced_by_parameter_2.ll [new file with mode: 0644]
test/Isl/CodeGen/debug-intrinsics.ll [new file with mode: 0644]
test/Isl/CodeGen/dominance_problem_after_early_codegen_bailout.ll [new file with mode: 0644]
test/Isl/CodeGen/empty_domain_in_context.ll [new file with mode: 0644]
test/Isl/CodeGen/entry_with_trivial_phi.ll [new file with mode: 0644]
test/Isl/CodeGen/entry_with_trivial_phi_other_bb.ll [new file with mode: 0644]
test/Isl/CodeGen/error-stmt-in-non-affine-region.ll [new file with mode: 0644]
test/Isl/CodeGen/error_block_contains_invalid_memory_access.ll [new file with mode: 0644]
test/Isl/CodeGen/exprModDiv.ll [new file with mode: 0644]
test/Isl/CodeGen/exprModDiv___%for.cond---%for.end.jscop [new file with mode: 0644]
test/Isl/CodeGen/exprModDiv___%for.cond---%for.end.jscop.pow2 [new file with mode: 0644]
test/Isl/CodeGen/fortran_array_runtime_size_generation.ll [new file with mode: 0644]
test/Isl/CodeGen/getNumberOfIterations.ll [new file with mode: 0644]
test/Isl/CodeGen/hoisted_load_escapes_through_phi.ll [new file with mode: 0644]
test/Isl/CodeGen/hoisting_1.ll [new file with mode: 0644]
test/Isl/CodeGen/hoisting_2.ll [new file with mode: 0644]
test/Isl/CodeGen/if-conditions-in-vector-code.ll [new file with mode: 0644]
test/Isl/CodeGen/inner_scev_sdiv_1.ll [new file with mode: 0644]
test/Isl/CodeGen/inner_scev_sdiv_2.ll [new file with mode: 0644]
test/Isl/CodeGen/inner_scev_sdiv_3.ll [new file with mode: 0644]
test/Isl/CodeGen/inner_scev_sdiv_in_lb.ll [new file with mode: 0644]
test/Isl/CodeGen/inner_scev_sdiv_in_lb_invariant.ll [new file with mode: 0644]
test/Isl/CodeGen/inner_scev_sdiv_in_rtc.ll [new file with mode: 0644]
test/Isl/CodeGen/intrinsics_lifetime.ll [new file with mode: 0644]
test/Isl/CodeGen/intrinsics_misc.ll [new file with mode: 0644]
test/Isl/CodeGen/inv-load-lnt-crash-wrong-order-2.ll [new file with mode: 0644]
test/Isl/CodeGen/inv-load-lnt-crash-wrong-order-3.ll [new file with mode: 0644]
test/Isl/CodeGen/inv-load-lnt-crash-wrong-order.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant-load-dimension.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant-load-preload-base-pointer-origin-first.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_cannot_handle_void.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_address_space.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_alias_metadata.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_base_pointer.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_base_pointer_conditional.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_base_pointer_conditional_2.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_canonicalize_array_baseptrs.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_condition.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_different_sized_types.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_escaping.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_escaping_second_scop.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_hoist_alignment.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_in_non_affine_subregion.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_loop_ub.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_not_executed_but_in_parameters.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_outermost.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_parameters_cyclic_dependence.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_ptr_ptr_noalias.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_scalar_dep.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_load_scalar_escape_alloca_sharing.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_loads_from_struct_with_different_types_1.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_loads_from_struct_with_different_types_2.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_loads_ignore_parameter_bounds.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_verify_function_failed.ll [new file with mode: 0644]
test/Isl/CodeGen/invariant_verify_function_failed_2.ll [new file with mode: 0644]
test/Isl/CodeGen/large-numbers-in-boundary-context.ll [new file with mode: 0644]
test/Isl/CodeGen/loop-invariant-load-type-mismatch.ll [new file with mode: 0644]
test/Isl/CodeGen/loop_with_condition.ll [new file with mode: 0644]
test/Isl/CodeGen/loop_with_condition_2.ll [new file with mode: 0644]
test/Isl/CodeGen/loop_with_condition_ineq.ll [new file with mode: 0644]
test/Isl/CodeGen/loop_with_condition_nested.ll [new file with mode: 0644]
test/Isl/CodeGen/loop_with_conditional_entry_edge_split_hard_case.ll [new file with mode: 0644]
test/Isl/CodeGen/memcpy_annotations.ll [new file with mode: 0644]
test/Isl/CodeGen/multidim-non-matching-typesize-2.ll [new file with mode: 0644]
test/Isl/CodeGen/multidim-non-matching-typesize.ll [new file with mode: 0644]
test/Isl/CodeGen/multidim_2d_parametric_array_static_loop_bounds.ll [new file with mode: 0644]
test/Isl/CodeGen/multidim_alias_check.ll [new file with mode: 0644]
test/Isl/CodeGen/multiple-codegens.ll [new file with mode: 0644]
test/Isl/CodeGen/multiple-scops-in-a-row.ll [new file with mode: 0644]
test/Isl/CodeGen/multiple-types-invariant-load-2.ll [new file with mode: 0644]
test/Isl/CodeGen/multiple-types-invariant-load.ll [new file with mode: 0644]
test/Isl/CodeGen/multiple_sai_fro_same_base_address.ll [new file with mode: 0644]
test/Isl/CodeGen/new_multidim_access___%bb1---%bb17.jscop [new file with mode: 0644]
test/Isl/CodeGen/no-overflow-tracking.ll [new file with mode: 0644]
test/Isl/CodeGen/no_guard_bb.ll [new file with mode: 0644]
test/Isl/CodeGen/non-affine-dominance-generated-entering.ll [new file with mode: 0644]
test/Isl/CodeGen/non-affine-exit-node-dominance.ll [new file with mode: 0644]
test/Isl/CodeGen/non-affine-phi-node-expansion-2.ll [new file with mode: 0644]
test/Isl/CodeGen/non-affine-phi-node-expansion-3.ll [new file with mode: 0644]
test/Isl/CodeGen/non-affine-phi-node-expansion-4.ll [new file with mode: 0644]
test/Isl/CodeGen/non-affine-phi-node-expansion.ll [new file with mode: 0644]
test/Isl/CodeGen/non-affine-region-exit-phi-incoming-synthesize-2.ll [new file with mode: 0644]
test/Isl/CodeGen/non-affine-region-exit-phi-incoming-synthesize.ll [new file with mode: 0644]
test/Isl/CodeGen/non-affine-region-implicit-store.ll [new file with mode: 0644]
test/Isl/CodeGen/non-affine-region-phi-references-in-scop-value.ll [new file with mode: 0644]
test/Isl/CodeGen/non-affine-subregion-dominance-reuse.ll [new file with mode: 0644]
test/Isl/CodeGen/non-affine-switch.ll [new file with mode: 0644]
test/Isl/CodeGen/non-affine-synthesized-in-branch.ll [new file with mode: 0644]
test/Isl/CodeGen/non-affine-update.ll [new file with mode: 0644]
test/Isl/CodeGen/non-affine-update___%bb1---%bb15.jscop [new file with mode: 0644]
test/Isl/CodeGen/non-hoisted-load-needed-as-base-ptr.ll [new file with mode: 0644]
test/Isl/CodeGen/non_affine_float_compare.ll [new file with mode: 0644]
test/Isl/CodeGen/only_non_affine_error_region.ll [new file with mode: 0644]
test/Isl/CodeGen/openmp_limit_threads.ll [new file with mode: 0644]
test/Isl/CodeGen/out-of-scop-phi-node-use.ll [new file with mode: 0644]
test/Isl/CodeGen/param_div_div_div_2.ll [new file with mode: 0644]
test/Isl/CodeGen/partial_write_array.ll [new file with mode: 0644]
test/Isl/CodeGen/partial_write_array___%for---%return.jscop [new file with mode: 0644]
test/Isl/CodeGen/partial_write_array___%for---%return.jscop.transformed [new file with mode: 0644]
test/Isl/CodeGen/partial_write_emptyset.ll [new file with mode: 0644]
test/Isl/CodeGen/partial_write_emptyset___%for---%return.jscop [new file with mode: 0644]
test/Isl/CodeGen/partial_write_emptyset___%for---%return.jscop.transformed [new file with mode: 0644]
test/Isl/CodeGen/partial_write_full_write_that_appears_partial.ll [new file with mode: 0644]
test/Isl/CodeGen/partial_write_impossible_restriction.ll [new file with mode: 0644]
test/Isl/CodeGen/partial_write_impossible_restriction___%for.body344---%if.then.i.i1141.loopexit.jscop [new file with mode: 0644]
test/Isl/CodeGen/partial_write_impossible_restriction___%for.body344---%if.then.i.i1141.loopexit.jscop.transformed [new file with mode: 0644]
test/Isl/CodeGen/partial_write_in_region.ll [new file with mode: 0644]
test/Isl/CodeGen/partial_write_in_region___%bb1---%bb12.jscop [new file with mode: 0644]
test/Isl/CodeGen/partial_write_in_region___%bb1---%bb12.jscop.transformed [new file with mode: 0644]
test/Isl/CodeGen/partial_write_in_region_with_loop.ll [new file with mode: 0644]
test/Isl/CodeGen/partial_write_in_region_with_loop___%bb1---%bb14.jscop [new file with mode: 0644]
test/Isl/CodeGen/partial_write_in_region_with_loop___%bb1---%bb14.jscop.transformed [new file with mode: 0644]
test/Isl/CodeGen/partial_write_mapped_scalar.ll [new file with mode: 0644]
test/Isl/CodeGen/partial_write_mapped_scalar___%for---%return.jscop [new file with mode: 0644]
test/Isl/CodeGen/partial_write_mapped_scalar___%for---%return.jscop.transformed [new file with mode: 0644]
test/Isl/CodeGen/partial_write_mapped_scalar_subregion.ll [new file with mode: 0644]
test/Isl/CodeGen/partial_write_mapped_scalar_subregion___%for---%return.jscop [new file with mode: 0644]
test/Isl/CodeGen/partial_write_mapped_scalar_subregion___%for---%return.jscop.transformed [new file with mode: 0644]
test/Isl/CodeGen/partial_write_mapped_vector.ll [new file with mode: 0644]
test/Isl/CodeGen/partial_write_mapped_vector___%for---%return.jscop [new file with mode: 0644]
test/Isl/CodeGen/partial_write_mapped_vector___%for---%return.jscop.transformed [new file with mode: 0644]
test/Isl/CodeGen/perf_monitoring.ll [new file with mode: 0644]
test/Isl/CodeGen/perf_monitoring_cycles_per_scop.ll [new file with mode: 0644]
test/Isl/CodeGen/perf_monitoring_trip_counts_per_scop.ll [new file with mode: 0644]
test/Isl/CodeGen/phi-defined-before-scop.ll [new file with mode: 0644]
test/Isl/CodeGen/phi_after_error_block_outside_of_scop.ll [new file with mode: 0644]
test/Isl/CodeGen/phi_condition_modeling_1.ll [new file with mode: 0644]
test/Isl/CodeGen/phi_condition_modeling_2.ll [new file with mode: 0644]
test/Isl/CodeGen/phi_conditional_simple_1.ll [new file with mode: 0644]
test/Isl/CodeGen/phi_in_exit_early_lnt_failure_1.ll [new file with mode: 0644]
test/Isl/CodeGen/phi_in_exit_early_lnt_failure_2.ll [new file with mode: 0644]
test/Isl/CodeGen/phi_in_exit_early_lnt_failure_3.ll [new file with mode: 0644]
test/Isl/CodeGen/phi_in_exit_early_lnt_failure_5.ll [new file with mode: 0644]
test/Isl/CodeGen/phi_loop_carried_float.ll [new file with mode: 0644]
test/Isl/CodeGen/phi_loop_carried_float_escape.ll [new file with mode: 0644]
test/Isl/CodeGen/phi_scalar_simple_1.ll [new file with mode: 0644]
test/Isl/CodeGen/phi_scalar_simple_2.ll [new file with mode: 0644]
test/Isl/CodeGen/phi_with_multi_exiting_edges_2.ll [new file with mode: 0644]
test/Isl/CodeGen/phi_with_one_exit_edge.ll [new file with mode: 0644]
test/Isl/CodeGen/pointer-type-expressions-2.ll [new file with mode: 0644]
test/Isl/CodeGen/pointer-type-expressions.ll [new file with mode: 0644]
test/Isl/CodeGen/pointer-type-pointer-type-comparison.ll [new file with mode: 0644]
test/Isl/CodeGen/pointer_rem.ll [new file with mode: 0644]
test/Isl/CodeGen/pr25241.ll [new file with mode: 0644]
test/Isl/CodeGen/ptrtoint_as_parameter.ll [new file with mode: 0644]
test/Isl/CodeGen/read-only-scalars.ll [new file with mode: 0644]
test/Isl/CodeGen/reduction.ll [new file with mode: 0644]
test/Isl/CodeGen/reduction_2.ll [new file with mode: 0644]
test/Isl/CodeGen/reduction_simple_binary.ll [new file with mode: 0644]
test/Isl/CodeGen/region-with-instructions.ll [new file with mode: 0644]
test/Isl/CodeGen/region_exiting-domtree.ll [new file with mode: 0644]
test/Isl/CodeGen/run-time-condition-with-scev-parameters.ll [new file with mode: 0644]
test/Isl/CodeGen/run-time-condition.ll [new file with mode: 0644]
test/Isl/CodeGen/scalar-references-used-in-scop-compute.ll [new file with mode: 0644]
test/Isl/CodeGen/scalar-store-from-same-bb.ll [new file with mode: 0644]
test/Isl/CodeGen/scalar_codegen_crash.ll [new file with mode: 0644]
test/Isl/CodeGen/scev-division-invariant-load.ll [new file with mode: 0644]
test/Isl/CodeGen/scev.ll [new file with mode: 0644]
test/Isl/CodeGen/scev_expansion_in_nonaffine.ll [new file with mode: 0644]
test/Isl/CodeGen/scev_looking_through_bitcasts.ll [new file with mode: 0644]
test/Isl/CodeGen/scop_expander_insert_point.ll [new file with mode: 0644]
test/Isl/CodeGen/scop_expander_segfault.ll [new file with mode: 0644]
test/Isl/CodeGen/scop_never_executed_runtime_check_location.ll [new file with mode: 0644]
test/Isl/CodeGen/select-base-pointer.ll [new file with mode: 0644]
test/Isl/CodeGen/sequential_loops.ll [new file with mode: 0644]
test/Isl/CodeGen/simple_loop_non_single_exit.ll [new file with mode: 0644]
test/Isl/CodeGen/simple_loop_non_single_exit_2.ll [new file with mode: 0644]
test/Isl/CodeGen/simple_non_single_entry.ll [new file with mode: 0644]
test/Isl/CodeGen/simple_nonaffine_loop.ll [new file with mode: 0644]
test/Isl/CodeGen/simple_vec_assign_scalar.ll [new file with mode: 0644]
test/Isl/CodeGen/simple_vec_assign_scalar_2.ll [new file with mode: 0644]
test/Isl/CodeGen/simple_vec_call.ll [new file with mode: 0644]
test/Isl/CodeGen/simple_vec_call_2.ll [new file with mode: 0644]
test/Isl/CodeGen/simple_vec_cast.ll [new file with mode: 0644]
test/Isl/CodeGen/simple_vec_const.ll [new file with mode: 0644]
test/Isl/CodeGen/simple_vec_large_width.ll [new file with mode: 0644]
test/Isl/CodeGen/simple_vec_ptr_ptr_ty.ll [new file with mode: 0644]
test/Isl/CodeGen/simple_vec_stride_negative_one.ll [new file with mode: 0644]
test/Isl/CodeGen/simple_vec_stride_one.ll [new file with mode: 0644]
test/Isl/CodeGen/simple_vec_stride_x.ll [new file with mode: 0644]
test/Isl/CodeGen/simple_vec_strides_multidim.ll [new file with mode: 0644]
test/Isl/CodeGen/simple_vec_two_stmts.ll [new file with mode: 0644]
test/Isl/CodeGen/single_do_loop_int_max_iterations.ll [new file with mode: 0644]
test/Isl/CodeGen/single_do_loop_int_max_iterations___%do.body---%do.end.jscop [new file with mode: 0644]
test/Isl/CodeGen/single_do_loop_int_param_iterations.ll [new file with mode: 0644]
test/Isl/CodeGen/single_do_loop_ll_max_iterations.ll [new file with mode: 0644]
test/Isl/CodeGen/single_do_loop_one_iteration.ll [new file with mode: 0644]
test/Isl/CodeGen/single_do_loop_scev_replace.ll [new file with mode: 0644]
test/Isl/CodeGen/single_loop.ll [new file with mode: 0644]
test/Isl/CodeGen/single_loop_int_max_iterations.ll [new file with mode: 0644]
test/Isl/CodeGen/single_loop_ll_max_iterations.ll [new file with mode: 0644]
test/Isl/CodeGen/single_loop_one_iteration.ll [new file with mode: 0644]
test/Isl/CodeGen/single_loop_param.ll [new file with mode: 0644]
test/Isl/CodeGen/single_loop_zero_iterations.ll [new file with mode: 0644]
test/Isl/CodeGen/split_edge_of_exit.ll [new file with mode: 0644]
test/Isl/CodeGen/split_edges.ll [new file with mode: 0644]
test/Isl/CodeGen/split_edges_2.ll [new file with mode: 0644]
test/Isl/CodeGen/srem-in-other-bb.ll [new file with mode: 0644]
test/Isl/CodeGen/stack-overflow-in-load-hoisting.ll [new file with mode: 0644]
test/Isl/CodeGen/stmt_split_no_dependence.ll [new file with mode: 0644]
test/Isl/CodeGen/switch-in-non-affine-region.ll [new file with mode: 0644]
test/Isl/CodeGen/synthesizable_phi_write_after_loop.ll [new file with mode: 0644]
test/Isl/CodeGen/test-invalid-operands-for-select-2.ll [new file with mode: 0644]
test/Isl/CodeGen/test-invalid-operands-for-select.ll [new file with mode: 0644]
test/Isl/CodeGen/test.ll [new file with mode: 0644]
test/Isl/CodeGen/two-loops-right-after-each-other-2.ll [new file with mode: 0644]
test/Isl/CodeGen/two-scops-in-row-invalidate-scevs.ll [new file with mode: 0644]
test/Isl/CodeGen/two-scops-in-row.ll [new file with mode: 0644]
test/Isl/CodeGen/udiv_expansion_position.ll [new file with mode: 0644]
test/Isl/CodeGen/uninitialized_scalar_memory.ll [new file with mode: 0644]
test/Isl/CodeGen/unpredictable-loop-unsynthesizable.ll [new file with mode: 0644]
test/Isl/CodeGen/variant_load_empty_domain.ll [new file with mode: 0644]
test/Isl/CodeGen/whole-scop-non-affine-subregion.ll [new file with mode: 0644]
test/Isl/single_loop_param_less_equal.ll [new file with mode: 0644]
test/Isl/single_loop_param_less_than.ll [new file with mode: 0644]
test/Isl/single_loop_uint_max_iterations.ll [new file with mode: 0644]
test/Isl/single_loop_ull_max_iterations.ll [new file with mode: 0644]
test/JSONExporter/ImportAccesses/ImportAccesses-Bad-relation.ll [new file with mode: 0644]
test/JSONExporter/ImportAccesses/ImportAccesses-No-accesses-key.ll [new file with mode: 0644]
test/JSONExporter/ImportAccesses/ImportAccesses-Not-enough-MemAcc.ll [new file with mode: 0644]
test/JSONExporter/ImportAccesses/ImportAccesses-Not-enough-statements.ll [new file with mode: 0644]
test/JSONExporter/ImportAccesses/ImportAccesses-Relation-mispelled.ll [new file with mode: 0644]
test/JSONExporter/ImportAccesses/ImportAccesses-Statements-mispelled.ll [new file with mode: 0644]
test/JSONExporter/ImportAccesses/ImportAccesses-Undeclared-ScopArrayInfo.ll [new file with mode: 0644]
test/JSONExporter/ImportAccesses/ImportAccesses-Wrong-number-dimensions.ll [new file with mode: 0644]
test/JSONExporter/ImportAccesses/ia2___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/JSONExporter/ImportAccesses/ia3___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/JSONExporter/ImportAccesses/ia4___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/JSONExporter/ImportAccesses/ia5___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/JSONExporter/ImportAccesses/ia6___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/JSONExporter/ImportAccesses/ia7___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/JSONExporter/ImportAccesses/ia8___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/JSONExporter/ImportAccesses/ia___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/JSONExporter/ImportArrays/ImportArrays-Mispelled-type.ll [new file with mode: 0644]
test/JSONExporter/ImportArrays/ImportArrays-Negative-size.ll [new file with mode: 0644]
test/JSONExporter/ImportArrays/ImportArrays-No-name.ll [new file with mode: 0644]
test/JSONExporter/ImportArrays/ImportArrays-No-sizes-key.ll [new file with mode: 0644]
test/JSONExporter/ImportArrays/ImportArrays-No-type-key.ll [new file with mode: 0644]
test/JSONExporter/ImportArrays/ImportArrays_Negative_Size___%for.cond1.preheader---%for.end18.jscop [new file with mode: 0644]
test/JSONExporter/ImportArrays/ImportArrays_Negative_Size___%for.cond1.preheader---%for.end18.jscop.transformed [new file with mode: 0644]
test/JSONExporter/ImportArrays/ia2___%bb9---%bb26.jscop.transformed [new file with mode: 0644]
test/JSONExporter/ImportArrays/ia3___%bb9---%bb26.jscop.transformed [new file with mode: 0644]
test/JSONExporter/ImportArrays/ia4___%bb9---%bb26.jscop.transformed [new file with mode: 0644]
test/JSONExporter/ImportArrays/ia___%bb9---%bb26.jscop.transformed [new file with mode: 0644]
test/JSONExporter/ImportContext/ImportContext-Context-mispelled.ll [new file with mode: 0644]
test/JSONExporter/ImportContext/ImportContext-Not-parameter-set.ll [new file with mode: 0644]
test/JSONExporter/ImportContext/ImportContext-Unvalid-Context.ll [new file with mode: 0644]
test/JSONExporter/ImportContext/ImportContext-Wrong-dimension.ll [new file with mode: 0644]
test/JSONExporter/ImportContext/ic2___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/JSONExporter/ImportContext/ic3___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/JSONExporter/ImportContext/ic4___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/JSONExporter/ImportContext/ic___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/JSONExporter/ImportSchedule/ImportSchedule-No-schedule-key.ll [new file with mode: 0644]
test/JSONExporter/ImportSchedule/ImportSchedule-Schedule-not-valid.ll [new file with mode: 0644]
test/JSONExporter/ImportSchedule/ImportSchedule-Statements-mispelled.ll [new file with mode: 0644]
test/JSONExporter/ImportSchedule/ImportSchedule-Wrong-number-statements.ll [new file with mode: 0644]
test/JSONExporter/ImportSchedule/is2___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/JSONExporter/ImportSchedule/is3___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/JSONExporter/ImportSchedule/is4___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/JSONExporter/ImportSchedule/is___%for.cond---%for.end10.jscop [new file with mode: 0644]
test/MaximalStaticExpansion/load_after_store_same_statement.ll [new file with mode: 0644]
test/MaximalStaticExpansion/read_from_original.ll [new file with mode: 0644]
test/MaximalStaticExpansion/too_many_writes.ll [new file with mode: 0644]
test/MaximalStaticExpansion/working_deps_between_inners.ll [new file with mode: 0644]
test/MaximalStaticExpansion/working_deps_between_inners_phi.ll [new file with mode: 0644]
test/MaximalStaticExpansion/working_expansion.ll [new file with mode: 0644]
test/MaximalStaticExpansion/working_expansion_multiple_dependences_per_statement.ll [new file with mode: 0644]
test/MaximalStaticExpansion/working_expansion_multiple_instruction_per_statement.ll [new file with mode: 0644]
test/MaximalStaticExpansion/working_phi_expansion.ll [new file with mode: 0644]
test/MaximalStaticExpansion/working_phi_two_scalars.ll [new file with mode: 0644]
test/MaximalStaticExpansion/working_value_expansion.ll [new file with mode: 0644]
test/PruneUnprofitable/prune_only_scalardeps.ll [new file with mode: 0644]
test/README [new file with mode: 0644]
test/RewriteByReferenceParameters/fortran_io.ll [new file with mode: 0644]
test/ScheduleOptimizer/2012-03-16-Empty-Domain.ll [new file with mode: 0644]
test/ScheduleOptimizer/2012-04-16-Trivially-vectorizable-loops.ll [new file with mode: 0644]
test/ScheduleOptimizer/2013-04-11-Empty-Domain-two.ll [new file with mode: 0644]
test/ScheduleOptimizer/computeout.ll [new file with mode: 0644]
test/ScheduleOptimizer/ensure-correct-tile-sizes.ll [new file with mode: 0644]
test/ScheduleOptimizer/full_partial_tile_separation.ll [new file with mode: 0644]
test/ScheduleOptimizer/kernel_gemm___%for.body---%for.end24.jscop [new file with mode: 0644]
test/ScheduleOptimizer/kernel_gemm___%for.body---%for.end24.jscop.transformed [new file with mode: 0644]
test/ScheduleOptimizer/kernel_gemm___%for.cond1.preheader---%for.end18.jscop.transformed [new file with mode: 0644]
test/ScheduleOptimizer/line-tiling-2.ll [new file with mode: 0644]
test/ScheduleOptimizer/line-tiling.ll [new file with mode: 0644]
test/ScheduleOptimizer/mat_mul_pattern_data_layout.ll [new file with mode: 0644]
test/ScheduleOptimizer/mat_mul_pattern_data_layout_2.ll [new file with mode: 0644]
test/ScheduleOptimizer/one-dimensional-band.ll [new file with mode: 0644]
test/ScheduleOptimizer/outer_coincidence.ll [new file with mode: 0644]
test/ScheduleOptimizer/pattern-matching-based-opts-after-delicm.ll [new file with mode: 0644]
test/ScheduleOptimizer/pattern-matching-based-opts.ll [new file with mode: 0644]
test/ScheduleOptimizer/pattern-matching-based-opts_10.ll [new file with mode: 0644]
test/ScheduleOptimizer/pattern-matching-based-opts_11.ll [new file with mode: 0644]
test/ScheduleOptimizer/pattern-matching-based-opts_12.ll [new file with mode: 0644]
test/ScheduleOptimizer/pattern-matching-based-opts_13.ll [new file with mode: 0644]
test/ScheduleOptimizer/pattern-matching-based-opts_14.ll [new file with mode: 0644]
test/ScheduleOptimizer/pattern-matching-based-opts_2.ll [new file with mode: 0644]
test/ScheduleOptimizer/pattern-matching-based-opts_3.ll [new file with mode: 0644]
test/ScheduleOptimizer/pattern-matching-based-opts_4.ll [new file with mode: 0644]
test/ScheduleOptimizer/pattern-matching-based-opts_5.ll [new file with mode: 0644]
test/ScheduleOptimizer/pattern-matching-based-opts_6.ll [new file with mode: 0644]
test/ScheduleOptimizer/pattern-matching-based-opts_7.ll [new file with mode: 0644]
test/ScheduleOptimizer/pattern-matching-based-opts_8.ll [new file with mode: 0644]
test/ScheduleOptimizer/pattern-matching-based-opts_9.ll [new file with mode: 0644]
test/ScheduleOptimizer/pattern_matching_based_opts_splitmap.ll [new file with mode: 0644]
test/ScheduleOptimizer/pattern_matching_based_opts_splitmap___%for.body---%for.end23.jscop [new file with mode: 0644]
test/ScheduleOptimizer/pattern_matching_based_opts_splitmap___%for.body---%for.end23.jscop.transformed [new file with mode: 0644]
test/ScheduleOptimizer/prevectorization-without-tiling.ll [new file with mode: 0644]
test/ScheduleOptimizer/prevectorization.ll [new file with mode: 0644]
test/ScheduleOptimizer/rectangular-tiling.ll [new file with mode: 0644]
test/ScheduleOptimizer/statistics.ll [new file with mode: 0644]
test/ScheduleOptimizer/tile_after_fusion.ll [new file with mode: 0644]
test/ScopDetect/aliasing_parametric_simple_1.ll [new file with mode: 0644]
test/ScopDetect/aliasing_parametric_simple_2.ll [new file with mode: 0644]
test/ScopDetect/aliasing_simple_1.ll [new file with mode: 0644]
test/ScopDetect/aliasing_simple_2.ll [new file with mode: 0644]
test/ScopDetect/base_pointer.ll [new file with mode: 0644]
test/ScopDetect/base_pointer_is_inst_inside_invariant_1___%for.i---%exit.jscop [new file with mode: 0644]
test/ScopDetect/base_pointer_load_is_inst_inside_invariant_1___%for.i---%exit.jscop [new file with mode: 0644]
test/ScopDetect/base_pointer_load_setNewAccessRelation.ll [new file with mode: 0644]
test/ScopDetect/base_pointer_setNewAccessRelation.ll [new file with mode: 0644]
test/ScopDetect/cross_loop_non_single_exit.ll [new file with mode: 0644]
test/ScopDetect/cross_loop_non_single_exit_2.ll [new file with mode: 0644]
test/ScopDetect/dependency_to_phi_node_outside_of_region.ll [new file with mode: 0644]
test/ScopDetect/dot-scops.ll [new file with mode: 0644]
test/ScopDetect/error-block-always-executed.ll [new file with mode: 0644]
test/ScopDetect/error-block-referenced-from-scop.ll [new file with mode: 0644]
test/ScopDetect/error-block-unreachable.ll [new file with mode: 0644]
test/ScopDetect/expand-region-correctly-2.ll [new file with mode: 0644]
test/ScopDetect/expand-region-correctly.ll [new file with mode: 0644]
test/ScopDetect/ignore_func_flag_regex.ll [new file with mode: 0644]
test/ScopDetect/index_from_unpredictable_loop.ll [new file with mode: 0644]
test/ScopDetect/index_from_unpredictable_loop2.ll [new file with mode: 0644]
test/ScopDetect/indvars.ll [new file with mode: 0644]
test/ScopDetect/intrinsics_1.ll [new file with mode: 0644]
test/ScopDetect/intrinsics_2.ll [new file with mode: 0644]
test/ScopDetect/intrinsics_3.ll [new file with mode: 0644]
test/ScopDetect/invalid-latch-conditions.ll [new file with mode: 0644]
test/ScopDetect/invalidate_scalar_evolution.ll [new file with mode: 0644]
test/ScopDetect/invariant-load-before-scop.ll [new file with mode: 0644]
test/ScopDetect/keep_going_expansion.ll [new file with mode: 0644]
test/ScopDetect/mod_ref_read_pointer.ll [new file with mode: 0644]
test/ScopDetect/more-than-one-loop.ll [new file with mode: 0644]
test/ScopDetect/multidim-with-undef-size.ll [new file with mode: 0644]
test/ScopDetect/multidim.ll [new file with mode: 0644]
test/ScopDetect/multidim_indirect_access.ll [new file with mode: 0644]
test/ScopDetect/multidim_two_accesses_different_delinearization.ll [new file with mode: 0644]
test/ScopDetect/nested_loop_single_exit.ll [new file with mode: 0644]
test/ScopDetect/non-affine-conditional.ll [new file with mode: 0644]
test/ScopDetect/non-affine-float-compare.ll [new file with mode: 0644]
test/ScopDetect/non-affine-loop-condition-dependent-access.ll [new file with mode: 0644]
test/ScopDetect/non-affine-loop-condition-dependent-access_2.ll [new file with mode: 0644]
test/ScopDetect/non-affine-loop-condition-dependent-access_3.ll [new file with mode: 0644]
test/ScopDetect/non-affine-loop.ll [new file with mode: 0644]
test/ScopDetect/non-beneficial-loops-small-trip-count.ll [new file with mode: 0644]
test/ScopDetect/non-constant-add-rec-start-expr.ll [new file with mode: 0644]
test/ScopDetect/non-simple-memory-accesses.ll [new file with mode: 0644]
test/ScopDetect/non_affine_loop_condition.ll [new file with mode: 0644]
test/ScopDetect/only-one-affine-loop.ll [new file with mode: 0644]
test/ScopDetect/only_func_flag.ll [new file with mode: 0644]
test/ScopDetect/only_func_flag_regex.ll [new file with mode: 0644]
test/ScopDetect/parametric-multiply-in-scev-2.ll [new file with mode: 0644]
test/ScopDetect/parametric-multiply-in-scev.ll [new file with mode: 0644]
test/ScopDetect/phi_with_multi_exiting_edges.ll [new file with mode: 0644]
test/ScopDetect/profitability-large-basic-blocks.ll [new file with mode: 0644]
test/ScopDetect/profitability-two-nested-loops.ll [new file with mode: 0644]
test/ScopDetect/remove_all_children.ll [new file with mode: 0644]
test/ScopDetect/report-scop-location.ll [new file with mode: 0644]
test/ScopDetect/restrict-undef-size-scopdetect.ll [new file with mode: 0644]
test/ScopDetect/run_time_alias_check.ll [new file with mode: 0644]
test/ScopDetect/scev_remove_max.ll [new file with mode: 0644]
test/ScopDetect/sequential_loops.ll [new file with mode: 0644]
test/ScopDetect/simple_loop.ll [new file with mode: 0644]
test/ScopDetect/simple_loop_non_single_entry.ll [new file with mode: 0644]
test/ScopDetect/simple_loop_non_single_exit.ll [new file with mode: 0644]
test/ScopDetect/simple_loop_non_single_exit_2.ll [new file with mode: 0644]
test/ScopDetect/simple_loop_two_phi_nodes.ll [new file with mode: 0644]
test/ScopDetect/simple_loop_with_param.ll [new file with mode: 0644]
test/ScopDetect/simple_loop_with_param_2.ll [new file with mode: 0644]
test/ScopDetect/simple_non_single_entry.ll [new file with mode: 0644]
test/ScopDetect/skip_function_attribute.ll [new file with mode: 0644]
test/ScopDetect/srem_with_parametric_divisor.ll [new file with mode: 0644]
test/ScopDetect/statistics.ll [new file with mode: 0644]
test/ScopDetect/switch-in-loop-patch.ll [new file with mode: 0644]
test/ScopDetect/tlr_is_hoistable_load.ll [new file with mode: 0644]
test/ScopDetectionDiagnostics/ReportAlias-01.ll [new file with mode: 0644]
test/ScopDetectionDiagnostics/ReportEntry.ll [new file with mode: 0644]
test/ScopDetectionDiagnostics/ReportFuncCall-01.ll [new file with mode: 0644]
test/ScopDetectionDiagnostics/ReportIrreducibleRegion.ll [new file with mode: 0644]
test/ScopDetectionDiagnostics/ReportIrreducibleRegionWithoutDebugLoc.ll [new file with mode: 0644]
test/ScopDetectionDiagnostics/ReportLoopBound-01.ll [new file with mode: 0644]
test/ScopDetectionDiagnostics/ReportLoopHasNoExit.ll [new file with mode: 0644]
test/ScopDetectionDiagnostics/ReportMultipleNonAffineAccesses.ll [new file with mode: 0644]
test/ScopDetectionDiagnostics/ReportNonAffineAccess-01.ll [new file with mode: 0644]
test/ScopDetectionDiagnostics/ReportUnprofitable.ll [new file with mode: 0644]
test/ScopDetectionDiagnostics/ReportUnreachableInExit.ll [new file with mode: 0644]
test/ScopDetectionDiagnostics/ReportVariantBasePtr-01.ll [new file with mode: 0644]
test/ScopDetectionDiagnostics/loop_partially_in_scop-2.ll [new file with mode: 0644]
test/ScopDetectionDiagnostics/loop_partially_in_scop.ll [new file with mode: 0644]
test/ScopInfo/20110312-Fail-without-basicaa.ll [new file with mode: 0644]
test/ScopInfo/20111108-Parameter-not-detected.ll [new file with mode: 0644]
test/ScopInfo/2012-03-16-Crash-because-of-unsigned-in-scev.ll [new file with mode: 0644]
test/ScopInfo/2015-10-04-Crash-in-domain-generation.ll [new file with mode: 0644]
test/ScopInfo/Alias-0.ll [new file with mode: 0644]
test/ScopInfo/Alias-1.ll [new file with mode: 0644]
test/ScopInfo/Alias-2.ll [new file with mode: 0644]
test/ScopInfo/Alias-3.ll [new file with mode: 0644]
test/ScopInfo/Alias-4.ll [new file with mode: 0644]
test/ScopInfo/BoundChecks/single-loop.ll [new file with mode: 0644]
test/ScopInfo/BoundChecks/two-loops.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/div_backedge.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/div_domain.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/invariant_loads_dependent_in_non_affine_region.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/modulo_backedge.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/modulo_domain.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/non-affine-loop-condition-dependent-access_1.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/non-affine-loop-condition-dependent-access_2.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/non-affine-loop-condition-dependent-access_3.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/non_affine_access_with_range_2.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/non_affine_but_sdiv.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/non_affine_but_srem.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/non_affine_conditional_nested.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/non_affine_conditional_surrounding_affine_loop.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/non_affine_conditional_surrounding_non_affine_loop.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/non_affine_float_compare.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/non_affine_loop_condition.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/non_affine_loop_used_later.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/non_affine_parametric_loop.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/non_affine_region_guaranteed_non-entry.ll [new file with mode: 0644]
test/ScopInfo/NonAffine/whole-scop-non-affine-subregion-in-loop.ll [new file with mode: 0644]
test/ScopInfo/aliasing_conditional_alias_groups_1.ll [new file with mode: 0644]
test/ScopInfo/aliasing_conditional_alias_groups_2.ll [new file with mode: 0644]
test/ScopInfo/aliasing_dead_access.ll [new file with mode: 0644]
test/ScopInfo/aliasing_many_arrays_to_compare.ll [new file with mode: 0644]
test/ScopInfo/aliasing_many_parameters_not_all_involved.ll [new file with mode: 0644]
test/ScopInfo/aliasing_many_read_only_acesses.ll [new file with mode: 0644]
test/ScopInfo/aliasing_multiple_alias_groups.ll [new file with mode: 0644]
test/ScopInfo/aliasing_with_non_affine_access.ll [new file with mode: 0644]
test/ScopInfo/allow-all-parameters-dereferencable.ll [new file with mode: 0644]
test/ScopInfo/assume_gep_bounds.ll [new file with mode: 0644]
test/ScopInfo/assume_gep_bounds_2.ll [new file with mode: 0644]
test/ScopInfo/assume_gep_bounds_many.ll [new file with mode: 0644]
test/ScopInfo/avoid_new_parameters_from_geps.ll [new file with mode: 0644]
test/ScopInfo/bool-addrec.ll [new file with mode: 0644]
test/ScopInfo/bounded_loop_assumptions.ll [new file with mode: 0644]
test/ScopInfo/branch-references-loop-scev-with-unknown-iterations-2.ll [new file with mode: 0644]
test/ScopInfo/branch-references-loop-scev-with-unknown-iterations-3.ll [new file with mode: 0644]
test/ScopInfo/branch-references-loop-scev-with-unknown-iterations.ll [new file with mode: 0644]
test/ScopInfo/bug_2010_10_22.ll [new file with mode: 0644]
test/ScopInfo/bug_2011_1_5.ll [new file with mode: 0644]
test/ScopInfo/bug_scev_not_fully_eval.ll [new file with mode: 0644]
test/ScopInfo/cfg_consequences.ll [new file with mode: 0644]
test/ScopInfo/complex-branch-structure.ll [new file with mode: 0644]
test/ScopInfo/complex-condition.ll [new file with mode: 0644]
test/ScopInfo/complex-expression.ll [new file with mode: 0644]
test/ScopInfo/complex-loop-nesting.ll [new file with mode: 0644]
test/ScopInfo/complex-successor-structure-2.ll [new file with mode: 0644]
test/ScopInfo/complex-successor-structure-3.ll [new file with mode: 0644]
test/ScopInfo/complex-successor-structure.ll [new file with mode: 0644]
test/ScopInfo/complex_domain_binary_condition.ll [new file with mode: 0644]
test/ScopInfo/complex_execution_context.ll [new file with mode: 0644]
test/ScopInfo/cond_constant_in_loop.ll [new file with mode: 0644]
test/ScopInfo/cond_in_loop.ll [new file with mode: 0644]
test/ScopInfo/condition-after-error-block-2.ll [new file with mode: 0644]
test/ScopInfo/condtion-after-error-block.ll [new file with mode: 0644]
test/ScopInfo/const_srem_sdiv.ll [new file with mode: 0644]
test/ScopInfo/constant-non-integer-branch-condition.ll [new file with mode: 0644]
test/ScopInfo/constant_factor_in_parameter.ll [new file with mode: 0644]
test/ScopInfo/constant_functions_as_unknowns.ll [new file with mode: 0644]
test/ScopInfo/constant_functions_multi_dim.ll [new file with mode: 0644]
test/ScopInfo/constant_functions_outside_scop_as_unknown.ll [new file with mode: 0644]
test/ScopInfo/constant_start_integer.ll [new file with mode: 0644]
test/ScopInfo/delinearize-together-all-data-refs.ll [new file with mode: 0644]
test/ScopInfo/div_by_zero.ll [new file with mode: 0644]
test/ScopInfo/do-not-model-error-block-accesses.ll [new file with mode: 0644]
test/ScopInfo/eager-binary-and-or-conditions.ll [new file with mode: 0644]
test/ScopInfo/early_exit_for_complex_domains.ll [new file with mode: 0644]
test/ScopInfo/error-blocks-1.ll [new file with mode: 0644]
test/ScopInfo/error-blocks-2.ll [new file with mode: 0644]
test/ScopInfo/error-blocks-3.ll [new file with mode: 0644]
test/ScopInfo/escaping_empty_scop.ll [new file with mode: 0644]
test/ScopInfo/exit-phi-1.ll [new file with mode: 0644]
test/ScopInfo/exit-phi-2.ll [new file with mode: 0644]
test/ScopInfo/exit_phi_accesses-2.ll [new file with mode: 0644]
test/ScopInfo/exit_phi_accesses.ll [new file with mode: 0644]
test/ScopInfo/expensive-boundary-context.ll [new file with mode: 0644]
test/ScopInfo/extract_constant_factor_introduces_new_parameter.ll [new file with mode: 0644]
test/ScopInfo/fortran_array_global_malloc_nonvectored.ll [new file with mode: 0644]
test/ScopInfo/fortran_array_global_nonmalloc_nonvectored.ll [new file with mode: 0644]
test/ScopInfo/fortran_array_param_nonmalloc_nonvectored.ll [new file with mode: 0644]
test/ScopInfo/fortran_array_param_nonmalloc_nonvectored_read_and_write.ll [new file with mode: 0644]
test/ScopInfo/full-function.ll [new file with mode: 0644]
test/ScopInfo/granularity_scalar-indep.ll [new file with mode: 0644]
test/ScopInfo/granularity_scalar-indep_epilogue.ll [new file with mode: 0644]
test/ScopInfo/granularity_scalar-indep_epilogue_last.ll [new file with mode: 0644]
test/ScopInfo/granularity_scalar-indep_noepilogue.ll [new file with mode: 0644]
test/ScopInfo/granularity_scalar-indep_ordered.ll [new file with mode: 0644]
test/ScopInfo/i1_params.ll [new file with mode: 0644]
test/ScopInfo/infeasible-rtc.ll [new file with mode: 0644]
test/ScopInfo/infeasible_invalid_context.ll [new file with mode: 0644]
test/ScopInfo/int2ptr_ptr2int.ll [new file with mode: 0644]
test/ScopInfo/int2ptr_ptr2int_2.ll [new file with mode: 0644]
test/ScopInfo/integers.ll [new file with mode: 0644]
test/ScopInfo/inter-error-bb-dependence.ll [new file with mode: 0644]
test/ScopInfo/inter_bb_scalar_dep.ll [new file with mode: 0644]
test/ScopInfo/intra-non-affine-stmt-phi-node.ll [new file with mode: 0644]
test/ScopInfo/intra_and_inter_bb_scalar_dep.ll [new file with mode: 0644]
test/ScopInfo/intra_bb_scalar_dep.ll [new file with mode: 0644]
test/ScopInfo/intrinsics.ll [new file with mode: 0644]
test/ScopInfo/invalid_add_rec_after_invariant_load_remapping.ll [new file with mode: 0644]
test/ScopInfo/invariant-loads-leave-read-only-statements.ll [new file with mode: 0644]
test/ScopInfo/invariant_load.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_access_classes_different_base_type.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_access_classes_different_base_type_escaping.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_access_classes_different_base_type_same_pointer.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_access_classes_different_base_type_same_pointer_escaping.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_addrec_sum.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_base_pointer.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_base_pointer_conditional.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_base_pointer_in_conditional.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_branch_condition.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_canonicalize_array_baseptrs.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_canonicalize_array_baseptrs_2.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_canonicalize_array_baseptrs_3.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_canonicalize_array_baseptrs_4.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_canonicalize_array_baseptrs_4b.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_canonicalize_array_baseptrs_4c.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_canonicalize_array_baseptrs_5.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_complex_condition.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_condition.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_dereferenceable.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_distinct_parameter_valuations.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_in_non_affine.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_loop_ub.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_ptr_ptr_noalias.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_scalar_dep.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_stmt_domain.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_zext_parameter-2.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_zext_parameter.ll [new file with mode: 0644]
test/ScopInfo/invariant_load_zextended_in_own_execution_context.ll [new file with mode: 0644]
test/ScopInfo/invariant_loads_complicated_dependences.ll [new file with mode: 0644]
test/ScopInfo/invariant_loads_cyclic_dependences.ll [new file with mode: 0644]
test/ScopInfo/invariant_loop_bounds.ll [new file with mode: 0644]
test/ScopInfo/invariant_same_loop_bound_multiple_times-1.ll [new file with mode: 0644]
test/ScopInfo/invariant_same_loop_bound_multiple_times-2.ll [new file with mode: 0644]
test/ScopInfo/isl_aff_out_of_bounds.ll [new file with mode: 0644]
test/ScopInfo/isl_trip_count_01.ll [new file with mode: 0644]
test/ScopInfo/isl_trip_count_02.ll [new file with mode: 0644]
test/ScopInfo/isl_trip_count_03.ll [new file with mode: 0644]
test/ScopInfo/isl_trip_count_multiple_exiting_blocks.ll [new file with mode: 0644]
test/ScopInfo/kernel_gemm___%for.cond.1.preheader---%for.end.12.jscop [new file with mode: 0644]
test/ScopInfo/licm_load.ll [new file with mode: 0644]
test/ScopInfo/licm_potential_store.ll [new file with mode: 0644]
test/ScopInfo/licm_reduction.ll [new file with mode: 0644]
test/ScopInfo/licm_reduction_nested.ll [new file with mode: 0644]
test/ScopInfo/licm_store.ll [new file with mode: 0644]
test/ScopInfo/long-compile-time-alias-analysis.ll [new file with mode: 0644]
test/ScopInfo/long-sequence-of-error-blocks-2.ll [new file with mode: 0644]
test/ScopInfo/long-sequence-of-error-blocks.ll [new file with mode: 0644]
test/ScopInfo/loop-multiexit-succ-cond.ll [new file with mode: 0644]
test/ScopInfo/loop_affine_bound_0.ll [new file with mode: 0644]
test/ScopInfo/loop_affine_bound_1.ll [new file with mode: 0644]
test/ScopInfo/loop_affine_bound_2.ll [new file with mode: 0644]
test/ScopInfo/loop_carry.ll [new file with mode: 0644]
test/ScopInfo/many-scalar-dependences.ll [new file with mode: 0644]
test/ScopInfo/max-loop-depth.ll [new file with mode: 0644]
test/ScopInfo/memcpy-raw-source.ll [new file with mode: 0644]
test/ScopInfo/memcpy.ll [new file with mode: 0644]
test/ScopInfo/memmove.ll [new file with mode: 0644]
test/ScopInfo/memset.ll [new file with mode: 0644]
test/ScopInfo/memset_null.ll [new file with mode: 0644]
test/ScopInfo/mismatching-array-dimensions.ll [new file with mode: 0644]
test/ScopInfo/mod_ref_access_pointee_arguments.ll [new file with mode: 0644]
test/ScopInfo/mod_ref_read_pointee_arguments.ll [new file with mode: 0644]
test/ScopInfo/mod_ref_read_pointer.ll [new file with mode: 0644]
test/ScopInfo/mod_ref_read_pointers.ll [new file with mode: 0644]
test/ScopInfo/modulo_zext_1.ll [new file with mode: 0644]
test/ScopInfo/modulo_zext_2.ll [new file with mode: 0644]
test/ScopInfo/modulo_zext_3.ll [new file with mode: 0644]
test/ScopInfo/multi-scop.ll [new file with mode: 0644]
test/ScopInfo/multidim_2d-diagonal-matrix.ll [new file with mode: 0644]
test/ScopInfo/multidim_2d_outer_parametric_offset.ll [new file with mode: 0644]
test/ScopInfo/multidim_2d_parametric_array_static_loop_bounds.ll [new file with mode: 0644]
test/ScopInfo/multidim_2d_with_modref_call.ll [new file with mode: 0644]
test/ScopInfo/multidim_2d_with_modref_call_2.ll [new file with mode: 0644]
test/ScopInfo/multidim_3d_parametric_array_static_loop_bounds.ll [new file with mode: 0644]
test/ScopInfo/multidim_fixedsize_different_dimensionality.ll [new file with mode: 0644]
test/ScopInfo/multidim_fixedsize_multi_offset.ll [new file with mode: 0644]
test/ScopInfo/multidim_fold_constant_dim.ll [new file with mode: 0644]
test/ScopInfo/multidim_fold_constant_dim_zero.ll [new file with mode: 0644]
test/ScopInfo/multidim_fortran_2d.ll [new file with mode: 0644]
test/ScopInfo/multidim_fortran_2d_params.ll [new file with mode: 0644]
test/ScopInfo/multidim_fortran_2d_with_modref_call.ll [new file with mode: 0644]
test/ScopInfo/multidim_fortran_srem.ll [new file with mode: 0644]
test/ScopInfo/multidim_gep_pointercast.ll [new file with mode: 0644]
test/ScopInfo/multidim_gep_pointercast2.ll [new file with mode: 0644]
test/ScopInfo/multidim_ivs_and_integer_offsets_3d.ll [new file with mode: 0644]
test/ScopInfo/multidim_ivs_and_parameteric_offsets_3d.ll [new file with mode: 0644]
test/ScopInfo/multidim_many_references.ll [new file with mode: 0644]
test/ScopInfo/multidim_nested_start_integer.ll [new file with mode: 0644]
test/ScopInfo/multidim_nested_start_share_parameter.ll [new file with mode: 0644]
test/ScopInfo/multidim_only_ivs_2d.ll [new file with mode: 0644]
test/ScopInfo/multidim_only_ivs_3d.ll [new file with mode: 0644]
test/ScopInfo/multidim_only_ivs_3d_cast.ll [new file with mode: 0644]
test/ScopInfo/multidim_only_ivs_3d_reverse.ll [new file with mode: 0644]
test/ScopInfo/multidim_param_in_subscript-2.ll [new file with mode: 0644]
test/ScopInfo/multidim_param_in_subscript.ll [new file with mode: 0644]
test/ScopInfo/multidim_parameter_addrec_product.ll [new file with mode: 0644]
test/ScopInfo/multidim_single_and_multidim_array.ll [new file with mode: 0644]
test/ScopInfo/multidim_srem.ll [new file with mode: 0644]
test/ScopInfo/multidim_with_bitcast.ll [new file with mode: 0644]
test/ScopInfo/multiple-binary-or-conditions.ll [new file with mode: 0644]
test/ScopInfo/multiple-types-access-offset-not-dividable-by-element-size.ll [new file with mode: 0644]
test/ScopInfo/multiple-types-non-affine-2.ll [new file with mode: 0644]
test/ScopInfo/multiple-types-non-affine.ll [new file with mode: 0644]
test/ScopInfo/multiple-types-non-power-of-two-2.ll [new file with mode: 0644]
test/ScopInfo/multiple-types-non-power-of-two.ll [new file with mode: 0644]
test/ScopInfo/multiple-types-two-dimensional-2.ll [new file with mode: 0644]
test/ScopInfo/multiple-types-two-dimensional.ll [new file with mode: 0644]
test/ScopInfo/multiple-types.ll [new file with mode: 0644]
test/ScopInfo/multiple_exiting_blocks.ll [new file with mode: 0644]
test/ScopInfo/multiple_exiting_blocks_two_loop.ll [new file with mode: 0644]
test/ScopInfo/multiple_latch_blocks.ll [new file with mode: 0644]
test/ScopInfo/nested-loops.ll [new file with mode: 0644]
test/ScopInfo/no-scalar-deps-in-non-affine-subregion.ll [new file with mode: 0644]
test/ScopInfo/non-affine-region-phi.ll [new file with mode: 0644]
test/ScopInfo/non-affine-region-with-loop-2.ll [new file with mode: 0644]
test/ScopInfo/non-affine-region-with-loop.ll [new file with mode: 0644]
test/ScopInfo/non-precise-inv-load-1.ll [new file with mode: 0644]
test/ScopInfo/non-precise-inv-load-2.ll [new file with mode: 0644]
test/ScopInfo/non-precise-inv-load-3.ll [new file with mode: 0644]
test/ScopInfo/non-precise-inv-load-4.ll [new file with mode: 0644]
test/ScopInfo/non-precise-inv-load-5.ll [new file with mode: 0644]
test/ScopInfo/non-precise-inv-load-6.ll [new file with mode: 0644]
test/ScopInfo/non-pure-function-call.ll [new file with mode: 0644]
test/ScopInfo/non-pure-function-calls-causes-dead-blocks.ll [new file with mode: 0644]
test/ScopInfo/non-pure-function-calls.ll [new file with mode: 0644]
test/ScopInfo/non_affine_access.ll [new file with mode: 0644]
test/ScopInfo/non_affine_region_1.ll [new file with mode: 0644]
test/ScopInfo/non_affine_region_2.ll [new file with mode: 0644]
test/ScopInfo/non_affine_region_3.ll [new file with mode: 0644]
test/ScopInfo/non_affine_region_4.ll [new file with mode: 0644]
test/ScopInfo/nonaffine-buildMemoryAccess.ll [new file with mode: 0644]
test/ScopInfo/not-a-reduction.ll [new file with mode: 0644]
test/ScopInfo/opaque-struct.ll [new file with mode: 0644]
test/ScopInfo/out-of-scop-use-in-region-entry-phi-node-nonaffine-subregion.ll [new file with mode: 0644]
test/ScopInfo/out-of-scop-use-in-region-entry-phi-node.ll [new file with mode: 0644]
test/ScopInfo/parameter-constant-division.ll [new file with mode: 0644]
test/ScopInfo/parameter_in_dead_statement.ll [new file with mode: 0644]
test/ScopInfo/parameter_product.ll [new file with mode: 0644]
test/ScopInfo/parameter_with_constant_factor_in_add.ll [new file with mode: 0644]
test/ScopInfo/partially_invariant_load_1.ll [new file with mode: 0644]
test/ScopInfo/partially_invariant_load_2.ll [new file with mode: 0644]
test/ScopInfo/phi-in-non-affine-region.ll [new file with mode: 0644]
test/ScopInfo/phi_after_error_block.ll [new file with mode: 0644]
test/ScopInfo/phi_condition_modeling_1.ll [new file with mode: 0644]
test/ScopInfo/phi_condition_modeling_2.ll [new file with mode: 0644]
test/ScopInfo/phi_conditional_simple_1.ll [new file with mode: 0644]
test/ScopInfo/phi_loop_carried_float.ll [new file with mode: 0644]
test/ScopInfo/phi_not_grouped_at_top.ll [new file with mode: 0644]
test/ScopInfo/phi_scalar_simple_1.ll [new file with mode: 0644]
test/ScopInfo/phi_scalar_simple_2.ll [new file with mode: 0644]
test/ScopInfo/phi_with_invoke_edge.ll [new file with mode: 0644]
test/ScopInfo/pointer-comparison-no-nsw.ll [new file with mode: 0644]
test/ScopInfo/pointer-comparison.ll [new file with mode: 0644]
test/ScopInfo/pointer-type-expressions.ll [new file with mode: 0644]
test/ScopInfo/pointer-used-as-base-pointer-and-scalar-read.ll [new file with mode: 0644]
test/ScopInfo/polly-timeout-parameter-bounds.ll [new file with mode: 0644]
test/ScopInfo/process_added_dimensions.ll [new file with mode: 0644]
test/ScopInfo/ranged_parameter.ll [new file with mode: 0644]
test/ScopInfo/ranged_parameter_2.ll [new file with mode: 0644]
test/ScopInfo/ranged_parameter_wrap.ll [new file with mode: 0644]
test/ScopInfo/ranged_parameter_wrap_2.ll [new file with mode: 0644]
test/ScopInfo/read-only-scalar-used-in-phi-2.ll [new file with mode: 0644]
test/ScopInfo/read-only-scalar-used-in-phi.ll [new file with mode: 0644]
test/ScopInfo/read-only-scalars.ll [new file with mode: 0644]
test/ScopInfo/read-only-statements.ll [new file with mode: 0644]
test/ScopInfo/reduction_alternating_base.ll [new file with mode: 0644]
test/ScopInfo/reduction_chain_partially_outside_the_scop.ll [new file with mode: 0644]
test/ScopInfo/reduction_disabled_multiplicative.ll [new file with mode: 0644]
test/ScopInfo/reduction_escaping_intermediate.ll [new file with mode: 0644]
test/ScopInfo/reduction_escaping_intermediate_2.ll [new file with mode: 0644]
test/ScopInfo/reduction_invalid_different_operators.ll [new file with mode: 0644]
test/ScopInfo/reduction_invalid_overlapping_accesses.ll [new file with mode: 0644]
test/ScopInfo/reduction_multiple_loops_array_sum.ll [new file with mode: 0644]
test/ScopInfo/reduction_multiple_loops_array_sum_1.ll [new file with mode: 0644]
test/ScopInfo/reduction_multiple_simple_binary.ll [new file with mode: 0644]
test/ScopInfo/reduction_non_overlapping_chains.ll [new file with mode: 0644]
test/ScopInfo/reduction_only_reduction_like_access.ll [new file with mode: 0644]
test/ScopInfo/reduction_simple_fp.ll [new file with mode: 0644]
test/ScopInfo/reduction_simple_w_constant.ll [new file with mode: 0644]
test/ScopInfo/reduction_simple_w_iv.ll [new file with mode: 0644]
test/ScopInfo/reduction_two_identical_reads.ll [new file with mode: 0644]
test/ScopInfo/redundant_parameter_constraint.ll [new file with mode: 0644]
test/ScopInfo/region-with-instructions.ll [new file with mode: 0644]
test/ScopInfo/remarks.ll [new file with mode: 0644]
test/ScopInfo/required-invariant-loop-bounds.ll [new file with mode: 0644]
test/ScopInfo/restriction_in_dead_block.ll [new file with mode: 0644]
test/ScopInfo/run-time-check-many-array-disjuncts.ll [new file with mode: 0644]
test/ScopInfo/run-time-check-many-parameters.ll [new file with mode: 0644]
test/ScopInfo/run-time-check-read-only-arrays.ll [new file with mode: 0644]
test/ScopInfo/same-base-address-scalar-and-array.ll [new file with mode: 0644]
test/ScopInfo/scalar.ll [new file with mode: 0644]
test/ScopInfo/scalar_dependence_cond_br.ll [new file with mode: 0644]
test/ScopInfo/scalar_to_array.ll [new file with mode: 0644]
test/ScopInfo/scev-div-with-evaluatable-divisor.ll [new file with mode: 0644]
test/ScopInfo/scev-invalidated.ll [new file with mode: 0644]
test/ScopInfo/schedule-const-post-dominator-walk-2.ll [new file with mode: 0644]
test/ScopInfo/schedule-const-post-dominator-walk.ll [new file with mode: 0644]
test/ScopInfo/schedule-constuction-endless-loop1.ll [new file with mode: 0644]
test/ScopInfo/schedule-constuction-endless-loop2.ll [new file with mode: 0644]
test/ScopInfo/schedule-incorrectly-contructed-in-case-of-infinite-loop.ll [new file with mode: 0644]
test/ScopInfo/scop-affine-parameter-ordering.ll [new file with mode: 0644]
test/ScopInfo/sign_wrapped_set.ll [new file with mode: 0644]
test/ScopInfo/simple_loop_1.ll [new file with mode: 0644]
test/ScopInfo/simple_loop_2.ll [new file with mode: 0644]
test/ScopInfo/simple_loop_unsigned.ll [new file with mode: 0644]
test/ScopInfo/simple_loop_unsigned_2.ll [new file with mode: 0644]
test/ScopInfo/simple_loop_unsigned_3.ll [new file with mode: 0644]
test/ScopInfo/simple_nonaffine_loop_not.ll [new file with mode: 0644]
test/ScopInfo/smax.ll [new file with mode: 0644]
test/ScopInfo/statistics.ll [new file with mode: 0644]
test/ScopInfo/stmt_split_exit_of_region_stmt.ll [new file with mode: 0644]
test/ScopInfo/stmt_split_no_after_split.ll [new file with mode: 0644]
test/ScopInfo/stmt_split_no_dependence.ll [new file with mode: 0644]
test/ScopInfo/stmt_split_on_store.ll [new file with mode: 0644]
test/ScopInfo/stmt_split_on_synthesizable.ll [new file with mode: 0644]
test/ScopInfo/stmt_split_phi_in_beginning_bb.ll [new file with mode: 0644]
test/ScopInfo/stmt_split_phi_in_stmt.ll [new file with mode: 0644]
test/ScopInfo/stmt_split_scalar_dependence.ll [new file with mode: 0644]
test/ScopInfo/stmt_split_within_loop.ll [new file with mode: 0644]
test/ScopInfo/stride_detection.ll [new file with mode: 0644]
test/ScopInfo/switch-1.ll [new file with mode: 0644]
test/ScopInfo/switch-2.ll [new file with mode: 0644]
test/ScopInfo/switch-3.ll [new file with mode: 0644]
test/ScopInfo/switch-4.ll [new file with mode: 0644]
test/ScopInfo/switch-5.ll [new file with mode: 0644]
test/ScopInfo/switch-6.ll [new file with mode: 0644]
test/ScopInfo/switch-7.ll [new file with mode: 0644]
test/ScopInfo/tempscop-printing.ll [new file with mode: 0644]
test/ScopInfo/test-wrapping-in-condition.ll [new file with mode: 0644]
test/ScopInfo/truncate-1.ll [new file with mode: 0644]
test/ScopInfo/truncate-2.ll [new file with mode: 0644]
test/ScopInfo/truncate-3.ll [new file with mode: 0644]
test/ScopInfo/two-loops-one-infinite.ll [new file with mode: 0644]
test/ScopInfo/two-loops-right-after-each-other.ll [new file with mode: 0644]
test/ScopInfo/undef_in_cond.ll [new file with mode: 0644]
test/ScopInfo/unnamed_nonaffine.ll [new file with mode: 0644]
test/ScopInfo/unnamed_stmts.ll [new file with mode: 0644]
test/ScopInfo/unpredictable_nonscop_loop.ll [new file with mode: 0644]
test/ScopInfo/unprofitable_scalar-accs.ll [new file with mode: 0644]
test/ScopInfo/unsigned-condition.ll [new file with mode: 0644]
test/ScopInfo/unsigned-division-1.ll [new file with mode: 0644]
test/ScopInfo/unsigned-division-2.ll [new file with mode: 0644]
test/ScopInfo/unsigned-division-3.ll [new file with mode: 0644]
test/ScopInfo/unsigned-division-4.ll [new file with mode: 0644]
test/ScopInfo/unsigned-division-5.ll [new file with mode: 0644]
test/ScopInfo/unsigned_wrap_uge.ll [new file with mode: 0644]
test/ScopInfo/unsigned_wrap_ugt.ll [new file with mode: 0644]
test/ScopInfo/unsigned_wrap_ule.ll [new file with mode: 0644]
test/ScopInfo/unsigned_wrap_ult.ll [new file with mode: 0644]
test/ScopInfo/user_context.ll [new file with mode: 0644]
test/ScopInfo/user_provided_assumptions-in-bb-signed-conditional.ll [new file with mode: 0644]
test/ScopInfo/user_provided_assumptions-in-bb-signed.ll [new file with mode: 0644]
test/ScopInfo/user_provided_assumptions-in-bb-unsigned.ll [new file with mode: 0644]
test/ScopInfo/user_provided_assumptions.ll [new file with mode: 0644]
test/ScopInfo/user_provided_assumptions_2.ll [new file with mode: 0644]
test/ScopInfo/user_provided_assumptions_3.ll [new file with mode: 0644]
test/ScopInfo/user_provided_non_dominating_assumptions.ll [new file with mode: 0644]
test/ScopInfo/variant_base_pointer.ll [new file with mode: 0644]
test/ScopInfo/variant_load_empty_domain.ll [new file with mode: 0644]
test/ScopInfo/wraping_signed_expr_0.ll [new file with mode: 0644]
test/ScopInfo/wraping_signed_expr_1.ll [new file with mode: 0644]
test/ScopInfo/wraping_signed_expr_2.ll [new file with mode: 0644]
test/ScopInfo/wraping_signed_expr_3.ll [new file with mode: 0644]
test/ScopInfo/wraping_signed_expr_4.ll [new file with mode: 0644]
test/ScopInfo/wraping_signed_expr_5.ll [new file with mode: 0644]
test/ScopInfo/wraping_signed_expr_6.ll [new file with mode: 0644]
test/ScopInfo/wraping_signed_expr_7.ll [new file with mode: 0644]
test/ScopInfo/wraping_signed_expr_slow_1.ll [new file with mode: 0644]
test/ScopInfo/wraping_signed_expr_slow_2.ll [new file with mode: 0644]
test/ScopInfo/zero_ext_of_truncate.ll [new file with mode: 0644]
test/ScopInfo/zero_ext_of_truncate_2.ll [new file with mode: 0644]
test/ScopInfo/zero_ext_space_mismatch.ll [new file with mode: 0644]
test/ScopInliner/ignore-declares.ll [new file with mode: 0644]
test/ScopInliner/invariant-load-func.ll [new file with mode: 0644]
test/ScopInliner/simple-inline-loop.ll [new file with mode: 0644]
test/Simplify/coalesce_3partials.ll [new file with mode: 0644]
test/Simplify/coalesce_3partials___%for---%return.jscop [new file with mode: 0644]
test/Simplify/coalesce_3partials___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/coalesce_disjointelements.ll [new file with mode: 0644]
test/Simplify/coalesce_disjointelements___%for---%return.jscop [new file with mode: 0644]
test/Simplify/coalesce_disjointelements___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/coalesce_overlapping.ll [new file with mode: 0644]
test/Simplify/coalesce_overlapping___%for---%return.jscop [new file with mode: 0644]
test/Simplify/coalesce_overlapping___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/coalesce_partial.ll [new file with mode: 0644]
test/Simplify/coalesce_partial___%for---%return.jscop [new file with mode: 0644]
test/Simplify/coalesce_partial___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/dead_access_load.ll [new file with mode: 0644]
test/Simplify/dead_access_phi.ll [new file with mode: 0644]
test/Simplify/dead_access_value.ll [new file with mode: 0644]
test/Simplify/dead_instruction.ll [new file with mode: 0644]
test/Simplify/emptyaccessdomain.ll [new file with mode: 0644]
test/Simplify/emptyaccessdomain___%for---%return.jscop [new file with mode: 0644]
test/Simplify/emptyaccessdomain___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/exit_phi_accesses-2.ll [new file with mode: 0644]
test/Simplify/gemm.ll [new file with mode: 0644]
test/Simplify/gemm___%bb3---%bb28.jscop [new file with mode: 0644]
test/Simplify/gemm___%bb3---%bb28.jscop.transformed [new file with mode: 0644]
test/Simplify/nocoalesce_differentvalues.ll [new file with mode: 0644]
test/Simplify/nocoalesce_differentvalues___%for---%return.jscop [new file with mode: 0644]
test/Simplify/nocoalesce_differentvalues___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/nocoalesce_elementmismatch.ll [new file with mode: 0644]
test/Simplify/nocoalesce_elementmismatch___%for---%return.jscop [new file with mode: 0644]
test/Simplify/nocoalesce_elementmismatch___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/nocoalesce_readbetween.ll [new file with mode: 0644]
test/Simplify/nocoalesce_readbetween___%for---%return.jscop [new file with mode: 0644]
test/Simplify/nocoalesce_readbetween___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/nocoalesce_writebetween.ll [new file with mode: 0644]
test/Simplify/nocoalesce_writebetween___%for---%return.jscop [new file with mode: 0644]
test/Simplify/nocoalesce_writebetween___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/notdead_region_exitphi.ll [new file with mode: 0644]
test/Simplify/notdead_region_innerphi.ll [new file with mode: 0644]
test/Simplify/notredundant_region_loop.ll [new file with mode: 0644]
test/Simplify/notredundant_region_loop___%for---%return.jscop [new file with mode: 0644]
test/Simplify/notredundant_region_loop___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/notredundant_region_middle.ll [new file with mode: 0644]
test/Simplify/notredundant_synthesizable_unknownit.ll [new file with mode: 0644]
test/Simplify/out-of-scop-use-in-region-entry-phi-node.ll [new file with mode: 0644]
test/Simplify/overwritten.ll [new file with mode: 0644]
test/Simplify/overwritten_3phi.ll [new file with mode: 0644]
test/Simplify/overwritten_3phi___%for---%return.jscop [new file with mode: 0644]
test/Simplify/overwritten_3phi___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/overwritten_3store.ll [new file with mode: 0644]
test/Simplify/overwritten_implicit_and_explicit.ll [new file with mode: 0644]
test/Simplify/overwritten_implicit_and_explicit___%for---%return.jscop [new file with mode: 0644]
test/Simplify/overwritten_implicit_and_explicit___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/overwritten_loadbetween.ll [new file with mode: 0644]
test/Simplify/overwritten_scalar.ll [new file with mode: 0644]
test/Simplify/overwritten_scalar___%for---%return.jscop [new file with mode: 0644]
test/Simplify/overwritten_scalar___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/pass_existence.ll [new file with mode: 0644]
test/Simplify/phi_in_regionstmt.ll [new file with mode: 0644]
test/Simplify/pr33323.ll [new file with mode: 0644]
test/Simplify/pr33323___%for.body98---%for.cond87.loopexit.jscop [new file with mode: 0644]
test/Simplify/pr33323___%for.body98---%for.cond87.loopexit.jscop.transformed [new file with mode: 0644]
test/Simplify/redundant.ll [new file with mode: 0644]
test/Simplify/redundant_differentindex.ll [new file with mode: 0644]
test/Simplify/redundant_partialwrite.ll [new file with mode: 0644]
test/Simplify/redundant_partialwrite___%for---%return.jscop [new file with mode: 0644]
test/Simplify/redundant_partialwrite___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/redundant_region.ll [new file with mode: 0644]
test/Simplify/redundant_region___%for---%return.jscop [new file with mode: 0644]
test/Simplify/redundant_region___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/redundant_region_scalar.ll [new file with mode: 0644]
test/Simplify/redundant_region_scalar___%for---%return.jscop [new file with mode: 0644]
test/Simplify/redundant_region_scalar___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/redundant_scalarwrite.ll [new file with mode: 0644]
test/Simplify/redundant_scalarwrite___%for---%return.jscop [new file with mode: 0644]
test/Simplify/redundant_scalarwrite___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/redundant_storebetween.ll [new file with mode: 0644]
test/Simplify/scalability1.ll [new file with mode: 0644]
test/Simplify/scalability2.ll [new file with mode: 0644]
test/Simplify/sweep_mapped_phi.ll [new file with mode: 0644]
test/Simplify/sweep_mapped_phi___%for---%return.jscop [new file with mode: 0644]
test/Simplify/sweep_mapped_phi___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/sweep_mapped_value.ll [new file with mode: 0644]
test/Simplify/sweep_mapped_value___%for---%return.jscop [new file with mode: 0644]
test/Simplify/sweep_mapped_value___%for---%return.jscop.transformed [new file with mode: 0644]
test/Simplify/ununsed_read_in_region_entry.ll [new file with mode: 0644]
test/Unit/lit.cfg [new file with mode: 0644]
test/Unit/lit.site.cfg.in [new file with mode: 0644]
test/UnitIsl/isl_test.sh [new file with mode: 0644]
test/UnitIsl/lit.cfg [new file with mode: 0644]
test/UnitIsl/lit.site.cfg.in [new file with mode: 0644]
test/create_ll.sh [new file with mode: 0755]
test/lit.cfg [new file with mode: 0644]
test/lit.site.cfg.in [new file with mode: 0644]
test/polly.ll [new file with mode: 0644]
test/update_check.py [new file with mode: 0644]
tools/CMakeLists.txt [new file with mode: 0644]
tools/GPURuntime/CMakeLists.txt [new file with mode: 0644]
tools/GPURuntime/GPUJIT.c [new file with mode: 0644]
tools/GPURuntime/GPUJIT.h [new file with mode: 0644]
tools/GPURuntime/LICENSE.TXT [new file with mode: 0644]
unittests/CMakeLists.txt [new file with mode: 0644]
unittests/DeLICM/CMakeLists.txt [new file with mode: 0644]
unittests/DeLICM/DeLICMTest.cpp [new file with mode: 0644]
unittests/Flatten/CMakeLists.txt [new file with mode: 0644]
unittests/Flatten/FlattenTest.cpp [new file with mode: 0644]
unittests/Isl/CMakeLists.txt [new file with mode: 0644]
unittests/Isl/IslTest.cpp [new file with mode: 0644]
unittests/ScheduleOptimizer/CMakeLists.txt [new file with mode: 0644]
unittests/ScheduleOptimizer/ScheduleOptimizerTest.cpp [new file with mode: 0644]
unittests/ScopPassManager/CMakeLists.txt [new file with mode: 0644]
unittests/ScopPassManager/PassManagerTest.cpp [new file with mode: 0644]
utils/arcanist/LitTestEngine/__phutil_library_init__.php [new file with mode: 0644]
utils/arcanist/LitTestEngine/__phutil_library_map__.php [new file with mode: 0644]
utils/arcanist/LitTestEngine/src/LitTestEngine.php [new file with mode: 0644]
utils/argparse.py [new file with mode: 0644]
utils/jscop2cloog.py [new file with mode: 0755]
utils/pyscop/isl.py [new file with mode: 0644]
utils/pyscop/jscop2iscc.py [new file with mode: 0755]
utils/pyscop/pyscop.py [new file with mode: 0644]