[llvm-commits] CVS: llvm-www/Users.html
Chris Lattner
sabre at nondot.org
Sat Aug 29 12:05:02 PDT 2009
Changes in directory llvm-www:
Users.html updated: 1.64 -> 1.65
---
Log message:
avoid passive voice
---
Diffs of the changes: (+4 -4)
Users.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm-www/Users.html
diff -u llvm-www/Users.html:1.64 llvm-www/Users.html:1.65
--- llvm-www/Users.html:1.64 Sat Aug 29 14:00:24 2009
+++ llvm-www/Users.html Sat Aug 29 14:04:45 2009
@@ -70,9 +70,9 @@
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 <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
+ Mac OS X 10.6 (and later): The <a
+ href="http://en.wikipedia.org/wiki/OpenCL">OpenCL</a> GPGPU implementation is <a
+href="http://developer.apple.com/mac/library/documentation/Performance/Conceptual/OpenCL_MacProgGuide/OpenCLontheMacPlatform/OpenCLontheMacPlatform.html">built on Clang and LLVM compiler technology</a>. 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
sensitive pieces of Mac OS X 10.6 were built with llvm-gcc such as OpenSSL
@@ -498,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 19:00:24 $
+ Last modified: $Date: 2009/08/29 19:04:45 $
</address>
<!--#include virtual="footer.incl" -->
More information about the llvm-commits
mailing list