llvm-project/polly/lib
Johannes Doerfert be9c91173f [Refactor] Use only one BlockGenerator for a SCoP
This change has two main purposes:
    1) We do not use a static interface to hide an object we create and
       destroy for every basic block we copy.
    2) We allow the BlockGenerator to store information between calls to
       the copyBB method. This will ease scalar/phi code generation
       later on.

  While a lot of method signatures were changed this should not cause
  any real behaviour change.

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

llvm-svn: 228443
2015-02-06 21:39:31 +00:00
..
Analysis [Refactor] Use only one BlockGenerator for a SCoP 2015-02-06 21:39:31 +00:00
CodeGen [Refactor] Use only one BlockGenerator for a SCoP 2015-02-06 21:39:31 +00:00
Exchange [Refactor][NfC] Simplify and clean the handling of (new) access relations 2014-10-13 12:58:03 +00:00
External Import isl(+imath) as an external library into Polly 2015-02-04 20:55:43 +00:00
JSON Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
Support [FIX] Activated a pointer test and removed obsolete comment 2015-01-30 00:36:13 +00:00
Transform Do not run independent blocks when we model all scalar dependences 2015-02-06 21:26:45 +00:00
CMakeLists.txt Import isl(+imath) as an external library into Polly 2015-02-04 20:55:43 +00:00
Makefile Import isl(+imath) as an external library into Polly 2015-02-04 20:55:43 +00:00
Polly.cpp Move Pass registration into polly library 2014-03-19 17:54:23 +00:00