llvm-project/polly/lib
Johannes Doerfert 3f0a2a325f Add caching to the SCEVAffinator
While the compile time is not affected by this patch much it will
  allow us to look at all translated expressions after the SCoP is build
  in a convenient way. Additionally, bigger SCoPs or SCoPs with
  repeating complicated expressions might benefit from the cache later
  on.

Reviewers: grosser, Meinersbur

Subscribers: #polly

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

llvm-svn: 244734
2015-08-12 10:46:33 +00:00
..
Analysis Expose the SCEVAffinator and make it a member of a SCoP. 2015-08-12 10:19:50 +00:00
CodeGen Assign regions to all BBs from CodeGeneration 2015-08-11 14:47:37 +00:00
Exchange Use schedule trees to represent execution order of statements 2015-07-14 09:33:13 +00:00
External Update isl to isl-0.15-117-ge42acfe 2015-08-11 11:31:18 +00:00
JSON Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
Support Add caching to the SCEVAffinator 2015-08-12 10:46:33 +00:00
Transform Remove leftover comment 2015-08-10 15:07:16 +00:00
CMakeLists.txt Expose the SCEVAffinator and make it a member of a SCoP. 2015-08-12 10:19:50 +00:00
Makefile Expose the SCEVAffinator and make it a member of a SCoP. 2015-08-12 10:19:50 +00:00
Polly.cpp Move Pass registration into polly library 2014-03-19 17:54:23 +00:00