]> granicus.if.org Git - llvm/commitdiff
Add external project LDC to release notes.
authorKai Nacke <kai.nacke@redstar.de>
Thu, 7 Feb 2019 21:09:53 +0000 (21:09 +0000)
committerKai Nacke <kai.nacke@redstar.de>
Thu, 7 Feb 2019 21:09:53 +0000 (21:09 +0000)
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

docs/ReleaseNotes.rst

index c0a8ea6f9e32163efd9767be34a4c62d67e5198f..561faa71fd5dbf976b8405bb94dbad7d41f58270 100644 (file)
@@ -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
 ------------------------