[llvm-commits] [llvm] r65446 - /llvm/trunk/docs/ReleaseNotes.html

Duncan Sands baldrick at free.fr
Wed Feb 25 03:50:18 PST 2009


Author: baldrick
Date: Wed Feb 25 05:50:08 2009
New Revision: 65446

URL: http://llvm.org/viewvc/llvm-project?rev=65446&view=rev
Log:
Note on new type legalizer.

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=65446&r1=65445&r2=65446&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Feb 25 05:50:08 2009
@@ -306,6 +306,15 @@
 faster:</p>
 
 <ul>
+<li>The type legalization logic has been completely rewritten, and is now
+more powerful (it supports arbitrary precision integer types for example)
+and hopefully more correct.
+The type legalizer converts operations on types that are not natively
+supported by the target machine into equivalent code sequences that only use
+natively supported types.
+The old type legalizer is still available and will be used if
+<tt>-disable-legalize-types</tt> is passed to <tt>llc</tt>.
+</li>
 <li>?</li>
 
 </ul>





More information about the llvm-commits mailing list