[llvm-branch-commits] [llvm-branch] r309513 - [AVR] Add release notes for 5.0

Dylan McKay via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Jul 30 08:14:22 PDT 2017


Author: dylanmckay
Date: Sun Jul 30 08:14:22 2017
New Revision: 309513

URL: http://llvm.org/viewvc/llvm-project?rev=309513&view=rev
Log:
[AVR] Add release notes for 5.0

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

Modified: llvm/branches/release_50/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_50/docs/ReleaseNotes.rst?rev=309513&r1=309512&r2=309513&view=diff
==============================================================================
--- llvm/branches/release_50/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_50/docs/ReleaseNotes.rst Sun Jul 30 08:14:22 2017
@@ -125,7 +125,22 @@ Changes to the AMDGPU Target
 Changes to the AVR Target
 -----------------------------
 
- During this release ...
+This release consists mainly of bugfixes and implementations of features
+required for compiling basic Rust programs.
+
+* Enable the branch relaxation pass so that we don't crash on large
+  stack load/stores
+
+* Add support for lowering bit-rotations to the native `ror` and `rol`
+  instructions
+
+* Fix bug where function pointers were treated as pointers to RAM and not
+  pointers to program memory
+
+* Fix broken code generaton for shift-by-variable expressions
+
+* Support zero-sized types in argument lists; this is impossible in C,
+  but possible in Rust
 
 Changes to the OCaml bindings
 -----------------------------




More information about the llvm-branch-commits mailing list