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

Rafael Espindola rafael.espindola at gmail.com
Sat Mar 24 12:02:32 PDT 2012


Author: rafael
Date: Sat Mar 24 14:02:32 2012
New Revision: 153391

URL: http://llvm.org/viewvc/llvm-project?rev=153391&view=rev
Log:
Add a small release not about the range metadata.

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=153391&r1=153390&r2=153391&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sat Mar 24 14:02:32 2012
@@ -290,6 +290,8 @@
     <li>IR support for vectors of pointers, including vector GEPs.</li>
     <li>Module flags have been introduced. They convey information about the
         module as a whole to LLVM subsystems.</li>
+    <li>Loads can now have range metadata attached to them to restrict the
+        possible values being loaded.</li>
     <li>....</li>
   </ul>
 </div>





More information about the llvm-commits mailing list