[llvm] r174764 - ReleaseNotes: Add section for R600 backend
Tom Stellard
thomas.stellard at amd.com
Fri Feb 8 14:24:41 PST 2013
Author: tstellar
Date: Fri Feb 8 16:24:41 2013
New Revision: 174764
URL: http://llvm.org/viewvc/llvm-project?rev=174764&view=rev
Log:
ReleaseNotes: Add section for R600 backend
Modified:
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=174764&r1=174763&r2=174764&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Fri Feb 8 16:24:41 2013
@@ -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
More information about the llvm-commits
mailing list