diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 7fc4ead6001..4c9f30f7b2a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -129,7 +129,7 @@ cases. significantly simplifying the SelectionDAG representation for these and making the code generator faster for vector code. -
  • Evan remat rewrite (coallesced intervals + folding of remat'd loads) and +
  • Evan remat rewrite (coalesced intervals + folding of remat'd loads) and live intervals improvements.
  • 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.
  • -
  • David Greene refactored the register allocator to split coallescing out from -allocation, making coallescers pluggable.
  • +
  • David Greene refactored the register allocator to split coalescing out from +allocation, making coalescers pluggable.