hanchenye-llvm-project/polly/lib
Tobias Grosser dcc3b435ab Optionally model read-only scalars
Even though read-only accesses to scalars outside of a scop do not need to be
modeled to derive valid transformations or to generate valid sequential code,
but information about them is useful when we considering memory footprint
analysis and/or kernel offloading.

llvm-svn: 243981
2015-08-04 13:54:20 +00:00
..
Analysis Optionally model read-only scalars 2015-08-04 13:54:20 +00:00
CodeGen Optionally model read-only scalars 2015-08-04 13:54:20 +00:00
Exchange Use schedule trees to represent execution order of statements 2015-07-14 09:33:13 +00:00
External Compile fix; add missing ISL files 2015-07-24 19:09:27 +00:00
JSON Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
Support Run ScopInfo after the ScopViewers 2015-08-04 11:49:39 +00:00
Transform Rewrite getPrevectorMap using schedule trees operations 2015-07-28 18:03:36 +00:00
CMakeLists.txt Unify FOLDER property of Polly targets 2015-07-21 12:40:01 +00:00
Makefile Normalize whitespace in makefiles 2015-07-24 23:30:31 +00:00
Polly.cpp