summaryrefslogtreecommitdiff
path: root/docs/ReleaseNotes.rst
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-02-08 22:24:41 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-02-08 22:24:41 +0000
commit1c66a18f84f25387d919c18c3d7a68ba22e18d01 (patch)
tree7ba8e4ae094b30627fdc37d6843d126c8a4e2702 /docs/ReleaseNotes.rst
parentd66bd704cc92fed8292e06018e4f26547d1c96d0 (diff)
downloadllvm-1c66a18f84f25387d919c18c3d7a68ba22e18d01.tar.gz
llvm-1c66a18f84f25387d919c18c3d7a68ba22e18d01.tar.bz2
llvm-1c66a18f84f25387d919c18c3d7a68ba22e18d01.tar.xz
ReleaseNotes: Add section for R600 backend
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174764 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r--docs/ReleaseNotes.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 78ea24e53c..274537ce26 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -87,6 +87,14 @@ has the following features:
- Vectorization of function calls
- Partial unrolling during vectorization
+R600 Backend
+------------
+
+The R600 backend was added in this release, it supports AMD GPUs
+(HD2XXX - HD7XXX). This backend is used in AMD's Open Source
+graphics / compute drivers which are developed as part of the `Mesa3D
+<http://www.mesa3d.org>`_ project.
+
Additional Information