llvm-project/polly/lib/CodeGen
Michael Kruse e2bccbbfb2 Merge IRAccess into MemoryAccess
All MemoryAccess objects will be owned by ScopInfo::AccFuncMap which 
previously stored the IRAccess objects. Instead of creating new 
MemoryAccess objects, the already created ones are reused, but their 
order might be different now. Some fields of IRAccess and MemoryAccess 
had the same meaning and are merged.

This is the last step of fusioning TempScopInfo.{h|cpp} and 
ScopInfo.{h.cpp}. Some refactoring might still make sense.

Differential Revision: http://reviews.llvm.org/D12843

llvm-svn: 248024
2015-09-18 19:59:43 +00:00
..
BlockGenerators.cpp Merge IRAccess into MemoryAccess 2015-09-18 19:59:43 +00:00
CodeGeneration.cpp Merge TempScopInfo into ScopInfo 2015-09-10 15:25:24 +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 Merge TempScopInfo.{cpp|h} into ScopInfo.{cpp|h} 2015-09-10 12:46:52 +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