diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 02869f63a45..4a656a243c4 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -2532,7 +2532,7 @@ OperandTy: VirtReg, | VirtReg, UnsImm, VirtReg, SignExtImm PhysReg
-

x86 has an feature which provides +

x86 has a feature which provides the ability to perform loads and stores to different address spaces via the x86 segment registers. A segment override prefix byte on an instruction causes the instruction's memory access to go to the specified diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 22f0db34723..f06bc6f8a21 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -633,7 +633,7 @@ it run faster:

  • X86 support for FS/GS relative loads and stores using address space 256/257 work reliably + href="CodeGenerator.html#x86_memory">address space 256/257 works reliably now.
  • LLVM 2.9 generates much better code in several cases by using adc/sbb to @@ -644,7 +644,7 @@ it run faster:

    shorten the height of instruction schedules without inducing register spills.
  • -
  • The MC assembler support for 3dNow! and 3DNowA instructions.
  • +
  • The MC assembler supports 3dNow! and 3DNowA instructions.
  • Several bugs have been fixed for Windows x64 code generator.