]> granicus.if.org Git - llvm/commitdiff
Update Release Notes for 3.4.1
authorTom Stellard <thomas.stellard@amd.com>
Mon, 12 May 2014 17:11:15 +0000 (17:11 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 12 May 2014 17:11:15 +0000 (17:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@208596 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 94663c4aa09b651106bdc56413994b83b45bd462..8197adf948f991a18a53ba660d6b1fcf3a1195a6 100644 (file)
@@ -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 the *next* release, not the current
 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