Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Commit 079c1f3

Browse files
committed
[AVR] Add release notes for 5.0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_50@309513 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent ebc4674 commit 079c1f3

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/ReleaseNotes.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,22 @@ Changes to the AMDGPU Target
125125
Changes to the AVR Target
126126
-----------------------------
127127

128-
During this release ...
128+
This release consists mainly of bugfixes and implementations of features
129+
required for compiling basic Rust programs.
130+
131+
* Enable the branch relaxation pass so that we don't crash on large
132+
stack load/stores
133+
134+
* Add support for lowering bit-rotations to the native `ror` and `rol`
135+
instructions
136+
137+
* Fix bug where function pointers were treated as pointers to RAM and not
138+
pointers to program memory
139+
140+
* Fix broken code generaton for shift-by-variable expressions
141+
142+
* Support zero-sized types in argument lists; this is impossible in C,
143+
but possible in Rust
129144

130145
Changes to the OCaml bindings
131146
-----------------------------

0 commit comments

Comments
 (0)