llvm-project/polly/lib/CodeGen
Johannes Doerfert 275a1756ad Allow non-affine control flow -- Code Generation
This is the code generation for region statements that are created
  when non-affine control flow was present in the input. A new
  generator, similar to the block or vector generator, for regions is
  used to traverse and copy the region statement and to adjust the
  control flow inside the new region in the end.

llvm-svn: 230340
2015-02-24 16:16:32 +00:00
..
BlockGenerators.cpp Allow non-affine control flow -- Code Generation 2015-02-24 16:16:32 +00:00
IRBuilder.cpp CodeGen: Update IRBuilder for LLVM API change 2015-01-19 21:31:48 +00:00
IslAst.cpp Add early exits for SCoPs we did not optimize 2015-02-11 17:25:09 +00:00
IslCodeGeneration.cpp Allow non-affine control flow -- Code Generation 2015-02-24 16:16:32 +00:00
IslExprBuilder.cpp [FIX] Partially fix the pointer negation crash 2015-02-02 15:25:09 +00:00
LoopGenerators.cpp [PM] Update Polly for LLVM r226394 and r226396 which changed some of the 2015-01-18 10:52:23 +00:00
PTXGenerator.cpp [PM] Convert Polly over to directly use the legacy pass manager 2015-02-13 09:51:50 +00:00
RuntimeDebugBuilder.cpp Use argument type directly from fflush if available in translation unit 2014-11-04 09:18:24 +00:00
Utils.cpp [PM] Update Polly for LLVM r226459 which removed another pass argument 2015-01-19 12:37:33 +00:00