hanchenye-llvm-project/polly/lib/CodeGen
Michael Kruse e819fffee3 [CodeGen] Print executed statement instances at runtime.
Add the options -polly-codegen-trace-stmts and
-polly-codegen-trace-scalars. When enabled, adds a call to the
beginning of every generated statement that prints the executed
statement instance. With -polly-codegen-trace-scalars, it also prints
the value of all scalars that are used in the statement, and PHIs
defined in the beginning of the statement.

Differential Revision: https://reviews.llvm.org/D45743

llvm-svn: 330864
2018-04-25 19:43:49 +00:00
..
BlockGenerators.cpp [CodeGen] Print executed statement instances at runtime. 2018-04-25 19:43:49 +00:00
CodeGeneration.cpp Adjust to clang-format changes 2018-03-20 17:16:32 +00:00
CodegenCleanup.cpp Fixup Polly for an LLVM header file change. 2018-04-24 02:23:41 +00:00
IRBuilder.cpp [CodeGen] Fix noalias annotations for memcpy/memmove. 2017-12-22 17:44:53 +00:00
IslAst.cpp [Polly][IslAst] Fix minimal dependence distance. 2018-04-04 18:08:13 +00:00
IslExprBuilder.cpp [IslExprBuilder] Do not generate RTC with more than 64 bit 2017-09-23 15:32:07 +00:00
IslNodeBuilder.cpp Use isl::manage_copy to simplify calls to isl::manage(isl_.._copy()) 2018-02-20 07:26:58 +00:00
LoopGenerators.cpp Fix the build after r314375 2017-09-28 12:20:24 +00:00
ManagedMemoryRewrite.cpp Adjust to clang-format changes 2018-03-20 17:16:32 +00:00
PPCGCodeGeneration.cpp Revert "[Acc] Fix for PR33208" 2018-03-03 15:34:49 +00:00
PerfMonitor.cpp Fix a lot of typos. NFC. 2017-06-08 12:06:15 +00:00
RuntimeDebugBuilder.cpp [CodeGen] Print executed statement instances at runtime. 2018-04-25 19:43:49 +00:00
Utils.cpp [PPCGCodeGeneration] Fix runtime check adjustments since they make assumptions about BB layout. 2017-07-14 10:00:25 +00:00