[llvm-branch-commits] [llvm-branch] r196603 - Mention sparc backend improvements.

Roman Divacky rdivacky at freebsd.org
Fri Dec 6 12:04:31 PST 2013


Author: rdivacky
Date: Fri Dec  6 14:04:30 2013
New Revision: 196603

URL: http://llvm.org/viewvc/llvm-project?rev=196603&view=rev
Log:
Mention sparc backend improvements.

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

Modified: llvm/branches/release_34/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_34/docs/ReleaseNotes.rst?rev=196603&r1=196602&r2=196603&view=diff
==============================================================================
--- llvm/branches/release_34/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_34/docs/ReleaseNotes.rst Fri Dec  6 14:04:30 2013
@@ -110,6 +110,19 @@ For more information on MSA (including d
 see the `MIPS SIMD page at Imagination Technologies
 <http://imgtec.com/mips/mips-simd.asp>`_
 
+SPARC Target
+------------
+
+The SPARC backend got many improvements, namely
+
+* experimental SPARC V9 backend
+* JIT support for SPARC
+* fp128 support
+* exception handling
+* TLS support
+* leaf functions optimization
+* bug fixes
+
 External Open Source Projects Using LLVM 3.4
 ============================================
 





More information about the llvm-branch-commits mailing list