diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2014-05-12 17:11:15 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2014-05-12 17:11:15 +0000 |
commit | 40e698f06204dbbd0766a2308a8f0c890dc625e9 (patch) | |
tree | 907e462762963199dcfd1f12ec6bb8796b716a0b | |
parent | 552fa44473eb3412325706db9b6a8877819d542e (diff) | |
download | llvm-40e698f06204dbbd0766a2308a8f0c890dc625e9.zip llvm-40e698f06204dbbd0766a2308a8f0c890dc625e9.tar.gz llvm-40e698f06204dbbd0766a2308a8f0c890dc625e9.tar.bz2 |
Update Release Notes for 3.4.1
llvm-svn: 208596
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 94663c4..8197adf 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -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 |