]> granicus.if.org Git - llvm/commitdiff
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
authorKai Nacke <kai.nacke@redstar.de>
Thu, 6 Aug 2015 19:44:38 +0000 (19:44 +0000)
committerKai Nacke <kai.nacke@redstar.de>
Thu, 6 Aug 2015 19:44:38 +0000 (19:44 +0000)
index 96461e5..f669a1f 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -206,6 +206,21 @@ Jade project is hosted as part of the Open RVC-CAL Compiler
 (`Orcc <http://orcc.sf.net>`_) and requires it to translate the RVC-CAL standard
 library of video coding tools into an LLVM assembly code.

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).
Ports to other architectures like  ARM, AArch64 and MIPS64 are underway.

+
 Additional Information
 ======================

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_37@244256 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index c68366b8853cc99aee5bcf9393922066ad93c71e..71f1fce3fc3db338718e005bff8a4adc4be5d67d 100644 (file)
@@ -216,7 +216,21 @@ 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.7.
 
-* 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, FreeBSD and Windows and also Linux on
+PowerPC (32/64 bit). Ports to other architectures like ARM, AArch64 and MIPS64
+are underway.
 
 
 Additional Information