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
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