[llvm-commits] [llvm] r42196 - /llvm/trunk/docs/ReleaseNotes.html
Chris Lattner
sabre at nondot.org
Fri Sep 21 10:43:53 PDT 2007
Author: lattner
Date: Fri Sep 21 12:43:52 2007
New Revision: 42196
URL: http://llvm.org/viewvc/llvm-project?rev=42196&view=rev
Log:
I cannot spell coalesce :)
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=42196&r1=42195&r2=42196&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Fri Sep 21 12:43:52 2007
@@ -129,7 +129,7 @@
significantly simplifying the SelectionDAG representation for these and making
the code generator faster for vector code.</li>
-<li>Evan remat rewrite (coallesced intervals + folding of remat'd loads) and
+<li>Evan remat rewrite (coalesced intervals + folding of remat'd loads) and
live intervals improvements.</li>
<li>Dan Gohman contributed support for better alignment and volatility handling
@@ -144,8 +144,8 @@
that uses very large basic blocks. It is slightly slower than the "local"
allocator, but produces much better code.</li>
-<li>David Greene refactored the register allocator to split coallescing out from
-allocation, making coallescers pluggable.</li>
+<li>David Greene refactored the register allocator to split coalescing out from
+allocation, making coalescers pluggable.</li>
</ul>
More information about the llvm-commits
mailing list