]> granicus.if.org Git - llvm/commitdiff
[AVR] Add release notes for 5.0
authorDylan McKay <me@dylanmckay.io>
Sun, 30 Jul 2017 15:14:22 +0000 (15:14 +0000)
committerDylan McKay <me@dylanmckay.io>
Sun, 30 Jul 2017 15:14:22 +0000 (15:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_50@309513 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 800a8ec115b38b2e62827f5beb06e6069e8e180c..dcd2ec7eb22beb0e665becbe3e73bc8a1339ebc1 100644 (file)
@@ -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
 -----------------------------