From: Hans Wennborg Date: Fri, 12 Feb 2016 02:32:24 +0000 (+0000) Subject: ReleaseNotes: oh, there already was a section about X86 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=12009f63c5d16b98334930a2b97d279c6bf82ea0;p=oota-llvm.git ReleaseNotes: oh, there already was a section about X86 git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@260650 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index aa8ebfd8e8c..acae9cda39a 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -108,17 +108,6 @@ Non-comprehensive list of changes in this release 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 -----------------------------