[cfe-commits] r145291 - /cfe/trunk/docs/ReleaseNotes.html
Chandler Carruth
chandlerc at gmail.com
Mon Nov 28 14:17:58 PST 2011
Author: chandlerc
Date: Mon Nov 28 16:17:58 2011
New Revision: 145291
URL: http://llvm.org/viewvc/llvm-project?rev=145291&view=rev
Log:
Create a more organized (but still commented out as not very useful)
stub for OpenCL work. I can't really dig enough out of the commit log
messages other than to tell that a lot of work went into this in the 2.9
-> 3.0 timeframe. I'll let the folks touching it decide if it merits
a spot in the release notes and provide the appropriate details if so.
Modified:
cfe/trunk/docs/ReleaseNotes.html
Modified: cfe/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.html?rev=145291&r1=145290&r2=145291&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.html (original)
+++ cfe/trunk/docs/ReleaseNotes.html Mon Nov 28 16:17:58 2011
@@ -87,8 +87,6 @@
the history. Anything still here needs to be distilled and turned into proper
prose in a section of its own. When doing that, delete the notes.</p>
<ul>
- <li>OpenCL support -- need details from Tanya and Peter -- separate language
- section?</li>
<li>Building Clang on windows -- mingw, 32 and 64 bit, native windows builds,
cygwin. get chapuni to flesh out details.</li>
<li>Compiling C/C++ w/ MinGW (32/64) and Cygwin on Windows -- chapuni</li>
@@ -177,6 +175,14 @@
<li>The exact source range for expanded macros can be retrieved.</li>
</ul>
+<!--
+Need Peter and/or Tanya to flesh this out if we want it in 3.0's notes.. The
+state isn't clear just from documentation or commit logs.
+
+<h4 id="opencl">Initial work to support compiling OpenCL with Clang</h4>
+Clang has some (limited) support for compiling OpenCL.
+-->
+
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
<h3 id="cchanges">C Language Changes in Clang</h3>
<!-- = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = -->
More information about the cfe-commits
mailing list