[llvm-branch-commits] [llvm-branch] r260999 - ReleaseNotes: Hexagon; by Krzysztof Parzyszek
Hans Wennborg via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Feb 16 11:27:50 PST 2016
Author: hans
Date: Tue Feb 16 13:27:50 2016
New Revision: 260999
URL: http://llvm.org/viewvc/llvm-project?rev=260999&view=rev
Log:
ReleaseNotes: Hexagon; by Krzysztof Parzyszek
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=260999&r1=260998&r2=260999&view=diff
==============================================================================
--- llvm/branches/release_38/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_38/docs/ReleaseNotes.rst Tue Feb 16 13:27:50 2016
@@ -230,6 +230,13 @@ Changes to the X86 Target
* Tail call support for ``thiscall``, ``stdcall`, ``vectorcall``, and
``fastcall`` functions.
+Changes to the Hexagon Target
+-----------------------------
+
+In addition to general code size and performance improvements, Hexagon target
+now has basic support for Hexagon V60 architecture and Hexagon Vector
+Extensions (HVX).
+
Changes to the AVR Target
-------------------------
More information about the llvm-branch-commits
mailing list