summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Nacke <kai.nacke@redstar.de>2019-02-07 21:09:53 +0000
committerKai Nacke <kai.nacke@redstar.de>2019-02-07 21:09:53 +0000
commit90e9f529d6ba473d2c1ec011e8dd559d7ae09df1 (patch)
treeb23b765df1d867774b1272a1c0a133a1c4794a6d
parent89e0e7b123aa5d7967c7d7a0a552649d36973259 (diff)
Add external project LDC to release notes.
LDC, the LLVM-based D compiler, is already ready for LLVM 8.0.0. git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_80@353466 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ReleaseNotes.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index c0a8ea6f9e32..561faa71fd5d 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -156,6 +156,21 @@ Changes to the DAG infrastructure
External Open Source Projects Using LLVM 8
==========================================
+LDC - the LLVM-based D compiler
+-------------------------------
+
+`D <http://dlang.org>`_ is a language with C-like syntax and static typing. It
+pragmatically combines efficiency, control, and modeling power, with safety and
+programmer productivity. D supports powerful concepts like Compile-Time Function
+Execution (CTFE) and Template Meta-Programming, provides an innovative approach
+to concurrency and offers many classical paradigms.
+
+`LDC <http://wiki.dlang.org/LDC>`_ uses the frontend from the reference compiler
+combined with LLVM as backend to produce efficient native code. LDC targets
+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.
+
Zig Programming Language
------------------------