[llvm-commits] [llvm] r83851 - /llvm/trunk/docs/ReleaseNotes-2.6.html
Gabor Greif
ggreif at gmail.com
Mon Oct 12 09:13:36 PDT 2009
Author: ggreif
Date: Mon Oct 12 11:13:36 2009
New Revision: 83851
URL: http://llvm.org/viewvc/llvm-project?rev=83851&view=rev
Log:
fix three validation errors, I leave the fourth to sabre :-)
Modified:
llvm/trunk/docs/ReleaseNotes-2.6.html
Modified: llvm/trunk/docs/ReleaseNotes-2.6.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes-2.6.html?rev=83851&r1=83850&r2=83851&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes-2.6.html (original)
+++ llvm/trunk/docs/ReleaseNotes-2.6.html Mon Oct 12 11:13:36 2009
@@ -574,7 +574,6 @@
inlining similar arrays from multiple callees into one caller.</li>
<li>LLVM includes a new experimental Static Single Information (SSI)
construction pass.</li>
-</li>
</ul>
@@ -702,7 +701,7 @@
reference logic to one place
(<tt>X86Subtarget::ClassifyGlobalReference</tt>) which
makes it easier to reason about.</li>
-</li>
+
</ul>
</div>
@@ -753,8 +752,6 @@
<li>The ARM calling convention code is now tblgen generated instead of resorting
to C++ code.</li>
-</li>
-
<p>These features are still somewhat experimental
and subject to change. The Neon intrinsics, in particular, may change in future
More information about the llvm-commits
mailing list