From 99d8e96d8e091b662586c72cdcd4d11c60320960 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Mon, 16 Apr 2012 17:17:00 +0000 Subject: [PATCH] Add Polly news to the release notes llvm-svn: 154833 --- llvm/docs/ReleaseNotes.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 1457c985b652..9552fe701ac1 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -206,6 +206,36 @@ Release Notes. + + +

+Polly +

+ +
+ +

Polly is an experimental + optimizer for data locality and parallelism. It currently provides high-level + loop optimizations and automatic parallelisation (using the OpenMP run time). + Work in the area of automatic SIMD and accelerator code generation was + started. + +

Within the LLVM 3.1 time-frame there were the following highlights:

+ + + +
+