Skip to content

Commit

Permalink
[docs] PowerPC release notes formatting/grammar fixes
Browse files Browse the repository at this point in the history
At least insofar as GitHub's rendering is concerned, the lists need a blank line prior to the first item.
  • Loading branch information
hubert-reinterpretcast committed Mar 3, 2022
1 parent acf67b7 commit aab3320
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions llvm/docs/ReleaseNotes.rst
Expand Up @@ -106,16 +106,19 @@ Changes to the PowerPC Target
-----------------------------

Linux improvements:

* Provided a number of builtins for compatibility with the XL compiler.
* Allow MMA builtin types in pre-P10 compilation units.
* Add support for Return Oriented Programming (ROP) protection for 32 bit.
* Refactored code to use more inclusive language.
* Switched to LLD as the default linker for pre-built Linux binaries.
* Enabled IEEE quad long double on Linux via ``PPC_LINUX_DEFAULT_IEEELONGDOUBLE``
in cmake config.

* Added ``__ibm128`` type to represent IBM double-double format, also available
as ``__attribute__((mode(IF)))``.
* ``-mfloat128`` can now be used in Linux subtargets with VSX enabled.

* Added quadword atomic load/store support in codegen; not enabled by default.
* Codegen improvements for splat load, byval parameter, stack lowering, etc.
* Implemented P10 instruction scheduling model.
Expand All @@ -124,11 +127,12 @@ Linux improvements:
* Various bug fixes.

AIX Support/improvements:
* variadic (ellipsis) functions with C complex types are now supported.

* Variadic (ellipsis) functions with C complex types are now supported.
* Added toc-data support for AIX 64-bit.
* Added toc-data support for read-only globals.
* Updated default target on AIX from pwr4 to pwr7.
* AIX 64-bit now use fast-isel for O0.
* AIX 64-bit code generation now uses fast-isel for O0.
* Added DWARF support for 32-bit XCOFF.

Changes to the X86 Target
Expand Down

0 comments on commit aab3320

Please sign in to comment.