[llvm-branch-commits] [llvm-branch] r208596 - Update Release Notes for 3.4.1

Tom Stellard thomas.stellard at amd.com
Mon May 12 10:11:15 PDT 2014


Author: tstellar
Date: Mon May 12 12:11:15 2014
New Revision: 208596

URL: http://llvm.org/viewvc/llvm-project?rev=208596&view=rev
Log:
Update Release Notes for 3.4.1

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=208596&r1=208595&r2=208596&view=diff
==============================================================================
--- llvm/branches/release_34/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_34/docs/ReleaseNotes.rst Mon May 12 12:11:15 2014
@@ -1,6 +1,6 @@
-======================
-LLVM 3.4 Release Notes
-======================
+========================
+LLVM 3.4.1 Release Notes
+========================
 
 .. contents::
     :local:
@@ -25,8 +25,17 @@ LLVM web page, this document applies to
 one.  To see the release notes for a specific release, please see the `releases
 page <http://llvm.org/releases/>`_.
 
-Non-comprehensive list of changes in this release
-=================================================
+Non-comprehensive list of changes in 3.4.1
+==========================================
+
+* Various bug fixes for AArch64, ARM, PowerPC, R600, and X86 targets.
+
+* R600 geometry shader support
+
+* Fix for vaargs on X86
+
+Non-comprehensive list of changes in 3.4
+========================================
 
 * This is expected to be the last release of LLVM which compiles using a C++98
   toolchain. We expect to start using some C++11 features in LLVM and other





More information about the llvm-branch-commits mailing list