diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-03-08 22:44:43 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-03-08 22:44:43 +0000 |
commit | 0e2b9676e04ea85245d78e91a5297b774ca3bac0 (patch) | |
tree | 5674aed3addf8d056de0801236dcafbb352905b0 /docs/ReleaseNotes.rst | |
parent | 1d6bb9f4171028bd0eb3dfcb59f42b28c279d4be (diff) | |
download | src-0e2b9676e04ea85245d78e91a5297b774ca3bac0.tar.gz src-0e2b9676e04ea85245d78e91a5297b774ca3bac0.zip |
Vendor import of llvm release_80 branch r355677:vendor/llvm/llvm-release_80-r355677
Notes
Notes:
svn path=/vendor/llvm/dist-release_80/; revision=344940
svn path=/vendor/llvm/llvm-release_80-r355677/; revision=344941; tag=vendor/llvm/llvm-release_80-r355677
Diffstat (limited to 'docs/ReleaseNotes.rst')
-rw-r--r-- | docs/ReleaseNotes.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 3007a1bcf78b..70d31a625abb 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -238,6 +238,22 @@ x86/x86_64 systems like Linux, OS X, FreeBSD and Windows and also Linux on ARM and PowerPC (32/64 bit). Ports to other architectures like AArch64 and MIPS64 are underway. +Open Dylan Compiler +------------------- + +`Dylan <https://opendylan.org/>`_ is a multi-paradigm functional +and object-oriented programming language. It is dynamic while +providing a programming model designed to support efficient machine +code generation, including fine-grained control over dynamic and +static behavior. Dylan also features a powerful macro facility for +expressive metaprogramming. + +The Open Dylan compiler can use LLVM as one of its code-generating +back-ends, including full support for debug info generation. (Open +Dylan generates LLVM bitcode directly using a native Dylan IR and +bitcode library.) Development of a Dylan debugger and interactive REPL +making use of the LLDB libraries is in progress. + Zig Programming Language ------------------------ |