From: Dylan McKay Date: Fri, 12 Feb 2016 06:38:02 +0000 (+0000) Subject: [AVR] Add release notes for 3.8 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=10a5589d08c1de3fcd715ce23697d4e591519595 [AVR] Add release notes for 3.8 git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@260659 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index acae9cda39a..6d141f70302 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -197,6 +197,12 @@ Changes to the X86 Target * Tail call support for ``thiscall``, ``stdcall`, ``vectorcall``, and ``fastcall`` functions. +Changes to the AVR Target +------------------------- + +Slightly less than half of the AVR backend has been merged in at this point. It is still +missing a number large parts which cause it to be unusable, but is well on the +road to being completely merged and workable. Changes to the OCaml bindings -----------------------------