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

Dan Gohman gohman at apple.com
Sun Jun 8 15:49:27 PDT 2008


Author: djg
Date: Sun Jun  8 17:49:27 2008
New Revision: 52105

URL: http://llvm.org/viewvc/llvm-project?rev=52105&view=rev
Log:
Describe MachineMemOperands.

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=52105&r1=52104&r2=52105&view=diff

==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun Jun  8 17:49:27 2008
@@ -365,7 +365,12 @@
 faster:</p>
 
 <ul>
-<li>MemOperand in the code generator: describe me!.</li>
+<li>The code generator now has support for carrying information about memory
+    references throughout the entire code generation process, via the
+    <a href="http://llvm.org/doxygen/classllvm_1_1MachineMemOperand.html">
+    MachineMemOperand</a> class. In the future this will be used to improve
+    both pre-pass and post-pass scheduling, and to improve compiler-debugging
+    output.</li>
 
 <li>The target-independent code generator infrastructure now uses LLVM's APInt
     class to handle integer values, which allows it to support integer types





More information about the llvm-commits mailing list