From 76213b865989771477a13ab684784cb7e7a8ded0 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154833 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 1457c985b65..9552fe701ac 100644 --- a/docs/ReleaseNotes.html +++ b/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:

+ + + +
+ -- 2.34.1