[llvm-commits] [llvm] r140715 - /llvm/trunk/docs/ReleaseNotes.html
Eric Christopher
echristo at apple.com
Wed Sep 28 12:47:28 PDT 2011
Author: echristo
Date: Wed Sep 28 14:47:28 2011
New Revision: 140715
URL: http://llvm.org/viewvc/llvm-project?rev=140715&view=rev
Log:
Add a note on removing LLVMC.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=140715&r1=140714&r2=140715&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Sep 28 14:47:28 2011
@@ -581,6 +581,8 @@
from the previous release.</p>
<ul>
+ <li>The <code>LLVMC</code> front end code was removed while separating
+ out language independence.</li>
<li>The <code>LowerSetJmp</code> pass wasn't used effectively by any
target and has been removed.</li>
<li>The old <code>TailDup</code> pass was not used in the standard pipeline
More information about the llvm-commits
mailing list