ReleaseNotes: oh, there already was a section about X86
authorHans Wennborg <hans@hanshq.net>
Fri, 12 Feb 2016 02:32:24 +0000 (02:32 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 12 Feb 2016 02:32:24 +0000 (02:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@260650 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index aa8ebfd8e8cbd6a0aaf8be82d1ccabc5abcb9609..acae9cda39a831cb0b39bb4851d506cbfd0ca5da 100644 (file)
@@ -108,17 +108,6 @@ Non-comprehensive list of changes in this release
 
    Makes programs 10x faster by doing Special New Thing.
 
 
    Makes programs 10x faster by doing Special New Thing.
 
-Changes to the X86 and X86-64 Targets
--------------------------------------
-
-* Smaller code for materializing 32-bit 1 and -1 constants at ``-Os``.
-
-* More efficient code for wide integer compares. (E.g. 64-bit compares
-  on 32-bit targets.)
-
-* Tail call support for ``thiscall``, ``stdcall`, ``vectorcall``, and
-  ``fastcall`` functions.
-
 
 Changes to the ARM Backend
 --------------------------
 
 Changes to the ARM Backend
 --------------------------
@@ -200,6 +189,14 @@ Changes to the X86 Target
 
 * TLS is enabled for Cygwin as emutls.
 
 
 * TLS is enabled for Cygwin as emutls.
 
+* Smaller code for materializing 32-bit 1 and -1 constants at ``-Os``.
+
+* More efficient code for wide integer compares. (E.g. 64-bit compares
+  on 32-bit targets.)
+
+* Tail call support for ``thiscall``, ``stdcall`, ``vectorcall``, and
+  ``fastcall`` functions.
+
 
 Changes to the OCaml bindings
 -----------------------------
 
 Changes to the OCaml bindings
 -----------------------------