[llvm-commits] CVS: llvm-www/Users.html

Chris Lattner sabre at nondot.org
Sat Aug 29 12:00:40 PDT 2009



Changes in directory llvm-www:

Users.html updated: 1.63 -> 1.64
---
Log message:

linkize OpenCL uses llvm/clang.


---
Diffs of the changes:  (+3 -2)

 Users.html |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


Index: llvm-www/Users.html
diff -u llvm-www/Users.html:1.63 llvm-www/Users.html:1.64
--- llvm-www/Users.html:1.63	Sat Aug 29 13:49:14 2009
+++ llvm-www/Users.html	Sat Aug 29 14:00:24 2009
@@ -70,7 +70,8 @@
         compiler</a> is now available for use in Xcode or from the command line.  It 
         supports PPC32/X86-32/X86-64 and includes transparent LTO integration.<p>
 
-        Mac OS X 10.6 (and later): Clang and LLVM are used to implement the <a 
+        Mac OS X 10.6 (and later): Clang and LLVM are <a 
+href="http://developer.apple.com/mac/library/documentation/Performance/Conceptual/OpenCL_MacProgGuide/OpenCLontheMacPlatform/OpenCLontheMacPlatform.html">used to implement</a> the <a 
           href="http://en.wikipedia.org/wiki/OpenCL">OpenCL</a> GPGPU technology.  This
         requires parsing an extended dialect of C at runtime and JIT compiling it to run
         on the CPU, GPU, or both at the same time.  In addition, several performance 
@@ -497,6 +498,6 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
 
 <br><a href="mailto:llvmdev at cs.uiuc.edu">LLVM Development List</a><br>
-  Last modified: $Date: 2009/08/29 18:49:14 $
+  Last modified: $Date: 2009/08/29 19:00:24 $
 </address>
 <!--#include virtual="footer.incl" -->






More information about the llvm-commits mailing list