llvm-project/polly/lib
Tobias Grosser b9fc860a57 GPGPU: collect array references
Initialize the list of references to a GPU array to ensure that the arrays that
need to be passed to kernel calls are computed correctly.  Furthermore, the very
same information is also necessary to compute synchronization correctly. As the
functionality to compute these references is already available, what is left for
us to do is only to connect the necessary functionality to compute array
reference information.

llvm-svn: 275798
2016-07-18 15:44:32 +00:00
..
Analysis Fix a build warning of unhandled enum in switch 2016-07-11 18:27:52 +00:00
CodeGen GPGPU: collect array references 2016-07-18 15:44:32 +00:00
Exchange clang-tidy: Add llvm namespace comments 2016-06-23 22:17:27 +00:00
External GPGPU: collect array references 2016-07-18 15:44:32 +00:00
JSON Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
Support PPCGCodegen: Support compilation without GPU support 2016-07-13 19:52:24 +00:00
Transform Propagate on-error status 2016-06-30 20:42:58 +00:00
CMakeLists.txt Add accelerator code generation pass skeleton 2016-07-13 15:54:58 +00:00
Polly.cpp