[llvm-branch-commits] [llvm-branch] r260650 - ReleaseNotes: oh, there already was a section about X86

Hans Wennborg via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Feb 11 18:32:24 PST 2016


Author: hans
Date: Thu Feb 11 20:32:24 2016
New Revision: 260650

URL: http://llvm.org/viewvc/llvm-project?rev=260650&view=rev
Log:
ReleaseNotes: oh, there already was a section about X86

Modified:
    llvm/branches/release_38/docs/ReleaseNotes.rst

Modified: llvm/branches/release_38/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_38/docs/ReleaseNotes.rst?rev=260650&r1=260649&r2=260650&view=diff
==============================================================================
--- llvm/branches/release_38/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_38/docs/ReleaseNotes.rst Thu Feb 11 20:32:24 2016
@@ -108,17 +108,6 @@ Non-comprehensive list of changes in thi
 
    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
 --------------------------
@@ -200,6 +189,14 @@ Changes to the X86 Target
 
 * 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
 -----------------------------




More information about the llvm-branch-commits mailing list