]> granicus.if.org Git - llvm/commitdiff
Add LDC compiler as external project to the 3.6 release notes.
authorKai Nacke <kai.nacke@redstar.de>
Mon, 16 Feb 2015 18:52:38 +0000 (18:52 +0000)
committerKai Nacke <kai.nacke@redstar.de>
Mon, 16 Feb 2015 18:52:38 +0000 (18:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_36@229418 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 2edb4fc469418f84139f01f86258935dd5682447..24dcf3ec8db9e59a0719c96d78dc26c3643b370c 100644 (file)
@@ -556,6 +556,21 @@ algorithms by moving them from an offline model generation step to the
 compile-time evaluation of a function (the learning algorithm) with constant
 arguments (the training data).
 
+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
 ======================