hanchenye-llvm-project/polly/lib/CodeGen
Tobias Grosser e8df5bd92b IndependentBlocks: We can only reconstruct PHI nodes that are within the ScoP
In the classical (non -polly-codegen-scev) mode, we assume that we can always
recreate PHI nodes during code generation. This is not true. We can only
reconstruct them from the polyhedral information, in case the entire loop of the
PHI node is part of the SCoP and consequently the PHI node was translated in
the polyhedral description.

llvm-svn: 179674
2013-04-17 07:20:36 +00:00
..
BlockGenerators.cpp IndependentBlocks: We can only reconstruct PHI nodes that are within the ScoP 2013-04-17 07:20:36 +00:00
CMakeLists.txt 'chmod -x' on files that do not need the executable bits 2012-12-29 15:09:03 +00:00
Cloog.cpp clang-format: Many more files 2013-03-23 01:05:07 +00:00
CodeGeneration.cpp Support SCoPs with multiple entry edges. 2013-04-16 08:04:42 +00:00
IslAst.cpp Update formatting to latest version of clang-format 2013-04-10 06:55:45 +00:00
IslCodeGeneration.cpp Support SCoPs with multiple entry edges. 2013-04-16 08:04:42 +00:00
LoopGenerators.cpp Remove unnecessary explicit typing in std::make_pair 2013-03-20 15:42:59 +00:00
Makefile 'chmod -x' on files that do not need the executable bits 2012-12-29 15:09:03 +00:00
PTXGenerator.cpp CodeGen: clang-format goodness 2013-02-05 18:01:29 +00:00
Utils.cpp Codegen: Replace region exit and entries recursively 2013-04-10 06:55:20 +00:00