[llvm] r194665 - Add external project LDC to release notes.

Kai Nacke kai.nacke at redstar.de
Wed Nov 13 21:57:40 PST 2013


Author: redstar
Date: Wed Nov 13 23:57:40 2013
New Revision: 194665

URL: http://llvm.org/viewvc/llvm-project?rev=194665&view=rev
Log:
Add external project LDC to release notes.

LDC, the LLVM-based D compiler, is already using LLVM 3.4.

Modified:
    llvm/trunk/docs/ReleaseNotes.rst

Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=194665&r1=194664&r2=194665&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Wed Nov 13 23:57:40 2013
@@ -104,6 +104,21 @@ a lot of other language and tools projec
 projects that have already been updated to work with LLVM 3.4.
 
 
+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/PPC64.
+Ports to other architectures like ARM and AArch64 are underway.
+
+
 Additional Information
 ======================
 





More information about the llvm-commits mailing list