[llvm-branch-commits] [llvm-branch] r260584 - Add LDC compiler to list of external OS projects using LLVM 3.8

Kai Nacke via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Feb 11 12:42:16 PST 2016


Author: redstar
Date: Thu Feb 11 14:42:16 2016
New Revision: 260584

URL: http://llvm.org/viewvc/llvm-project?rev=260584&view=rev
Log:
Add LDC compiler to list of external OS projects using LLVM 3.8

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

Modified: llvm/branches/release_38/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/release_38/docs/ReleaseNotes.rst?rev=260584&r1=260583&r2=260584&view=diff
==============================================================================
--- llvm/branches/release_38/docs/ReleaseNotes.rst (original)
+++ llvm/branches/release_38/docs/ReleaseNotes.rst Thu Feb 11 14:42:16 2016
@@ -210,7 +210,19 @@ An exciting aspect of LLVM is that it is
 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




More information about the llvm-branch-commits mailing list