Add a new isl based code generation
authorTobias Grosser <grosser@fim.uni-passau.de>
Tue, 2 Oct 2012 19:50:43 +0000 (19:50 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Tue, 2 Oct 2012 19:50:43 +0000 (19:50 +0000)
commit8a5bc6edca4f7ff8553957bedfab55e7f0b7041e
treeea53c62069c26ec2e8172b6f343620f7f3962deb
parent0934e70e6e30a320932dab82d2cc306a201328ea
Add a new isl based code generation

This pass implements a new code generator that uses the code generation
algorithm included in isl.

For the moment the new code generation is limited to sequential code.

llvm-svn: 165037
polly/include/polly/LinkAllPasses.h
polly/lib/CodeGen/IslCodeGeneration.cpp
polly/lib/RegisterPasses.cpp