diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ca00a454afe..7568575d9be 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -1330,144 +1330,30 @@ compiler and provides better integration with the platform ABI as a result.

-

This section contains significant known problems with the LLVM system, listed - by component. If you run into a problem, please check - the LLVM bug database and submit a bug if - there isn't already one.

- - -

- Experimental features included with this release -

- -
- -

The following components of this LLVM release are either untested, known to - be broken or unreliable, or are in early development. These components - should not be relied on, and bugs should not be filed against them, but they - may be useful to some people. In particular, if you would like to work on - one of these components, please contact us on - the LLVMdev - list.

- +

LLVM is generally a production quality compiler, and is used by a broad range + of applications and shipping in many products. That said, not every + subsystem is as mature as the aggregate, particularly the more obscure + targets. If you run into a problem, please check the LLVM bug database and submit a bug if + there isn't already one or ask on the LLVMdev + list.

+ +

Known problem areas include:

+ - -
- - -

- Known problems with the X86 back-end -

- -
- - - -
- - -

- Known problems with the PowerPC back-end -

- -
- - - -
- - -

- Known problems with the ARM back-end -

- -
- - - -
- - -

- Known problems with the SPARC back-end -

- -
- - - -
- - -

- Known problems with the MIPS back-end -

- -
- - - -
- - -

- Known problems with the Alpha back-end -

- -
- - - -
- - -

- Known problems with the C back-end -

- -
- -

The C backend has numerous problems and is not being actively maintained. - Depending on it for anything serious is not advised.

- -