[llvm-branch-commits] [llvm-branch] r260659 - [AVR] Add release notes for 3.8

Dylan McKay via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Feb 11 22:38:02 PST 2016


Author: dylanmckay
Date: Fri Feb 12 00:38:02 2016
New Revision: 260659

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

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

Modified: llvm/branches/release_38/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_38/docs/ReleaseNotes.rst?rev=260659&r1=260658&r2=260659&view=diff
==============================================================================
--- llvm/branches/release_38/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_38/docs/ReleaseNotes.rst Fri Feb 12 00:38:02 2016
@@ -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
 -----------------------------




More information about the llvm-branch-commits mailing list