Add LDC compiler to list of external OS projects using LLVM 3.8
authorKai Nacke <kai.nacke@redstar.de>
Thu, 11 Feb 2016 20:42:16 +0000 (20:42 +0000)
committerKai Nacke <kai.nacke@redstar.de>
Thu, 11 Feb 2016 20:42:16 +0000 (20:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_38@260584 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 622fc7a69f9e4913038bde4ba14d4e14639b84e6..9eed3b722270eab5103166f6a007184bd7d0d2e0 100644 (file)
@@ -210,7 +210,19 @@ An exciting aspect of LLVM is that it is used as an enabling technology for
 a lot of other language and tools projects. This section lists some of the
 projects that have already been updated to work with LLVM 3.8.
 
 a lot of other language and tools projects. This section lists some of the
 projects that have already been updated to work with LLVM 3.8.
 
-* A project
+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 and Windows and also PowerPC (32/64 bit)
+and ARM. Ports to other architectures like AArch64 and MIPS64 are underway.
 
 
 Additional Information
 
 
 Additional Information