hanchenye-llvm-project/polly/lib
Johannes Doerfert 85676e3674 Add an invalid domain to memory accesses
Memory accesses can have non-precisely modeled access functions that
  would cause us to build incorrect execution context for hoisted loads.
  This is the same issue that occurred during the domain construction for
  statements and it is dealt with the same way.

llvm-svn: 267289
2016-04-23 14:32:34 +00:00
..
Analysis Add an invalid domain to memory accesses 2016-04-23 14:32:34 +00:00
CodeGen Allow pointer expressions in SCEVs again. 2016-04-10 09:50:10 +00:00
Exchange Allow the client of DependenceInfo to obtain dependences at different granularities. 2016-03-03 08:15:33 +00:00
External Add files forgotten in r264452 2016-03-25 20:32:51 +00:00
JSON
Support Translate SCEVs to isl_pw_aff and their invalid domain 2016-04-23 14:31:17 +00:00
Transform Add __isl_give annotations to return types [NFC] 2016-04-09 21:55:23 +00:00
CMakeLists.txt Properly build shared libraries if LLVM_LINK_LLVM_DYLIB is enabled. 2016-02-03 16:29:04 +00:00
Polly.cpp