diff options
author | Chris Lattner <sabre@nondot.org> | 2007-09-21 17:43:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-09-21 17:43:52 +0000 |
commit | 76dec10aa50c37fd6959dd01c21276ea6619e638 (patch) | |
tree | 2e1dd1f6a59c25c8fa8cd30da560d9d280c72f15 /docs/ReleaseNotes.html | |
parent | 38bd5dd33e5e01066c0d523843eba31e8e3a4082 (diff) | |
download | external_llvm-76dec10aa50c37fd6959dd01c21276ea6619e638.zip external_llvm-76dec10aa50c37fd6959dd01c21276ea6619e638.tar.gz external_llvm-76dec10aa50c37fd6959dd01c21276ea6619e638.tar.bz2 |
I cannot spell coalesce :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42196 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7fc4ead..4c9f30f 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -129,7 +129,7 @@ cases.</li> 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 @@ Levenstein contributed several big improvements. BigBlock is optimized for code 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> |