[llvm-commits] [llvm] r52010 - /llvm/trunk/docs/ReleaseNotes.html
Dan Gohman
gohman at apple.com
Thu Jun 5 09:15:40 PDT 2008
Author: djg
Date: Thu Jun 5 11:15:39 2008
New Revision: 52010
URL: http://llvm.org/viewvc/llvm-project?rev=52010&view=rev
Log:
Move i128 on x86-64 from the codegen section to the x86-specific section.
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=52010&r1=52009&r2=52010&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Thu Jun 5 11:15:39 2008
@@ -200,7 +200,6 @@
than 64 bits. Note that support for such types is also dependent on
target-specific support. Use of APInt is also a step toward support for
non-power-of-2 integer sizes.</li>
-<li>Support for 128-bit integers on X86-64.</li>
<li>Several compile time speedups for code with large basic blocks.</li>
<li>Several improvements which make llc's <tt>--view-sunit-dags</tt>
visualization of scheduling dependency graphs easier to understand.</li>
@@ -266,6 +265,8 @@
<li><tt>__builtin_prefetch</tt> is now compiled into the appropriate prefetch
instructions instead of being ignored.</li>
+<li>128-bit integers are now supported on x86-64 targets.</li>
+
</ul>
</div>
More information about the llvm-commits
mailing list