llvm-project/polly/lib/CodeGen
Tobias Grosser a89dc57b41 Do not use '.' in subfunction names
Certain backends, e.g. NVPTX, do not support '.' in function names. Hence,
we ensure all '.' are replaced by '_' when generating function names for
subfunctions. For the current OpenMP code generation, this is not strictly
necessary, but future uses cases (e.g. GPU offloading) need this issue to be
fixed.

llvm-svn: 246980
2015-09-08 06:22:17 +00:00
..
BlockGenerators.cpp Add option -polly-codegen-add-debug-printing 2015-09-06 08:47:57 +00:00
CodeGeneration.cpp Fix Polly after SCEV port to new pass manager 2015-08-17 10:57:08 +00:00
IRBuilder.cpp Generate alias metadata even in OpenMP mode 2015-08-19 16:04:35 +00:00
IslAst.cpp Check for feasible runtime check context early 2015-08-20 05:58:56 +00:00
IslExprBuilder.cpp OpenMP codegen: support generation of multi-dimensional access functions 2015-09-05 10:32:56 +00:00
IslNodeBuilder.cpp Add some more documentation and structure to the collection of subtree references 2015-09-05 15:45:25 +00:00
LoopGenerators.cpp Do not use '.' in subfunction names 2015-09-08 06:22:17 +00:00
RuntimeDebugBuilder.cpp Add option -polly-codegen-add-debug-printing 2015-09-06 08:47:57 +00:00
Utils.cpp Fix Codegen adding a second exit out of region 2015-08-18 13:14:42 +00:00