[llvm-branch-commits] [llvm-branch] r229418 - Add LDC compiler as external project to the 3.6 release notes.

Kai Nacke kai.nacke at redstar.de
Mon Feb 16 10:52:38 PST 2015


Author: redstar
Date: Mon Feb 16 12:52:38 2015
New Revision: 229418

URL: http://llvm.org/viewvc/llvm-project?rev=229418&view=rev
Log:
Add LDC compiler as external project to the 3.6 release notes.

Modified:
    llvm/branches/release_36/docs/ReleaseNotes.rst

Modified: llvm/branches/release_36/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_36/docs/ReleaseNotes.rst?rev=229418&r1=229417&r2=229418&view=diff
==============================================================================
--- llvm/branches/release_36/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_36/docs/ReleaseNotes.rst Mon Feb 16 12:52:38 2015
@@ -556,6 +556,21 @@ algorithms by moving them from an offlin
 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
 ======================
 





More information about the llvm-branch-commits mailing list