From: Hans Wennborg Date: Tue, 16 Feb 2016 19:27:50 +0000 (+0000) Subject: ReleaseNotes: Hexagon; by Krzysztof Parzyszek X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=d3b1222c56e9214e49a3d829e8e60910f8c88903 ReleaseNotes: Hexagon; by Krzysztof Parzyszek git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@260999 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 2a4e011f244..8f702d435d2 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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 -------------------------