diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 16fb13328ad4..5a8f21f43329 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -508,6 +508,22 @@ be used to verify some algorithms. + +

Polly

+ +
+ +

Polly is an advanced data-locality + optimizer and automatic parallelizer. It uses an advanced, mathematical + model to calculate detailed data dependency information which it uses to + optimize the loop structure of a program. Polly can speed up sequential code + by improving memory locality and consequently the cache use. Furthermore, + Polly is able to expose different kind of parallelism which it exploits by + introducing (basic) OpenMP and SIMD code. A mid-term goal of Polly is to + automatically create optimized GPU code.

+ +
+

Portable OpenCL (pocl)