aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-06-08 22:49:27 +0000
committerDan Gohman <gohman@apple.com>2008-06-08 22:49:27 +0000
commitfd0d22e638e27c0c78f1d251e88df889d85e25e6 (patch)
tree5bfb13b37a28ea7d2c6f29ff388ff646d1ea0c09 /docs/ReleaseNotes.html
parenteedf6fe58152e95a78d5924694d39ffa264dbb08 (diff)
downloadexternal_llvm-fd0d22e638e27c0c78f1d251e88df889d85e25e6.zip
external_llvm-fd0d22e638e27c0c78f1d251e88df889d85e25e6.tar.gz
external_llvm-fd0d22e638e27c0c78f1d251e88df889d85e25e6.tar.bz2
Describe MachineMemOperands.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52105 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 430d95e..c63f6f4 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -365,7 +365,12 @@ which allows us to implement more aggressive algorithms and make it run
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