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

x86 has an experimental feature which provides +

x86 has an 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 5d140258173..22f0db34723 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -28,11 +28,13 @@

Written by the LLVM Team

+

@@ -579,35 +581,34 @@ infrastructure, which allows us to implement more aggressive algorithms and make it run faster:

@@ -621,31 +622,31 @@ Major regalloc rewrite, not on by default for 2.9 and not advised to use it.

@@ -660,17 +661,17 @@ X86: Much better codegen for several cases using adc/sbb instead of cmovs for

@@ -681,15 +682,16 @@ X86: Much better codegen for several cases using adc/sbb instead of cmovs for
@@ -706,48 +708,26 @@ on LLVM 2.8, this section lists some "gotchas" that you may run into upgrading from the previous release.

@@ -763,27 +743,18 @@ DIFactory is gone now. LLVM API changes are:

@@ -820,7 +791,7 @@ href="http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev">LLVMdev list.

  • The Alpha, Blackfin, CellSPU, MicroBlaze, MSP430, MIPS, PTX, SystemZ and XCore backends are experimental.
  • llc "-filetype=obj" is experimental on all targets - other than darwin-i386 and darwin-x86_64. FIXME: Not true on ELF anymore?
  • + other than darwin and ELF X86 systems. @@ -962,6 +933,8 @@ Depending on it for anything serious is not advised.

    +

    LLVM 2.9 will be the last release of llvm-gcc.

    +

    llvm-gcc is generally very stable for the C family of languages. The only major language feature of GCC not supported by llvm-gcc is the __builtin_apply family of builtins. However, some extensions