llvm-project/polly/lib
Johannes Doerfert f1906138b4 Model statement wise reduction dependences
+ Collect reduction dependences
+ Introduced TYPE_RED in Dependences.h which can be used to obtain the
  reduction dependences
+ Used TYPE_RED to prevent parallelization while we do not have a privatizing
  code generation
+ Relax the dependences for non-parallel code generation
+ Add privatization dependences to ensure correctness
+ 12 Test cases to check for reduction and privatization dependences

llvm-svn: 211369
2014-06-20 16:37:11 +00:00
..
Analysis Model statement wise reduction dependences 2014-06-20 16:37:11 +00:00
CodeGen Model statement wise reduction dependences 2014-06-20 16:37:11 +00:00
Exchange Fix build 2014-06-19 16:19:32 +00:00
JSON [C++11] Use nullptr 2014-04-16 07:33:47 +00:00
Support Do not use namespace polly inside a header. 2014-06-12 07:26:25 +00:00
Transform Model statement wise reduction dependences 2014-06-20 16:37:11 +00:00
CMakeLists.txt Split implementation from ScopDetectionDiagnostic.h 2014-05-24 09:24:53 +00:00
Makefile ScopDetectionDiagnostic: Update Makefile 2014-05-24 18:51:14 +00:00
Polly.cpp Move Pass registration into polly library 2014-03-19 17:54:23 +00:00