Rename IslCodeGeneration to CodeGeneration
authorTobias Grosser <tobias@grosser.es>
Tue, 12 May 2015 07:45:52 +0000 (07:45 +0000)
committerTobias Grosser <tobias@grosser.es>
Tue, 12 May 2015 07:45:52 +0000 (07:45 +0000)
commit09d3069740cf69731d384a7229bf93452e4f6009
tree75833dc95c5d35a8d6f0d9bd36d45baeae0cd1f0
parentb2b61a24227edc527d419501d66d53597888be80
Rename IslCodeGeneration to CodeGeneration

Besides class, function and file names, we also change the command line option
from -polly-codegen-isl to just -polly-codegen. The isl postfix is a leftover
from the times when we still had the CLooG based -polly-codegen. Today it is
just redundant and we drop it.

llvm-svn: 237099
104 files changed:
polly/include/polly/LinkAllPasses.h
polly/lib/CMakeLists.txt
polly/lib/CodeGen/CodeGeneration.cpp [moved from polly/lib/CodeGen/IslCodeGeneration.cpp with 91% similarity]
polly/lib/Makefile
polly/lib/Support/RegisterPasses.cpp
polly/test/Isl/CodeGen/20100617.ll
polly/test/Isl/CodeGen/20100622.ll
polly/test/Isl/CodeGen/20100707.ll
polly/test/Isl/CodeGen/20100707_2.ll
polly/test/Isl/CodeGen/20100708_2.ll
polly/test/Isl/CodeGen/20100713.ll
polly/test/Isl/CodeGen/20100713_2.ll
polly/test/Isl/CodeGen/20100717.ll
polly/test/Isl/CodeGen/20100718-DomInfo-2.ll
polly/test/Isl/CodeGen/20100718-DomInfo.ll
polly/test/Isl/CodeGen/20100809-IndependentBlock.ll
polly/test/Isl/CodeGen/20100811-ScalarDependencyBetweenBrAndCnd.ll
polly/test/Isl/CodeGen/20101030-Overflow.ll
polly/test/Isl/CodeGen/20101103-Overflow3.ll
polly/test/Isl/CodeGen/20101103-signmissmatch.ll
polly/test/Isl/CodeGen/20110226-Ignore-Dead-Code.ll
polly/test/Isl/CodeGen/20110226-PHI-Node-removed.ll
polly/test/Isl/CodeGen/20120316-InvalidCast.ll
polly/test/Isl/CodeGen/20120403-RHS-type-mismatch.ll
polly/test/Isl/CodeGen/20130211-getNumberOfIterations.ll
polly/test/Isl/CodeGen/20130221.ll
polly/test/Isl/CodeGen/20150328-SCEVExpanderIntroducesNewIV.ll
polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll
polly/test/Isl/CodeGen/LoopParallelMD/loop_nest_param_parallel.ll
polly/test/Isl/CodeGen/LoopParallelMD/single_loop_param_parallel.ll
polly/test/Isl/CodeGen/MemAccess/codegen_constant_offset.ll
polly/test/Isl/CodeGen/MemAccess/codegen_simple.ll
polly/test/Isl/CodeGen/MemAccess/codegen_simple_float.ll
polly/test/Isl/CodeGen/MemAccess/codegen_simple_md.ll
polly/test/Isl/CodeGen/MemAccess/codegen_simple_md_float.ll
polly/test/Isl/CodeGen/MemAccess/simple_analyze.ll
polly/test/Isl/CodeGen/MemAccess/simple_stride_test.ll
polly/test/Isl/CodeGen/OpenMP/loop-body-references-outer-iv.ll
polly/test/Isl/CodeGen/OpenMP/loop-body-references-outer-values-2.ll
polly/test/Isl/CodeGen/OpenMP/loop-body-references-outer-values-3.ll
polly/test/Isl/CodeGen/OpenMP/loop-body-references-outer-values.ll
polly/test/Isl/CodeGen/OpenMP/loop-bounds-reference-outer-ids.ll
polly/test/Isl/CodeGen/OpenMP/reference-other-bb.ll
polly/test/Isl/CodeGen/OpenMP/reference-preceeding-loop.ll
polly/test/Isl/CodeGen/OpenMP/single_loop.ll
polly/test/Isl/CodeGen/OpenMP/single_loop_with_loop_invariant_baseptr.ll
polly/test/Isl/CodeGen/OpenMP/two-parallel-loops-reference-outer-indvar.ll
polly/test/Isl/CodeGen/PHIInExit.ll
polly/test/Isl/CodeGen/alias-check-multi-dim.ll
polly/test/Isl/CodeGen/aliasing_different_base_and_access_type.ll
polly/test/Isl/CodeGen/aliasing_different_pointer_types.ll
polly/test/Isl/CodeGen/aliasing_multidimensional_access.ll
polly/test/Isl/CodeGen/aliasing_parametric_simple_1.ll
polly/test/Isl/CodeGen/aliasing_parametric_simple_2.ll
polly/test/Isl/CodeGen/aliasing_struct_element.ll
polly/test/Isl/CodeGen/alignment.ll
polly/test/Isl/CodeGen/annotated_alias_scopes.ll
polly/test/Isl/CodeGen/blas_sscal_simplified.ll
polly/test/Isl/CodeGen/create-conditional-scop.ll
polly/test/Isl/CodeGen/debug-intrinsics.ll
polly/test/Isl/CodeGen/intrinsics_lifetime.ll
polly/test/Isl/CodeGen/intrinsics_misc.ll
polly/test/Isl/CodeGen/loop_with_condition_nested.ll
polly/test/Isl/CodeGen/loop_with_conditional_entry_edge_splited_hard_case.ll
polly/test/Isl/CodeGen/multidim-non-matching-typesize-2.ll
polly/test/Isl/CodeGen/multidim-non-matching-typesize.ll
polly/test/Isl/CodeGen/multidim_2d_parametric_array_static_loop_bounds.ll
polly/test/Isl/CodeGen/multidim_alias_check.ll
polly/test/Isl/CodeGen/no_guard_bb.ll
polly/test/Isl/CodeGen/non-affine-subregion-dominance-reuse.ll
polly/test/Isl/CodeGen/non_affine_float_compare.ll
polly/test/Isl/CodeGen/openmp_limit_threads.ll
polly/test/Isl/CodeGen/pointer-type-expressions-2.ll
polly/test/Isl/CodeGen/pointer-type-expressions.ll
polly/test/Isl/CodeGen/pointer-type-pointer-type-comparison.ll
polly/test/Isl/CodeGen/reduction.ll
polly/test/Isl/CodeGen/run-time-condition-with-scev-parameters.ll
polly/test/Isl/CodeGen/run-time-condition.ll
polly/test/Isl/CodeGen/scalar-references-used-in-scop-compute.ll
polly/test/Isl/CodeGen/scop_never_executed_runtime_check_location.ll
polly/test/Isl/CodeGen/simple_loop_non_single_exit.ll
polly/test/Isl/CodeGen/simple_loop_non_single_exit_2.ll
polly/test/Isl/CodeGen/simple_non_single_entry.ll
polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll
polly/test/Isl/CodeGen/simple_vec_assign_scalar_2.ll
polly/test/Isl/CodeGen/simple_vec_call.ll
polly/test/Isl/CodeGen/simple_vec_call_2.ll
polly/test/Isl/CodeGen/simple_vec_cast.ll
polly/test/Isl/CodeGen/simple_vec_const.ll
polly/test/Isl/CodeGen/simple_vec_large_width.ll
polly/test/Isl/CodeGen/simple_vec_ptr_ptr_ty.ll
polly/test/Isl/CodeGen/simple_vec_stride_negative_one.ll
polly/test/Isl/CodeGen/simple_vec_stride_x.ll
polly/test/Isl/CodeGen/simple_vec_two_stmts.ll
polly/test/Isl/CodeGen/single_do_loop_ll_max_iterations.ll
polly/test/Isl/CodeGen/split_edges.ll
polly/test/Isl/CodeGen/split_edges_2.ll
polly/test/Isl/CodeGen/test-invalid-operands-for-select-2.ll
polly/test/Isl/CodeGen/test-invalid-operands-for-select.ll
polly/test/Isl/CodeGen/two-scops-in-row.ll
polly/test/Isl/single_loop_param_less_equal.ll
polly/test/Isl/single_loop_param_less_than.ll
polly/test/ScopDetect/indvars.ll
polly/test/ScopDetect/nested_loop_single_exit.ll