[llvm] r176860 - ReleaseNotes: Add Hexagon Target section
Matthew Curtis
mcurtis at codeaurora.org
Tue Mar 12 05:20:51 PDT 2013
Author: mcurtis
Date: Tue Mar 12 07:20:51 2013
New Revision: 176860
URL: http://llvm.org/viewvc/llvm-project?rev=176860&view=rev
Log:
ReleaseNotes: Add Hexagon Target section
And mention removal of hexagonv2 and hexagonv3 support (r176859).
Modified:
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=176860&r1=176859&r2=176860&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Tue Mar 12 07:20:51 2013
@@ -90,6 +90,11 @@ in fairly early stages, but we expect su
Some additional functionality is also implemented, notably DWARF debugging,
GNU-style thread local storage and inline assembly.
+Hexagon Target
+--------------
+
+- Removed support for hexagonv2 and hexagonv3 processor architectures.
+
Loop Vectorizer
---------------
More information about the llvm-commits
mailing list